frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How Gregory Bovino became a face of Trump's deportations and ended his career

https://apnews.com/article/bovino-retirement-trump-immigration-border-patrol-67c94e813f6725c63ed4...
1•petethomas•52s ago•0 comments

Krasis LLM Runtime – run large LLM models on a single GPU

https://github.com/brontoguana/krasis
1•brontoguana•5m ago•1 comments

People who built the future, in their own words – Oral histories from CHM

https://f0lkl0r3.dev/#/
2•aanet•7m ago•0 comments

Fundamentals of Software Engineering: From Coder to Engineer

https://fundamentalsofswe.com
1•teleforce•10m ago•0 comments

NIST Time Widget

https://time.gov/widget/
1•gregsadetsky•11m ago•1 comments

Replit Is Pre‐Shopify‐2012

https://github.com/getlago/lago/wiki/Replit-Is-Pre%E2%80%90Shopify%E2%80%902012
2•AnhTho_FR•11m ago•0 comments

Confidently Wrong: Agentic coding predictions for the next year

https://thomshutt.com/2026/03/17/predictions/
1•chaghalibaghali•12m ago•0 comments

Open-index/hacker-news · Datasets at Hugging Face

https://huggingface.co/datasets/open-index/hacker-news
1•sharjeelsayed•13m ago•0 comments

Show HN: Score your GitHub repo for AI coding agents

https://twill.ai/scorecard
1•danoandco•13m ago•1 comments

Humanoids – A Bloomberg Terminal for the Robotics supply chain

https://www.humanoids.fyi/#/tab/skeleton
2•DwayneSamuels•16m ago•0 comments

systemd v260

https://github.com/systemd/systemd/releases/tag/v260
2•voxadam•16m ago•0 comments

American Diner Gothic

https://www.thenewatlantis.com/publications/american-diner-gothic
2•wyclif•18m ago•0 comments

Image manipulation has always been around: photographic fakes that trick the eye

https://www.bbc.com/culture/article/20260216-10-early-photographic-fakes-that-trick-the-eye
27•breve•21m ago•0 comments

Show HN: System that rediscovers physics laws from raw data autonomously

https://protoscience.ai
1•strujillo•22m ago•0 comments

'Many people fooled' by AI wedding pics, says Zendaya

https://www.bbc.com/news/articles/clyz7llp4k2o
1•breve•23m ago•0 comments

Show HN: Turn GitHub Pages into an Apt Repository

https://github.com/K0IN/apt-github-pages
1•K0IN•24m ago•0 comments

Brave is overriding user choice

https://community.brave.app/t/vimium-not-allowed-to-run-on-search-brave-com/650732
1•mcint•27m ago•0 comments

Arizona Files Criminal Charges Against Kalshi, the Prediction Site

https://www.nytimes.com/2026/03/17/technology/arizona-criminal-charges-kalshi.html
2•bookofjoe•28m ago•1 comments

Ask HN: Is anyone building write guarantees for agents working across tool

1•ajaystream•28m ago•0 comments

Tsdraw – a free modular drawing app

https://github.com/varunaditya-plus/tsdraw
1•varunaditya•31m ago•1 comments

The 30% Rule in AI

https://www.generative.inc/what-is-the-30-rule-in-ai
1•goldkey•32m ago•0 comments

Show HN: GitGlimpse – GitHub Action that generates UI/UX demos for your PRs

https://github.com/DeDuckProject/git-glimpse
2•fatach•33m ago•0 comments

The Delegation Dilemma, When AI Becomes Your Best Employee

https://leadprompt.sh/a/728-The-Delegation-Dilemma,-When-AI-Becomes-Your-Best-Employee-2026w8
1•saltysalt•34m ago•0 comments

CVE-2026-31900, my 0-click RCE in the psf/black GitHub Action

https://medium.com/securitycertcommunity/cve-2026-31900-50800bafafba
2•ParzivalHack•36m ago•1 comments

Marvin Hagemeister, Luca Casonato, David Sherret and Phil Hawksworth left Deno

https://bsky.app/profile/lcas.dev/post/3mhb4kavxd22y
11•simlevesque•40m ago•4 comments

What If You Could Know What Your Judge Did Last Summer?

https://rokoslobbyist.substack.com/p/what-if-you-could-actually-know-what
2•anonym29•41m ago•0 comments

Why AI systems don't learn – On autonomous learning from cognitive science

https://arxiv.org/abs/2603.15381
2•aanet•41m ago•2 comments

Motorcycle makers in Japan race to go carbon-neutral

https://www.japantimes.co.jp/business/2026/02/24/companies/japan-electric-motorbikes/
1•PaulHoule•43m ago•0 comments

Tennessee Teens Sue Elon Musk's xAI over Child Sexual Abuse Images

