Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: I made Niri-like terminal colm (cmux alternative)(colm.sh ↗)
    discuss
  2. NASA-IBM Lunar Foundation Model open-Source Geospatial AI Model(usra.edu ↗)
    discuss
  3. Show HN: Seal – Letters and passwords that open for your family after you die(github.com/jasonepage ↗)
    discuss
  4. A Black-Box Audit of Provider-Side Token Inflation in LLM Services(arxiv.org ↗)
    discuss
  5. San Francisco Onion Futures Company(onionfutures.com ↗)
    2comments
  6. OpenLoco Version 26.09 Released(openloco.io ↗)
    discuss
  7. Show HN: A static reference for 5,142 supplement interactions(uppervoid.app ↗)
    discuss
  8. Brownie Mary(wikipedia.org ↗)
    discuss
  9. Prompts are not deleted – they are just hidden(medium.com/istokovicsgyorgy79 ↗)
    discuss
  10. Harm Laundering in GPT Models: Gender Discrimination Transformed Rather Than(arxiv.org ↗)
    discuss
  11. Vibe coding did not kill making money out of engineering, open source and SaaS(i18n-keyless.com ↗)
    2comments
  12. Virtual Memory: Page Tables, TLBs, and Linux Internals(codingconfessions.com ↗)
    discuss
  13. Isomorphic Collapse of Primorial Modulus- Bypassing Arithmetic in Cryptanalysis(zenodo.org ↗)
    discuss
  14. Dashes suggest which model you're copy-pasting from(will-keleher.com ↗)
    1comments
  15. USB 3 Speeds Come to a Non-Pro iPhone(pxlnv.com ↗)
    1comments
  16. Reality Is the Final Verifier: On Two Key Gaps in Agentic Software Engineering(arxiv.org ↗)
    discuss
  17. The Destruction of the Scottish Canon(asteriskmag.com ↗)
    1comments
  18. OpenAI expects to burn $280B by 2030(ft.com ↗)
    discuss
  19. Left Brain, Right Brain: Facts and Fantasies(nih.gov ↗)
    discuss
  20. Static site generator for Ghost CMS(github.com/simonmo88 ↗)
    discuss
  21. Teaching Fractions According to the Common Core Standards(2011) [pdf](math.berkeley.edu ↗)
    discuss
  22. Why You Can't Overcook Mushrooms and the Science Behind Them [video](youtube.com ↗)
    discuss
  23. Bringing Back Caesar IV Online(xetera.dev ↗)
    discuss
  24. Inventor of ChatGPT and RLHF Launches Typesafe.ai(techcrunch.com ↗)
    discuss
  25. NASA's Moon Orbiter Spots New, 'Once-in-Century' Moon Crater(nasa.gov ↗)
    discuss
  26. Executive order on H-1B nonimmigrant visa administration(whitehouse.gov ↗)
    11comments
  27. A more sober look at the HuggingFace incident(wsj.com ↗)
    discuss
  28. AI Regulation and the China Question(casssunstein.substack.com ↗)
    1comments
  29. ASI risk debate with Nate Soares [video](youtube.com ↗)
    discuss
  30. Show HN: GGG – A local-first, zero-telemetry sovereign proxy daemon for AI tools(github.com/joxkxer ↗)
    discuss

SDCC – Small Device C Compiler

26 pointsby 2h agosdcc.sourceforge.net
6 comments
1h agoHN ↗

TIL about Dallas Semiconductor from this page.

Love Silicon Prairie lore.

1h agoHN ↗

SDCC has the best OSS 8051 compiler. It is buggy as hell, but it is free. Sometimes that is good enough.

34m agoHN ↗

I used it for some toy projects never ran into "bugs" as in this is just broken, but it's quirky for sure.

12m agoHN ↗

when you have large code, bugs will find you. for example two uint16 vars globally declared one after another. adding them together to each other will produce an access to garbage memory after 5-6 additions. dumb code but a simple repro. i ran into its bug when working on eInk price tags a while back.

32m agoHN ↗

Has worked well enough for me on 8051 and stm8

12m agoHN ↗

SDCC has been a nice resource for a variety of MCUs. I wish it had support for some of the 8-bit PIC chips like the PIC10 and PIC12... maybe one day!