frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open Agent Memory Protocol 1.2 ships; 1.3 (draft) adds governed memory

https://dthink.ai/blog/oamp-governed-memory/
1•jaikoo•1m ago•0 comments

Israel Turned Eurovision's Stage into a Soft Power Tool

https://www.nytimes.com/2026/05/11/world/europe/eurovision-israel-gaza-netanyahu.html
1•ledoge•1m ago•0 comments

The new Wild West of AI kids' toys

https://www.wired.com/story/the-new-wild-west-of-ai-kids-toys/
1•rbanffy•1m ago•0 comments

Robot Dogs Are a Security Nightmare [video]

https://www.youtube.com/watch?v=lA8WuXDXfcI
1•pet_the_bird•4m ago•0 comments

DoneSpec – deterministic completion checks for AI coding agents

https://github.com/xryv/DoneSpec
1•brunocerqueira•5m ago•0 comments

Hosting an Open Alternative to Google Docs for Digital Sovereignty

https://www.heltweg.org/posts/hosting-an-open-alternative-to-google-docs-for-digital-sovereignty/
1•rhazn•5m ago•0 comments

Saying Goodbye to one line of APL

https://homewithinnowhere.com/posts/2026-05-10-one-line.html#fnref1
1•tosh•6m ago•0 comments

Show HN: ChatGPT Exporter – Local DOM to Word/PDF Parser

https://chromewebstore.google.com/detail/chatgpt-exporter-save-cha/ploaaddkflkapjfbfapmkmkefigedefp
2•quysala1•9m ago•1 comments

Of Clouds and Clocks

http://www.the-rathouse.com/2011/clouds-and-clocks.html
1•notfirstpost•14m ago•0 comments

How to Cure the Hiccups

https://nik.art/how-to-cure-the-hiccups/
1•herbertl•14m ago•0 comments

Show HN: AI Agents in 30 Lines of YAML: Lowdefy v5.3

https://lowdefy.com/articles/lowdefy-agents/
2•gervwyk•15m ago•1 comments

The shared tragedy of Red Queen hiring

https://seths.blog/2026/05/the-shared-tragedy-of-red-queen-hiring/
1•herbertl•16m ago•0 comments

Spammail.org – disposable email infrastructure, aliases, custom domains and IMAP

https://spammail.org/
1•kipdev•25m ago•0 comments

Try, even if they have you cold

https://www.lesswrong.com/posts/aBhMGziEwA7FXNxhq/try-even-if-they-have-you-cold
2•mefengl•28m ago•0 comments

Ratty – A terminal emulator with inline 3D graphics

https://ratty-term.org/
3•orhunp_•31m ago•0 comments

The Inference Shift

https://stratechery.com/2026/the-inference-shift/
5•swolpers•33m ago•0 comments

Cotypist – AI Autocomplete for Mac

https://cotypist.app/
3•AndrewDucker•34m ago•0 comments

Projecting React

https://tannerlinsley.com/posts/projecting-react
2•brandrick•38m ago•0 comments

Why Was Star Fox Called Lylat Wars in Europe? [video]

https://www.youtube.com/watch?v=3VlZ7gs-Z6Q&list=PLYGwstCQBscexot2j-u22LQSmgH9vCxKr
1•brandrick•39m ago•0 comments

All Those A.I. Note Takers? They're Making Lawyers Nervous

https://www.nytimes.com/2026/05/09/business/dealbook/ai-notetakers-legal-risk.html
4•JumpCrisscross•39m ago•0 comments

When Is "Next Friday"?

https://whenisnextfriday.com/
2•wjdp•43m ago•0 comments

AI: Apologies, I was only doing as instructed. (What Hollow is and isn't)

https://ninjahawk.github.io/blog/posts/what-hollow-is.html
3•ninjahawk1•44m ago•0 comments

Our keyboards are tracking us

1•tukunjil•45m ago•1 comments

Do city delivery drones make sense?

https://www.wired.com/story/do-city-delivery-drones-make-sense-no-one-knows-but-theyre-flying-ove...
1•FinnLobsien•45m ago•0 comments

Building a Memory Allocator from Scratch in C

https://0xkiire.com/memory-allocators/
1•kiirecodes•51m ago•0 comments

Scorpi – a Docker-like VM development platform for macOS

https://fuse-t.org/scorpi/
1•concerned_ctzn•52m ago•0 comments

Life Without US Tech

https://www.ft.com/content/4c3aad70-e0cb-46a2-95d5-15d11b6bf818
5•frb•52m ago•0 comments

Facto: The daily trivia game that makes you learn one new fact every single day

https://factoquizzy.web.app
1•Mwalwala•52m ago•1 comments

Comparisons as Predictable as the Sunrise

https://pudding.cool/2026/05/similes/
1•latexr•1h ago•0 comments

Piping terminal output to the browser using systemfd

https://blog.izissise.net/posts/webdev-livecompile/
1•ingve•1h ago•0 comments
Open in hackernews

Show HN: One-Line Installer for Cursor on Linux

https://github.com/t128n/cursor-linux
1•trbndev•1y ago
Cursor is an AI-first code editor, but Linux support is rough. AppImages, no integration, no updates. So I built simple install/update/uninstall scripts that fix this.

Install with one command:

```bash

curl -sSL https://raw.githubusercontent.com/t128n/cursor-linux/main/in... | sudo bash

```

Scripts:

- install.sh: Downloads Cursor AppImage, installs to /opt, sets up icons, symlinks, desktop entry.

- update.sh: Checks latest version, updates if needed.

- uninstall.sh: Clean removal.

=> GitHub: https://github.com/t128n/cursor-linux

---

[!!!] Always review scripts before running them, especially with sudo.