frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A low-carbon computing platform from your retired phones

https://research.google/blog/a-low-carbon-computing-platform-from-your-retired-phones/
53•vikas-sharma•2h ago•19 comments

Leaving Mozilla

https://blog.unitedheroes.net/5751
288•martey•6h ago•167 comments

Electric motors with no rare earths

https://www.renaultgroup.com/en/magazine/energy-and-powertrains/all-about-electric-motors-with-no...
529•bestouff•14h ago•153 comments

The state of building user interfaces in Rust

https://areweguiyet.com/#ecosystem
25•mahirsaid•2d ago•12 comments

Statement on US government directive to suspend access to Fable 5 and Mythos 5

https://www.anthropic.com/news/fable-mythos-access
2556•Dylan1312•11h ago•1842 comments

Thoughts on AI and Jobs

https://blog.keyvan.net/p/thoughts-on-ai-and-jobs
4•k1m•12m ago•2 comments

CRISPR tech selectively shreds cancer cells, including "undruggable" cancers

https://innovativegenomics.org/news/crispr-technique-selectively-shreds-cancer-cells/
860•gmays•21h ago•191 comments

Show HN: Paca – Lightweight Jira alternative for human-AI collaboration

https://github.com/Paca-AI/paca
37•pikann22•2h ago•19 comments

Show HN: 2 Weeks of Hallucinate – The Photo Gallery

https://hallucinate.site/gallery
8•stagas•21m ago•1 comments

Open source AI must win

https://opensourceaimustwin.com/?share=v2
1110•vednig•10h ago•346 comments

There is a shadow hanging over this Fable thing

https://12gramsofcarbon.com/p/tech-things-there-is-a-massive-shadow
323•theahura•7h ago•285 comments

Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Packages

https://www.phoronix.com/news/Arch-Linux-AUR-More-Than-1500
25•qwertox•37m ago•2 comments

How to setup a local coding agent on macOS

https://ikyle.me/blog/2026/how-to-setup-a-local-coding-agent-on-macos
397•kkm•18h ago•99 comments

The computer science degree isn’t dead

https://spectrum.ieee.org/computer-science-degree-isnt-dead
114•jnord•3d ago•106 comments

Show HN: Putt.day a daily mini golf game

https://putt.day/
205•ellg•13h ago•88 comments

Malware developers added nuclear and biological weapons text to to their spyware

https://twitter.com/jsrailton/status/2064661778978533571
411•marc__1•1d ago•225 comments

The Riemann Hypothesis – interactive explanation

https://riemann.adilmoujahid.com
3•lifty•2d ago•0 comments

Swift at Apple: Migrating the TrueType hinting interpreter

https://www.swift.org/blog/migrating-truetype-hinting-to-swift/
209•DASD•16h ago•97 comments

Israeli firm BlackCore suspected of meddling in New York and Scotland votes

https://www.reuters.com/world/israeli-firm-blackcore-also-suspected-meddling-nyc-scotland-votes-f...
245•pera•4h ago•120 comments

Twenty One Zero-Days in FFmpeg

https://depthfirst.com/research/21-zero-days-in-ffmpeg
233•redbell•14h ago•149 comments

Launch HN: BitBoard (YC P25) – Analytics Workspace for Agents

https://bitboard.work/
46•arcb•19h ago•21 comments

H.R. 6028 would fundamentally change the U.S. Copyright Office

https://www.eff.org/deeplinks/2026/06/congress-just-rushed-through-disastrous-copyright-office-ov...
229•Cider9986•2d ago•81 comments

Shepherd's Dog: A Game by the Most Dangerous AI Model

https://koenvangilst.nl/lab/claude-fable-shepherds-dog
103•vnglst•6h ago•93 comments

Pirates, a naval warfare game inspired by Sid Meier's Pirates

https://piwodlaiwo.github.io/pirates/
281•iweczek•19h ago•82 comments

Show HN: Lightweight Task queue on Erlang/OTP, SQLite-backed, no overengineering

https://github.com/entGriff/ezra
48•ent1c3d•2d ago•9 comments

Automating Myself Out of Development

https://www.thoughtfultechnologist.com/p/automating-myself-out-of-development
38•nisabek•3d ago•22 comments

Tectonic: A modernized, complete, self-contained TeX/LaTeX engine

https://tectonic-typesetting.github.io/en-US/
65•maxloh•3d ago•31 comments

On CPU Physics and CPU Cycles

https://6it.dev/blog/on-cpu-physics-and-cpu-cycles-80730
51•signa11•7h ago•7 comments

Slightly reducing the sloppiness of AI generated front end

https://envs.net/~volpe/blog/posts/reduce-slop.html
200•FergusArgyll•21h ago•122 comments

The Future of wasi-gfx and wasi:webgpu

https://wasi-gfx.dev/blog/posts/future-of-wasi-gfx/
28•mendyberger•3d ago•8 comments
Open in hackernews

Exceptions should not be handled – they should be aggregated

https://zenodo.org/records/20492768
8•ErystelaThevale•3d ago

Comments

bluGill•1h ago
There are too many different exemptions to make a blanket statement. Sometimes user entered a wrong value is an exception and you need to handle it. Sometimes the exception is an out of memory error which realistically will never happen in the real world so you can ignore it.
samiv•40m ago
User entering wrong input is a logical condition and typically handling a logical condition (point being it's not an error from the software's operational point of view) using tools that allow easier logic flow (i.e. error codes) etc.

Out of memory error can happen in many environments because for example in C++ it's about the allocator. You might have a custom allocator with some limit that has no bearing whatsoever what the OS does.

  * Use asserts/panics for bugs.
  * Use "error codes/values/enums" for logical conditions (that are errors to the user, not errors to the software)
  * Use exceptions for unexpected errors in the execution of the software (normally more or less just resource allocation failures)
popdu•38m ago
Working under a simple structure to expect the best of people I am mandated to presume you read the article leaving me confused as to how your comment relates to social sciences. This causes me great discomfort and although objectively irrational, leads me to wish that the authors soon conclude their future work on exception aggregation to resolve the situation. This also reinforces my past evaluation that the Japanese sure are an interesting bunch.
tappaseater•32m ago
Incredibly well said.
bluGill•28m ago
The abstract is in Japanese and the paper is unreadable on a phone (PDF needs to die) so I have to react to the only information I have : a headline and posted on hacker news