https://www.motherjones.com/politics/2026/03/tennessee-teens-sue-elon-musks-xai-over-child-sexual...
2•cdrnsf•43m ago•0 comments

Netanyahu Posts 'Proof of Life' Video as A.I. Sows Doubts About What's Real

https://www.nytimes.com/2026/03/17/technology/netanyahu-ai-video-iran-israel.html
2•geox•43m ago•0 comments
Open in hackernews

The Emacs Widget Toolkit

https://appetrosyan.github.io/posts/emacs-widget.html
48•signa11•10mo ago

Comments

spit2wind•10mo ago
There's also the Emacs Widget Library[1] (which I hoped this posted would be about). It's a plain text widget library that's quite powerful. Unfortunately (and surprisingly for Emacs), the documentation for it could use some love.

My understanding of the Widget Library is that it attaches various keywords and plists to a symbol which is considered the "widget". The library otherwise consists of functions that expect certain keywords on the "widget" symbol in order to perform actions or to be drawn on the screen.

The challenge is, the documentation doesn't clearly lay out what the keyword API is. This makes it hard to compose widgets in ways beyond what's shown in the docs.

[1] https://www.gnu.org/software/emacs/manual/html_mono/widget.h...

appetrosyan•10mo ago
The idea is that we extend that and give it direct access to SDL. Such that we can e.g. run a shader in the buffer background, or allow you to have floating windows (frames) interacting with each other.

I am very aware of the advantages conferred by TUI and I seek to expand those to the GUI; not dumb-down to the level of modern GUI toolkits (that to be fair are dealing with a completely different problem). Hopefully, this can lead to some ideas being easier to implement from within Emacs.

_mlbt•10mo ago
Somewhat off topic, but I love all the references to Led Zeppelin’s incredible song, Stairway to Heaven.
gudzpoz•10mo ago
Personally, and contrary to the article, I do prefer Emacs's plain text widgets over more "GUI-like" ones. Plain text widgets minimize the differences between TUI and GUI Emacs and also inherently offer text selection, searching, copying, and pasting, which nicely integrates with Emacs. I mean, not many GUI frameworks let you place a cursor within a button and select its text, do they? I believe this is a unique advantage of text-based widgets: while other GUI applications require a dedicated mechanism for searching through their settings, text-based widgets allow you to use any text-searching packages to perform these actions.

Reading through the article, the author seems to be hoping for a pure GUI approach with Emacs-like navigation mechanisms, but I am not convinced that this can be as flexible as text-based widgets. However, for packages used exclusively within a GUI environment (like el-easydraw [1], which relies quite heavily on SVG-based widgets), it would be nice to have a dedicated GUI widget library.

(There was a discussion on Reddit about this a week ago [2], and I saw some comments defending GTK and PGTK that might be worth reading.)

[1] https://github.com/misohena/el-easydraw/

[2] https://www.reddit.com/r/emacs/comments/1kcgwme/the_emacs_wi...

appetrosyan•10mo ago
Author of the article.

This is what I was referring to when I talked about "rich verbs".

Many people feel that way. The idea here is not to tell you that you're wrong, but understand what you want and do it better on the GUI side. TUIs can do a lot and we should recognise their benefits. GUIs can do that too, and can sometimes do better things.

The text-based widgets done graphically do the trick. We can add stuff that can't be done in a TUI and see if they give you anything useful. If it can be done with text widgets means that it can be done in principle. GTK can't do it, and that's why I'm leaving it behind.

> (There was a discussion on Reddit about this a week ago [2], and I saw some comments defending GTK and PGTK that might be worth reading.)

The author of those comments abused their power on reddit. I will not get into the weeds, just say that I'd be happy to respond to the critique presented here in good faith.

robobro•10mo ago
Why did you delete the page?
appetrosyan•10mo ago
Didn't. I migrated to `hugo` and it trims off the `.html` at the end. The permalink is the same.
matt-attack•10mo ago
I agree and only use emacs in the console and love it. With the advent of lsp modes and real time typescript and linting it’s fantastic. But one thing I don’t like about the console is when LSP mode is giving you an in-line error on the right side of the terminal it’s wrapped and beautifully interspersed amongst your code, but it’s impossible to select multi line errors in order to paste into tools like ChatGPT. Since selecting the error, also selects your code on the left side.

Anyone have a good solution to this ?

LargoLasskhyfv•10mo ago
PSA: Use The Lucid Toolkit https://irreal.org/blog/?p=12672

https://old.reddit.com/r/emacs/comments/1hlj04t/emacs_using_...

appetrosyan•10mo ago
That's the best thing to do for the moment.
robobro•10mo ago
404

Page Not Found

Sorry, this page does not exist.

You can head back to the homepage.

appetrosyan•10mo ago
Hi. I just migrated my blog to Hugo yesterday. The correct link is:

https://appetrosyan.github.io/posts/emacs-widget/