frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

No way to parse integers in C (2022)

https://blog.habets.se/2022/10/No-way-to-parse-integers-in-C.html
14•konmok•2h ago

Comments

zokier•20m ago
I thought it was pretty well known that everything related to strings in C stdlib (including all str... functions) is bad. You just need to bring in your own string library.
voidUpdate•11m ago
Cant you just:

  for(int i = 0; i < len(characters); i++)
  {
    if(characters[i]-48 <= 9 && characters[i]-48 >= 0)
    {
      ret = ret \* 10 + characters[i] - 48;
    }
    else
    {
      return ERROR;
    }
  }
  return ret;
Adjust until it actually works, but you get the picture.

Map of Metal

https://mapofmetal.com/
92•robin_reala•2h ago•25 comments

Everything in C is undefined behavior

https://blog.habets.se/2026/05/Everything-in-C-is-undefined-behavior.html
297•lycopodiopsida•6h ago•419 comments

College students drown out AI-praising commencement speeches with boos

https://www.tomshardware.com/tech-industry/artificial-intelligence/college-students-drown-out-ai-...
70•iancmceachern•1h ago•30 comments

Qwen3.7-Max: The Agent Frontier

https://qwen.ai/blog?id=qwen3.7
63•kevinsimper•2h ago•26 comments

Nobody understands the point of hybrid cars [video]

https://www.youtube.com/watch?v=KnUFH5GX_fI
43•CHB0403085482•2d ago•10 comments

Gemini 3.5 Flash

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-5/
859•spectraldrift•19h ago•588 comments

FiveThirtyEight articles on the Internet Archive

https://fivethirtyeightindex.com/
257•ChocMontePy•11h ago•63 comments

I’ve built a virtual museum with nearly every operating system you can think of

https://virtualosmuseum.org/
846•andreww591•21h ago•179 comments

Japan is gripped by mass allergies. A 1950s project is to blame

https://www.bbc.com/future/article/20260515-the-1950s-blunder-which-causes-mass-hay-fever-in-japan
182•ranit•11h ago•81 comments

Learnings from 100K lines of Rust with AI (2025)

https://zfhuang99.github.io/rust/claude%20code/codex/contracts/spec-driven%20development/2025/12/...
79•pramodbiligiri•2h ago•79 comments

Anna's Archive Hit with $19.5M Default Judgment and Global Domain Takedown Order

https://torrentfreak.com/annas-archive-hit-with-19-5m-default-judgment-and-global-domain-takedown...
18•iamnothere•28m ago•7 comments

Infomaniak transitions to a foundation model to protect user data privacy

https://news.infomaniak.com/en/infomaniak-foundation-sovereign-cloud/
110•darktoto•7h ago•34 comments

Google changes its search box

https://blog.google/products-and-platforms/products/search/search-io-2026/
602•berkeleyjunk•18h ago•816 comments

Show HN: Forge – Guardrails take an 8B model from 53% to 99% on agentic tasks

https://github.com/antoinezambelli/forge
549•zambelli•1d ago•192 comments

Google's AI is being manipulated. The search giant is quietly fighting back

https://www.bbc.com/future/article/20260519-google-tackles-attempts-to-hack-its-ai-results
9•tigerlily•2h ago•0 comments

Remove-AI-Watermarks – CLI and library for removing AI watermarks from images

https://github.com/wiltodelta/remove-ai-watermarks
320•janalsncm•14h ago•192 comments

The Invention of Buses

https://worksinprogress.co/issue/the-invention-of-buses/
21•surprisetalk•1d ago•5 comments

Apple unveils new accessibility features

https://www.apple.com/newsroom/2026/05/apple-unveils-new-accessibility-features-and-updates-with-...
692•interpol_p•1d ago•363 comments

OpenAI Adopts Google's SynthID Watermark for AI Images with Verification Tool

https://openai.com/index/advancing-content-provenance/
304•smooke•17h ago•163 comments

Mistral AI acquires Emmi AI

https://www.emmi.ai/news/mistral-ai-acquires-emmi-ai
288•doener•17h ago•85 comments

Gemini CLI will stop working from June 18, 2026

https://developers.googleblog.com/an-important-update-transitioning-gemini-cli-to-antigravity-cli/
279•primaprashant•18h ago•142 comments

CopyFail: From Pod to Host

https://xint.io/blog/copy-fail-pod-to-host
33•tptacek•19h ago•6 comments

RISC-V and Floating-Point

https://fprox.substack.com/p/risc-v-and-floating-point
35•hasheddan•1d ago•28 comments

Simulated Evolution on the PICO-8

https://bumbershootsoft.wordpress.com/2026/05/16/simulated-evolution-on-the-pico-8/
24•ibobev•1d ago•1 comments

No way to parse integers in C (2022)

https://blog.habets.se/2022/10/No-way-to-parse-integers-in-C.html
14•konmok•2h ago•3 comments

Incident Report: Railway Blocked by Google Cloud (Resolved)

https://blog.railway.com/p/incident-report-may-19-2026-gcp-account-outage
506•aarondf•12h ago•320 comments

In 1979 engineer Hugh Padgham discovered "gated reverb" – by accident

https://producelikeapro.com/blog/how-one-recording-mistake-created-a-musical-phenomenon-in-the-80s/
68•bookofjoe•2d ago•23 comments

GitHub is investigating unauthorized access to their internal repositories

https://twitter.com/github/status/2056884788179726685
521•splenditer•12h ago•284 comments

Minnesota becomes first state to ban prediction markets

https://www.npr.org/2026/05/19/nx-s1-5821265/minnesota-ban-prediction-markets
708•ortusdux•17h ago•218 comments

The Mercury logic programming system

https://github.com/Mercury-Language/mercury
77•Antibabelic•2d ago•17 comments