frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Japan loses its thirst for vending machines

https://www.ft.com/content/a0e80f5d-4c42-443d-9788-2f9924c774bf
1•petethomas•1m ago•0 comments

Ladybird Browser Is in for a Rusty Future [video]

https://www.youtube.com/watch?v=fXnuR6nXJzc
1•nicoburns•2m ago•0 comments

Twistors and Unification

https://www.math.columbia.edu/~woit/wordpress/
1•gone35•10m ago•0 comments

Ask HN: Can the RAM shortage push personal computing behind forever?

1•rishabhaiover•16m ago•0 comments

Tree style invite systems reduce AI slop

https://abyss.fish/tree-style_invite_systems_reduce_AI_slop
1•y1n0•16m ago•1 comments

Ask HN: Do yall know how to connect Roku remote to fire stick

1•igotdaphone•16m ago•0 comments

Show HN: Internet Speed Limiter – throttle iPhone/iPad network for testing

https://apps.apple.com/us/app/internet-speed-limiter/id6760114671
1•thisisjaymehta•16m ago•0 comments

Rack-Mount Hydroponics

https://sa.lj.am/rack-mount-hydroponics/
4•cdrnsf•24m ago•0 comments

How Discord Stores Trillions of Messages

https://discord.com/blog/how-discord-stores-trillions-of-messages
1•thunderbong•26m ago•0 comments

Robinhood Is Hiring

https://twitter.com/JobsNowPR/status/2032866987815125447
1•qwertyuiop_•27m ago•0 comments

Queueing Theory of Traffic

https://jslandy.com/traffic-queue/
3•efavdb•32m ago•0 comments

OpenMW Xbox-UI Fork

https://ilikegothmommys.gitlab.io/openmw-xbox/
1•Acrobatic_Road•38m ago•0 comments

Free Iran War Monitor

https://iran.airealist.org/
1•msukhareva•41m ago•0 comments

This 18 year old has 12 $200 Codex Plans

https://www.youtube.com/watch?v=i4TBE3Et3I8
1•kshri24•46m ago•0 comments

Nvidia Is Planning to Launch an Open-Source AI Agent Platform

https://www.wired.com/story/nvidia-planning-ai-agent-platform-launch-open-source/
1•umangsehgal93•53m ago•0 comments

EA Lays Off Staff Following Record-Breaking Battlefield 6 Launch

https://www.ign.com/articles/ea-lays-off-staff-across-all-battlefield-studios-following-record-br...
1•andrekandre•55m ago•0 comments

Paper: AI models are faking their step by step thinking

https://twitter.com/thetripathi58/status/2032775838329090191
2•MrBuddyCasino•56m ago•0 comments

Dreamfarm product copied by large competitors

https://www.news.com.au/lifestyle/home/interiors/ripped-off-kmart-slammed-for-unaustralian-act/ne...
1•asdefghyk•58m ago•1 comments

Revanced Manager v2

https://revanced.app/announcements?id=20-release-of-revanced-manager-v2
2•super256•1h ago•0 comments

Show HN: Nimhuml – A Nim parser and serializer for HUML

https://github.com/w3Abhishek/nimhuml
1•w3abhishek•1h ago•0 comments

Young people are turning to old-school hobbies to get off their phones

https://apnews.com/article/old-school-hobbies-vintage-analog-grandma-e45fa11ae1422715b6a254004476...
6•1vuio0pswjnm7•1h ago•0 comments

Epic – a visual design editor with a built-in visual sitemap builder

https://no-edit.lovable.app/
1•theme-man•1h ago•3 comments

Show HN: An experiment in giving coding agents long-term memory

1•yacc2•1h ago•0 comments

A most elegant TCP hole punching algorithm

https://robertsdotpm.github.io/cryptography/tcp_hole_punching.html
2•Uptrenda•1h ago•0 comments

S&P 500 Concentration Approaching 50%

https://www.apolloacademy.com/sp-500-concentration-approaching-50/
4•toomuchtodo•1h ago•1 comments

How compilers should evolve in the era of LLM coding

https://twitter.com/ezyang/status/2032932628131721462
1•mfiguiere•1h ago•0 comments

FCC Chair Threatens to Revoke Broadcasters' Licenses over War Coverage

https://www.nytimes.com/2026/03/14/world/middleeast/fcc-broadcasters-iran-war.html
14•KnuthIsGod•1h ago•2 comments

I Asked 4 AI Models to Research the Parasite Cleanse Hype

https://christiantech.substack.com/p/i-asked-4-ai-models-to-research-the
1•snow_mac•1h ago•0 comments

Show HN: WebGPU and WebAssembly SIMD SHA‑256 PoW Miner

https://etherdream.github.io/hash-miner/
1•etherdream•1h ago•0 comments

CW Radio Signals Require Fix Faulty Equipment on Boeing 787s

https://www.paddleyourownkanoo.com/2026/03/14/ham-radio-enthusiasts-land-u-s-airlines-with-8-mill...
1•wglb•1h 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/