Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    132comments
  2. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    184comments
  3. Saving another 100TB of RAM(cloudflare.com ↗)
    33comments
  4. Cloudflare Quick Tunnels(cloudflare.com ↗)
    218comments
  5. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    58comments
  6. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    11comments
  7. US troop deaths during Iran war exceed Pentagon count by at least four(reuters.com ↗)
    14comments
  8. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    43comments
  9. How to Write with an LLM(sockpuppet.org ↗)
    241comments
  10. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    71comments
  11. OpenJev(openjev.com ↗)
    236comments
  12. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    34comments
  13. Cyclomatic Complexity in C#(ndepend.com ↗)
    9comments
  14. Two parallel neural ectoderm progenitors contribute to the developing brain(newscientist.com ↗)
    50comments
  15. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    17comments
  16. From Geometry to Algebra and Back Again: 4000 Years of Papers (2023) [video](youtube.com ↗)
    discuss
  17. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    167comments
  18. Minimal Phone 2(minimalcompany.com ↗)
    145comments
  19. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    23comments
  20. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    12comments
  21. Size-Specialized Memory Allocation(go.dev ↗)
    3comments
  22. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    89comments
  23. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    174comments
  24. A search-and-inference database from scratch in pure Zig(antfly.io ↗)
    16comments
  25. Korea raises data breach fines to 10% of revenue(koreajoongangdaily.com ↗)
    71comments
  26. Border agents can search cellphones without a warrant or reasonable suspicion(lawandcrime.com ↗)
    133comments
  27. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  28. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    15comments
  29. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    280comments
  30. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    148comments

DAW Front End Development Struggles

2 pointsby 3y agobillydm.github.io
2 comments
3y agoHN ↗

If you take the approach Bitwig took while they don't use rust, they use java for their gui and then use Jni + C code for their dsp.

One could use a tool like tauri to enable using typescript and wasm as well, but java + jni + rust could be a way to go.

3y agoHN ↗

But still, AFAIK Bitwig made an in-house GUI toolkit which was based indeed on Java.

The article touches a bit on why a web stack may not be the best solution (see "The web-based toolkits")