frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Atomic Force Microscope video, steel etching, bacteria – Applied Science

https://www.youtube.com/watch?v=DyIQkqBXhS0
1•mhb•1m ago•0 comments

Show HN: Foundera – AI-powered founder and startup feedback platform

https://foundera.app/
1•toyji•2m ago•0 comments

Codex vs. Claude Code

https://www.augmentedswe.com/p/codex-vs-claude-code-2c0
1•wordsaboutcode•2m ago•0 comments

Robotic bird targets drones' biggest aerodynamic shortcoming

https://newatlas.com/drones/robotic-bird-drones-aerodynamic-problem-rmit/
1•breve•5m ago•0 comments

Semantic Manifest – An open specification for AI crawler ingestion

https://github.com/CKL75/semantic-manifest-specification
1•CKL75•6m ago•0 comments

When AI Comes to the Workplace: Ethics, Employee Empowerment and Privacy

https://read.misalignedmag.com/when-ai-comes-to-the-workplace-ethics-employee-empowerment-and-pri...
1•lcubw•7m ago•0 comments

Valve open source the Steam Machine e-ink screen so you can make your own

https://www.gamingonlinux.com/2026/07/valve-open-source-the-steam-machine-e-ink-screen-so-you-can...
1•ahlCVA•7m ago•0 comments

PostgreSQL and the OOM Killer: Why You Must Use Strict Memory Overcommit

https://www.ubicloud.com/blog/postgresql-and-the-oom-killer-why-we-use-strict-memory-overcommit
2•furkansahin•9m ago•0 comments

The Fall and Rise of Screwworm

https://www.construction-physics.com/p/the-fall-and-rise-of-screwworm
2•crescit_eundo•10m ago•0 comments

Collision in space is not evidence of dark matter after all?

https://www.uni-bonn.de/en/news/collision-in-space-is-not-evidence-of-dark-matter-after-all
1•mpweiher•11m ago•0 comments

Show HN: I built a website showing the likelihood of the AI bubble to pop

https://laurentiugabriel.github.io/is-ai-hype-cooling-down/
6•laurentiurad•14m ago•4 comments

I built a Chrome extension that speaks notifications aloud, keywords filtered

https://chromewebstore.google.com/detail/serious-notification-spea/hnaggblalhlbihfaegbknioadncpcged
1•m-bilal-khan•14m ago•0 comments

Embodied.cpp: A Portable Inference Runtime of Embodied AI Models

https://arxiv.org/abs/2607.02501
1•chrsw•14m ago•0 comments

Zuckerberg 'Admits' Meta's Layoffs Were Ineffective

https://eshumarneedi.com/2026/07/03/zuckerberg-admits-metas-layoffs-were.html
2•ExMachina73•14m ago•0 comments

Show HN: Spark KNE Verify – Verify selected AI claims in the browser

https://chromewebstore.google.com/detail/spark-kne-verify/ncegakjnphdojnjlohobacncplbkbfdc
1•knespark•16m ago•0 comments

My Students Hate AI. But They Can't Stop Using It

https://www.chronicle.com/article/my-students-hate-ai-but-they-cant-stop-using-it
3•sseagull•16m ago•1 comments

Gemini Code Assist will be shut down on July 17

https://docs.cloud.google.com/gemini/docs/code-review/review-repo-code
2•ushakov•16m ago•0 comments

X has suddenly banned an account documenting Trump's corrupt stock trades

https://twitter.com/HQNewsNow/status/2072699828337864871
5•doener•17m ago•1 comments

Toward Better Hip Kernel Generation for AMD GPUs

https://scalingintelligence.stanford.edu/blogs/hipkernels/
1•skidrow•18m ago•0 comments

Please Stop the AI Confidence Theater

https://www.elenaverna.com/p/please-stop-the-ai-confidence-theater
2•skadamat•18m ago•0 comments

Failed blockchain project ends with big fine for fibs about it being on track

https://www.theregister.com/software/2026/07/03/failed-blockchain-project-ends-with-big-fine-for-...
1•jnord•18m ago•0 comments

KathaGPT – private AI desktop app

https://santoshpremi.github.io/KathaGPT/
1•santosh_premi•20m ago•1 comments

Inkterface, an e-ink faceplate for your Steam Machine

https://gitlab.steamos.cloud/SteamHardware/SteamMachine/inkterface
1•microflash•20m ago•1 comments

The Rise of the Command Line: building a new IDE (2017–2026)

https://rune.build/blog/the-rise-of-the-command-line
1•thunderbong•20m ago•0 comments

GitHub offering to ship CD-ROMs with your source code upon request

https://twitter.com/github/status/2072801888525840476
2•binyu•21m ago•1 comments

Show HN: Built This URL to Launch Video Maker as Hobby Project

https://www.clickcast.tech/
2•clickcasttech•21m ago•0 comments

Russia planning attack on Poland to test NATO resolve, US warns

https://www.telegraph.co.uk/world-news/2026/07/03/russia-planning-attack-on-poland-test-nato-reso...
1•tcp_handshaker•22m ago•0 comments

Program-as-Weights: A Programming Paradigm for Fuzzy Functions

https://arxiv.org/abs/2607.02512
1•simonpure•23m ago•0 comments

Ask HN: Want to set the position for my product, but I don't know where I stand?

1•zainsheikh•24m ago•0 comments

Less dark matter required than previously anticipated

https://journals.aps.org/prd/abstract/10.1103/6zrp-q7c4
1•mpweiher•24m ago•1 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.