frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Strands harness: frontier performance with 28% lower token cost

https://strandsagents.com/blog/introducing-strands-harness/
1•ot•3m ago•0 comments

Accumulated Variance

https://vibingarcologies.substack.com/p/accumulated-variance
1•wilburforce•4m ago•0 comments

Lasso: AI Watermarks Change How Agents Act

https://techstrong.ai/features/lasso-ai-watermarks-change-how-agents-act/
1•CrankyBear•7m ago•0 comments

Show HN: WebGCM – a global climate model running in the browser on WebGPU

https://gcm.echorelay.net/
1•jlhawn•8m ago•0 comments

Lisse: Squircle JavaScript Library

https://corne.rs/
1•handfuloflight•9m ago•0 comments

Splitt – Group expense splitting, settle-up, no caps (iOS)

https://splitt.cash/
1•pryhazhanau•10m ago•0 comments

Synthesia Interactive Avatar API

https://www.synthesia.io/post/interactive-avatar-api-real-time-avatars
1•techietech•12m ago•0 comments

The Internet (1997 – 2021)

https://www.opte.org/the-internet
1•basilikum•12m ago•1 comments

Show HN: A Self-hosted Deferred Deep linking. Firebase dynamic link model

https://github.com/Newtdev/blynk-deferlink
1•NewtDev•13m ago•1 comments

Gold Steadies as Traders Weigh Inflation and Fed Hike Outlook

https://coinmarketcap.com/community/post/379486955/
1•joeymabia1•14m ago•0 comments

Teen Autopsy Marks Arrival of Deadly Drug Cychlorphine in San Francisco

https://www.nytimes.com/2026/09/14/us/san-francisco-autopsy-cychlorphine.html
1•bookofjoe•16m ago•1 comments

A Kansas girl ran off to join the circus and changed the tattoo world

https://www.npr.org/2026/09/16/nx-s1-5955615/a-kansas-girl-ran-off-to-join-the-circus-and-changed...
2•gmays•16m ago•0 comments

'Epigenetic' editing banishes hepatitis B virus

https://www.nature.com/articles/d41586-026-02981-9
3•sbulaev•16m ago•0 comments

Fly.io 2026 Pricing Update

https://fly.io/pricing-update/
1•bialyalibaba•18m ago•0 comments

macOS 26.4 silently enabled login keychain data protection

https://lapcatsoftware.com/articles/2026/9/5.html
3•chmaynard•20m ago•0 comments

Google CC, an AI agent built for families

https://blog.google/innovation-and-ai/models-and-research/google-labs/cc-expanding-to-groups/
3•hmokiguess•20m ago•0 comments

Ask HN: Why does it matter if no one reads your novel as long as the AIs do?

4•amichail•20m ago•13 comments

IA Agent Arthur – Developed an OfflineAIagent

https://x.com/AI_AGENT_ARTHUR
1•AIAGENTARTHUR•22m ago•0 comments

Building Software That Can Prove Agents Wrong

https://www.rafael.md/writing/building-software-that-can-prove-agents-wrong
1•rafaelcamaram•23m ago•0 comments

vLLM Architecture, Memory and Benchmarks Deep Dive

https://www.g-ftech.com/blog/vllm-throughput-deep-dive
1•gfactor_ai•24m ago•0 comments

CBP suspends all personal prescription importation Oct 22

https://www.personalimportation.org/advocacy
3•burnt-resistor•25m ago•0 comments

Show HN: MoA – Attention kernel proven minimal before code was written

https://github.com/womenflyplanes/moa-attention-verified-mullin
1•lmullin•26m ago•0 comments

EU plans "digital expropriation" of Europeans in the interest of AI companies

https://noyb.eu/en/ai-eu-member-states-plan-digital-expropriation-europeans-interest-ai-companies
2•latexr•26m ago•0 comments

Future-Proof Data Systems [pdf]

https://www.vldb.org/pvldb/vol19/p4965-giceva.pdf
1•matt_d•27m ago•0 comments

A Major Cold Intrusion Spreads Across Eastern Europe: Seasonal Frost to Follow

https://www.severe-weather.eu/global-weather/major-cold-intrusion-polar-blast-eastern-europe-sept...
1•dgellow•27m ago•0 comments

Many Choices Lie Ahead

https://proofsandprompts.com/2026/09/21/many-choices-lie-ahead/
1•mathgenius•27m ago•0 comments

Tell HN: WebRezPro Compromised

2•chrisaycock•28m ago•0 comments

Your Second Brain Won't Do the Work

https://korin.uk/your-second-brain-wont-do-the-work
1•phoronixrly•30m ago•0 comments

Women Who Sold Books Door to Door

https://daily.jstor.org/the-women-who-sold-books-door-to-door/
2•herbertl•30m ago•0 comments

Astronomy mapped: Africa lacks optical observatories

https://observatorymap.withastra.io/
1•pppone•31m 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.