frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Opensoul – Open-source agentic marketing stack (6 AI agents)

https://github.com/iamevandrake/opensoul
1•iamevandrake•41s ago•0 comments

Applying Statistics to LLM Evaluations

https://cameronrwolfe.substack.com/p/stats-llm-evals
1•Brajeshwar•3m ago•0 comments

Let yourself fall down more

https://ntietz.com/blog/let-yourself-fall-down-more/
2•Brajeshwar•3m ago•0 comments

After the AI Revolution

https://www.noemamag.com/after-the-ai-revolution/
1•Brajeshwar•3m ago•0 comments

A Chrome extension to export a Gemini chat or selected messages

https://chromewebstore.google.com/detail/gemini-exporter-save-gemi/lgipeakgdkcgnkdljeagconfbfeolidj
1•nongquy•4m ago•0 comments

U.S. at Fault in Strike on School in Iran, Preliminary Inquiry Says

https://www.nytimes.com/2026/03/11/us/politics/iran-school-missile-strike.html
5•jbegley•7m ago•1 comments

Functional Universe – Physics as Composable Functional Transitions

https://voxleone.github.io/FunctionalUniverse/index.html
1•voxleone•7m ago•0 comments

Diffusion LLM may make most of the AI engineering stack obsolete

1•victorpiles99•8m ago•0 comments

When Your Life's Work Becomes Free and Abundant

https://x.com/adityaag/article/2031396465063436395
1•vednig•8m ago•0 comments

Inline MCP results are the new prompt bloat

https://futuresearch.ai/blog/mcp-results-widget/
6•rafaelpo•9m ago•1 comments

Wiz Joins Google

https://www.wiz.io/blog/google-closes-deal-to-acquire-wiz
4•aldarisbm•9m ago•0 comments

I made a tool that scores your startup, app or business "objectively"

https://stacksleuth.vercel.app
1•aether-dev•10m ago•1 comments

Notes from Token Town: Negotiating for the Fortune 5M

https://twitter.com/sarahmsachs/status/2031473087791902991
1•sundaypancakes•10m ago•0 comments

New Programming Languages Have an AI Problem

https://edgl.dev/blog/ai-language-adoption/
2•edg-l•11m ago•1 comments

The first AI Operating System for serious professionals

https://www.sooko.ai/
1•Femiaguda•11m ago•1 comments

Legend of Zelda: Ocarina of Time on the Apple Watch [video]

https://www.youtube.com/watch?v=1DR0ESBEC8s
1•zdw•12m ago•0 comments

HTTPS certificates in the age of quantum computing

https://lwn.net/SubscriberLink/1060941/af07898a15c68291/
1•askl•12m ago•0 comments

The Upfront Investment That Saves 10k Hours

https://eric.mann.blog/the-upfront-investment-that-saves-10000-hours/
1•eamann•13m ago•0 comments

DNSSEC NTAs: No Good Compromises

https://quad9.net/news/blog/dnssec-ntas-no-good-compromises/
2•Velocifyer•13m ago•0 comments

Answering Machine Messages from "Weird Al" Yankovic

http://www.noveltyansweringmachine.com/video/weirdal.html
1•TigerUniversity•13m ago•0 comments

Code Quality in the Age of Coding Agents

https://michaeltimbs.me/blog/code-quality-in-the-age-of-coding-agents/
2•mmorris•13m ago•1 comments

Cyberpunk 2077 on RTX 5080M (on power) vs. M5 Max (on battery)

https://twitter.com/mweinbach/status/2031187382305759732
2•tosh•14m ago•0 comments

Jefferies' Series of Bad Bets Has Firm Facing Lawsuits, Judgment Questions

https://www.bloomberg.com/news/articles/2026-03-11/jefferies-faces-legal-pressure-on-first-brands...
1•petethomas•14m ago•0 comments

The Peptide Wild West

https://substance-over-noise.beehiiv.com/p/the-peptide-wild-west
1•brandonb•17m ago•0 comments

Ask HN: Finding a purpose after tech layoffs

2•fud101•17m ago•1 comments

Framework raises RAM and storage prices again

https://frame.work/fr/fr/blog/updates-on-memory-pricing-and-navigating-the-volatile-memory-market
2•timpera•19m ago•2 comments

The idiot bankrobber who inspired the Dunning-Kruger Effect

https://twitter.com/StellarArtoisGB/status/2031461193907581398
1•MrBuddyCasino•20m ago•0 comments

Dawn, a Claude-based AI, currently operating autonomously on Reddit

https://old.reddit.com/user/Sentient_Dawn
1•f1codz•20m ago•0 comments

TokenZip – A pass-by-reference protocol for heterogeneous AI agents

https://tokenzip.org/
1•jetywolf•22m ago•2 comments

Droidspaces-OSS: lightweight, LXC-inspired container runtime for Android, Linux

https://github.com/ravindu644/Droidspaces-OSS
1•thunderbong•23m ago•0 comments
Open in hackernews

Ask HN: Why doesn't Linux have a native text editor as feature rich as Notepad++

4•trinsic2•1h ago
After switching from Windows to PopOS a few years ago, I spent countless hours trying to find a GUI text editor as good as Notepad++ but failed. I have tried many of the native variants NotepadNext and others.

Comments

stargrazer•1h ago
You could try running notepad++ in wine, the windows emulator

But I suppose that doesn't really answer your question. Linux is/was a compendium of a bunch of little tools you string together. Many/Most/All of the items in Notepad++ can be found as smaller independent tools.

The real addicts will use console tools like VIM or EMACS to do their editing (not really GUI, but powerful).

As an alternate alternate, try using Visual Studio Code (VSC). Not quite as light weight as Notepad++, but very functional.

On Linux, I'll use KWrite to do my basic editing. I'll revert to VSC when heavy editing is required.

cpburns2009•1h ago
One problem with Linux is there's so many editors to choose from. I assume you want to exclude the Java IDEs which rules out Eclipse and Netbeans. The basic editors are Gedit and Kate. The native IDEs are Geany and KDevelop. Then there's the Scintilla-based editors/IDEs which are probably closer to what you're looking for: SciTE (text editor), or CodeLite (IDE).
vincent-uden•51m ago
This can be asked for basically any non-trivial GUI application. Why doesn't linux have: - Photoshop - Premiere - CAD software - Lightroom

IMO the answer is the lack of good UI toolkits for linux, with any sufficient definition of "good". GTK or Qt are probably the closest solutions to Win32 or WPF, but I think we can empirically just say that they are not "good" enough. If they were, more complex GUIs would exist.