frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why Does Middle-Earth Feel Deeper Than Other Fantasy Worlds?

https://middle-earth.xenite.org/why-does-middle-earth-feel-deeper-than-other-fantasy-worlds/
1•BerislavLopac•55s ago•0 comments

Show HN: farseer.space – fly anywhere in the universe in your browser

https://farseer.space/
1•headsupernova•1m ago•0 comments

Show HN: Choreographed Algebra

https://0xb00.com
1•0xb00•1m ago•0 comments

Pico, find dangerous access paths through your coding agents

https://boringinfra.company/pico/
1•sgr0691•4m ago•0 comments

Show HN: Bitaxe Luck – A Homeassistant Integration

https://github.com/ulrischa/bitaxe-luck
1•ulrischa•5m ago•0 comments

Scientists find a churning decagon over Saturn's South Pole

https://apnews.com/article/saturn-nasa-hubble-decagon-1fd4a0a90badacb6e4e18ac019ac6ead
2•gmays•5m ago•1 comments

Flet 1.0

https://flet.dev/blog/flet-1-0/
1•appveyor•6m ago•0 comments

Canada for Software Engineers: Relocation Guide

https://relocateme.substack.com/p/moving-to-canada-for-work
2•andrewstetsenko•10m ago•0 comments

National Payments Corporation of India (NPCI) Announces MDR for UPI [pdf]

https://www.npci.org.in/uploads/FA_Qs_Merchant_Discount_Rate_MDR_on_Select_UPI_P2_M_Transactions_...
2•saikatsg•10m ago•0 comments

I tagged you, not the AI you're using

https://nomeatproxy.com?
2•benameurilyesis•12m ago•0 comments

Square–Cube Law

https://en.wikipedia.org/wiki/Square%E2%80%93cube_law
1•peter_d_sherman•16m ago•0 comments

Show HN: Sass – Rust and WASM

https://github.com/zoosky/accent-sass
1•akapaka•16m ago•0 comments

Show HN: Uplink – Software for Agents

https://uplink.spot/
2•ThomPete•16m ago•0 comments

Title

https://icons.leularia.com
1•leularia•17m ago•2 comments

Linux embedded log/errors detector on Imx8's NPU

https://github.com/leonardosalvatore/sentinel-imx-sys
2•Pasyd•18m ago•0 comments

Factory – AI Coding Startup More Than Triples Valuation to $5B

https://www.wsj.com/tech/ai/ai-coding-startup-factory-more-than-triples-valuation-to-5-billion-87...
1•bookofjoe•18m ago•1 comments

LLM Speedrun: Architecture

https://layog.io/blog/llm-speedrun-arch/
1•bucket2015•20m ago•0 comments

Building a Linux GPU Driver for the M4 Mac Mini in One Month

https://codyho.dev/blog/gpu-driver/
3•ADevWithAnIdea•21m ago•0 comments

US acknowledges for the first time that it has deployed weapons in space

https://apnews.com/article/space-weapons-air-force-5a2a0ada771daaf4fbef0991d8c09259
2•jamesgill•21m ago•0 comments

WangNet – 1.8 MB, zero-dependency Numberwang adjudication in 11 languages

https://github.com/GraafHenk/numberwang
2•Liogra123•23m ago•0 comments

Introduction to Oliver's Four Factors

https://squared2020.com/2017/09/05/introduction-to-olivers-four-factors/
1•elo2000•25m ago•0 comments

Jev: New frontier model 40-400x cheaper and 20-200x faster

https://typesafe.ai/blog/introducing-system-one-models-and-jev
40•albelfio•26m ago•5 comments

Window Sweaters

https://github.com/saragordic/window-sweaters
1•nickswalker•26m ago•0 comments

Show HN: I solved a 12yr math problem using AI (formalized; awaiting review) [pdf]

https://raw.githubusercontent.com/kbr-/math-research/3979e0cc0a75dde9b845df7ec8869d033dfcd8d4/pub...
3•kbr-•27m ago•1 comments

Pair programming: still a good idea

https://revise.io/blog/09-15-2026/pair-programming-still-a-good-idea
4•artursapek•27m ago•0 comments

Code of Conduct for MAI Models

https://microsoft.ai/news/mai-code-of-conduct/
3•sergiotapia•28m ago•1 comments

Mapsnap: Automated Georeferencing for Historic Sanborn Insurance Maps

https://www.danvk.org/2026/09/10/mapsnap.html
1•evakhoury•28m ago•0 comments

Tag index for Org Mode blog

https://entropicthoughts.com/tag-index-for-org-mode-blog
3•ibobev•28m ago•0 comments

Spelling the type of a "self" parameter with Reflection

https://quuxplusone.github.io/blog/2026/09/15/self/
1•ibobev•29m ago•0 comments

Small Programming Tricks

https://will-keleher.com/posts/small-programming-tricks-matter/
3•birdculture•30m 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.