frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Elevators

https://john.fun/elevators
539•Jrh0203•4h ago•153 comments

qm

https://github.com/yc-software/qm
91•tosh•1h ago•31 comments

Tailscale didn't stop the Hugging Face intrusion

https://tailscale.com/blog/hugging-face-intrusion
21•bluehatbrit•19m ago•7 comments

Big Food vs. the People

https://www.lighthousereports.com/investigation/big-food-vs-the-people/
114•jruohonen•3h ago•68 comments

Termixer (TUI DJ Mixer)

https://github.com/l00sed/termixer
15•l00sed•54m ago•4 comments

Getting 25 Gbps Thunderbolt Ethernet on My Mac Studio

https://www.jeffgeerling.com/blog/2026/getting-25g-ethernet-mac-thunderbolt/
72•speckx•3h ago•43 comments

Algorithms on billion-scale graph using 10GB RAM: I love DataFusion

https://semyonsinchenko.github.io/ssinchenko/post/datafusion-graphs-cc-2/
56•speckx•3h ago•13 comments

Everyone is building LLM routers, we deprecated ours

https://manifest.build/blog/why-we-deprecated-our-llm-router/
14•brunaxLorax•1h ago•3 comments

AFC Stands in Solidarity with UEFA and Concacaf to Protect the FIFA World Cup

https://www.the-afc.com/en/more/afc_news.html/news/afc-stands-in-solidarity-with-uefa-and-concaca...
18•smokeeaasd•1h ago•1 comments

DeepSeek V4 Flash 0731 Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/deepseek-v4-flash
461•theanonymousone•11h ago•249 comments

Miso (YC S16) is hiring for U.S. expansion

https://www.ycombinator.com/companies/miso/jobs/g2uAlMG-founding-business-lead-u-s-expansion
1•victorology•2h ago

DeepSeek-V4-Flash Update

https://api-docs.deepseek.com/updates/
611•dnhkng•13h ago•295 comments

The most official water costs $120k a gallon

https://signoregalilei.com/2026/07/26/the-most-official-water-costs-120000-a-gallon/
72•surprisetalk•4h ago•42 comments

AI companies destroy rare and non recoverable physical books

https://www.heraldscotland.com/opinion/26422014.library-alexandria-burns-ai-companies-destroying-...
6•DoddgyEggplant•20m ago•0 comments

Orca-Bench: How Ready Are Language Model Agents for Oncall?

https://arxiv.org/abs/2607.28545
6•yruzin•50m ago•2 comments

Severance

https://lcamtuf.substack.com/p/severance
18•surprisetalk•2h ago•1 comments

Run Kimi K3 using 29 GB of RAM at 0.50 tok/s

https://github.com/sqliteai/waste
58•marcobambini•5h ago•16 comments

A GTK4 SSH-askpass in Zig

https://xn--gckvb8fzb.com/a-gtk4-ssh-askpass-in-zig/
45•surprisetalk•3h ago•15 comments

How JPEG works: Interactively explore JPEG's lossy compression methods

https://cgjennings.ca/articles/jpeg-compression/
40•at1as•4d ago•3 comments

Using the railway network as a flatbed scanner [video]

https://media.ccc.de/v/emf2026-74-1-using-the-railway-network-as-a-flatbed-scanner
6•Jimmc414•52m ago•0 comments

13 Models and 4 Agents on SWE Tasks: Go, Java, Python, Rust, TS

https://swe-rebench.com
28•ibragim_bad•3h ago•11 comments

The End of an Era

https://hughhowey.com/the-end-of-an-era/
339•harscoat•7h ago•380 comments

The session you cannot take with you

https://earendil.com/posts/session-portability/
708•apitman•15h ago•203 comments

The C ``Clockwise/Spiral Rule''

https://c-faq.com/decl/spiral.anderson.html
48•etrvic•5h ago•32 comments

Anti-fraud tools can't keep pace with robocall scammers

https://broadbandbreakfast.com/how-to-fight-back-against-fraudulent-robocalls/
41•dredmorbius•5h ago•54 comments

The Art of Decision-Making (2019)

https://www.newyorker.com/magazine/2019/01/21/the-art-of-decision-making
26•EndXA•3h ago•2 comments

Golang proposal: container/: generic collection types

https://github.com/golang/go/issues/80590
4•jabits•43m ago•0 comments

Making Referential Stability a Type

https://jovidecroock.com/blog/referential-stability-types/
5•acmnrs•4d ago•0 comments

Show HN: BitBang – Reach machines behind NAT from a browser, no account

https://github.com/richlegrand/bitbang-cli
47•narragansett•4h ago•9 comments

Arch Linux disables AUR package adoption

https://lwn.net/Articles/1086489/
97•database64128•5h ago•68 comments
Open in hackernews

qm

https://github.com/yc-software/qm
85•tosh•1h ago

Comments

Drupon•58m ago
>We take contributions as human-written text, not code — see CONTRIBUTING.md. Describe the change you'd like informally in a .txt or .md file in adrs/, and if we're aligned we'll handle the implementation. Report vulnerabilities privately — see SECURITY.md, not a public issue.

Starting to think people were right when they talked about our industry itself having an AI psychosis problem.

cyanydeez•44m ago
the other option is to generate 5000+ open issues that no one cares are open.

