frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

_Generic Printf() in Standard C23

https://codeberg.org/Flying-Toast/gprintf
1•flying-toast•3m ago•0 comments

Kazakhstan still relies on its ageing industrial giants

https://mondediplo.com/2026/04/14kazakhstan
1•JumpCrisscross•3m ago•0 comments

Show HN: How Are You-elderly fall detection app I built solo with AI in 6 months

1•sminchev•4m ago•0 comments

Show HN: A Roman fable about a PHP suite that exposed 100 tables in 3 days

https://marius-ciclistu.medium.com/list/the-api-grand-prix-486dc1becb36
1•marius-ciclistu•6m ago•0 comments

Mysterious figure has summited Sphere in Las Vegas: It appears it's Alex Honnold

https://www.sfgate.com/travel/article/alex-honnold-sphere-las-vegas-22212813.php
1•bookofjoe•7m ago•1 comments

A Chrome extension that redesigns Hacker News in an editorial style

https://github.com/puppe1990/redesign-hacker-news
1•puppe1990•7m ago•0 comments

A Hidden Language: The Meaning of Semaphore

https://www.offshoresupply.co.uk/blog/a-hidden-language-the-meaning-of-semaphore/
1•Eridanus2•8m ago•0 comments

Observability Stack – AI First?

1•jblake•20m ago•0 comments

Any Color You Like: NIST Scientists Create 'Any Wavelength' Lasers

https://www.nist.gov/news-events/news/2026/04/any-color-you-nist-scientists-create-any-wavelength...
1•rbanffy•21m ago•0 comments

Show HN: Reliably Incorrect – explore LLM reliability with data visualizations

https://adamsohn.com/reliably-incorrect/
2•dataviz1000•22m ago•1 comments

The Destroyed Remnants of a Lost World Are Falling to Earth, Scientists Discover

https://www.404media.co/the-destroyed-remnants-of-a-lost-world-are-falling-to-earth-scientists-di...
2•Brajeshwar•25m ago•0 comments

Vynly an AI-only social feed with provenance checks (beta)

https://vynly.co
1•nftdude2024•26m ago•0 comments

SDF Public Access Unix System

https://sdf.org/?ssh
2•neehao•27m ago•0 comments

Open-source Firecracker microVM orchestrator

https://github.com/sahil-shubham/bhatti
2•davidcollantes•28m ago•0 comments

Tinypki: Easy to use software for local CA/PKI management

https://github.com/icedevml/tinypki
1•msm_•30m ago•0 comments

Eating more fruits and vegetables tied to unexpected lung cancer risk

https://www.sciencedaily.com/releases/2026/04/260417224454.htm
1•amichail•31m ago•0 comments

How (and why) we rewrote our production C++ front end infrastructure in Rust

https://blog.nearlyfreespeech.net/2026/04/17/how-and-why-we-rewrote-our-production-c-frontend-inf...
2•maxloh•32m ago•0 comments

Optimizing Ruby Path Methods

https://byroot.github.io/ruby/performance/2026/04/18/faster-paths.html
2•weaksauce•33m ago•0 comments

Wishes for Ron Conway

https://om.co/2026/04/18/wishes-for-ron-conway/
3•rmason•34m ago•0 comments

Show HN: Coelanox – auditable inference runtime in Rust (BERT runs today)

https://www.coelanox.com/
1•Shark1n4Suit•38m ago•0 comments

The largest collection of black markers

https://www.prune.dirt.fyi/p/prune-getting-high-on-your-own-supply
2•zeech•39m ago•0 comments

Nuke Engineer Rants

https://nukerants.fi/index.php/cover
3•DamonHD•40m ago•0 comments

PostgreSQL production incident caused by transaction ID wraparound

https://www.sqlservercentral.com/articles/i-too-have-a-production-story-a-downtime-caused-by-post...
3•tcp_handshaker•41m ago•0 comments

Show HN: I built a tool that reads 2000 health studies a day so you dont have to

https://www.polivora.com
1•ledil•47m ago•3 comments

Shiplog – Push changelogs from your terminal or let AI write them

https://shiplog.page/
1•EgorNaumenko•47m ago•0 comments

How Unique Are Mythos's Hacking Capabilities?

https://jonathanpgabor.substack.com/p/how-unique-are-mythoss-hacking-capabilities
1•BenPace•48m ago•1 comments

How Long Can You Keep Peptides After Reconstitution?

https://www.robustenough.com/p/psychedelics-arent-just-serotonin
1•BenPace•49m ago•0 comments

Why Do LLMs Suck at Editing?

https://lifeimprovementschemes.substack.com/p/why-do-llms-suck-at-editing
1•BenPace•49m ago•2 comments

How did you land your first projects as a solo engineer/consultant?

https://crescita.cc/
2•modelcroissant•51m ago•1 comments

Output Isn't Design

https://twitter.com/karrisaarinen/status/2045257582470983691
1•rmason•52m ago•0 comments
Open in hackernews

