frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenJTD: Project to Reverse-Engineer Ichitaro Word Processor Files Used in Japan

https://github.com/KimEJ/OpenJTD
1•nogajun•2m ago•0 comments

Chinese supercomputer leapfrogs best US machines to be ranked fastest

https://www.theguardian.com/technology/2026/jun/24/china-supercomputer-world-fastest-top500-ranki...
4•jethronethro•8m ago•0 comments

Tech stocks slump as AI bubble fears loom

https://www.axios.com/2026/06/23/tech-stocks-ai-bubble
4•1vuio0pswjnm7•10m ago•0 comments

SpaceX raises $25B in debt sale less than two weeks after IPO

https://www.cnbc.com/2026/06/23/spacex-debt-bond-market-ipo.html
1•1vuio0pswjnm7•12m ago•0 comments

Arabian Sand Boa: Python interpreter with frontier intelligence conditional eval

https://github.com/hopafoot/arabian-sand-boa
1•hopafoot•15m ago•1 comments

The Part After Done

https://howstrangeitistobeanythingatall.com/post/2026-06-23-the-part-after-done
2•alanbotts•16m ago•0 comments

Purroute – An auto-detecting proxy router that translates between protocols

https://github.com/femboyisp/purroute
1•vxfemboy•17m ago•0 comments

The Fastest Python Struct?

https://www.crumpledpaper.tech/2026-06-21-python-struct-profiling/
1•JPHutchins•20m ago•0 comments

FDA drops enforcement against Whoop after it tweaks blood pressure feature

https://www.statnews.com/2026/06/23/fda-drops-enforcement-against-wearable-maker-whoop/
2•brandonb•21m ago•1 comments

China's LineShine Supercomputer Dethrones US' El Capitan

https://www.tomshardware.com/tech-industry/supercomputers/chinas-lineshine-supercomputer-dethrone...
4•yogthos•23m ago•0 comments

Chinese universities are cutting language majors to make way for AI

https://restofworld.org/2026/chinese-universities-drop-humanities-ai/
5•higginsniggins•26m ago•0 comments

UN chief urges AI companies to 'come clean' about the pollution they generate

https://www.fastcompany.com/91563535/un-chief-urges-ai-companies-come-clean-about-pollution-create
2•1vuio0pswjnm7•27m ago•0 comments

SpaceX Has Successful Starfall Demo

https://www.nextbigfuture.com/2026/06/spacex-has-successful-starfall-demo.html
4•bookmtn•28m ago•0 comments

War by Other Means

https://letter.palladiummag.com/p/war-by-other-means
1•jger15•31m ago•0 comments

Eli Lilly Approved Obesity Drug for Mystery 79-Year-Old Patient

https://newrepublic.com/post/212206/eli-lilly-obesity-drug-79-year-old-patient-trump-health
6•randycupertino•38m ago•1 comments

Abyssguard

https://www.abyssguard.app/
3•Luci_Star•41m ago•0 comments

Show HN: Reachpad – open-source .md sharing platform for companies and agents

https://github.com/las7/reach
1•sakuraiben•44m ago•0 comments

How to Passive-Aggressively Shame People Who Use LLMs Selfishly

https://joshmoody.org/blog/selfish-ai/
22•joshmoody24•47m ago•17 comments

Vypl a Python REPL with Vim workflows and commands

https://github.com/HoraDomu/Vypl
2•HoraDomu•53m ago•0 comments

Show HN: Daily ETF holdings for 2,200+ ETFs as one API

https://developer.stockfit.io/blog/daily-etf-holdings
2•areimann•54m ago•2 comments

DealMaker Uses Morning Brew and Robinhood to Lure Retail Investors

https://hntrbrk.com/investigations/shark-tank
1•impish9208•54m ago•0 comments

Hermes Agent can now /learn from anything

https://twitter.com/NousResearch/status/2069526242236182697
4•biraj-rocks•58m ago•1 comments

Show HN: Keep all microservices consistent and make batch changes

https://infraas.ai
1•danielbedrood•1h ago•0 comments

Ask HN: Any suggestions for finding beta users?

1•lyfeninja•1h ago•0 comments

Google will make you wave at your computer to check you are real

https://www.the-independent.com/tech/google-captcha-bot-real-check-hand-wave-b3000419.html
2•anjel•1h ago•2 comments

Show HN: BitVanes – A zero-trust RAG pipeline engine in Rust, WASM, and Arrow

https://www.bitvanes.com/
1•kodr_pro•1h ago•0 comments

Zlib-rs in Firefox and working around an Intel bug

https://trifectatech.org/blog/zlib-rs-in-firefox/
1•goranmoomin•1h ago•0 comments

Show HN: Our indie game trailer is featured on IGN's GameTrailers Wow [video]

https://www.youtube.com/watch?v=2icjqzuObOc
2•hollowlimb•1h ago•0 comments

Demystifying StartupWMClass

https://thoughts.greyh.at/posts/startup-wm-class/
1•zquestz•1h ago•1 comments

Hospitals switched to pen and paper to defeat a national cyber-attack

https://www.bbc.com/news/articles/c4gyk756mzlo
7•devonnull•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.