frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Apple M5 chip

https://www.apple.com/newsroom/2025/10/apple-unleashes-m5-the-next-big-leap-in-ai-performance-for...
837•mihau•8h ago•904 comments

Claude Haiku 4.5

https://www.anthropic.com/news/claude-haiku-4-5
327•adocomplete•4h ago•141 comments

Gravity Can Explain the Collapse of the Wavefunction (Sabine Hossenfelder)

https://arxiv.org/abs/2510.11037
13•felineflock•52m ago•1 comments

I almost got hacked by a 'job interview'

https://blog.daviddodda.com/how-i-almost-got-hacked-by-a-job-interview
599•DavidDodda•8h ago•310 comments

Pwning the Nix ecosystem

https://ptrpa.ws/nixpkgs-actions-abuse
216•SuperShibe•8h ago•32 comments

Are hard drives getting better?

https://www.backblaze.com/blog/are-hard-drives-getting-better-lets-revisit-the-bathtub-curve/
49•HieronymusBosch•4h ago•18 comments

Show HN: Halloy – Modern IRC client

https://github.com/squidowl/halloy
243•culinary-robot•10h ago•66 comments

Princeton Engineering Anomalies Research

https://pearlab.icrl.org/
16•walterbell•1w ago•2 comments

Monads are too powerful: The expressiveness spectrum

https://chrispenner.ca/posts/expressiveness-spectrum
27•hackandthink•3d ago•9 comments

Recursive Language Models (RLMs)

https://alexzhang13.github.io/blog/2025/rlm/
38•talhof8•4h ago•10 comments

F5 says hackers stole undisclosed BIG-IP flaws, source code

https://www.bleepingcomputer.com/news/security/f5-says-hackers-stole-undisclosed-big-ip-flaws-sou...
102•WalterSobchak•8h ago•48 comments

A kernel stack use-after-free: Exploiting Nvidia's GPU Linux drivers

https://blog.quarkslab.com/./nvidia_gpu_kernel_vmalloc_exploit.html
111•mustache_kimono•7h ago•8 comments

Recreating the Canon Cat document interface

https://lab.alexanderobenauer.com/updates/the-jasper-report
73•tonyg•7h ago•4 comments

Leaving serverless led to performance improvement and a simplified architecture

https://www.unkey.com/blog/serverless-exit
250•vednig•10h ago•166 comments

Things I've learned in my 7 years implementing AI

https://www.jampa.dev/p/llms-and-the-lessons-we-still-havent
96•jampa•3h ago•31 comments

Reverse engineering a 27MHz RC toy communication using RTL SDR

https://nitrojacob.wordpress.com/2025/09/03/reverse-engineering-a-27mhz-rc-toy-communication-usin...
64•austinallegro•7h ago•15 comments

Garbage collection for Rust: The finalizer frontier

https://soft-dev.org/pubs/html/hughes_tratt__garbage_collection_for_rust_the_finalizer_frontier/
95•ltratt•9h ago•95 comments

C++26: range support for std:optional

https://www.sandordargo.com/blog/2025/10/08/cpp26-range-support-for-std-optional
62•birdculture•5d ago•49 comments

Americans' love of billiards paved the way for synthetic plastics

https://invention.si.edu/invention-stories/imitation-ivory-and-power-play
46•geox•6d ago•26 comments

Reverse engineering iWork

https://andrews.substack.com/p/reverse-engineering-iwork
42•andrew_rfc•10h ago•1 comments

M5 MacBook Pro

https://www.apple.com/macbook-pro/
277•tambourine_man•8h ago•363 comments

Pixnapping Attack

https://www.pixnapping.com/
278•kevcampb•15h ago•66 comments

Bots are getting good at mimicking engagement

https://joindatacops.com/resources/how-73-of-your-e-commerce-visitors-could-be-fake
327•simul007•10h ago•252 comments

The brain navigates new spaces by 'darting' between reality and mental maps

https://medicine.yale.edu/news-article/brain-navigates-new-spaces-by-flickering-between-reality-a...
107•XzetaU8•1w ago•38 comments

Helpcare AI (YC F24) Is Hiring

1•hsial•9h ago

FSF announces Librephone project

https://www.fsf.org/news/librephone-project
1354•g-b-r•22h ago•550 comments

Show HN: Specific (YC F25) – Build backends with specifications instead of code

https://specific.dev/
15•fabianlindfors•4h ago•4 comments

Just talk to it – A way of agentic engineering

https://steipete.me/posts/just-talk-to-it
152•freediver•15h ago•92 comments

Show HN: Scriber Pro – Offline AI transcription for macOS

https://scriberpro.cc/hn/
117•rezivor•9h ago•102 comments

Zed is now available on Windows

https://zed.dev/blog/zed-for-windows-is-here
40•meetpateltech•5h ago•3 comments
Open in hackernews

Show HN: Specific (YC F25) – Build backends with specifications instead of code

https://specific.dev/
15•fabianlindfors•4h ago
Hi folks! Iman and I (Fabian) have been building Specific for a while now and are finally opening up our public beta.

Specific is a platform for building backend APIs and services entirely through natural-language specifications and tests, without writing code. We then automatically turn your specs into a working system and deploy it for you, along with any infrastructure needed.

We know a lot of developers who have already adopted spec-driven development to focus on high-level design and let coding agents take care of implementation. We are attempting to take this even further by making the specs themselves the source of truth. Of course, we can’t blindly trust coding agents to follow the spec, so we also support adding tests that will run to ensure the system behaves as expected and to avoid regressions.

There is so much ground to cover, so we are focusing on a smaller set of initial features that in our experience should cover a large portion of backends:

- An HTTP server for each project. Authentication can be added by simply stating in the spec how you want to protect your endpoint.

- A database automatically spun up and schema configured if the spec indicates persistence is needed.

- External APIs can be called. You can even link out to API docs in your specs.

You currently can’t see the generated code, but we are working on enabling it. Of course, we don’t claim any ownership of the generated code and will gladly let you export it and continue building elsewhere.

Specific is free to try and we are really eager to hear your feedback on it!

Try it here: https://app.specific.dev

Comments

wslh•2h ago
Sorry but looking forward to the open source version. With all due respect to your work I assume that what you are building will be quickly reproduced as OSS. Also, for a backend I think a typical entity relationship definition or declarative DSL are better than AI (e.g. deterministic and less error/security prone).
fabianlindfors•1h ago
That's fair! We have considered how we could offer an open-source version of Specific but haven't found a good model for it yet. We are definitely open to it though!

Curious to hear more about the entity relationship definition. The schema for the entities and relationships is naturally an important part of it but how do you define the logic needed around them? For example integrations with external APIs

wslh•1h ago
Thank you for your kind reply. Now that you mention integrations with external APIs, I think it's fair to say that you should highlight that upfront in your webpage because it's a more clear pain point than building other parts of backends.

My two cents: in my experience with integrations there are many issues that you can't control yourself because third-party APIs are buggy, incomplete, etc. For top APIs there are, in general, good wrappers with tests to use.

fabianlindfors•1h ago
> I think it's fair to say that you should highlight that upfront in your webpage because it's a more clear pain point than building other parts of backends.

Good point! We should do that :)

> My two cents: in my experience with integrations there are many issues that you can't control yourself because third-party APIs are buggy, incomplete, etc

Yes, I have actually spent a large portion of my career building such integrations and Specific has grown out of that. In my experience, working with specifications makes it much easier to focus on the behaviour of the API you are integrating with, instead of the code architecture or boilerplate behind your integration.