frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Profiling the "Abundance" housing bottleneck with real data

https://laxmena.com/same-capacity-less-throughput
1•laxmena•1m ago•0 comments

Show HN: Almanac – A self-updating wiki from your files

https://usealmanac.com
1•reveriedev•1m ago•0 comments

Full Emoji List, v17.0

https://unicode.org/emoji/charts/full-emoji-list.html
1•mooreds•2m ago•0 comments

Archaeology team unearths 'prototype' of world-famous Stonehenge monument

https://apnews.com/article/stonehenge-britain-discovery-summer-solstice-36f8517159a9e750c1042bebd...
1•zdw•5m ago•0 comments

I made a free Islamic prayer app to quit saying "I'll pray in 5 minutes"

https://better-prayer.com
2•Adam-Hincu•5m ago•1 comments

Why recruiters can't find workers and new grads can't find jobs (it's not AI)

https://www.washingtonpost.com/education/2026/07/12/why-recruiters-cant-find-workers-new-grads-ca...
1•rustoo•6m ago•0 comments

Nuclear war survival guide reveals seven everyday items if disaster strikes

https://www.dailymail.com/sciencetech/article-15795297/Forgotten-nuclear-war-survival-guide-revea...
2•Bender•12m ago•0 comments

Crayola Marker Airbrush Kit

https://www.crayola.com/products/toys/marker-airbrush-kit-747669
1•turtleyacht•12m ago•0 comments

MacSurf 2.0 – Netsurf for Mac OS 9 Released

https://github.com/mplsllc/macsurf/releases/tag/v2.0
1•mplsllc•15m ago•0 comments

Show HN: PitchTrail – Perfect Pitch for Kids

https://pitchtrail.app/
2•theckel•16m ago•0 comments

UN adopts first binding framework for automated driving systems

https://www.heise.de/news/Meilenstein-fuer-Robotaxis-UN-verabschiedet-globales-Recht-fuer-autonom...
1•logickkk1•19m ago•0 comments

What if Berlin needs its bunkers back?

https://www.ft.com/content/ec954bd3-a008-4561-978c-be1039f607d2
1•leonidasv•19m ago•1 comments

Kode Dot Programmable pocket device for makers, pentesters and geeks

https://kode.diy
2•iNic•19m ago•0 comments

Anthropic extends Fable 5 access through July 19

1•dboreham•19m ago•0 comments

Ask HN: List of functional institutions fighting towards a free internet

1•ronfriedhaber•19m ago•0 comments

Ask HN: What Are You Working On? (July 2026)

1•david927•20m ago•0 comments

Show HN: Tenclicker – a WebLLM clicker game about whatever you want

https://tenclicker.com
1•mattcheston•23m ago•0 comments

Analysis: Popular Chrome Extension ModHeader Exfiltrates User Data

https://aydinnyunus.github.io/2026/07/12/modheader-data-exfiltration-stanfordstudies/
1•runtimepanic•25m ago•0 comments

Free Community Radio Player (Win, Linux, Android, iOS)

https://radiodock.app/
2•bitmancer•27m ago•0 comments

Uber is lobbying to keep robotaxi rides 85% human in New Jersey

https://www.wired.com/story/ubers-autonomous-vehicle-strategy-slow-their-adoption/
3•logickkk1•27m ago•0 comments

Show HN: Capn-hook for coding agents – don't grep the same mystery twice

https://github.com/cyrusNuevoDia/capn-hook
3•knrz•29m ago•0 comments

We're extending Claude Fable 5 access through July 19

https://xcancel.com/claudeai/status/2076351399999557669
2•quantisan•29m ago•1 comments

Show HN: Agent-run – Run a coding agent in a sandboxed environment

https://github.com/sin-ack/agent-run
2•trashburger•31m ago•1 comments

Since Chronium 148, Math.tanh is now fingerprintable to link underlying OS

https://scrapfly.dev/posts/browser-math-os-fingerprint/
53•joahnn_s•34m ago•16 comments

The Meta Glasses backlash is changing how (or if) people use them

https://www.engadget.com/2212604/the-meta-glasses-backlash-is-changing-how-or-if-people-use-them/
7•gnabgib•36m ago•1 comments

Show HN: Adaptive Recall, persistent memory for AI assistants over MCP

https://www.adaptiverecall.com/
3•abratabia•38m ago•0 comments

Don't Build an RL Environment Startup

https://benanderson.work/blog/dont-build-rl-env-startup/
3•iacguy•39m ago•1 comments

Adapt, Improvise, and Overcome

https://briandouglas.ie/adapt-improvise-overcome/
2•inventor7777•39m ago•0 comments

Storm clouds gather over America's financial supremacy

https://www.economist.com/finance-and-economics/2026/07/12/storm-clouds-gather-over-americas-fina...
16•pseudolus•42m ago•1 comments

AI shorting penny stock based on human psychology

https://fadeengine.com
2•parth_nandaniya•43m ago•1 comments
Open in hackernews

Jonathan Blow on Removing Dependencies

https://twitter.com/Jonathan_Blow/status/1924509394416632250
21•anonymousab•1y ago

Comments

austin-cheney•1y ago
Absolutely. This is part of the reason I refuse to go back to JavaScript work, because JavaScript developers don't live in that world.

Everybody claims to want software that achieves better performance and better durability. Even in JavaScript land people claim to want better performance and better durability. Yet, when it comes down to taking ownership or actually doing the work there is no greater evil, so there is a lot of lip service and whining there.

As an experiment just mention replacing some dependencies at work in JavaScript land with some code you have written and see what happens. There aren't salaries large enough to go back to that.

wduquette•1y ago
The smaller the supply chain, the smaller the chance of supply-chain attacks. I program mostly in Java these days, and I have always been very careful of adding external dependencies to my code bases. A few times I have in fact replaced a commonly-used dependency with a home-grown own; and yes, I've been very happy.
underdeserver•1y ago
> But the thing to realize is most of this implementation is spam. It is mostly doing things for people who are not you, for reasons you don't necessarily agree with, chosen by a decision-making method that is deeply flawed.

It's not flawed. It's just made by people whose goals differ from yours.

Inityx•1y ago
This sure does attribute a lot to malice what could be adequately explained by stupidity.
sky2224•1y ago
He really hit the nail on the head with the part about realizing you only need 8% of what a dependency provides a lot of the time.

I recall working on a project where we were using some really old WPF library that provided a bunch of controls for doing things like dropdown menus, data grouping, etc.

We were doing an upgrade of the project, and this library was holding us back since it was stuck on an older version of .NET Framework. I realized we only needed that dropdown functionality since we didn't use anything else from the library.

Ultimately, I just copied the dropdown logic directly from the library, but rewriting it myself wouldn't have been a big undertaking either (it just happened to be open source, so I figured if it ain't broke, don't fix it).