Thoughts and feelings around Claude Design

https://samhenri.gold/blog/20260418-claude-design/
71•cdrnsf•1h ago

Comments

dang•59m ago
Recent and related:

Claude Design - https://news.ycombinator.com/item?id=47806725 - April 2026 (732 comments)

mojuba•49m ago
Excellent post. I share the author's sentiment which is essentially "to hell with Figma, at least fix Sketch". Been feeling very lonely in may hatred towards Figma, which is for a whole bunch of reasons (among others, it's an incredibly shitty, memory and CPU hungry Electron app that looks and feels worse than any more or less well designed web site), but now after reading this I realize the number of reasons has doubled.
ghoulishly•38m ago
(author of the post here) I cut a paragraph how Figma costs cuckoo bananas money for your entire team for the privilege of enduring this byzantine nightmare. And they paywall certain features, which you likely can't get authorization for, so you have to do more hacks on top of hacks on top of the “gold standard” practices I shared in the blog post. The price ramp is not gradual.
cptcobalt•35m ago
man, I dont even use Figma for personal & side projects because its so expensive. I still occasionally fire up sketch or freehand it.

Figma is a work tool only and I'm disappointed by its MCP tooling which feels late and behind where it should be, I just feel forced to use Figma Make which stays in their walled garden without practical utility and connections to my actual codebases

dygd•31m ago
It may look like a crappy Electron app, but Figma has a quite interesting architecture. The browser editor is developed in C++ and cross-compiled to JavaScript with emscripten. The rendering engine looks like its handling HTML, but it's actually rendering their own document format for cross-browser consistency. They have their own CRDT implementation to handle multi-user edits.

[0] https://www.madebyevan.com/figma/building-a-professional-des...

[1] https://www.madebyevan.com/figma/

[2] https://www.madebyevan.com/figma/how-figmas-multiplayer-tech...

love2read•21m ago
I think my biggest question is who cares? What does having an interesting internal architecture have to do with the “its electron though” ideological attack.
klueinc•42m ago
When you can control the model layer like Anthropic, you get more leverage over the traits of the persona, enough so that the system feels closer to havin consistent expert design judgment built-in that complements the 'truth-to-materials'.
sebmellen•41m ago
This design tool space died a long time ago for me when InVision shut down and pivoted to a digital whiteboard. It’s a really difficult space.

But the fundamental problem is that it’s hard to get a design system right long-term, especially because it’s so intertwined with your code and whatever component library you use, which is a layer your designer will never touch. I don’t really see Claude Design fixing the fundamental Storybook hell of designing reusable and pretty components and layouts, but I don’t see Figma or any other tool solving it either.

What’s the solution? It feels like something that needs to be fixed more deeply at the component level.

operatingthetan•41m ago
Front-end, UX, design, and product have become one role. The market is just realizing it slowly.
esafak•39m ago
So your designers debug your React code now when the AI messes up?
operatingthetan•37m ago
Leading question, feel free to ask a more honest one.
ioasuncvinvaer•33m ago
How is it a leading question?
operatingthetan•31m ago
>A leading question is a query that suggests the desired answer or puts words into a witness's mouth, often guiding them toward a "yes" or "no" response.
viccis•20m ago
It was just restating what you already said; no need for this specious response.
operatingthetan•14m ago
Please quote me where I said 'my designers debug react code that AI messes up.'

I did not say anything of the sort.

See also: https://news.ycombinator.com/item?id=47819428

hombre_fatal•24m ago
They entailed scenario that isn't entailed by the person's claim.

i.e. The OP doesn't need to answer yes to their question for OP's claim to be true, yet their question pretends otherwise. (non sequitur)

esafak•22m ago
All right, here's a statement: your designers won't even know when the code is wrong. Just because it compiles it doesn't mean it's fine. They lack code judgment in the same way your coders lack design judgment.
operatingthetan•13m ago
Thank you.

In response I suggest that the engineers using AI also lack code judgement (because they are not reading it either). I don't think questioning the AI use is the actual topic here, it is the shifting roles. Who says it's the designers that are taking the new meta-role? It's probably the FE's honestly.

The role shifting doesn't mean that it's the best path forward. I'm simply stating that it is happening.

nslsm•4m ago
It's very easy to know when code is wrong: it doesn't work the way it's expected to. So you explain to the AI what's wrong and the AI fixes it.
micromacrofoot•31m ago
I've been a developer for over 2 decades and I've been using AI in our react codebase for the past 3 months. Outside of some optimizations there's not much a designer couldn't debug through Claude Code. 90% of the industry is toast.

I want to be wrong because I'm watching the death of my entire career, but everything I've seen is pointing to this as an inevitability. We are shipping better and more secure code, and doing it easily twice as fast. Many development teams can be cut in half today with no reduction in output. I don't want to say it out loud at work yet, but we're actually producing too much.