Also, it's a AI project; what, exactly, do you think they're going to try and do?

meagher•43m ago
as a maintainer, seems nicer than getting a slop pr with no context.
embedding-shape•34m ago
Sounds to me they're asking people to basically at least put the starting stones to something that looks like a specification. Not a bad idea to gate the flurry of feature requests to people who actually can think 10-15 minutes about the feature they're suggesting/asking for.
dgellow•32m ago
I tend to think we have an industry AI mania problem, but I’m not sure I understand what you find psychotic about this. I find it better to get a text suggestion or description of the change, then work on the implementation myself, even without using an agent, instead of reviewing LLM diffs that I know I will want to tweak to my taste
jez•31m ago
SQLite has a conceptually similar contribution process:

> the project does not accept patches from random people on the internet

https://sqlite.org/copyright.html

In their case, it's motivated by a desire to keep copyrighted code out of the SQLite implementation, but I'm sure it has a nice benefit of making it so that an extremely widely used project doesn't get drive by, low effort code review requests while still allowing the community to engage.

Asking that "random people on the internet" don't sent code is not altogether a novel, post-AI idea.

bityard•16m ago
As someone who has maintained an open source project, I much prefer written bug reports and feature requests to drive-by PRs. (I almost don't even care if they are LLM-written.)
bakugo•15m ago
So, basically,

> Please write our prompts for us

john_strinlai•51m ago
i find something a bit funny in an ai project, written by ai, requiring human-written text with specific guidance to not use ai.

"Given that coding agents write most underlying code now, we'd prefer PRs in the form of human-written text. [...] Please do not have AI artificially expand what you'd like to do into a formal proposal."

warkdarrior•41m ago
They specifically ask not to create/submit a formal proposal. I do not see any restriction on the use of AI otherwise.
john_strinlai•37m ago
i read the emphasized "human-written" part, in combination with that last line, as a blanket restriction (for contributing). but perhaps i read it wrong.
embedding-shape•32m ago
List of commits already include at least two contributors who are openly working with Claude on their code: https://github.com/yc-software/qm/commits/main/
ronsor•40m ago
Coding agents are extremely useful but often extremely dumb with design. If you do not design the software yourself, you will probably get slop. This was always the core issue with vibe coding.
j45
yewenjie•50m ago
Is Hermes the best openclaw like agent as they mention running it before?

Also, what are power uses really using openclaw like systems for?

fassssst•36m ago
I think most people use it to poll their email and instant messages and whateva with an LLM
azuanrb•31m ago
I'm currently using it to help me with my oncall, first responder to our any production alerts. It's not as efficient as coding agent by default, but it's been tremendously helpful to me.
backscratches•28m ago
Hermes is huge and packed with features you probably don't need. I prefer smaller one I can extend as necessary, there are so many on github now and it is fun to test them but have been impressed with dirge (https://github.com/dirge-code/dirge) not affiliated.

I have one reading my second tier RSS feeds and newsletters and giving me news/market updates filtered for things important to me

nisegami•22m ago
I had the same line of thought and spent a while with nanoclaw before realizing that adding the features I want back in would have made future updates too painful. I ended up switching to Hermes and aggressively disabling tools/skills and it's been pretty fine so far. I got more use cases set up than I did in my time with nanoclaw.
argssh•24m ago
it says "Each deployment runs in the operator's own cloud account"

But feels like its written to run on one mac/vm and carries same drawbacks of other similar platforms. I'd rather use Hermes/Openclaw for oss or closed managed agents like Tasklet or Prajvis

kevinwang•22m ago
What is yc software?
rytill•7m ago
Someone from Y Combinator made some software. Must there be narrativization of everything?
dwedge•6m ago
I think it's the website you're on
moralestapia•20m ago
Sweet, now YC itself will be the startup :D.
josht•10m ago
looks like an internal tool that yc rushed out the door to minimize any most lost ground to Buzz. That said, I'd be curious what folks think comparing these two tools.
•
29m ago
AI Averages, and is inclined to do average designs and implementations, which in some cases might be an improvement, but long term it creates more to deal with.
bityard•20m ago
Hm. If "AI averages," then why doesn't it create an average amount to deal with, instead of more?
ronsor•14m ago
Because competent people are evaluating it. In places where the standards are rock-bottom, the AI is leagues ahead of anything they'd produce normally.
sigbottle•5m ago
XY problem, don't expand the design doc before you have the idea for the design. Don't compile down into lower abstraction levels until necessary
supermdguy•25m ago
Still figuring it out, but it's been really convenient to have an always-on agent that has access to internal systems and can be triggered by webhooks. Some examples of what we use it for:

- automatically fixing simple CI failures

- getting production alerts and automatically creating RCAs and a fix PR

- periodically checking slow DB queries and finding ways to speed them up.

- creating charts to answer one-off questions about our data

I've tried using it as an on-the-go coding agent as well, but found I prefer more interactive agents, so I can see what the code looks like.

weirdish•8m ago
hermes is great to get started with, but it's packed to the gills with stuff you'll probably use one time just to test it. and this eats in to your context so if you're hoping to run it on a lighter-weight local model you'll run in to some trouble. if you go into it planning to customize/thin it out it's solid