frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Is this the SWE workflow of the future?

1•mc-0•2m ago•0 comments

My Marstek B2500-D battery sends telemetry over plain HTTP

https://luca-becker.me/blog/marstek-b2500-cloud-crypto-broken/
1•sunbury•2m ago•0 comments

All 55,256 Slides of the War.gov/UFO Files Searchable and Linkable

https://hypergrid.systems/war.gov-ufo-viewer/?item=095-dow-uap-pr38-unresolved-uap-report-middle-...
1•keepamovin•4m ago•0 comments

A boilerplate to create a 1990s Geocities-themed website

https://github.com/sugardaddyapp/geocities-boilerplate
2•whatsupdog•5m ago•0 comments

Is There a There in Cyberspace

https://www.eff.org/pages/there-there-cyberspace
1•andsoitis•8m ago•0 comments

How to use a spreadsheet for creativity

https://www.nair.sh/guides-and-opinions/communicating-your-expertise/how-to-use-a-spreadsheet-for...
1•nilirl•8m ago•0 comments

Leaving the Physical World

https://www.eff.org/pages/leaving-physical-world
2•andsoitis•10m ago•0 comments

Why the Mars Probe went off course (1999)

https://spectrum.ieee.org/why-the-mars-probe-went-off-course
1•s1291•11m ago•0 comments

A Tour of Txtar

https://rednafi.com/go/txtar/
1•begoon•12m ago•0 comments

A Declaration of the Independence of Cyberspace

https://www.eff.org/cyberspace-independence
1•andsoitis•12m ago•0 comments

Cyber.md: AI-native posture that speaks agent

https://baz.co/resources/cyber-md-ai-native-posture-that-speaks-agent
1•guysenkot•15m ago•0 comments

The Changing Role of Low-Fidelity (LoFi) Signals in the AI Era

https://techcommunity.microsoft.com/blog/microsoft-security-blog/the-changing-role-of-low-fidelit...
1•nirwandogra•15m ago•0 comments

IPic – A Match Head Sized Web-Server

https://web.archive.org/web/19991128140444/http://www-ccs.cs.umass.edu/~shri/iPic.htm
1•bananaboy•19m ago•1 comments

Ronald G. Wayne Is More Than Two Weeks at Apple

https://tedium.co/2026/03/31/ronald-g-wayne-apple-interview/
1•janandonly•21m ago•2 comments

Academic Research Skills for Claude Code

https://github.com/Imbad0202/academic-research-skills
1•arnon•23m ago•0 comments

Retainer: Autonomous agent for extended, independent operation

https://github.com/seamus-brady/retainer
1•s_brady•24m ago•0 comments

Pomotuimer – a dependency-free Pomodoro timer for your terminal

https://github.com/wtbates99/pomotuimer
1•wtbates99•28m ago•1 comments

The Telbex Kernel's Version 0.2 release is near

1•gnu779•28m ago•0 comments

Show HN: X/Twitter video downloader Chrome extension (Plasmo)

https://chromewebstore.google.com/detail/twitter-x-video-downloade/ghmnchjchdadckmencaoomeghcfjjhlf
1•rafayexalter•29m ago•0 comments

Warning: Quantum Advances Are Compressing Timeline for Network Upgrades

https://bitcoinmagazine.com/news/bitcoin-policy-institute-warns-of-quantum
1•janandonly•29m ago•0 comments

More than 92,000 tech workers have been laid off in 2026

https://timesofindia.indiatimes.com/technology/tech-news/after-92000-plus-layoffs-in-2026-economi...
2•rustoo•32m ago•1 comments

Six Seven Six Seven

2•babaeo•33m ago•0 comments

NeuroFilter – YouTube recommendation filtering using AI, transformers.js in MV3

https://chromewebstore.google.com/detail/neurofilterai-—-filter-yo/bmnpefkddaaeolemegkbfhemgemm...
2•iamaayushiiit•34m ago•0 comments

Cancelling Claude subscription renewal immediately revokes Design access

2•o10449366•35m ago•0 comments

BLAS, Lapack and OpenMP

https://pypackaging-native.github.io/key-issues/native-dependencies/blas_openmp/
3•tosh•36m ago•0 comments

'First contact' that may have led to complex life on Earth witnessed

https://phys.org/news/2026-04-contact-complex-life-earth-witnessed.html
3•janandonly•37m ago•1 comments

Running local models on an M4 with 24GB memory

https://jola.dev/posts/running-local-models-on-m4
2•joladev•38m ago•0 comments

UCI LISP: Random Notes (1975)

https://pdp-10.trailing-edge.com/decuslib10-04/01/43,50322/read.me.html
7•jruohonen•40m ago•0 comments

ModelDocker – OpenRouter LLM Desktop Client

https://github.com/Skynet-Pro-Plus/modeldocker
1•Skynetproplus1•41m ago•1 comments

Typing Is Being Replaced by Whispering–and It's More Annoying

https://www.wsj.com/tech/typing-is-being-replaced-by-whisperingand-its-way-more-annoying-a804fee7
2•cebert•42m ago•2 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•12mo ago
Why did you delete the page?
appetrosyan•12mo ago
Didn't. I migrated to `hugo` and it trims off the `.html` at the end. The permalink is the same.
matt-attack•12mo 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•12mo ago
404

Page Not Found

Sorry, this page does not exist.

You can head back to the homepage.

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

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