frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Apache Iggy, a message streaming platform in Rust, graduates to an Apache TLP

https://iggy.apache.org/blogs/2026/08/24/apache-iggy-top-level-project-tlp-graduation/
1•spetz•21s ago•1 comments

Doubling of Kobo's U.S. sales in both 2025 and 2026, 70% US female customer base

https://www.reddit.com/r/kobo/comments/1w20azv/the_doubling_of_kobos_us_sales_in_both_2025_and/
1•seam_carver•1m ago•0 comments

Free Online Tools and Apps

https://actuallyfreeonlinetools.com
1•bobby2shorts•1m ago•0 comments

ArchUnit for Python

https://github.com/LukasNiessen/ArchUnitPython
1•amai•1m ago•0 comments

ChatGPT to face tougher regulation in the EU

https://www.theverge.com/ai-artificial-intelligence/986682/openai-chatgpt-eu-dsa
1•dataking•1m ago•0 comments

Playa Phone

https://playaphone.com/
1•cutoff•2m ago•0 comments

C++26: Standard Library Hardening Experiments

https://www.cppstories.com/2026/hardening-experiments/
1•ibobev•2m ago•0 comments

Building a decentralized bulletin board (and accidentally reinventing Nostr)

https://en.andros.dev/blog/4c4e1b40/building-a-decentralized-bulletin-board-and-accidentally-rein...
1•ibobev•3m ago•0 comments

Culture Clash

https://aeon.co/essays/at-the-heart-of-the-snow-leavis-two-cultures-clash
2•Hooke•4m ago•0 comments

Recreating a 2010 Experiment

https://xania.org/202608/recreating-a-2010-experiment
1•ibobev•4m ago•0 comments

WikiSkill: Compiling Agent Experience into Persistent KB for Skill Evolution

https://academy.dair.ai/papers/wikiskill-compiles-agent-experience-into-a-persistent-wiki-2608.27454
1•omarsar•5m ago•0 comments

Following Google, Apple Maps Expected to Rename Lake Ontario as Lake America

https://macdailynews.com/2026/08/31/following-google-maps-apple-maps-expected-to-rename-lake-onta...
1•Noaidi•6m ago•0 comments

Two men charged following AFP-FBI disruption of alleged cybercrime syndicate

https://www.afp.gov.au/news-centre/media-release/two-wa-men-charged-following-afp-fbi-wapf-disrup...
1•hyperionplays•6m ago•0 comments

Docker Hardened Images

https://docs.docker.com/dhi
1•tosh•7m ago•0 comments

Show HN: Slotstream, run Qwen3.8-Flash-Next 4-bit on a low-memory Mac

https://github.com/carloslfu/slotstream
1•carloslfu•7m ago•0 comments

Treasury Announces the Quantum-Readiness Task Force

https://home.treasury.gov/news/press-releases/sb0615
1•mooreds•8m ago•0 comments

Rediscovering Sublime Text

https://blakewatson.com/journal/rediscovering-sublime-text/
1•blakewatson•9m ago•1 comments

Skills of the Future – The Human Toolkit

https://filipblagojevic.substack.com/p/skills-of-the-future-the-human-toolkit
1•SinEater•10m ago•0 comments

QR Creator that runs in the browser, nothing uploaded

https://free-qr.fyi/
1•postgres•11m ago•0 comments

Trump Goes After Anonymous Email Provider. The Real Target Is Free Speech

https://theintercept.com/2026/08/28/trump-antifa-terrorist-websites-free-speech/
1•SigmundurM•11m ago•0 comments

A one-handed clock on the hyperbolic plane

https://jpivarski.github.io/hyperbolic-map/clock.html
1•fanf2•12m ago•0 comments

MIT building 18 closed after possible dimethylmercury contamination

https://thetech.com/2026/08/30/building-18-closure-2026
2•ilamont•12m ago•0 comments

Review: Aztecs, by Inga Clendinnen

https://www.thepsmiths.com/p/review-aztecs-by-inga-clendinnen
2•jger15•12m ago•0 comments

Google Labs Aptitude Test (GLAT)

https://googleblog.blogspot.com/2004/09/pencils-down-people.html
2•tlyleung•13m ago•0 comments

Why "Just Upgrade It" Is Terrible Security Advice

https://tuxcare.com/blog/just-upgrade-it-advice/
2•mooreds•13m ago•0 comments

The Mighty Duck

https://redmonk.com/rstephens/2026/08/27/the-mighty-duck/
3•mooreds•14m ago•0 comments

Show HN: WOML – an HTML-like language for building workflows

https://woml.org/
2•dalibenothmen•15m ago•0 comments

I found two Shopify plugin vulns with GLM-5.3 Flash

https://alec.is/posts/i-found-two-shopify-plugin-zero-days-in-a-bathtub/
3•arm32•16m ago•0 comments

My Experience Has Nuance, Yours Is a Data Point

https://blog.jim-nielsen.com/2026/nuance-for-me-none-for-you/
5•Brajeshwar•17m ago•0 comments

The Hugging Face incident from a security engineering perspective

https://uphack.io/blog/post/the-hugging-face-incident-is-not-an-ai-story/
3•birdculture•18m 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).