frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

14,000 Images of the French Revolution Released Online (2014)

https://hyperallergic.com/14000-images-of-the-french-revolution-released-online/
1•downbad_•27s ago•1 comments

Quantum Existentialism

https://www.noemamag.com/quantum-existentialism/
1•Brajeshwar•1m ago•0 comments

Now the FAA says gamers are the answer to its air traffic controller shortage

https://www.theverge.com/games/910434/now-the-faa-says-gamers-are-the-answer-to-its-air-traffic-c...
1•Brajeshwar•1m ago•0 comments

Hacking a Cheap PIR Night Light into Something Useful

https://www.atomic14.com/2026/04/11/pir-night-light-upgrade
1•iamflimflam1•2m ago•0 comments

Show HN: Age-PHP: a PHP implementation of age encryption (post-quantum)

https://github.com/soatok/age-php
1•some_furry•6m ago•0 comments

Research Tools: Dual Polarized Radar

https://www.nssl.noaa.gov/tools/radar/dualpol/
1•teleforce•6m ago•0 comments

Show HN: MarkitMe, Turn Anything into Markdown

https://github.com/Luthiraa/markitme
1•llamatheollama•9m ago•0 comments

Zuvi ColorBox Review: A Hair Dye Printer That Struggles

https://www.wired.com/review/zuvi-colorbox/
1•joozio•11m ago•0 comments

What a legal tech demo does not show

https://techlex.net/what-a-demo-does-not-show/
1•basket278•12m ago•0 comments

The Music of the Spheres – By Terence Tao and Zack Weinersmith

https://www.smbc-comics.com/comic/spheres-part-1
3•AndrewDucker•15m ago•0 comments

OpenAI Accuses Musk of 'Ambush' as $100B-Plus Trial Looms

https://www.bloomberg.com/news/articles/2026-04-11/openai-accuses-musk-of-ambush-as-100-billion-p...
3•Brajeshwar•19m ago•0 comments

Kerala, Breasts, and the Tax That Wasn't

https://waatcoconut.substack.com/p/kerala-breasts-and-the-tax-that-wasnt
3•self•23m ago•0 comments

The era of models is over, we are in the era of harnesses

https://sustainableviews.substack.com/p/the-era-of-models-is-over-we-are
3•spyckie2•24m ago•0 comments

Building a 10x faster Angular Compiler in Rust

https://voidzero.dev/posts/oxc-angular-compiler
1•manniL•25m ago•0 comments

Boxer

https://facebookresearch.github.io/boxer/
2•tosh•28m ago•0 comments

Small models also found the vulnerabilities that Mythos found

https://aisle.com/blog/ai-cybersecurity-after-mythos-the-jagged-frontier
26•dominicq•28m ago•2 comments

HN: My 47-point stock scoring system built for small-cap analysis

https://deepvaluereports.com/dvr-stock-score
1•ngninja•30m ago•0 comments

Phone Trips

http://www.wideweb.com/phonetrips/
3•bookofjoe•32m ago•0 comments

Why continuous gradient descent gets stuck on 3-SAT

https://github.com/ynnk-research/Landscape-Geometry-and-Algebraic-Obstructions-in-Phase-Space-Gra...
1•ynnk•32m ago•1 comments

High fantasy map of tech writing

https://passo.uno/fantasy-map-tech-writing-ai/
2•theletterf•33m ago•0 comments

"AI polls" are fake polls

https://www.natesilver.net/p/ai-polls-are-fake-polls
5•7777777phil•33m ago•0 comments

Elizabeth Holmes is tweeting from jail. How? (2025)

https://sfstandard.com/2025/09/02/elizabeth-holmes-bryan-johnson-prison-tweets/
2•indigodaddy•36m ago•0 comments

AI crypto analyst. Smart money tracking. Real-time alpha

https://altcoinchasershq.app
1•everythingalt•36m ago•0 comments

Built this because I was tired of not knowing where my money was going

https://sav.ink/beta
1•hotheadhacker•36m ago•0 comments

The disturbing white paper Red Hat is trying to erase from the internet

https://www.osnews.com/story/144776/the-disturbing-white-paper-red-hat-is-trying-to-erase-from-th...
3•choult•37m ago•0 comments

Exploration of Consciousness in Insects

https://pmc.ncbi.nlm.nih.gov/articles/PMC12612707/
1•jbotz•37m ago•0 comments

Gem. Claude Code with Google Lighthouse Testing

https://github.com/dansinger93/AI-Coding-with-Speed-Guardrails
3•compulsivebuild•39m ago•0 comments

The French government released a skill for doing taxes

https://www.data.gouv.fr/reuses/paperasse-skills-ia-pour-la-comptabilite-et-fiscalite-francaise
3•matthieu_bl•39m ago•0 comments

Show HN: rtdiff – Realtime Git diff GUI and AI commits, companion for vibecoding

https://github.com/stagas/rtdiff
3•stagas•40m ago•0 comments

Top Performers Are Pathologically Ambitious

https://thatvastvariety.substack.com/p/top-performers-are-pathologically
3•paulpauper•40m ago•0 comments
Open in hackernews

The Emacs Widget Toolkit

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

Comments

spit2wind•11mo 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•11mo 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•11mo ago
Somewhat off topic, but I love all the references to Led Zeppelin’s incredible song, Stairway to Heaven.
gudzpoz•11mo 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•11mo 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•11mo ago
Why did you delete the page?
appetrosyan•11mo ago
Didn't. I migrated to `hugo` and it trims off the `.html` at the end. The permalink is the same.
matt-attack•11mo 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•11mo ago
PSA: Use The Lucid Toolkit https://irreal.org/blog/?p=12672

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

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

Page Not Found

Sorry, this page does not exist.

You can head back to the homepage.

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

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