frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Simple-Git NPM package has CVSS 9.8 RCE; 5M+ weekly downloads–check lockfiles

https://www.codeant.ai/security-research/simple-git-remote-code-execution-cve-2026-28292
1•birdculture•2m ago•0 comments

Automatic Pronunciation Error Detection and Correction of the Holy Quran

https://arxiv.org/abs/2509.00094
1•handfuloflight•4m ago•0 comments

Show HN: A simple hardened AI Docker cluster

https://github.com/kummahiih/secure-mcp/
1•kummap•7m ago•0 comments

Astro 6.0 Is Released

https://astro.build/blog/astro-6/
2•mariuz•8m ago•0 comments

A new model defines an upper limit to planetary radiation belt intensity

https://phys.org/news/2026-03-upper-limit-planetary-belt-intensity.html
2•bookmtn•8m ago•0 comments

VoltRN CLI for React Native/Expo Scaffolding, Generators

https://github.com/IronTony/voltrn-cli
1•IronTony•8m ago•1 comments

Analect – AST and LLM Code Summary and Navigation

https://analect.dev
1•ascent817•11m ago•0 comments

Show IH: I built a runtime control plane to stop AI agents from burning money

https://github.com/vijaym2k6/SteerPlane
1•vijaym2k6•12m ago•0 comments

Show HN: Free API toolkit – cron, webhooks, DNS, hashing, regex

https://frog03-20494.wykr.es/devtools/
1•patchnull•15m ago•1 comments

Fooling Go's X.509 Certificate Verification

https://danielmangum.com/posts/fooling-go-x509-certificate-verification/
1•hasheddan•15m ago•0 comments

Some relationships deepen when you tell the truth and some end

https://www.henrikkarlsson.xyz/p/going-your-own-way
1•squirrel•16m ago•0 comments

Open Source Masterclass – Learn to Contribute Upstream

https://opensourcemasterclass.org/
3•antoviaque•17m ago•0 comments

Tell HN: Moltbook was running in my browser

2•ramon156•22m ago•1 comments

As AI data centers scale, investigating their impact becomes its own beat

https://www.niemanlab.org/2026/03/as-ai-data-centers-scale-investigating-their-impact-becomes-its...
2•giuliomagnifico•23m ago•0 comments

Claude Skills: The Complete Guide

https://aistaffkit.com/claude-skills-guide
1•modestpacket•25m ago•0 comments

Get 500 credits for Manus registration

https://manus.im/invitation/ZQFSZCXJGQKD1GP
1•doener•25m ago•0 comments

Show HN: Colab pipeline for auto-labeling datasets with prompt and training YOLO

https://github.com/useful-ai-tools/detect-anything
2•eyasu6464•28m ago•1 comments

Windows 12 could be the tipping point that pushes you to Linux

https://www.zdnet.com/article/windows-12-rumors-linux-migration/
1•robtherobber•28m ago•0 comments

Ask HN: What starts to break down as your notes grow?

2•vajafafa•33m ago•0 comments

AI research paper – IEEE open access journal

https://ieeexplore.ieee.org/document/11424402
2•funnyguy678•37m ago•0 comments

C++26 safety features won't safe you

https://lucisqr.substack.com/p/c26-safety-features-wont-save-you
1•todsacerdoti•37m ago•0 comments

What Is Zensical?

https://zensical.org/about/
1•Tomte•39m ago•0 comments

Ask HN: Should we add game as product type for 3DIMLI?

1•arpit077•40m ago•0 comments

Fixing Programmatic Tool Calling with Types

https://blog.coldboot.org/fixing-programmatic-tool-calling-with-types
1•matchcase•41m ago•0 comments

Work just got easier for data analysts

https://analyst-bbqe.onrender.com/
1•Sechele•43m ago•0 comments

Code reviews do find bugs

https://entropicthoughts.com/code-reviews-do-find-bugs
2•todsacerdoti•43m ago•0 comments

Minesweeper but It's the Strait of Hormuz

https://sweepthestrait.com/
3•nextstep•45m ago•0 comments

Gallery of Processor Cache Effects (2019)

https://igoro.com/archive/gallery-of-processor-cache-effects/
2•mattrighetti•45m ago•0 comments

SSH Funky.nondeterministic.computer

https://funky.nondeterministic.computer/
1•thunderbong•46m ago•0 comments

NOIRLab Astro Data Archive

https://astroarchive.noirlab.edu/
1•bryanrasmussen•49m ago•0 comments
Open in hackernews

Show HN: One-Line Installer for Cursor on Linux

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