operatingthetan•5m ago
I think the real question is which of the four roles is going to be the one that takes over. Probably people who were already UX-Engineers.
beachy•3m ago
I've been writing code for 50 years and it looks now that we have seen sunrise and are about to see sunset on humans writing code by hand.

Is that bad? Not to anyone who has managed dev teams and is familiar the incredibly tortuous and painful job of trying to corral a bunch of humans with varying skill and enthusisam levels to create software.

Many times I have written up design documents to kick off dev teams on multi-week or month projects. Now I could feed those into Claude Code and get results in days. This stuff is exciting beyond belief in just getting shit done.

This is a golden era for any established company with an existing customer base. My question to them would be "with Claude Code, why aren't you carving through that massive backlog of feature requests that has been building up over the years?".

A lot of people seem to look at this as job threatening, and it surely is for junior devs. But for companies that already have a strong senior talent bench, it's time to raise the ambition levels and ask not how many jobs can be shed, but instead just how fast and hard can we go now we have these new superpowers.

mikert89•30m ago
Basic web development is completely over, and will be automated end to end, product, ux, design, and the code.

I have a complicated nextjs webapp, and I havent had to write front end code in six-nine months now.

wuhhh•30m ago
Great article, the last couple of paragraphs made me laugh! I love the part about things not masquerading as something else and being honest about what they are.

I was wondering if PenPot (https://penpot.app) might be sitting pretty in this new agentic era, considering that they took the direction of designs being actual markup, unlike the canvas approach in fig - if that’s even something that interests them.

alkonaut•24m ago
So let me get this straight (Pretend I'm 50, a developer since childhood, but I can't CSS to save my life) are there shops where developers, even front end developers, have to talk to designers who are't just sketching an idea for a logo or landing page, but designers who run this Figma thing and maintain the entire products "design" in some "style database"? And the idea is that these designers - who aren't developers - should be able to tweak the look of things without changing code? Or is it usually just the front end devs that run this Figma thing, but they dislike the disconnect between it and their code?
skydhash•17m ago
UX designers I encountered has mostly been tasked on ensuring consistency across the various product (A lot of devs are very cavalier about spacings and font sizes). Sometimes they proposed new flows and layouts, especially when the product needs a coat of paint.

So tools like Figma is nice in that regards as it's simpler to iterate on (From simple to hardest: Sketch on whiteboard|paper, Wireframe tools like Balsimiq, Figma|Sketch, css code) because it's pure fiddling with various properties. Figma has direct feedback while the code may require a compilation phase.

ianstormtaylor•23m ago
The article makes a good point about how Figma's non-open data model is limiting their utility as the source of truth.

But I think it's part of a larger mistake Figma is making: they seem to have shifted to an extraction mindset too early, assuming they'd captured the market, right when the ground beneath them is starting to shift.

It's most visible in their pricing model evolution, which is now explicitly anti-collaboration. Figma used to be the obvious default because you could quickly share files with non-designers, so they could view and make small edits without fuss. Now that requires a paid "seat", along with a confusing mess of permission flows.

It's platform wide too. I taught a college design class recently, and had students sign up for Figma because it seemed archaic not to teach them to use it. Instead of just giving any ".edu" address a free account (like they used to) students are forced through a 3rd-party process of uploading transcripts to prove education status. A few of my students got rejected or ran into confusing errors, and never got access… Now I have to re-evaluate whether its worth using when teaching the class again.

This is such a weird self-inflicted wound for a collaboration platform to make. The big tools that won on collaboration (eg. Google Docs) have understood that low-friction sharing is critical to becoming the default choice. And that being the default is a flywheel that drives adoption, both in users and in tooling.

I think Figma was trying to juice their numbers leading up to their IPO, so they could cash out. It's sad to see, but I wouldn't put money long term Figma until they show evidence of a mindset shift.

ben8bit•23m ago
Some good points, but as a whole - I'm not sure if I agree. Sketch lost to Figma because of it's design tooling & multiplayer. Physical products still get designed before being constructed - I don't see that going away. If anything, I think Figma should stop trying to play both sides of the field and decide what it wants to be.
markbao•11m ago
I don’t really buy that Claude Design will remove all the complexity around design. Vibe-coded apps using Claude look simpler because they are simpler. They’re not a gigantic product suite with extremely specific UI components tailored to each use case. The ‘simplicity’ is an illusion coming from conflating the complexity of a bicycle (a vibe coded app) with an airplane (an app like Figma).

Building the same design system component in code versus in Figma is going to be slightly more succinct in code; Figma’s primitives don’t have the sort of conditionals and control flow that code has. But code is much less malleable than drawing on a screen, and creative freedom is harder to achieve in code.

UI can fix the gap where code feels less malleable than Figma, but complexity comes largely from the worlds that humans create, and humans apparently want to create 8 modes for 4 products and 2 light/dark modes. If you want the same setup in Claude, it’ll be a little easier to maintain, but not much less complex.