frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ripchaser – Sports card checklist and parallel mapping tool

https://ripchaser.com/
1•engraveprice•1m ago•0 comments

Show HN: OpenTalking – Privately deployable real-time AI avatar

https://github.com/datascale-ai/opentalking
1•xx123122•2m ago•0 comments

Qwen3.8-Max

https://twitter.com/Alibaba_Qwen/status/2084093402967396594
1•logickkk1•2m ago•0 comments

State of Exposure Report July'2026 by EchelonGraph

1•gladiator291288•2m ago•0 comments

Scratch Muppet fnaf fangame I can't find anymore

1•jasonTrowbridge•3m ago•0 comments

Melatonin vs. magnesium: Which is better for your sleep?

https://www.washingtonpost.com/wellness/2026/08/02/melatonin-vs-magnesium-which-is-better-your-sl...
1•wslh•3m ago•1 comments

Controlling Your Environment Makes You Happy (2000)

https://www.joelonsoftware.com/2000/04/10/controlling-your-environment-makes-you-happy/
1•brazukadev•5m ago•0 comments

Qwen UI Agent

https://tongyi-mai.github.io/Qwen-UI-Agent/
1•shay_ker•8m ago•0 comments

Louis Theroux Interview [video]

https://www.youtube.com/watch?v=kdxgsCrEDY8
1•consumer451•12m ago•0 comments

Graph Engineering with Claude. What It Is and How to Use It

https://x.com/Mahaximus_/article/2082442856417956173
1•heftykoo•15m ago•0 comments

Show HN: Gnt, a company brain AI agents check before acting

https://github.com/gnt-ai/gnt
3•lukaadzic•17m ago•1 comments

Your Coding Agent Is Playing Tetris Badly

https://zhenyi.gibber.blog/your-coding-agent-is-playing-tetris-badly
2•zhenyi•19m ago•0 comments

Eve Marketing Team Template

https://github.com/vercel-labs/marketing-team-eve-template
1•flashbrew•20m ago•0 comments

Trail – signed OpenTelemetry spans for AI agents

https://github.com/varmax2511/trail
1•varmax2511•21m ago•0 comments

Firstmate: Talk to one agent. Ship with a crew

https://github.com/kunchenguid/firstmate
2•shikharbhardwaj•24m ago•0 comments

Decrease in Runway Friction Associated with Increasing Rainfall Intensity [pdf]

https://www.ntsb.gov/investigations/AccidentReports/Reports/AIR2604.pdf
3•Jimmc414•28m ago•0 comments

RFC 9851: TLS 1.2 is in Feature Freeze

https://www.rfc-editor.org/rfc/rfc9851.html
8•Jimmc414•29m ago•1 comments

Deep Space Station 14 (DSS-14) Azimuth Over-Rotation Mishap [pdf]

https://www.nasa.gov/wp-content/uploads/2026/06/dss14-mishap-investigation-board-report-signed-fi...
2•Jimmc414•29m ago•0 comments

OpenUK Wants Britain to Stop Giving Away Open Source Creations

https://itsfoss.com/news/british-flavored-linux-foundation-proposal/
3•ivewonyoung•30m ago•0 comments

Egpu for Mac

https://docs.tinygrad.org/tinygpu/
2•kristianp•32m ago•0 comments

Capital One says it closed Trump Organization accounts

https://www.npr.org/2026/08/02/g-s1-136834/capital-one-trump-bank-anti-money-laundering
8•rdudekul•36m ago•1 comments

Deeby Adventures – a storage engine comic

https://adventures.fredyang.com/
2•yuek•36m ago•0 comments

Show HN: Project ESPAÑOL: Find level-appropriate Spanish-language poems

https://dmerullo.github.io/project-espanol/
3•us-merul•40m ago•0 comments

Europe makes trillion-euro bet to revive its battered industry

https://www.reuters.com/commentary/reuters-open-interest/europe-makes-trillion-euro-bet-revive-it...
4•JumpCrisscross•49m ago•0 comments

US Government map of Africa mislabels every country at global conference

https://www.reuters.com/world/africa/us-government-map-africa-mislabels-every-country-global-conf...
5•andsoitis•53m ago•2 comments

A YC Startup That Wants to Kill Tokenmaxxing Just Raised $13.5M

https://www.businessinsider.com/weave-funding-tokenmaxxing-startup-y-combinator-ai-coding-spend-d...
2•gmays•57m ago•0 comments

How to Group and Organize Notebooks in NotebookLM (Collections)

https://www.nlmtools.com/blog/notebooklm-collections-guide
2•trungpv1601•1h ago•0 comments

Show HN: Isopolis – isometric pixel map of SF

https://sf.isopolis.city/
17•nuwandavek•1h ago•3 comments

Logic and Ontology

https://plato.stanford.edu/entries/logic-ontology/
5•nill0•1h ago•0 comments

Show HN: Record Your Accomplishments

https://accomplishments.app/
2•samteeeee•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).