frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Pope Apologizes for Slavery

https://apnews.com/article/pope-apologizes-slavery-role-holy-see-vatican-78df993c5604eb098b19f255...
1•dzonga•1m ago•0 comments

PaintFE: Open-source raster image editor built in Rust. Single portable binary

https://github.com/kylejckson/PaintFE
1•ksec•1m ago•0 comments

Robotaxis need to be tested in real traffic

https://www.ft.com/content/75af4d22-03ba-4fcc-b269-0ffee042d8cc
1•1vuio0pswjnm7•2m ago•0 comments

Where Is the JVM Tax?

https://semyonsinchenko.github.io/ssinchenko/post/jvm-tax/
1•Malp•2m ago•0 comments

Jaeger hit 8.6× compression on 10M spans with ClickHouse

https://thenewstack.io/jaeger-clickhouse-storage-backend/
1•Brajeshwar•5m ago•0 comments

10 Years of Spiffe

https://joe.dev/posts/10-years-of-spiffe/
1•mooreds•5m ago•0 comments

Zero-Player Games

https://alexanderbjoy.com/on-zero-player-games/
1•surprisetalk•7m ago•0 comments

Distributing LLM Inference in DwarfStar

https://antirez.com/news/167
1•surprisetalk•7m ago•0 comments

Building a Host-Tuned GCC to Make GCC Compile Faster

https://peter0x44.github.io/posts/super-gcc/
1•signa11•7m ago•0 comments

Open-Source Crypto Mining GUI for M3 / M4 / M5 Macs

https://github.com/shiftingeden/kawpow-mac
1•shiftingeden•8m ago•1 comments

A Free AI SEO Tool That Audits Any Website in Seconds

https://github.com/kian9375/seoclaw-by-kb-software
1•kb5•8m ago•1 comments

Companies pay bots 63B per year, while they try to reach humans

https://www.nexertise.com/founding
2•tzofit•8m ago•3 comments

Credential Brokering for AI Agents Explained

https://infisical.com/blog/credential-brokering-for-ai-agents
2•FinnLobsien•8m ago•0 comments

Dark proteome yields 1,785 new microproteins that could reshape disease research

https://phys.org/news/2026-05-dark-proteome-yields-microproteins-reshape.html
1•janandonly•8m ago•0 comments

Linus Torvalds Is Unhappy About the AI Influence in Linux Kernel Development

https://ostechnix.com/linus-torvalds-ai-influence-linux-kernel-development/
2•chungy•9m ago•0 comments

LLM-Insights, local demo for people comments and ideas

https://github.com/yuvhaim-gif/LLM_InSight
1•yuvalhaim•9m ago•0 comments

New Shai-Hulud malware wave compromises 600 NPM packages

https://itnerd.blog/2026/05/19/new-shai-hulud-malware-wave-compromises-600-npm-packages/
3•mooreds•10m ago•0 comments

The Stunt Pilot Hunting Russian Drones

https://www.newyorker.com/magazine/2026/06/01/the-stunt-pilot-hunting-russian-drones
1•fortran77•12m ago•0 comments

A trial user told us our ERP workflow felt disconnected. They were right

https://www.paxerp.com/blog/user-feedback
1•robeym•12m ago•0 comments

Windows and Linux: A Tale of Two Kernels (2004) [video]

https://www.youtube.com/watch?v=HdV9QuvgS_w
1•aragonite•14m ago•0 comments

PlainMarkdown v1.6: Clean conversion on heavy sites, AI actions and Exports

https://plainmarkdown.com
1•p_bits•16m ago•1 comments

The Ask

https://randsinrepose.com/archives/the-ask/
1•digitallogic•16m ago•0 comments

Build with Modern Web Guidance

https://developer.chrome.com/docs/modern-web-guidance
1•spking•17m ago•0 comments

Show HN: NanoApps: Run custom homebrew apps on iPod nano 7th generation

https://twitter.com/freemyipod/status/2058920520708468974
1•user890104•21m ago•0 comments

Liquid processed more transactions in three months than it did in all of 2024

https://blog.liquid.net/liquid-federation-quarterly-update-q1-2026/
1•janandonly•21m ago•0 comments

xscp - Interactive scp wrapper + transfer history, fuzzy matching, TUI browsing

https://codeberg.org/LuminaNAO/xscp.git
1•javruben•22m ago•0 comments

Fast is better than slow

https://dubroy.com/blog/fast-is-better-than-slow/
1•surprisetalk•22m ago•0 comments

Grappling with AI

https://hgrsd.nl/blog/grappling-with-ai/
1•RyeCombinator•25m ago•0 comments

Greek swimmer only athlete to beat world record at controversial Enhanced Games

https://www.bbc.com/sport/articles/cx211xyd298o
1•only_in_america•26m ago•1 comments

RADV Driver Lands Support for VK_KHR_shader_fma

https://www.phoronix.com/news/RADV-VK_KHR_shader_fma
1•doener•26m ago•0 comments
Open in hackernews

The Emacs Widget Toolkit

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

Comments

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

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

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

Page Not Found

Sorry, this page does not exist.

You can head back to the homepage.

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

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