frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ticket-In Ticket-Out

https://en.wikipedia.org/wiki/Ticket-in,_ticket-out
1•suopspaces•1m ago•0 comments

Show HN: An honest comparison of the Agent Harness vs. six alternatives

https://time2magic.com/agent-harness
1•bishopz•6m ago•0 comments

Before and After Photos Show Data Centers Furiously Popping Up Across America

https://petapixel.com/2026/09/19/before-and-after-photos-show-data-centers-furiously-popping-up-a...
1•andsoitis•7m ago•0 comments

Breaking a four year hiatus to talk about the export keyword (PEPs 842 and 843)

https://aroberge.blogspot.com/2026/09/breaking-four-year-hiatus-to-talk-about.html
1•lumpa•7m ago•0 comments

Show HN: Primescript – Academic Markdown editor with vector search and LaTeX

https://primescript.com
1•mac-r•7m ago•0 comments

Show HN: A Mondrian-style puzzle block game

https://game.wdamao.com/mondrian-blocks/
1•wdamao•9m ago•1 comments

A Calendar of Smells

https://worldsensorium.com/a-calendar-of-smells/
1•dnetesn•9m ago•0 comments

A space war played in SQL

https://schemaverse.com/
1•thunderbong•10m ago•0 comments

Solitaire Alone Together

https://eieio.games/blog/solitaire-alone-together/
1•anitil•11m ago•1 comments

An Ocean Planet in Space

https://blue-continuum.com/an-ocean-planet-in-space
2•dnetesn•12m ago•0 comments

EZ4: A reflection-driven alternative to AWS CDK for serverless apps

https://github.com/sbalmt/ez4
2•sbalmt•16m ago•0 comments

Ask HN: How do you sell a small bootstrapped SaaS?

2•hpsilab•18m ago•0 comments

A 7B fact-checker beat 30B LLM reviewers and deleted no true claims

https://openteams.com/llm-review-reliability/
3•khuyentran1401•18m ago•0 comments

The World After Capital (2024)

https://worldaftercapital.org/
2•measurablefunc•19m ago•0 comments

How Your Internet Traffic Gets There: IXPs and Peering

https://community.ipinfo.io/t/how-your-internet-traffic-actually-gets-there-ixps-peering-and-why-...
2•shubhamjain•22m ago•0 comments

A Programming Mentality

https://www.natemeyvis.com/a-programming-mentality/
1•meetpateltech•24m ago•0 comments

Vibes vs. Evidence: What delivers AI code review quality

https://dsifry.github.io/harnesseval/
2•pjf•24m ago•0 comments

What Makes Jev Different from Other LLMs? A Simple Explanation

https://medium.com/@dolevietthang/what-makes-jev-different-from-chatgpt-and-claude-a-simple-expla...
1•vietthangif•24m ago•0 comments

Silicon Valley Saw the iPhone Coming 13 Yrs Before Apple [video]

https://www.youtube.com/watch?v=34dAyDUglrI
1•Teever•26m ago•0 comments

Something bugs me about AGI AI LLM, what if we back paddled 1000 year

https://shatteringtheabyss.substack.com/p/llm-agi-god-congratulations-humanity
1•vseedstriker•27m ago•1 comments

Context compaction, measured: FutureOS vs. Codex vs. OpenCode

https://future-os-blog.github.io/posts/context-compaction-measured.html
1•thetechlead•32m ago•0 comments

Major air traffic controller outage triggers flight chaos [video]

https://www.youtube.com/watch?v=gHUZ9W025lA
2•shinryudbz•34m ago•0 comments

Meta's Muse Is Better at Surveilling Than Helping Me

https://www.wired.com/story/metas-muse-is-better-at-surveilling-than-helping-me/
2•the-mitr•37m ago•0 comments

Android Bench 2.0 – Long Horizon Android Development Benchmark

https://developer.android.com/bench
1•bentrengrove•39m ago•0 comments

FloatLib: Verified Floating-Point Arithmetic in Lean

https://leandojo.org/floatlib.html
1•matt_d•45m ago•0 comments

Driscoll's Gave China Its Blueberries–Then China Swiped the Secret to Growing Th

https://www.wsj.com/business/driscolls-berry-farms-china-competition-b0b49f04
4•harry_nutsachs•47m ago•0 comments

Open-Sourcing Rebalancer: High-Performance Assignment Problem Solver

https://engineering.fb.com/2026/09/21/open-source/rebalancer-generic-high-performance-library-ass...
1•iamsyr•49m ago•0 comments

Lifestreams: A storage model for personal data (1996)

https://dl.acm.org/doi/10.1145/381854.381893
1•dgudkov•50m ago•0 comments

A zero-day has been released for Meta's Muse

https://github.com/pwardle/not-a-mused
2•momentmaker•51m ago•0 comments

I built an autonomous accounting tool to let AI do my taxes

https://github.com/CodeGameDev29/KFAutonomousAccounting
4•7eleven2007•51m 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).