frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

They Tried to Catch a Predator. They Trapped Themselves Instead

https://www.nytimes.com/2026/06/10/technology/predator-catcher-vitaly-mistake.html
1•_tk_•55s ago•0 comments

Sharper context. Fewer tokens. Open-source middleware for Claude Code

https://github.com/cytostack/openwolf
1•momentmaker•1m ago•0 comments

Show HN: Linkslap – rate any single URL: an article, a listing, a playlist

https://linkslap.com/
1•ob3ron•2m ago•0 comments

55% of US retail investors plan to buy SpaceX stock, 86% will use new funds

https://www.kgrid.ai/reports/spacex-ipo-retail-data
2•malai723•2m ago•0 comments

Tim O'Reilly – Look at the rate of change, not the volume

https://twitter.com/timoreilly/status/2064717328793874632
2•rmason•2m ago•0 comments

The Loneliness of the Competitive Quizzer

https://thebaffler.com/latest/the-loneliness-of-the-competitive-quizzer-basile
1•cainxinth•2m ago•0 comments

Neura Robotics Announces Record Series C of up to $1.4B

https://neura-robotics.com/record-series-c/
1•TobiasJacob•2m ago•0 comments

USB Power Delivery: Plugging into the Benefits. An Explainer

https://www.aptiv.com/en/insights/article/usb-power-delivery-plugging-into-the-benefits
1•ohjeez•4m ago•0 comments

American capitalism is run by millionaires, not billionaires

https://www.economist.com/business/2026/06/10/american-capitalism-is-run-by-millionaires-not-bill...
1•andsoitis•6m ago•0 comments

Show HN: I built a keyboard with typing effects

1•vitalipom•6m ago•0 comments

YouTube Processed 2.5B Content ID Copyright Claims in 2025

https://torrentfreak.com/youtube-processed-2-5-billion-content-id-copyright-claims-in-2025/
1•gslin•6m ago•0 comments

GitHub pulls pin on NPM's auto-run scripts

https://www.theregister.com/devops/2026/06/10/github-pulls-pin-on-npms-auto-run-scripts/5253453
1•MrDresden•6m ago•0 comments

The Woman who stowed away on a ship to report on D-Day

https://www.bbc.com/culture/article/20260608-the-woman-who-sneaked-into-the-d-day-landings
1•ViktorRay•7m ago•0 comments

Fear of the SaaSpocalypse is tormenting techland

https://www.economist.com/business/2026/06/10/fear-of-the-saaspocalypse-is-tormenting-techland
1•andsoitis•10m ago•1 comments

PRC-linked influence operations are targeting AI debates in the US

https://openai.com/index/prc-linked-influence-operations-ai-debates/
3•amrrs•12m ago•1 comments

Malware devs added nuclear and bioweapons text to trigger LLM safety refusals

https://twitter.com/jsrailton/status/2064661778978533571
1•porridgeraisin•12m ago•1 comments

Tech Influence Watch

https://influence.citationneeded.news/
1•okneil•12m ago•0 comments

How can I create a hyperlink in Android's Gmail app? (2021)

https://support.google.com/mail/thread/131398911/how-can-i-create-a-hyperlink-in-android-s-gmail-...
1•debo_•13m ago•0 comments

Botfile – Dotfiles for Agents

https://botfile.org/
1•maitland•13m ago•1 comments

Honor your GitHub Sponsors

https://sponsor.pics
1•codingjoe•14m ago•1 comments

Jevons Paradox

https://en.wikipedia.org/wiki/Jevons_paradox
1•kordlessagain•15m ago•0 comments

Stack Overflow for Agents

https://agents.stackoverflow.com/
2•jasondavies•15m ago•0 comments

Rename count:Count to von:Count

https://github.com/pgdogdev/pgdog/pull/1050
1•xkef•16m ago•0 comments

The State of Ship Quality: We Audited Every YC W26 Website

https://overlayqa.com/blog/yc-w26-ship-quality/
1•emvied•18m ago•0 comments

Ask HN: Would it be useful to have a slop button in addition to flag?

2•BugsJustFindMe•19m ago•1 comments

Every breaking change in the July MCP spec, and how to migrate

https://mcpmigrate.dev/blog/mcp-spec-2026-07-28-migration-guide
1•dougwalseth•19m ago•0 comments

Callisto, Jupiter's Ancient Moon

https://skyandtelescope.org/astronomy-news/meet-callisto-jupiters-ancient-moon/
1•smooke•20m ago•0 comments

An Overview of Modern AI Robotics from First Principles

https://interlatent.com/blog/interlatent-modern-ai-robotics-first-principles
1•jdkee•21m ago•0 comments

Tangled Newsletter 02 – Vouching, CI logs over SSH, and more

https://blog.tangled.org/newsletter-02/
1•g0xA52A2A•23m ago•0 comments

Goofstump

https://goofstump.space/
1•enjoyyourlife•23m 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).