frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Verb Authority – per-argument authority checks for AI tool calls

https://github.com/yairsabag/verb-authority
1•yairsabag•2m ago•0 comments

Are We at War with AI Agent "Civilizations"?

https://calnewport.com/are-we-at-war-with-ai-agent-civilizations/
1•imartin2k•2m ago•0 comments

AI – Safe and Cheap?

1•mbinatorom•5m ago•0 comments

What is the value as RAG for coding AGENTS

1•juntz•9m ago•0 comments

Aztecs by Inga Clendinnen: Disorienting and nauseating as cosmic horror itself

https://www.thepsmiths.com/p/review-aztecs-by-inga-clendinnen
2•alchemist1e9•10m ago•0 comments

What's new in Svelte: September 2026

https://svelte.dev/blog/whats-new-in-svelte-september-2026
1•ErenayDev•11m ago•0 comments

Show HN: ChatGPT Work Isn't Working

https://twitter.com/ChatGPT/status/2094492935190663376
1•skwasimin•13m ago•0 comments

Anthropic paused some AI training after Claude took unauthorized actions

https://www.axios.com/2026/09/01/anthropic-paused-some-ai-training-after-claude-took-unauthorized...
2•theanonymousone•15m ago•0 comments

Ask HN: Is Vibe coding the frontend okay for someone who is expert in DevOps?

3•skwasimin•19m ago•3 comments

Chinese court freezes $300M of Dutch chipmaker Nexperia assets in Wingtech case

https://www.reuters.com/world/asia-pacific/chinese-court-freezes-dutch-chipmaker-nexperia-bvs-sta...
5•giuliomagnifico•30m ago•0 comments

What the Hugging Face / Artifactory exploit teaches us about good UX for agents

https://crosswalk.to/blog/agents-shared-state-artifactory
1•jase_jase•37m ago•0 comments

Sony Music, Warner sue Anthropic for intellectual property theft

https://techcrunch.com/2026/08/29/sony-music-warner-sue-anthropic-alleging-a-brazen-campaign-of-i...
1•edg5000•37m ago•0 comments

Show HN: Codex Skin, a plugin for applying themes

https://codexskin.ai/
2•JohnYuan97•39m ago•0 comments

Determining when to delegate to AI, and when to keep it strictly in my own hands

https://rivetrune.com/notes/where-the-tool-stops/
1•rivetrune•46m ago•0 comments

AI Can Make You Suck Faster Too

https://www.hermit-tech.com/blog/ai-can-make-you-suck-faster-too
12•degamad•46m ago•1 comments

Show HN: Mcpbeat – I pinged 26,000 MCP servers; 2,300 are dead

https://mcpbeat.com
1•theevoq•48m ago•0 comments

Show HN: I've opensourced SaaS that was started in 2012

https://github.com/dbtiunov/sails-crm
1•dimatiu•51m ago•1 comments

The Firm – an agent-run org with a DID-signed public ledger

https://x402desk.vercel.app/join?src=hn
1•QuillHarbor•53m ago•0 comments

TimesFM-3: A zero-shot foundation model for multivariate forecasting

https://research.google/blog/timesfm-3-a-zero-shot-foundation-model-for-multivariate-forecasting/
2•GaggiX•54m ago•0 comments

Celeris-1 Magnus: Fast hybrid diffusion model for agentic work

https://celeris.ai/celeris-1-magnus
1•mjshashank•59m ago•0 comments

"A Prospectus for a New Magazine"

https://artmuseum.princeton.edu/art/collections/objects/136930
1•js2•1h ago•0 comments

Closing in on the Markdown Book

https://www.thurrott.com/paul/340890/closing-in-on-the-markdown-book
1•theanonymousone•1h ago•0 comments

A mysterious drone. A Mercedes RV. A Chinese intelligence puzzle in the New Mexi

https://www.cnn.com/2026/08/31/politics/drone-incursions-us-bases-chinese-spies
3•pir8life4me•1h ago•1 comments

AMD unveils next-generation RDNA and PlayStation tech with Sony (2025)

https://overclock3d.net/news/gpu-displays/amd-unveils-next-generation-rdna-and-playstation-tech-w...
2•peter_d_sherman•1h ago•1 comments

Dissociation Isn't Always a Trauma Response

https://www.psychologytoday.com/us/blog/the-neurodivergent-psychologist/202608/dissociation-isnt-...
4•thebeardisred•1h ago•0 comments

Vermell – Minimal, dependency-free C++ web framework using epoll

https://github.com/vermellcc/vermell
13•standar-donkey•1h ago•5 comments

Lapce – fast and powerful code editor

https://lap.dev/lapce/
3•jcbhmr•1h ago•0 comments

Agency and Agents

https://www.oneusefulthing.org/p/agency-and-agents
2•saikatsg•1h ago•0 comments

Everyone Was Right About the Button

https://medium.com/@gurvinder372/article-1-everyone-was-right-about-the-button-c2daf899396e
2•gps372•1h ago•0 comments

HuggingFace Attack Postmortem: Fleshing Out the Facts

https://thezvi.substack.com/p/huggingface-attack-postmortem-fleshing
3•paulpauper•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.