frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Actual Virtual Machines Come to Android via UserLAnd

https://blog.userland.tech/2026/09/actual-virtual-machines-come-to-android.html
1•gruesome•45s ago•0 comments

Study predicts large disparities in access to food, water, and energy in 2050

https://news.mit.edu/2026/study-predicts-large-disparities-access-food-water-energy-2050-0908
1•geox•1m ago•0 comments

Show HN: Felan – an open source coding agent focused on efficiency

https://github.com/felan-ai/felan
1•milkoslavov•2m ago•0 comments

Generating the P3 Tiling

https://k-monk.org/blog/generating-the-p3-tiling/
1•evakhoury•6m ago•0 comments

What Happens Inside an LLM

https://mapathak-commits.github.io/inference-wall/articles/primer-2/
1•sudomax•7m ago•0 comments

100s of flights cancelled at UK airports due to ATC issue

https://www.bbc.com/news/live/c6x2z0yy32ejt
2•contingencies•7m ago•0 comments

OpenAI's Egregious Pattern of Misconduct

https://garymarcus.substack.com/p/openais-egregious-pattern-of-misconduct
2•kgwgk•9m ago•0 comments

Does high chess accuracy mean someone is cheating?

https://chesscheaterdetector.com/blog/does-high-chess-accuracy-mean-someone-is-cheating/
1•domhudson•11m ago•0 comments

Proof And Progress In Mathematics (1994) [pdf]

https://www.math.toronto.edu/mccann/199/thurston.pdf
1•pcfwik•12m ago•0 comments

Show HN: Dictámelo, MIT-licensed voice dictation with local and cloud models

https://github.com/sarrazola/dictamelo
1•sarrazola00•14m ago•0 comments

Democrats Are Plotting Government Efficiency in a Post-DOGE World

https://www.notus.org/technology/democrats-government-efficiency-post-doge
1•kadal•14m ago•1 comments

Astra vs. Fable on Vending-Bench: More Money, More Aligned

https://andonlabs.com/blog/gpt-6-astra-vending-bench
1•Tiberium•15m ago•0 comments

Liquid Glass Radar

https://liquidglassradar.com
1•vpgn•15m ago•0 comments

Rust debugging survey 2026 results

https://blog.rust-lang.org/2026/09/07/rust-debugging-survey-2026-results/
1•birdculture•18m ago•0 comments

The Vacuum Tube That Almost Beat the Transistor – TubeTimeUS [video]

https://www.youtube.com/watch?v=XcNLQskUcpk
1•rasz•18m ago•0 comments

The Golden Age of Apple Software Ended with Snow Leopard

https://lightyearlabs.ca/blog/snow-leopard/
2•tmanok•19m ago•0 comments

TCP Path Diagnostics

https://curl.realhackers.org/
1•Bender•21m ago•1 comments

The Pebble Time 2 proves smartwatches got worse, not better

https://www.howtogeek.com/pebble-time-2-review/
3•datakan•23m ago•0 comments

What do Visa and Mastercard do? An intro to card networks

https://tautology.town/2026/06/01/card-networks.html
1•evakhoury•23m ago•0 comments

Can Coding Agents Play Pokemon?

https://bkal01.github.io/posts/radical-red/
1•bkal01•24m ago•0 comments

Doomfly

https://fly-brain-doom.awormuth.chatgpt.site
1•T-A•24m ago•0 comments

Testing race conditions with memory access tracing & stack-based delay injection

https://projectzero.google/2026/09/maccconc-race-condition.html
2•matt_d•24m ago•0 comments

Chdb Postgres extension: High-performance imports from cloud storage

https://clickhouse.com/blog/introducing-chdb-postgres
1•saisrirampur•29m ago•0 comments

Show HN: See all stocks traded by Donald Trump

https://www.capitolisation.com/members/trump
2•Alannnn•29m ago•0 comments

Something's Happening to the Ozone Hole [video]

https://www.youtube.com/watch?v=yWgHx0HE8m8
2•gmays•29m ago•0 comments

Public WebGPU Benchmarking powered by vGPU

https://web3dsurvey.com/benchmark
2•bhouston•29m ago•0 comments

First ever macOS Core Location Spoofing

https://github.com/TimBitBox/mac-location-spoofer
1•Gab01•30m ago•0 comments

Runway Reaches 200M ARR

https://bloomberg.com/news/articles/2026-09-08/ai-startup-runway-hits-200-million-in-annual-recur...
1•utiiiD•32m ago•0 comments

Moving to Graviton 5 halved our ClickHouse query latency

https://www.dash0.com/blog/migration-to-graviton-5-what-upgrading-our-clickhouse-cluster-actually...
2•ishener•32m ago•0 comments

GrapheneOS on AI Usage

https://grapheneos.social/@GrapheneOS/117236529351603001
2•garo-pro•33m 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.