frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Apodex – FrontierAgent

https://github.com/ApodexAI/FrontierAgent
1•marksully•11s ago•0 comments

Internal Tool Delegation for Agents vs. External Payment Auth

https://skyfire.xyz/ai-agent-authentication-authorization-platforms/
1•mooreds•1m ago•0 comments

Ask HN: What is the most career altering course or book you have gone through?

2•learner_yearner•2m ago•1 comments

China's open-weight AI models are now just 4 months behind frontier US offerings

https://www.tomshardware.com/tech-industry/artificial-intelligence/chinas-open-weight-ai-models-a...
1•rbanffy•2m ago•0 comments

What writing for the Washington Post taught me about standup comedy

https://pammoore.substack.com/p/what-writing-for-the-washington-post
1•mooreds•3m ago•0 comments

Mythos 5 Transcript Release

https://github.com/anthropics/mythos-5-incident-transcript
1•marksully•3m ago•0 comments

HP ZBook Ultra G3a 16 Preview: 192GB Unified Memory Aims for Top Local AI Laptop

https://www.storagereview.com/review/hp-zbook-ultra-g3a-16-preview-192gb-of-unified-memory-aims-f...
1•rbanffy•4m ago•0 comments

Show HN: IndexLaunch – free indexability checker and IndexNow submission queue

https://www.indexlaunch.site/
1•mp866137•5m ago•0 comments

The New Chinese Way of Cyberwar

https://www.foreignaffairs.com/china/new-chinese-way-cyberwar-ai
1•michaelhillaert•7m ago•0 comments

Show HN: Gescom MiniDisc Runner – 88 tracks, 88! possible orders

https://github.com/EI3LH/Gescom-MiniDisc-Runner
1•austinallegro•8m ago•0 comments

The End of EWS in Mail and AppleScript in Outlook

https://mjtsai.com/blog/2026/08/20/the-end-of-ews-in-mail-and-applescript-in-outlook/
1•vinni2•8m ago•0 comments

When Software Becomes Cheap, Trust Becomes Expensive

https://medium.com/@hbbio/when-software-becomes-cheap-trust-becomes-expensive-621cf347880f
1•hbbio•9m ago•0 comments

Ask HN: Can LLMs be used to invent a new human language?

1•loopies•10m ago•2 comments

Turn a musician's photo and video archive into a social content calendar

https://wdstck.co/
1•r13i•10m ago•1 comments

Cartman, Kenny, Stan and Kyle Are Back as South America Season 29 Premieres

https://southpark.cc.com/news/b2w25u/south-american-biker-gangs
1•HelloUsername•11m ago•0 comments

EU chief wants Canada to become the bloc's first associate member

https://apnews.com/article/europe-canada-carney-associate-member-3fdb111dd4d23d88b3de88c274c52711
1•geox•11m ago•0 comments

PCBSchemaGen: Reward-Guided LLM Code Synthesis for PCB Schematic Design

https://github.com/HZou9/PCBSchemaGen_v2
1•teleforce•12m ago•0 comments

Show HN: Tray indicator for WSL2: on/off, CPU and memory, one-click shutdown

https://github.com/ideaconnect/wsl-tray
1•bpacholek•12m ago•0 comments

Is it hypocritical to criticize AI slop while promoting vibecoding tools?

https://elephant.wuemeli.com/@wuemeli/117280311233495501
2•wuemeli•12m ago•0 comments

Some things Veloren does differently

https://blog.jsbarretto.com/post/veloren
1•metrofun•13m ago•0 comments

Termiclanker: Script a Robot with Bash

https://www.cli-games.com/wiki/termiclanker-base-walkthrough
1•cli-games•14m ago•1 comments

FluxVLA now supports GPT-6 Astra on LIBERO through the OpenAI Responses API

https://github.com/FluxVLA/FluxVLA
1•8474_s•14m ago•0 comments

macOS 27 Ends Time Machine Backups to Time Capsule

https://www.macrumors.com/2026/09/16/macos-27-ends-time-machine-backups-time-capsule/
1•tosh•15m ago•0 comments

Show HN: Modern RSS reader with social capabilities based on AT Proto

https://sunred.app/
3•fuegoio•18m ago•0 comments

Age Limits for Social Media Outlined by European Union

https://www.nytimes.com/2026/09/16/business/european-union-social-media-ban.html
1•thm•18m ago•0 comments

Buncefield 20 years on: Turning lessons into safer industry practices

https://press.hse.gov.uk/2025/12/11/buncefield-20-years-on-turning-lessons-into-safer-industry-pr...
2•zeristor•22m ago•0 comments

Accelerating Large-Scale Test Migration with LLMs

https://airbnb.tech/infrastructure/accelerating-large-scale-test-migration-with-llms/
1•mooreds•23m ago•0 comments

Salesforce Global Outage

https://status.salesforce.com/products/all
4•mabil•23m ago•0 comments

The XMPP Newsletter August 2026

https://xmpp.org/2026/09/the-xmpp-newsletter-august-2026/
2•upofadown•25m ago•0 comments

TypeSafe Jev vs. Mistral Small and Gemini Flash-Lite for Local Event Validation

https://nearhere.events/blog/typesafe-jev-mistral-gemini-event-validation
1•Slate•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.