frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Maki, the efficient coder

https://maki.sh/
1•abc42•28s ago•1 comments

Orchestrat

https://orchestrat.dev
1•armanghev•3m ago•0 comments

A TypeScript Server Just Outran Rust's Hyper

https://geastack.com/blog-typescript-server-outran-hyper
1•k3030•6m ago•0 comments

Rust code faster than SOTA libraries by asking agents to make the code faster

https://minimaxir.com/2026/09/agentic-iteration/
2•sdoering•9m ago•0 comments

Pedagogy in the Times of AI [video]

https://www.youtube.com/watch?v=N2a1J0UPeL4
1•tarunvelli•10m ago•0 comments

Firmware Freedom

https://playtaurus.com/blog/firmware-freedom
2•arbayi•12m ago•0 comments

Lex Friedman Brings Back Strategery

https://daringfireball.net/linked/2026/09/21/strategery-friedman
1•Tomte•16m ago•0 comments

How HN: ScribeToAny – Free Audio and Video to Text Transcription

https://scribetoany.com/
1•hypercube67•18m ago•0 comments

Flomo: A two-person notes app from China that bought a product from ByteDance

https://www.sinosphere.app/p/flomo-two-people-one-text-box-and
1•Nyloc1•22m ago•0 comments

Why AI resembles a charismatic religious leader

https://theconversation.com/why-ai-resembles-a-charismatic-religious-leader-291831
5•billybuckwheat•23m ago•0 comments

I made ByeBlocked: hide blocked users

https://github.com/8ug8ird/ByeBlocked
1•8ug8irdchoom•24m ago•0 comments

EveryCli: Natural-language CLI assistant that runs 100% locally (Rust and ONNX)

https://github.com/HE11032006/EveryCli
1•Euloge•25m ago•0 comments

Apple Music to open concert venue in Battersea Power Station

https://www.bbc.com/news/articles/c607l2j2rj8ro
16•dabinat•29m ago•2 comments

Hacking a BYD [video]

https://www.youtube.com/watch?v=_TZFcyzGEiY
2•testrun•29m ago•1 comments

Live-Cell Imaging and the Limits of Structural Biology – Eric Betzig [video]

https://www.youtube.com/watch?v=RUB37QhWNkw
1•pillars•32m ago•0 comments

Microsoft, Google took down $66M marketplace selling VMs with pirated software

https://www.techradar.com/pro/security/microsoft-google-took-down-usd66-million-cybercrime-market...
2•theanonymousone•32m ago•0 comments

Agent Disco at the Edge

https://edgedisco.com/
1•nickjam•33m ago•0 comments

The secret Cold War bioweapons test that exposed millions in the Bay Area

https://www.sfgate.com/bayarea/article/cold-war-bioweapons-test-22425855.php
2•bcaulfield•33m ago•0 comments

Apache Fory JSON: High-Performance JSON Serialization for Kotlin

https://fory.apache.org/blog/fory_kotlin_json/
2•chaokunyang•35m ago•1 comments

Using Apache Fory JSON with Spring MVC, WebFlux, and Spring Boot

https://fory.apache.org/blog/fory_json_spring/
1•chaokunyang•36m ago•0 comments

Jev-powered writing without spaces

https://levmiseri.com/nospace/
1•levmiseri•37m ago•0 comments

PHP webserver that creates 1-click Redbean-like executables / zip files

https://github.com/Qbix/webserver
1•EGreg•45m ago•0 comments

JP Morgan CEO says hyperscaler AI spending could hit $1T in 2027

https://www.cnbc.com/2026/09/21/jamie-dimon-jpm-jpmorgan-indiaconference.html
1•pelcg•46m ago•0 comments

Nearly half of young people trust AI over a human for fact-checking, report says

https://news.sky.com/story/nearly-half-of-young-people-trust-ai-over-a-human-for-fact-checking-re...
4•austinallegro•46m ago•0 comments

The Linux process that even SIGKILL can't kill

https://www.youtube.com/watch?v=TLaLW84egMk
1•helios_eradon•49m ago•0 comments

StepFun teases Step 5 Preview, a 600B/27B MoE, open weights coming Oct 15

https://twitter.com/StepFun_ai/status/2101510462685003786
3•WavyPeng•55m ago•0 comments

Infinite Mac: Snow and a/UX

https://blog.persistent.info/2026/09/infinite-mac-snow-and-aux.html?m=1
1•ecliptik•56m ago•0 comments

OpenAI forms math advisory group as its AI resolves more than 100 open problems

https://techcrunch.com/2026/09/21/openai-forms-math-advisory-group-as-its-ai-resolves-more-than-1...
3•sophymarine•1h ago•0 comments

X-ray light is like guitar music

https://www.tuwien.at/en/etit/etit-news/news/roentgenlicht-ist-wie-gitarrenmusik
1•geox•1h ago•0 comments

Tiny Startups Are Getting Even Smaller with Help from AI

https://www.wsj.com/tech/ai/startup-hiring-ai-staffing-8c626f75
3•rvz•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.