frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How to Glue Teflon

https://www.quirkyscience.com/how-to-glue-teflon/
1•BiraIgnacio•1m ago•0 comments

Kuleshov Effect

https://en.wikipedia.org/wiki/Kuleshov_effect
1•hyperific•1m ago•0 comments

Toward a Common Alphabet: There Is No Need for Menedzhment

https://zenodo.org/records/19869374
1•iliatoli•1m ago•0 comments

Structured-Prompt-Driven Development (SPDD)

https://martinfowler.com/articles/structured-prompt-driven/
1•cebert•2m ago•0 comments

Evaluating CUDA Tile for AI Workloads on Hopper and Blackwell GPUs

https://arxiv.org/abs/2604.23466
2•matt_d•6m ago•0 comments

What Is a "Now Page"?

https://nownownow.com/about
2•_vaporwave_•7m ago•1 comments

New study reveals why housing booms and busts are built into the system

https://www.kcl.ac.uk/news/new-study-reveals-why-housing-booms-and-busts-are-built-into-the-system
2•littlexsparkee•7m ago•0 comments

Apple wants to kill your Time Capsule, but they run NetBSD so they can't

https://www.osnews.com/story/144845/apple-wants-to-kill-your-time-capsule-but-they-run-netbsd-so-...
3•latexr•8m ago•1 comments

Blog post about Open Source contribution best practices

https://blog.csystemslab.com/blog/2026-04-26-dont-open-a-pull-request-yet/
2•vhcosta•9m ago•1 comments

Claude system prompt bug wastes user money and bricks managed agents

https://github.com/anthropics/claude-code/issues/49363
2•thomashobohm•14m ago•1 comments

Is it incel to want to be a father? [video][30min]

https://www.youtube.com/watch?v=Pf15HmxooMc
2•Bender•14m ago•0 comments

AI Worries Have Returned to Wall Street. Now Come Earnings

https://www.wsj.com/tech/ai-worries-have-returned-to-wall-street-now-come-earnings-d680e19c
3•htk•15m ago•0 comments

Mesa: A Versioned Filesystem for Agents

https://www.mesa.dev/blog/introducing-mesa-filesystem-for-agents
2•state•17m ago•0 comments

Compiler Testing – Part 1: Coverage-Guided Fuzzing with Grammars and LLMs

https://nowarp.io/blog/compiler-testing-part-1/
2•matt_d•18m ago•0 comments

ChatGPT serves ads. Here's the full attribution loop

https://www.buchodi.com/how-chatgpt-serves-ads-heres-the-full-attribution-loop/
14•lmbbuchodi•19m ago•2 comments

Show HN: Filedge – parse SEC filings for $0.05 via x402, no keys

https://filedge.io/
2•arvindravi•21m ago•0 comments

AI researchers want AI to fake "thinking" – by Mike Elgan

https://www.machinesociety.ai/p/ai-researchers-want-ai-to-fake-thinking-247
3•MaysonL•21m ago•1 comments

Claude for Creative Work

https://www.anthropic.com/news/claude-for-creative-work
3•elsewhen•27m ago•0 comments

GameNova – Turn text prompts into playable 3D games in 60 seconds

https://www.gamenova.io
2•Taskclan•28m ago•0 comments

Show HN: Niimbot Label Printer desktop app with Pretix integration

https://github.com/ooguz/niimbot-printer
2•m3rcury•29m ago•0 comments

Apple Colour Matching Functions Article by LTTLabs

https://www.lttlabs.com/articles/2026/04/11/apple-studio-display-xdr-display-testing-results
2•HeyMeco•30m ago•0 comments

A Milestone in Formalization: The Sphere Packing Problem in Dimension 8

https://www.alphaxiv.org/abs/2604.23468
2•measurablefunc•31m ago•0 comments

Proxies, Sandboxes and Agent Security

https://www.gouthamve.dev/proxies-sandboxes-and-agent-security/
4•gouthamve•32m ago•0 comments

My Login Shell in Assembly

https://isene.org/2026/04/Bare.html
2•birdculture•33m ago•0 comments

VibeBench: Measuring 1k Engineers' Opinions of New Models

https://vibebench.standardagents.ai/
6•jpschroeder•37m ago•2 comments

From spaghetti to main bus: refactoring an AI agent orchestrator with Elm

https://blog.mariohayashi.com/p/the-factory-must-grow-part-ii-from
2•mhay•38m ago•0 comments

Show HN: 49Agents – 2D Canvas IDE for Orchestrating Agents, Repos, Issues

https://github.com/49Agents/49Agents
2•alpadurza•40m ago•0 comments

For SF's public defenders, resistance is the new black

https://sfstandard.com/2026/04/27/public-defenders-wear-all-black-protest/
2•iancmceachern•41m ago•0 comments

The lamps you're not allowed to have. Exploring the Dubai lamps (2021) [video]

https://www.youtube.com/watch?v=klaJqofCsu4
3•bb88•41m ago•0 comments

Joby flies first point-to-point air taxi flight tests in New York

https://www.reuters.com/business/aerospace-defense/joby-flies-first-point-to-point-air-taxi-fligh...
2•canucker2016•42m ago•0 comments
Open in hackernews

Show HN: One-Line Installer for Cursor on Linux

https://github.com/t128n/cursor-linux
1•trbndev•11mo 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.