frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI Shocker

https://www.efinancialcareers.com/news/citi-s-global-head-of-ai-joined-in-september-and-has-just-...
1•GHHardy•38s ago•0 comments

Lawmakers propose banning all U.S.-Chinese research collaborations

https://www.science.org/content/article/lawmakers-propose-banning-all-u-s-chinese-research-collab...
1•ceejayoz•1m ago•0 comments

Why AI-generated draw.io AWS diagrams have empty squares (and a fix)

https://github.com/vidanov/aws-architecture-diagram-skill
1•vidanov•1m ago•0 comments

Know Your Point C

https://pointc.co/know-your-point-c/
2•benwerd•2m ago•0 comments

How should we think about Starship?

https://mceglowski.substack.com/p/how-should-we-think-about-starship
1•simonebrunozzi•3m ago•0 comments

Bare: Small and modular JavaScript runtime for desktop and mobile

https://github.com/holepunchto/bare
1•janandonly•3m ago•0 comments

Show HN: Scan your AI agent's code for tool calls with no checks

https://github.com/Diplomat-ai/diplomat-agent-ts
1•jguarnelli•3m ago•0 comments

Malware dev tries to steal Claude users secrets NPM slop, leaks own GitHub token

https://www.theregister.com/cyber-crime/2026/05/27/supply-chain-brain-drain-npm-attacker-foolishl...
1•Bender•5m ago•0 comments

Taste Is Necessary but Not Sufficient When Working with Agents

https://www.ssp.sh/brain/having-taste-with-ai/
2•zazuke•6m ago•0 comments

Show HN: Open-source alternative to Codex Chronicle, using Apple's local OCR

https://github.com/familiar-software/familiar
2•talsraviv•6m ago•0 comments

Where Are the Economies of Scale in Homebuilding?

https://www.construction-physics.com/p/where-are-the-economies-of-scale
3•crescit_eundo•7m ago•0 comments

Why does it take so long to mend an escalator? (2002)

https://www.lrb.co.uk/the-paper/v24/n05/peter-campbell/why-does-it-take-so-long-to-mend-an-escalator
2•downbad_•7m ago•0 comments

Vibe Gets to Work

https://mistral.ai/news/vibe-agent/
2•hacb•8m ago•0 comments

Never Pay for Claude

https://github.com/RyanKung/rotom
4•ryankung•8m ago•2 comments

How to avoid being outsourced or open sourced (2008)

https://www.johndcook.com/blog/2008/02/12/how-to-avoid-being-outsourced-or-open-sourced/
3•tapanjk•9m ago•0 comments

SpaceX-Stasy

https://substack.com/@edwardelson/p-199273735
2•simonebrunozzi•10m ago•0 comments

The Long, Bitter Fight at the Park Slope Food Co-Op

https://www.nytimes.com/2026/05/28/nyregion/the-long-bitter-fight-at-the-park-slope-food-co-op.html
2•brandonb•10m ago•0 comments

Check our new AI developer tool and please REVIEW

https://github.com/pwnaxe/squick
2•TrueSTRX•10m ago•0 comments

En Svensk Tiger

https://en.wikipedia.org/wiki/En_svensk_tiger
2•verandaguy•10m ago•0 comments

Company CEO flooded file share with smut, called for help after he deleted it

https://www.theregister.com/security/2026/05/28/company-ceo-flooded-file-share-with-smut-called-f...
2•Bender•11m ago•0 comments

Under the River

https://shopify.engineering/under-the-river
3•burke•11m ago•0 comments

AI hiring algorithms reject Black, Asian job seekers at higher rates

https://www.theregister.com/ai-ml/2026/05/27/ai-hiring-algorithms-reject-black-asian-job-seekers-...
2•Bender•12m ago•1 comments

Blood pressure tech floods the market after FDA relaxes wearables oversight

https://www.statnews.com/2026/05/28/fda-wellness-guidance-unvetted-blood-pressure-tech-floods-mar...
2•brandonb•12m ago•1 comments

Ask HN: Did forums solve what Discord and Reddit still don't?

4•tolarianwiz•12m ago•0 comments

Vc: SIMD Vector Classes for C++

https://github.com/vcdevel/vc
2•tosh•13m ago•0 comments

Five contributions to a project: money, effort, attention, memory and wisdom

https://improvesomething.today/five-contributions-to-a-project/
2•surprisetalk•13m ago•0 comments

France's parliament votes to repeal slavery-era "Black Code" laws

https://www.washingtonpost.com/business/2026/05/28/france-slavery-law-code-noir-repeal/220dedaa-5...
2•nkg•13m ago•0 comments

NPM staged publishing setup with approximately one click per package

https://lavamoat.github.io/stageclicker/
3•naugtur•14m ago•0 comments

Marines turn to modified Call of Duty 4 to train new sergeants

https://www.stripes.com/branches/marine_corps/2026-05-22/call-of-duty-4-marines-sergeants-school-...
2•randycupertino•14m ago•0 comments

Online Go Server

https://online-go.com
3•k2enemy•15m ago•0 comments
Open in hackernews

Show HN: I made a vi-like modal keyboard plugin for Figma

2•virgil_disgr4ce•54m ago
I live in Figma, and I’m constantly creating autolayouts, and I tend to know as I’m going what parameters each new autolayout is going to need. Figma gives you shift+a to frame objects into an autolayout, but that’s it.

So I built Figmode, which gives you a vi-like modal command layer. So you can type `w` to go into `width` mode and change it to fill/hug/fixed, then ` to back out, then h for height, then spacing, padding, and more. The default keys are optimized such that you can do it all with your left hand, and in nearly all cases without moving your hand.

It’s easiest to see it in action: https://www.youtube.com/watch?v=35yQikx1XNs

And the plugin itself is here: https://www.figma.com/community/plugin/1638937084194831846

It’s free and open-source, and I’ve been using it for a little while now and have developed a muscle memory that makes it super productive. I’d love to hear any feedback, and hope it’s as useful to y’all as it is to me :)