frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Fauci Funded Wuhan Lab Research That Sparked Covid

https://www.odni.gov/index.php/newsroom/press-releases/press-releases-2026/4166-pr-11-26
1•ffdni•2m ago•0 comments

The Flat Curve Society

https://steve-yegge.medium.com/the-flat-curve-society-36c8b01eb33b
1•andsoitis•6m ago•0 comments

Show HN: Coding Tools MCP – Give any LLM agent the ability to code

https://github.com/xyTom/coding-tools-mcp
1•xytom•7m ago•0 comments

Ice Water Drowning Survival After 147-Minute Submersion and Hypothermic Arrest

https://www.jacc.org/doi/10.1016/j.jaccas.2025.104885
2•js2•7m ago•0 comments

Adding face tracking to my Pico 4

https://www.kitsu.red/blog/2025-08-06-face-tracking-for-pico-4
1•kitsune_cw•8m ago•0 comments

California 'billionaire tax' makes ballot despite opposition from tech moguls

https://www.theguardian.com/us-news/2026/jun/18/california-billionaire-tax-ballot-tech-opposition
2•dmitrygr•9m ago•1 comments

Show HN: Guess the World Cup players' home club

https://juice.name/
1•chadwittman•11m ago•0 comments

Place 24 rowers in 4 boats of 6 – how many days for every pair to meet?

https://quirino.net/blog/4boats/
1•quirino•11m ago•0 comments

Rclone: "Rsync for Cloud Storage"

https://github.com/rclone/rclone
1•pretext•11m ago•0 comments

Show HN: Sqim – install your iOS builds from Codex mobile without VPN

https://www.sqim.dev/
2•neel-m•16m ago•0 comments

Building Cursor for Traders

https://runhalcyon.com/
2•chips2011•18m ago•1 comments

Snapfari App

https://snapfari.app/
2•soupspaces•22m ago•0 comments

Two-Letter Scrabble Words Visualized as Stem and Leaf Plot (2020)

https://www.gideongoldin.com/blog/2020/10/1/data-visualizations-for-text-the-verbal-stem-amp-leaf...
2•aragonite•22m ago•0 comments

Google's Secret Warrant Fight over DOJ Pipe Bomb Probe Revealed

https://www.bloomberg.com/news/articles/2026-06-18/google-s-secret-warrant-fight-over-doj-pipe-bo...
2•rndsignals•29m ago•0 comments

Is the world becoming more predictable?

https://www.ft.com/content/b1f417eb-f120-4e3f-8c85-6db3013c33ee
2•petethomas•39m ago•0 comments

The Ghost in the Ledger

https://banapana.substack.com/p/the-ghost-in-the-ledger
2•ruzelmania•39m ago•1 comments

Applied AI Engineer/ Product Builder/ Data Science

2•ahorton•40m ago•0 comments

The Reason Your IT Team Isn't Getting Anything Done

https://techstrong.it/contributed-content/the-real-reason-your-it-team-isnt-getting-anything-done/
2•mooreds•44m ago•1 comments

Between backyards and nakamals: Shifting Australia–Vanuatu relations

https://www.lowyinstitute.org/publications/between-backyards-and-nakamals-shifting-australia-vanu...
2•mooreds•45m ago•0 comments

CS 153: Frontier Systems

https://cs153.stanford.edu/
2•mooreds•45m ago•0 comments

Ask HN: Has AI made digital distribution more powerful than code?

2•akashwadhwani35•46m ago•1 comments

Our game anticheat has no kernel driver, we catch not block

https://cyberlete.net
3•sunuam•53m ago•1 comments

Adama City Government Exposes 29 GB of Sensitive Ethiopian Citizens' Data

https://write-ups.security-chu.com/2026/06/Adama-Service-with-Data-Breach.html
2•news_rt•53m ago•0 comments

Writing for humans is the only SEO trick left

https://pithandpip.com/blog/the-best-aeo
2•maguay•55m ago•1 comments

SQLite Hub

https://oliverjessner.at/sqlite-hub/
2•jonbaer•56m ago•0 comments

A bold satellite rescue mission came together in record time, but will it work?

https://arstechnica.com/space/2026/06/a-bold-satellite-rescue-mission-came-together-in-record-tim...
4•Jtsummers•57m ago•0 comments

AI coding: loop engineering a translator

https://jeena.net/loop-engineering
2•jeena•57m ago•0 comments

The First Website Killed by Google: Their Online Answer Marketplace

http://answers.google.com/answers/browse/1200.html
2•noah34•1h ago•2 comments

Valve's Latest SteamOS Out

https://www.pcgamer.com/hardware/steam-machines/valves-latest-steamos-is-out-with-initial-support...
2•evo_9•1h ago•0 comments

Where the Light Falls: Who Was Johannes Vermeer?

https://harpers.org/archive/2026/07/where-the-light-falls-clare-bucknell-vermeer/
2•prismatic•1h ago•0 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).