frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Security scanner for AI agents, MCP servers and agent skills

https://github.com/snyk/agent-scan/
1•saikatsg•58s ago•0 comments

Newly Invented Pixel Could Turn Screens into Cameras

https://gizmodo.com/newly-invented-pixel-could-turn-screens-into-cameras-2000777917
1•vinnyglennon•2m ago•0 comments

Observational reconstruction, then the inverse problem

https://seldon-ai.com/blog/reconstructing-agentic-workflows-from-traces
1•nlpnerd•2m ago•0 comments

How Sleep Optimization Can Backfire

https://moreisdifferent.blog/p/how-sleep-hygiene-and-sleep-optimization
1•delton137•5m ago•1 comments

BROCS: The framework for enterprise AI enablement

https://brocs.fyi
4•powvans•10m ago•0 comments

Stratum 1 PTP grandmaster and router for $150

https://opscode.io/posts/ptp-grandmaster-r5s-nanopi/
2•malcolmfrazier•10m ago•0 comments

Amlc – fhe compiler where the noise budget is a static value of the type sys

https://github.com/octra-labs/amlc
2•0x0ffh_local•11m ago•0 comments

Show HN: Snaketron – Competitive multiplayer Snake. Back after 14 years

https://snaketron.io
3•lopatin•13m ago•0 comments

Agents. Your Controls

https://gryph.sh/
2•kunalsin9h•14m ago•0 comments

Show HN: Nohtml.felixs.eu

https://nohtml.felixs.eu
2•felixseu•18m ago•0 comments

With the snip of a gene, scientists hope to erase high cholesterol for life

https://www.cnn.com/2026/08/28/health/gene-editing-cholesterol-study-wellness
3•bushwart•19m ago•0 comments

Agentic SQL for Free with Qwen3.8 27B and DuckDB

https://motherduck.com/blog/Agentic-SQL-for-Free-with-Qwen3.8-27B-and-DuckDB/
3•tosh•20m ago•0 comments

Has vibecoding fried your brain?

https://codeset.ai/fried
1•andre15silva•21m ago•0 comments

Google Maps Faces Fury for Caving to Trump

https://www.thedailybeast.com/google-maps-faces-fury-for-caving-to-trumps-lake-america-demand/
6•rayrey•23m ago•2 comments

Icelanders say no to restarting talks to join the EU

https://www.politico.eu/article/icelanders-say-no-to-restarting-talks-to-join-the-eu/
3•mikhael•24m ago•2 comments

European Commission Revives Push for Encryption Backdoors in ProtectEU Strategy

https://reclaimthenet.org/eu-protecteu-strategy-encryption-backdoor-law-enforcement
15•nickslaughter02•24m ago•1 comments

An interesting website, looks like AI companion but only voice

https://hers-site.vercel.app/
1•Jamessfks123•25m ago•2 comments

Show HN: Mktero – a source-linked Markdown reader for Zotero

https://github.com/tenglvjun/mktero
1•tenglvjun•26m ago•0 comments

2 Gen Z aerospace engineers to conduct first microgravity menstrual flow studies

https://www.fastcompany.com/91594318/two-gen-z-aerospace-engineers-will-conduct-the-first-menstru...
1•bookofjoe•26m ago•1 comments

Lexical laundering: The mainstreaming of antisemitic neologisms from 4chan

https://www.isdglobal.org/digital-dispatch/lexical-laundering/
1•instagraham•26m ago•0 comments

A game using sine waves instead of assets [video]

https://www.youtube.com/watch?v=Qr3VsZYQy4s
2•VorticonCmdr•27m ago•0 comments

The Problem with Left-Wing NIMBYism [video]

https://www.youtube.com/watch?v=tvTa-GXKxak
1•softwaredoug•27m ago•0 comments

Terafab or Terrible Fad

https://noisebuffer.com
2•noisebuffer•28m ago•0 comments

Very Perilous: A sword wounds compendium by the surgeon Ravaton

https://hemamisfits.com/2020/04/02/very-perilous-a-sword-wounds-compendium-by-the-surgeon-ravaton/
2•bushwart•28m ago•0 comments

A lightweight Git CLI extension that adds S3:// support

https://robertpitt.github.io/git3/
2•robertpitt•31m ago•1 comments

Kekdksbdn

1•uieuduurj•32m ago•0 comments

China's robots race ahead

https://www.theverge.com/tech/986167/china-humanoid-robot-games-race
2•Brajeshwar•32m ago•2 comments

ReactOS 0.4.16

https://reactos.org/project-news/reactos-0416-released/
2•birdculture•33m ago•0 comments

Own Your Intelligence: A How-To Guide

https://twitter.com/sonyatweetybird/status/2089390902162895350
1•gmays•33m ago•0 comments

Rust flight controller for the M5Stack Stamp Fly

https://github.com/staszewski/stampfly-rust/tree/main
2•kamilstaszewski•33m ago•0 comments
Open in hackernews

Emacs vs. Vim 2026: 24.3% vs. 8% Usage, 20x Memory Gap

https://tech-insider.org/emacs-vs-vim-2026/
5•pir8life4me•1h ago

Comments

DataDive•26m ago
Or perhaps AI code generation will "kill" both editors.

Why bother learning any editor when you do not need to write code, and there is no reason to enter

gg=G``zz

ataylor284_•15m ago
> SSH-only server administration: Vim’s sub-second startup and tiny memory footprint make it the default choice for editing config files on remote boxes, containers, and minimal Linux images where every extra process matters. It’s also nearly guaranteed to already be installed, since most base Linux and macOS images ship Vim or vi by default, unlike Emacs, which almost always requires a separate install step.

That's one way to do it. A better way to accomplish this with emacs is to use tramp mode which uses ssh as a tunnel to edit remote files in a local emacs instance. It just needs ssh access and doesn't require emacs to be installed remotely.

skeledrew•3m ago
LONG LIVE EMACS *raises fist*!!! I still remember that old "Eighty Megabytes And Continuously Swapping" adage, but now I'm looking at my system monitor and I see several Claude instances, which can only have so much text loaded at once 'cuz context window size limit, competing with the sole Emacs instance, which has several dozen buffers on various projects open. It's wild.

That being said, I actually haven't edited anything for a while; nowadays Emacs is more of a viewer when I want to check something in a project. But actually Emacs is still fairly central to my flow as all my projects use an org file for their writeup, and that includes issue tracking, and so I have an org-edit script (communicates with an Emacs instance instead of editing the file directly) and org-issues skill that ensures that file is kept updated by Claude.