frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Claude flags innocuous questions about biology

1•areoform•3m ago•0 comments

Product Evals in Three Simple Steps

https://eugeneyan.com/writing/product-evals/
1•eigenBasis•4m ago•0 comments

You were training AI while catching Pokemon [video]

https://www.youtube.com/watch?v=Vk95ZO-WAvY
1•omani•5m ago•0 comments

Apple integrates Claude and Codex into Xcode 26.3 for 'agentic coding'

https://venturebeat.com/technology/apple-integrates-anthropics-claude-and-openais-codex-into-xcod...
1•gurjeet•7m ago•0 comments

MySpace Co-Founder Misses "Serendipity" of Social Media as Documentary Premieres

https://deadline.com/2026/04/myspace-chris-dewolfe-serendipity-social-media-documentary-1236873630/
1•ChrisArchitect•7m ago•0 comments

Show HN: New readme badge builder (need feedback)

https://www.shieldcn.dev/showcase
1•justinlevine•10m ago•0 comments

We Audited 43 Product Hunt Launches for Accessibility. 1 Passed

https://overlayqa.com/blog/product-hunt-accessibility-study/
1•emveras•12m ago•0 comments

Ask HN: Novel crazy ideas on reducing RAM usage

1•sudo_cowsay•16m ago•1 comments

Show HN: Enve – Tiny server that stores per-project environment variables

https://github.com/skorotkiewicz/envd
1•modinfo•18m ago•0 comments

Show HN: rqlite – the fault-tolerant DB built on SQLite – v10.0 released

https://github.com/rqlite/rqlite/releases/tag/v10.0.0
1•otoolep•21m ago•0 comments

Who Owns Tindie?

https://hackaday.social/@tindie/116459166849350034
1•codezero•22m ago•0 comments

The remarkable Renaissance of high-frequency traders

https://www.ft.com/content/83b2a4b3-bdc6-4eb0-a87c-293c383b5994
2•simonpure•27m ago•1 comments

Colorful Nuclide Chart

https://people.physics.anu.edu.au/~ecs103/chart/
1•Eridanus2•30m ago•0 comments

An AI First World (2016)

https://avc.com/2016/04/an-ai-first-world/
2•capitalatrisk•35m ago•0 comments

Time, Money and Health

https://todaypurpose.com/posts/time-money-health/
1•eric_khun•41m ago•0 comments

How AI Will Reshape Computer Systems by 2035

https://cra.org/industry/2026/04/27/how-ai-will-reshape-computer-systems-by-2035-a-jeffersonian-d...
2•hasheddan•45m ago•0 comments

The physics slop that YouTube wants me to make [video]

https://www.youtube.com/watch?v=Cd5EHfRerGI
1•JumpCrisscross•46m ago•0 comments

Show HN: Lightport – open-source AI gateway

https://www.npmjs.com/package/lightport
1•statements•46m ago•0 comments

Body Soul and Spirit

https://www.skool.com/body-soul-and-spirit-9368/about
1•anthonychip•48m ago•0 comments

When robots.txt blocks the crawl, noindex never applies

https://netguard24-7.com/blog/a-field-note-on-claudeai-share-url-discoverability
1•cybrdude•56m ago•1 comments

How I Broke the Anti-Bot Behind Nike, Kick, and Twitch

https://emro.cat/blog/how-i-broke-the-anti-bot-behind-nike-kick-and-twitch/
3•dsekz•56m ago•0 comments

One in every $20 Super Micro earned 2024 to 2025 came from a front company

https://www.thewirechina.com/2026/04/26/inside-job/
1•NN88•56m ago•0 comments

Starship – Test Like You Fly

https://www.youtube.com/watch?v=ANe_HW4X8oc
1•sbuttgereit•57m ago•0 comments

OpenAI Misses Key Revenue, User Targets in High-Stakes Sprint Toward IPO

https://www.wsj.com/tech/ai/openai-misses-key-revenue-user-targets-in-high-stakes-sprint-toward-i...
6•ksherlock•1h ago•1 comments

Offline Agentic Coding

https://www.williamangel.net/blog/2026/04/27/offline-agentic-coding.html
2•datadrivenangel•1h ago•0 comments

I quit drinking for a year

https://dynomight.net/drinking/
41•webninja•1h ago•34 comments

Show HN: Blotter, a live map of LAPD radio activity

https://blotter.fm
1•s_e__a___n•1h ago•1 comments

Show HN: Multi Kanban Task Board and MCP Server

https://github.com/dizlexic/moo-tasks
1•dizlexic•1h ago•0 comments

Show HN: AgentSwift – Open-source iOS builder agent

https://github.com/hpennington/agentswift
8•hpen•1h ago•3 comments

Apple WWDC 2014 scrapped opening video

https://archive.org/details/apple-scrapped-wwdc-14-video
2•igregoryca•1h ago•0 comments
Open in hackernews

Jonathan Blow on Removing Dependencies

https://twitter.com/Jonathan_Blow/status/1924509394416632250
21•anonymousab•11mo ago

Comments

austin-cheney•11mo 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•11mo 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•11mo 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•11mo ago
This sure does attribute a lot to malice what could be adequately explained by stupidity.
sky2224•11mo 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).