frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A better agent skills manager

https://github.com/reorx/skm
1•novoreorx•2m ago•0 comments

Device 32620: Stimme Speech/Morse generator

https://www.cryptomuseum.com/spy/owvl/32620/index.htm
1•jacquesm•5m ago•0 comments

Atlassian slashes 10% of workforce to 'self-fund' investments in AI

https://www.cnbc.com/2026/03/11/atlassian-slashes-10percent-of-workforce-to-self-fund-investments...
1•elsewhen•9m ago•1 comments

Prioritizing energy intelligence for sustainable growth

https://www.technologyreview.com/2026/03/10/1133972/prioritizing-energy-intelligence-for-sustaina...
1•Brajeshwar•13m ago•0 comments

Protective Dome for AI Agents – MCP Security Gateway

https://github.com/Orellius/mcpdome
1•Orellius•13m ago•0 comments

Laminae – Multi-Agent Cognitive Pipeline

https://github.com/Orellius/Laminae
1•Orellius•14m ago•0 comments

Bringing the genetically minimal cell to life on a computer in 4D

https://www.cell.com/cell/fulltext/S0092-8674(26)00174-1
1•d_silin•16m ago•0 comments

Generative AI Vegetarianism

https://sboots.ca/2026/03/11/generative-ai-vegetarianism/
1•g-b-r•20m ago•0 comments

Creaseless Foldable: Oppo Did What Samsung Couldn't [video]

https://www.youtube.com/watch?v=V5a6qvETnNg
1•mgh2•22m ago•0 comments

Show HN: A public RSS feed aggregator for the indie web

https://powrss.com/
2•nyoki•23m ago•0 comments

OpenUI: Open Standard for Generative UI

https://www.openui.com/
1•handfuloflight•23m ago•0 comments

RSA Innovation Sandbox finalists for 2026

https://www.rsaconference.com/usa/programs/innovation-sandbox
2•debarshri•26m ago•0 comments

Ask HN: What software has improved dramatically recently thanks to AI tooling?

2•pedrodelfino•27m ago•0 comments

The Death of the Downvote

https://nathankyoung.substack.com/p/the-death-of-the-downvote
2•bookofjoe•28m ago•1 comments

Hedystia – Next-Gen TypeScript Framework for Type-Safe APIs at Lightspeed

https://github.com/Hedystia/Framework
1•Zastinian•28m ago•0 comments

Proposal: Global Solar-Offset Fractional Time (G-Soft) Model

1•4TimeSake•29m ago•0 comments

Physical Laser Art

https://www.youtube.com/channel/UCJUV-vrFg0DI7nq-rbWkhGw
1•unit-vector•33m ago•0 comments

PlayStation gamers could receive £2B compensation if lawsuit succeeds

https://news.sky.com/story/playstation-gamers-could-receive-2bn-compensation-if-lawsuit-succeeds-...
4•Brajeshwar•35m ago•1 comments

EU Parliament: MEPs Vote to End Untargeted Mass Scanning of Private Chats

https://www.patrick-breyer.de/en/historic-chat-control-vote-in-the-eu-parliament-meps-vote-to-end...
5•anigbrowl•38m ago•1 comments

Shell declares force majeure to clients who buy Qatari LNG

https://www.reuters.com/business/energy/shell-totalenergies-others-declare-fm-their-clients-who-t...
2•geox•39m ago•0 comments

We built a lean, high-perf dashboard for Yeahchain

1•YeahchainTECH•40m ago•0 comments

Veil of Ignorance

https://en.wikipedia.org/wiki/Original_position
2•sillywabbit•40m ago•0 comments

New course on generative AI for behavioral science

https://statmodeling.stat.columbia.edu/2026/03/10/new-course-on-generative-ai-for-behavioral-scie...
1•dlojudice•44m ago•0 comments

Google sells partial stake in fiber, becomes minority owner of new venture

https://www.cnbc.com/2026/03/11/google-sells-partial-stake-in-fiber-becomes-minority-owner-in-ven...
4•internet-390•44m ago•0 comments

ICE/DHS gets hacked, all Contractors exposed

https://micahflee.github.io/ice-contracts/
16•peq42•49m ago•0 comments

Scaling the Lexinova Data Pipeline

1•LEXINOVAFaqs•51m ago•0 comments

Microsoft's growing control of Linux (2022)

https://lunduke.substack.com/p/microsofts-growing-control-of-linux
3•totetsu•51m ago•0 comments

Urea prices

https://tradingeconomics.com/commodity/urea
50•burnt-resistor•52m ago•34 comments

Collecting perceptual data for a possible CSS optical-center property

1•gorkemyildiz•53m ago•0 comments

The Department of War is making a mistake [video]

https://www.youtube.com/watch?v=KBPOTklFTiU
2•ipnon•55m 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/