Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Korea raises data breach fines to 10% of revenue(koreajoongangdaily.com ↗)
    31comments
  2. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    103comments
  3. Cloudflare Quick Tunnels(cloudflare.com ↗)
    196comments
  4. Saving another 100TB of RAM with math (and Rust)(cloudflare.com ↗)
    14comments
  5. Apple releases iPhone Duo simulator and Xcode 27.1 beta(developer.apple.com ↗)
    38comments
  6. Cache-to-Cache: Direct Semantic Communication Between Large Language Models(arxiv.org ↗)
    8comments
  7. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    36comments
  8. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    60comments
  9. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    10comments
  10. OpenJev(openjev.com ↗)
    234comments
  11. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    142comments
  12. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    18comments
  13. Border agents can search cellphones without a warrant or reasonable suspicion(lawandcrime.com ↗)
    74comments
  14. Our brain evolved from two primitive nervous systems that merged: Study(newscientist.com ↗)
    40comments
  15. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    166comments
  16. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    13comments
  17. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    135comments
  18. Minimal Phone 2(minimalcompany.com ↗)
    111comments
  19. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    84comments
  20. Senior Engineers Are the Next DRAM Shortage(herlein.com ↗)
    2comments
  21. A search-and-inference database from scratch in pure Zig(antfly.io ↗)
    7comments
  22. "From Geometry to Algebra and Back Again: 4000 Years of Papers" (2023) [video](youtube.com ↗)
    discuss
  23. Show HN: Ax-check.com – Can agents use your product?(ax-check.com ↗)
    23comments
  24. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  25. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    8comments
  26. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    229comments
  27. How to Write with an LLM(sockpuppet.org ↗)
    213comments
  28. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    16comments
  29. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    15comments
  30. Jemalloc 5.4.0(github.com/jemalloc ↗)
    85comments

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")