frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

YC Startup School 2026

https://bestmate.io/startup-school-2026
1•harper•2m ago•0 comments

Compass: Fast, local-first knowledge graph for understanding codebases

https://github.com/crabbuild/compass
1•handfuloflight•8m ago•0 comments

Ask HN: How to rewrite `Claude.md` and install the skill for Opus5 and Fable5

1•hyhmrright•10m ago•2 comments

Prompting Claude Opus 5

https://platform.claude.com/docs/en/build-with-claude/prompt-engineering/prompting-claude-opus-5
1•alvis•10m ago•0 comments

How Netanyahu Lost America

https://www.theatlantic.com/ideas/2026/07/bibi-netanyahu-israel-failures-antisemitism/688050/
2•Alien1Being•14m ago•0 comments

We moved wind turbines from China to Sri Lanka [video]

https://www.youtube.com/watch?v=SXotkuJHxF0
1•thelastgallon•15m ago•0 comments

GPS Map Camera: Geotag Camera

https://play.google.com/store/apps/details?id=com.gpsmapcamera.photo.timestamp.video.location&hl=...
1•satyampromotion•15m ago•0 comments

Ted Kaczynski, Math Tutor

https://www.documentcloud.org/documents/2696533-Ted-Kaczynski-Math-Tutor/
1•Teever•16m ago•0 comments

Answerwatch – Track changes in what AI models recommend

https://github.com/haror1/answerwatch
1•arorah•16m ago•0 comments

Autoportrait

https://philipweiss.net/autoportrait/
1•philipfweiss•19m ago•0 comments

KMIP: How It Works, When You Need It, and How Infisical Implements It

https://infisical.com/blog/kmip
1•vmatsiiako•20m ago•0 comments

Why Most Backtests Fail in Production – and How Event-Time Replay Fixes It

https://medium.com/@DolphinDB_Inc/turning-market-history-into-live-signals-dolphindb-data-replay-...
2•napgirllll•21m ago•0 comments

How AI and Low-Latency Computing Are Reshaping Digital Twins

https://medium.com/@DolphinDB_Inc/real-time-decision-making-how-ai-and-low-latency-computing-are-...
1•chaercling•22m ago•0 comments

Free, private file tools that work in the browser

https://easyfiletools.com
1•randomperson_24•26m ago•0 comments

Recursive Filters: SMA, EMA, Low‑Pass, and a Tiny Kalman

https://www.staszewski.xyz/blog/recursive-filters/
1•kamilstaszewski•28m ago•0 comments

Show HN: Kdeps – A New CLI Coding Agent That Runs on Open Weight Models

https://kdeps.com
1•jjuliano•28m ago•0 comments

GitBook: The open source front end for GitBook doc sites

https://github.com/GitbookIO/gitbook
1•thunderbong•32m ago•0 comments

Improving Heuristics for A* Pathfinding

https://www.redblobgames.com/pathfinding/heuristics/differential.html
1•bobbiechen•35m ago•0 comments

Their position on open-weights models sucks

https://blog.nathanlangley.dev/posts/anthropic-open-weights.html
1•ninjahawk1•35m ago•0 comments

Prove Yourself – Delayed Disclosure as a Verifiable Public Artifact

https://prove-yourself.sebmellen.com/technical-notes.html
1•sebmellen•42m ago•0 comments

Show HN: Krate, AI-made apps as permissioned files for Mac, Windows, and Linux

https://github.com/incyashraj/krate
1•incyashraj•46m ago•0 comments

How I use AI in my geology research without losing the science I love

https://www.science.org/content/article/how-i-use-ai-my-geology-research-without-losing-science-i...
1•the-mitr•51m ago•0 comments

Machines will never understand language

https://astra.pizza/posts/machines-will-never-understand-language/
1•ankitg12•51m ago•0 comments

Request Timeout Is a Polite Suggestion

https://medium.com/devs-community/your-request-timeout-is-a-polite-suggestion-94171a66fb43
1•sukhpinder0804•52m ago•0 comments

A simple clustering algorithm for lists

https://cassidoo.co/post/clustering-tiles/
2•nreece•1h ago•0 comments

Space exploration game made using Claude Opus 5

https://twitter.com/anshuc/status/2081801966158811506
3•starshadowx2•1h ago•1 comments

Show HN: Over 150 side events of BlackHat 2026 in one page

https://www.chancity.ai/blackhat-vegas-2026
1•csujoy•1h ago•1 comments

AI Makes Starting Games Easier. Finishing Is Still Hard

https://twitter.com/robertvaradan/status/2078234518549311855
2•robertvaradan•1h ago•0 comments

Cursor Start

https://cursor.com/blog/cursor-start-india
2•twapi•1h ago•1 comments

OpenAI called the Hugging Face attack unprecedented. But we've been here before

https://www.technologyreview.com/2026/07/27/1140836/openai-hugging-face-attack-precedent/
6•devonnull•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).