Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Hacking OpenAI(hacktron.ai ↗)
    53comments
  2. Waymo in Singapore(waymo.com ↗)
    33comments
  3. Astra for Law(openai.com ↗)
    450comments
  4. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    111comments
  5. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    191comments
  6. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    6comments
  7. The Scourge of x86 Emulation(fex-emu.com ↗)
    discuss
  8. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    142comments
  9. Jemalloc 5.4.0(github.com/jemalloc ↗)
    discuss
  10. Qwen 3.8 Omni Flash(qwen.ai ↗)
    27comments
  11. Wax motor(wikipedia.org ↗)
    59comments
  12. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    2comments
  13. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    207comments
  14. Apple detectives solved mystery of ancient tree and rewrote the history of fruit(scientificamerican.com ↗)
    2comments
  15. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    13comments
  16. How to Write with an LLM(sockpuppet.org ↗)
    64comments
  17. Ask A Monk – A digital wilderness for thoughts with no immediate answer(askamonk.online ↗)
    13comments
  18. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    41comments
  19. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    32comments
  20. Speeding up gearhash on ARM64 (2× faster)(sam.dev ↗)
    discuss
  21. Code Scans(devin.ai ↗)
    3comments
  22. The most important product decision is what you don't build(liamnugent.me ↗)
    25comments
  23. How Uber Protects Against Retry Storms(uber.com ↗)
    33comments
  24. CrowdSec Source Code Leak(crowdsec.net ↗)
    43comments
  25. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    338comments
  26. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    81comments
  27. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    38comments
  28. Khipu (Quipu) Field Guide(khipufieldguide.com ↗)
    discuss
  29. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    30comments
  30. The American Religion of Self-Storage Facilities(newyorker.com ↗)
    365comments

I Put Nam A2-Lite Inside an iRig HD X

23 pointsby 1d agoplaytaurus.com
6 comments
3h agoHN ↗

For the uninitiated this is using Neural Amp Modelling (NAM) captures of guitar amps (yes guitar amps all sounds different and people like to use different ones for different things).

NAM (an open source project) is about 8x more expensive to run that a standard C++ amp simulator (which emulate tone characteristics of a guitar amp using standard DSP algorithms).

However, I'm not seeing a link to the code here. Without that it's just an article and could be entirely fictional.

3h agoHN ↗

Always great to see folks modding their audio interfaces. How's the power draw with NAM running on that hardware?

1h agoHN ↗

Oh excellent! Once I get a bit of time I will try hooking NAM A2-l to a controller and then putting THAT inside of one of my old drive pedals for style.

1h agoHN ↗

MCUs are getting crazy. ESP32-S31 running Linux. 40MSPS/12b ADC+DSP on dsPIC33A. New Renesas parts running a 1GHz. RP2350 roflstomping things with PIO. The Cortex M7 in this story is actually pretty old now: circa 2019.

Fun times.

46m agoHN ↗

I was surprised seeing a 500Mhz MCU in the iRig. That seems seriously overpowered for what it does?

22m agoHN ↗

It depends. This product is pretty niche, and when a ~$3 MCU gives you the headroom you need without a team of career engineers on the payroll, it can make sense. Also, it's running USB power as opposed to batteries.