frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

DeepSeekMath-V2: Towards Self-Verifiable Mathematical Reasoning

https://huggingface.co/deepseek-ai/DeepSeek-Math-V2
1•nekofneko•39s ago•0 comments

Microsoft trademark registered November 1976 (One word or two?)

https://dfarq.homeip.net/microsoft-trademark-registered-november-1976/
1•giuliomagnifico•1m ago•0 comments

I got tired of juggling security tools,so I built an AI copilot to do it for me

https://www.sydsec.co.uk
1•paul2495•1m ago•1 comments

Show HN: GistHive – Code snippet manager with team workspaces

https://gisthive.app/
1•tex0gen•3m ago•0 comments

Show HN: SpecX – Workflow Automation for AI Agents

https://redoxsoft.com/
1•dhaundy•7m ago•0 comments

AI is not free [video]

https://www.youtube.com/watch?v=MaaAdtWwFuc
2•frag•8m ago•0 comments

Interactive Perigal's Pythagorean Visual Proof

https://do-say-go.github.io/this-is-the-way/others/interactive_perigals_pythagorean.html
1•keepamovin•10m ago•0 comments

China is making trade impossible – Financial Times

https://www.ft.com/content/f294be55-98c4-48f0-abce-9041ed236a44
1•alecco•11m ago•1 comments

Silksong Quick Hints

https://www.boristhebrave.com/2025/11/26/silksong-quick-hints/
1•ibobev•12m ago•0 comments

Atari DOS

https://www.goto10retro.com/p/inside-atari-dos
1•ibobev•12m ago•0 comments

C64 Burrow.BAS

https://basic-code.bearblog.dev/c64-burrow/
1•ibobev•13m ago•0 comments

Show HN: Spikelog – A simple metrics service for scripts, cron jobs, and MVPs

https://spikelog.com
2•dsmurrell•14m ago•0 comments

Show HN: Playwriter – Extension to Control Chrome via MCP and CDP

https://playwriter.dev
4•xmorse•19m ago•1 comments

Programming the Copper Coprocessor

https://jvaltane.kapsi.fi/amiga/howtocode/copper.html
1•musha68k•20m ago•0 comments

Ask AI – GPT-5 – LUMA – O1

https://www.ask-ai.info
1•sarymismail•21m ago•2 comments

Court Ends Dragnet Electricity Surveillance Program in Sacramento

https://www.eff.org/deeplinks/2025/11/victory-court-end-dragnet-electricity-surveillance-program-...
2•pseudolus•23m ago•0 comments

The Rust Programming Language – What Is Ownership?

https://doc.rust-lang.org/book/ch04-01-what-is-ownership.html#what-is-ownership
2•vismit2000•24m ago•0 comments

Bossware and the shitty tech adoption curve (2021)

https://pluralistic.net/2021/02/24/gwb-rumsfeld-monsters/#bossware
2•thunderbong•27m ago•0 comments

Linus Torvalds vs. Ambiguous Abstractions: When Helper Function Hides the Intent

https://read.thecoder.cafe/p/linus-torvalds-ambiguous-abstractions
2•signa11•29m ago•1 comments

Concerns about the legitimacy and integrity of Nucleus Genomics

https://totalhealthoptimization.com/2025/11/21/concerns-about-the-legitimacy-and-integrity-of-nuc...
2•totalhealthopt•29m ago•0 comments

How Arthur Conan Doyle Explored Men's Mental Health Through Sherlock Holmes

https://scienceclock.com/arthur-conan-doyle-delved-into-mens-mental-health-through-his-sherlock-h...
9•PikelEmi•31m ago•1 comments

AI Agents Break Rules Under Everyday Pressure

https://spectrum.ieee.org/ai-agents-safety
5•pseudolus•32m ago•0 comments

I'm 62. Stop Telling Me I'm Old

https://www.nytimes.com/2025/11/27/opinion/aging-seniors-medicare.html
2•Kaibeezy•34m ago•1 comments

As AI reshapes shopping, US retailers try to change how they're seen online

https://www.reuters.com/business/media-telecom/ai-reshapes-shopping-us-retailers-try-change-how-t...
1•giuliomagnifico•36m ago•0 comments

Unraveling China's Productivity Paradox

https://research.gavekal.com/article/unraveling-chinas-productivity-paradox/
3•silverkite•38m ago•0 comments

Particle Physicists Detect 'Magic' at the Large Hadron Collider

https://www.quantamagazine.org/particle-physicists-detect-magic-at-the-large-hadron-collider-2025...
2•pseudolus•38m ago•0 comments

Show HN: Orkera: An MCP tool that handles deployment and back end infra

https://orkera.com/
3•MayaTheFirst•42m ago•2 comments

ChatGPT made me delusional [video]

https://www.youtube.com/watch?v=VRjgNgJms3Q
2•sensanaty•43m ago•0 comments

Show HN: OgBlocks – Copy and Paste Animated UIs

https://ogblocks.dev/
1•thekarank•43m ago•0 comments

Show HN: PyTorch-World – Modular Library to Build and Train World Models

https://github.com/ParamThakkar123/pytorch-world
1•paramthakkar•46m ago•0 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.