frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Positive Corner

1•Kendi_b•2m ago•2 comments

DBase: 1979-2026

https://delphinightmares.substack.com/p/dbase-1979-2026
1•deeaceofbase•3m ago•0 comments

Ask HN: How are you sandboxing AI agents and developer CLIs?

1•nikhilpareek13•4m ago•0 comments

Jon Rubinstein: Former Apple Hardware Chief on Saving Apple, iMac, iPod, iPhone [video]

https://www.youtube.com/watch?v=PvFMT58lgvk
1•anotherhue•6m ago•0 comments

Webdevbench: Evaluating AI as software development agencies

https://webdevbench-ai-benchmarks.qwikbuild.site/
1•nileshtrivedi•8m ago•0 comments

The AI Revival of the Three Mile Island Nuclear Plant

https://www.bloomberg.com/news/features/2026-05-07/three-mile-island-restart-moves-ahead-with-mic...
1•petethomas•16m ago•0 comments

Blaise – A modern self-hosting zero-legacy Object Pascal compiler targeting QBE

https://github.com/graemeg/blaise
1•peter_d_sherman•19m ago•0 comments

Wasabi: Native WebSocket and MQTT 5 for VBA using Assembly thunks

https://github.com/uesleibros/wasabi
2•UesleiDev•30m ago•0 comments

The case of Canvas–Longitudinal datafication through learning management systems

https://www.researchgate.net/publication/341046070_The_case_of_Canvas_Longitudinal_datafication_t...
2•droidjj•31m ago•0 comments

RubyLLM 1.15: Image Editing, Cost Tracking and Less Tool Boilerplate

https://paolino.me/rubyllm-1-15/
1•thunderbong•33m ago•0 comments

Honest conversation with Bob Weiner about GNU Hyperbole

https://www.youtube.com/watch?v=iuwn8GpRj7w
1•iLemming•33m ago•0 comments

Thinking about custom software in a new way

https://jerodsanto.net/2026/01/thinking-about-custom-software-in-a-new-way/
1•fagnerbrack•35m ago•0 comments

Agentic Engineering

https://addyosmani.com/blog/agentic-engineering/
3•fagnerbrack•35m ago•0 comments

Widget (Beer)

https://en.wikipedia.org/wiki/Widget_(beer)
2•fortran77•40m ago•1 comments

Dissolving arterial plaque by isolating the vessel from blood flow

https://www.cureus.com/articles/488870-closed-loop-extracorporeal-vascular-cleaning-by-staged-che...
1•iliatoli•41m ago•0 comments

Cisco to buy unit 8200 affiliated company that tracks all your API keys

https://www.timesofisrael.com/us-tech-giant-cisco-buys-israeli-ai-cyber-startup-to-protect-digita...
1•neuroelectron•48m ago•0 comments

Supreme Court signals it may end Cisco human rights suit

https://www.washingtonpost.com/politics/2026/05/02/supreme-court-cisco-torture-china/
1•neuroelectron•51m ago•0 comments

Denial of Service Vulnerability in React Server Components

https://github.com/facebook/react/security/advisories/GHSA-rv78-f8rc-xrxh
1•karimf•53m ago•0 comments

Could Lovable's automatic 10% pay raise be the cure for toxic cultures?

https://techcrunch.com/2026/05/07/could-lovables-automatic-10-pay-raise-be-the-cure-for-toxic-cul...
2•dicksent•53m ago•0 comments

Trump Is Getting Away with Murdering an American Industry

https://heatmap.news/plus/the-fight/spotlight/trump-federal-aviation-administration-wind-farms
2•gok•58m ago•0 comments

I designed Microsoft's EA channel in 2001. It's being dismantled in 2026

https://www.brendanoconnor.net/case-studies/microsoft-enterprise-channel/
1•brendo_y•58m ago•0 comments

Copy Fail 2: Electric Boogaloo

https://github.com/0xdeadbeefnetwork/Copy_Fail2-Electric_Boogaloo
11•larusso•1h ago•1 comments

Ask HN: Does CopyFail make a stronger case for rolling releases such as Arch?

1•fullstacking•1h ago•2 comments

Higher usage limits for Claude and a compute deal with SpaceX

https://www.anthropic.com/news/higher-limits-spacex?id=19234
2•alex_young•1h ago•1 comments

NIST – How Do You Measure It?

https://www.nist.gov/how-do-you-measure-it
2•rramadass•1h ago•1 comments

US will start revoking passports for parents who owe child support

https://apnews.com/article/passports-unpaid-child-support-penalty-state-department-42d90cfa8a06ee...
3•OutOfHere•1h ago•0 comments

Show HN: jj diff review integrated with agents

https://twitter.com/plannotator/status/2052594084527677612
1•ramoz•1h ago•0 comments

Digging into Drama at the Document Foundation

https://lwn.net/Articles/1066418/
2•signa11•1h ago•0 comments

Coming of Age

https://dirt.fyi/article/2026/05/coming-of-age
1•colinprince•1h ago•0 comments

Most bad analytics is a translation problem, not a tooling problem

https://lowhangingdata.com/article/telephone-game-bad-analytics/
1•mryagerr•1h ago•0 comments
Open in hackernews

The Emacs Widget Toolkit

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

Comments

spit2wind•12mo 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•12mo 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•12mo ago
Somewhat off topic, but I love all the references to Led Zeppelin’s incredible song, Stairway to Heaven.
gudzpoz•12mo 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•12mo 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•12mo ago
PSA: Use The Lucid Toolkit https://irreal.org/blog/?p=12672

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

appetrosyan•12mo 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/