frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Genesis Mission – A National Mission to Accelerate Science Through AI

https://www.energy.gov/genesis
1•keepamovin•1m ago•0 comments

Trump Cancels Release of Crucial Economic Report to Hide His Failures

https://newrepublic.com/post/203619/donald-trump-cancels-release-gdp-economic-report
1•doener•1m ago•0 comments

Claude Is Down, Again

https://status.claude.com/incidents/1y63m9yzpjn2
1•imalerba•1m ago•0 comments

Quick–swap your avatar to purple, green, or a mix of both

https://purplepfp.com
1•BruceWok•3m ago•0 comments

LLMs have me feeling heavy

https://old.reddit.com/r/webdev/comments/1p5xtud/llms_have_me_feeling_heavy/
1•bundie•5m ago•0 comments

Shai-Hulud 2.0 Supply Chain Attack: 25K+ Repos Exposing Secrets

https://www.wiz.io/blog/shai-hulud-2-0-ongoing-supply-chain-attack
2•samuel246•7m ago•0 comments

Neoteny

https://en.wikipedia.org/wiki/Neoteny
2•nomilk•12m ago•0 comments

Ask HN: Who is building the next gyroscope app integrated with AI?

1•HipstaJules•14m ago•0 comments

Nvidia's 'I'm Not Enron' memo has people asking a lot of questions

https://www.theverge.com/business/828047/nvidia-enron-conspiracy-accounting
3•greg_V•14m ago•1 comments

Ai2 Dolma: 3T token open corpus for language model pretraining (2023)

https://allenai.org/blog/dolma-3-trillion-tokens-open-llm-corpus-9a0ff4b8da64
1•tosh•14m ago•0 comments

Implementing dependent types: how hard could it be? (Part 1)

https://jerrington.me/posts/2025-05-23-depty-impl.html
1•fanf2•14m ago•0 comments

We ask Valve the big questions around the Steam Machine, Frame and Controller

https://youtu.be/yvu66Y2VLq8
1•doener•20m ago•0 comments

Google is starting to bridge OpenAI's product moat with Gemini's "dynamic view"

https://spyglass.org/gemini-vs-chatgpt-product/
1•cesidio•20m ago•1 comments

Git 3.0 Retires Master: What Developers Need to Know

https://jsdevspace.substack.com/p/git-30-finally-retires-master-what
1•javatuts•22m ago•1 comments

Americans are holding onto devices longer than ever and it's costing the economy

https://www.cnbc.com/2025/11/23/how-device-hoarding-by-americans-is-costing-economy.html
1•taubek•26m ago•0 comments

A Proposal for Simplified, Modern Definitions of "Object" and "Object Oriented"

https://web.archive.org/web/20140804162018/http://wcook.blogspot.com/2012/07/proposal-for-simplif...
1•signa11•26m ago•0 comments

Introducing F# (F Sharp) 10

https://devblogs.microsoft.com/dotnet/introducing-fsharp-10/
1•keyle•26m ago•0 comments

Alice the Caml – new build system for OCaml

https://www.alicecaml.org/
1•keyle•27m ago•0 comments

We removed the τ2-bench airline eval because Opus 4.5 was too clever

https://twitter.com/alexalbert__/status/1993068200121213222
2•stared•31m ago•0 comments

Breaking AI Context Silos: A Proposal for a Portable Memory Protocol (PMX)

1•sravanth_thota•32m ago•0 comments

Having Fun with K&R C

https://sbaziotis.com/compilers/having-fun-with-k-and-r-c.html
1•thunderbong•33m ago•0 comments

PGH Transit Atlas

https://rzrizaldy.github.io/pgh-transit-atlas/
1•altilunium•35m ago•0 comments

A Practical Framework for Measuring Impact of AI Coding Assistants

https://www.oobeya.io/blog/ai-measurement-framework
1•emredu•36m ago•0 comments

Show HN: I built the literal Duolingo Killer

https://kanjieight.vercel.app/
8•Mikecraft•39m ago•8 comments

Google Leapfrogged Rivals with New Gemini Rollout

https://www.wsj.com/tech/ai/google-gemini-3-ai-behind-scenes-e1787729
2•tzury•41m ago•0 comments

Vdu_controls – a DDC control panel for monitors

https://github.com/digitaltrails/vdu_controls
2•anewhnaccount2•41m ago•0 comments

NSan: A Floating-Point Numerical Sanitizer

https://arxiv.org/abs/2102.12782
1•anewhnaccount2•41m ago•0 comments

Aussies sell their tech company to US giant for $5B

https://www.afr.com/technology/aussies-sell-their-tech-company-to-us-giant-for-5b-20251124-p5nhv7
1•iamtech•42m ago•0 comments

Unu.ran – Universal Non-Uniform RANdom Number Generators

https://statmath.wu.ac.at/unuran/doc/unuran.html
1•anewhnaccount2•42m ago•0 comments

Introvert – The AI Dating Co-Pilot Launches on Geyser Fund Today

https://geyser.fund/project/introvert
1•shegby•43m ago•1 comments
Open in hackernews

Show HN: One-Line Installer for Cursor on Linux

https://github.com/t128n/cursor-linux
1•trbndev•6mo 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.