frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: AI-Free PC – a laptop that can't access AI or social media

https://aifreepc.com
1•tjmccarty•1m ago•1 comments

Bwbach, My Guardian Goblin

https://robertmay.photography/journal/bwbach-my-guardian-goblin
1•robotmay•2m ago•0 comments

You're already a Meat Proxy

https://twitter.com/obie/status/2101779116056088732
1•adrianthedev•2m ago•0 comments

Evocation: Weaving the Blue-Green Flame of Computation into Our Fabric

https://code.irenes.space/evocation/tree/README.txt
1•birdculture•3m ago•0 comments

AI Has No Wisdom and Neither Will You

https://alexn.org/blog/2026/09/22/ai-has-no-wisdom-and-neither-will-you/
1•dimonomid•4m ago•0 comments

Search the Past

https://sk500.online/tech/search-the-past/
1•airhangerf15•4m ago•0 comments

NanaZip: The 7-Zip derivative intended for the modern Windows experience

https://github.com/M2Team/NanaZip
1•aniviacat•5m ago•2 comments

Omarchy: Alibaba as a Founding Corporate Patron for the Omacom Foundation

https://twitter.com/dhh/status/2102366320369016915
1•tosh•5m ago•0 comments

This app turns off the MacBook display when it connects to an external monitor

https://manualdousuario.net/en/one-display-turns-off-macbook-display/
1•rpgbr•6m ago•0 comments

Show HN: Nimblegate – Git push guardrails for AI agents

https://github.com/nimblegate/nimblegate
3•nimblegate•7m ago•0 comments

Building AI MVPs: Testing Demand, Model Quality, and Cost

https://geekyants.com/service/mvp-development-service
1•Harish_0089•7m ago•0 comments

Alibaba Cloud Joins Omarchy as a Founding Corporate Patron with $3M

https://omarchy.org/news/2026/09/alibaba-cloud-joins-as-founding-corporate-patron/
3•tommica•7m ago•0 comments

Agents That Edit Documents: Measuring Agentic PDF Forgery Against a Non-Agentic

https://arxiv.org/abs/2609.23953
1•sbulaev•8m ago•0 comments

Will Open Source Survive the Agents That Replaced It?

https://albertoarena.it/posts/will-open-source-survive-the-agents-that-replaced-it/
2•albertoarena•10m ago•0 comments

CleanShot's Bulldozed Settings

https://unsung.aresluna.org/cleanshots-bulldozed-settings/
2•haeseong•11m ago•0 comments

The Agenda Behind the AI Panic

https://www.wsj.com/opinion/the-hidden-agenda-behind-the-ai-panic-19ef191f
2•Bostonian•11m ago•1 comments

Working for a just world, where conflict is resolved without the use of force

https://caat.org.uk/
1•Bluestein•13m ago•0 comments

Open-source "PostHog" for AI visibility

https://github.com/Canonry/canonry
1•arberx•13m ago•1 comments

Show HN: Owl24.dev – Hand a production error to your coding agent, get a PR back

https://owl24.dev
1•owl24dev•15m ago•0 comments

The mystery animal on an ancient god's head

https://signoregalilei.com/2026/09/13/the-mystery-animal-on-an-ancient-gods-head/
1•surprisetalk•15m ago•0 comments

Automating Wi-Fi setup testing on the ESP32

https://groundrun.io/blog/automating-wi-fi-setup-testing-on-the-esp32/
1•adunk•15m ago•0 comments

Show HN: Roblox wiki for 100 Days At Sea that only lists confirmed codes

https://www.100daysatsea.com
1•leiships•18m ago•0 comments

About Spurious Correlations

https://tylervigen.com/about-spurious-correlations
1•quijoteuniv•20m ago•0 comments

Véhicules utilitaires électriques et diesel performants

https://www.maxusmotors.fr/
1•davidbarefdg•20m ago•0 comments

The Life of Death and the Enshittificator (Norwegian Consumer Council) [video]

https://www.youtube.com/watch?v=d6SPV4GZp-U
2•rekl•21m ago•0 comments

Compositor – The Photoshop alternative for Mac

https://robbietilton.com/compositor
2•tobr•22m ago•0 comments

Memorisation versus Generalisation for AI and for Us

https://wilsoniumite.com/2026/09/21/a-thing-we-may-be-able-to-learn-from-ai/
1•Wilsoniumite•23m ago•0 comments

A dataset hub for LLM serving research

https://data.freeinference.org/
1•Anon84•25m ago•0 comments

MCP was always a bad idea?

https://simonwillison.net/2026/Sep/20/hn-49779718/
1•hnp9j9qtda•27m ago•1 comments

Ask HN: Business Logic in the Database?

2•boxesnlines•27m 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.