frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Sqim – install your iOS builds from Codex mobile without VPN

https://www.sqim.dev/
2•neel-m•4m ago•0 comments

Building Cursor for Traders

https://runhalcyon.com/
2•chips2011•7m ago•0 comments

Snapfari App

https://snapfari.app/
2•soupspaces•10m ago•0 comments

Two-Letter Scrabble Words Visualized as Stem and Leaf Plot (2020)

https://www.gideongoldin.com/blog/2020/10/1/data-visualizations-for-text-the-verbal-stem-amp-leaf...
2•aragonite•11m ago•0 comments

Google's Secret Warrant Fight over DOJ Pipe Bomb Probe Revealed

https://www.bloomberg.com/news/articles/2026-06-18/google-s-secret-warrant-fight-over-doj-pipe-bo...
2•rndsignals•17m ago•0 comments

Is the world becoming more predictable?

https://www.ft.com/content/b1f417eb-f120-4e3f-8c85-6db3013c33ee
2•petethomas•27m ago•0 comments

The Ghost in the Ledger

https://banapana.substack.com/p/the-ghost-in-the-ledger
2•ruzelmania•27m ago•1 comments

Applied AI Engineer/ Product Builder/ Data Science

2•ahorton•29m ago•0 comments

The Reason Your IT Team Isn't Getting Anything Done

https://techstrong.it/contributed-content/the-real-reason-your-it-team-isnt-getting-anything-done/
2•mooreds•33m ago•1 comments

Between backyards and nakamals: Shifting Australia–Vanuatu relations

https://www.lowyinstitute.org/publications/between-backyards-and-nakamals-shifting-australia-vanu...
2•mooreds•33m ago•0 comments

CS 153: Frontier Systems

https://cs153.stanford.edu/
2•mooreds•33m ago•0 comments

Ask HN: Has AI made digital distribution more powerful than code?

2•akashwadhwani35•34m ago•1 comments

Our game anticheat has no kernel driver, we catch not block

https://cyberlete.net
3•sunuam•42m ago•1 comments

Adama City Government Exposes 29 GB of Sensitive Ethiopian Citizens' Data

https://write-ups.security-chu.com/2026/06/Adama-Service-with-Data-Breach.html
2•news_rt•42m ago•0 comments

Writing for humans is the only SEO trick left

https://pithandpip.com/blog/the-best-aeo
2•maguay•43m ago•1 comments

SQLite Hub

https://oliverjessner.at/sqlite-hub/
2•jonbaer•45m ago•0 comments

A bold satellite rescue mission came together in record time, but will it work?

https://arstechnica.com/space/2026/06/a-bold-satellite-rescue-mission-came-together-in-record-tim...
3•Jtsummers•45m ago•0 comments

AI coding: loop engineering a translator

https://jeena.net/loop-engineering
2•jeena•45m ago•0 comments

The First Website Killed by Google: Their Online Answer Marketplace

http://answers.google.com/answers/browse/1200.html
2•noah34•49m ago•2 comments

Valve's Latest SteamOS Out

https://www.pcgamer.com/hardware/steam-machines/valves-latest-steamos-is-out-with-initial-support...
2•evo_9•49m ago•0 comments

Where the Light Falls: Who Was Johannes Vermeer?

https://harpers.org/archive/2026/07/where-the-light-falls-clare-bucknell-vermeer/
2•prismatic•49m ago•0 comments

Show HN: Iamspeed.dev – Fast.com Style but for LLMs

https://iamspeed.dev/
2•qainsights•59m ago•0 comments

We built a privacy-focused vector memory mobile app

https://medium.com/@vektormemory/we-built-a-privacy-focused-vector-memory-mobile-app-and-here-is-...
2•vektormemory•59m ago•0 comments

US Tells ASML It's Concerned China May Have Top Chip Tool

https://www.bloomberg.com/news/articles/2026-06-19/us-tells-asml-it-s-concerned-china-may-have-to...
6•htrp•59m ago•0 comments

Stack Overflow for Agents – Stack Overflow

https://stackoverflow.blog/2026/06/10/announcing-stack-overflow-for-agents/
2•tambourine_man•1h ago•0 comments

Moving Beyond Fork() + Exec()

https://lwn.net/Articles/1076018/
2•signa11•1h ago•0 comments

Agent Finder

https://github.com/agentfinder
2•jonbaer•1h ago•0 comments

Hierarchy of the Sciences

https://en.wikipedia.org/wiki/Hierarchy_of_the_sciences
2•o4c•1h ago•0 comments

DeepSWE v1.1

https://deepswe.datacurve.ai/blog/deepswe-v1-1
3•aesincs•1h ago•0 comments

Is It Time for a New Embedded Linux Build System?

https://yoebuild.org/blog/time-for-a-new-build-system/
2•kaycebasques•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.