frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Anonymity Is Fun

https://tadaima.bearblog.dev/anonymity-is-fun/
1•theorchid•40s ago•0 comments

Theo Conjecture solves 35-year-old math problem, finds a term no one predicted

https://firstprinciples.com/blog-article/ai-system-theo-conjecture-solves-35-year-old-math-conjec...
1•otalp•59s ago•0 comments

A Shortlist of Potential Future Euro Banknote Designs

https://www.ecb.europa.eu/euro/banknotes/future_banknotes/html/design-proposals.en.html
1•karakoram•1m ago•0 comments

RimWorld's Code Defines Strict Gender Roles (2016)

https://www.rockpapershotgun.com/rimworld-code-analysis
1•Tomte•3m ago•0 comments

HAR Extractor

https://github.com/azu/har-extractor
1•soupspaces•5m ago•0 comments

Show HN: Resume Tailor – Fit your resume to any job

https://tailor.resume.academy/
1•vednig•6m ago•1 comments

A Trampoline

https://dogdogfish.com/blog/2026/07/29/a-trampoline/
2•matthewsharpe3•8m ago•0 comments

Basebrowserproject

https://mastodon.social/@sarahjamielewis/116965925134524215
1•birdculture•8m ago•0 comments

XGBoost 3.3.0 Release

https://xgboost.ai/2026/07/21/xgboost-3-3-release.html
2•nickbecker•9m ago•0 comments

Anyone else think Claude Code and Codex are too slow? We hate it

https://bullet.davidhf.com
3•alsima•10m ago•0 comments

YC startup offers interviews to people who get their name permanently tattooed

3•codexon•13m ago•1 comments

Neuroprosthesis restores hand movement&sensation in human w complete tetraplegia

https://www.nature.com/articles/s41591-026-04498-0
1•bookofjoe•14m ago•0 comments

Benchmarking LLMs on SAST Triage

https://www.fencer.dev/blog/llm-triage-sast-false-positives
6•timols•14m ago•0 comments

FrameCut – Split contact sheet negative film scans in Chrome

https://github.com/stabruriss/framecut/blob/main/README.md
1•chriswunan•14m ago•0 comments

Runlayer sues Rippling, alleging source-code access preceded rival AI gateway

https://runtimewire.com/article/runlayer-sues-rippling-alleging-source-code-access-preceded-rival...
2•ryanmerket•15m ago•0 comments

Collection of Vintage User-Interfaces

https://typewritten.org/Media/
1•karakoram•15m ago•0 comments

A digitally controlled silicon quantum processing unit

https://www.nature.com/articles/s41586-026-10754-7
1•sbulaev•15m ago•0 comments

China's Moonshot AI reportedly used Nvidia Blackwell chips for training Kimi K3

https://www.tomshardware.com/tech-industry/artificial-intelligence/chinas-moonshot-ai-reportedly-...
2•rndsignals•17m ago•0 comments

Thorpe – semi-WYSIWYG Markdown editor

https://thorpeapp.com/
1•jasoncartwright•18m ago•0 comments

Botswana Did Everything Right

https://www.cremieux.xyz/p/botswana-did-everything-right
1•admp•18m ago•0 comments

Microsoft FY26 Q4 Earnings

https://www.microsoft.com/en-us/Investor/earnings/FY-2026-Q4/press-release-webcast
3•corvad•19m ago•1 comments

Meta Reports Second Quarter 2026 Results

https://investor.atmeta.com/investor-news/press-release-details/2026/Meta-Reports-Second-Quarter-...
1•mfiguiere•19m ago•0 comments

Kimi k3 now runs on one consumer GPU

https://twitter.com/Akashi203/status/2082555972380401852
5•OsamaJaber•20m ago•0 comments

Why too much time online makes us unhappy

https://www.cnn.com/2026/07/29/health/too-much-time-online-wellness
2•01-_-•21m ago•1 comments

Schools Are Confiscating Phones All Day

https://www.gadgetreview.com/schools-are-confiscating-phones-all-day-and-most-americans-are-fine-...
1•01-_-•23m ago•0 comments

Cory Doctorow on Why AI Won't Replace Workers, but Will Crash the Economy [video]

https://www.youtube.com/watch?v=rRRmUuxJolY
2•SockThief•23m ago•0 comments

The GitHub Platform Era Is Over

https://julien.danjou.info/blog/the-github-platform-era-is-over/
1•yruzin•24m ago•0 comments

The Prevention Paradox: Why Successful Resilience Work Becomes Its Own Enemy

https://newsletter.resiliumlabs.com/p/the-prevention-paradox
1•gpi•26m ago•0 comments

Cloudflare removes top open coding models from free tier

https://developers.cloudflare.com/changelog/post/2026-07-28-models-require-workers-paid/
1•ankushKun•27m ago•1 comments

Kimi K3 for local use (1.56TB –> 594GB) compressed by Unsloth

https://huggingface.co/unsloth/Kimi-K3-GGUF
4•pavelai•28m 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.