Hacker News

Top stories

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

I Put Nam A2-Lite Inside an iRig HD X

24 pointsby 1d agoplaytaurus.com
6 comments
5h 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.

5h agoHN ↗

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

3h 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.

3h 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.

2h agoHN ↗

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

2h 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.