frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What Happened to Gem?

https://dfarq.homeip.net/whatever-happened-to-gem/
1•rbanffy•19s ago•0 comments

Ask HN: What did you accomplish with OpenClaw that's not "just for fun"?

1•Dansvidania•36s ago•0 comments

Jack Dorsey to cut 4k jobs due to AI advances at Square parent Block

https://www.theguardian.com/technology/2026/feb/27/block-ai-layoffs-jack-dorsey
2•asib•1m ago•0 comments

Hacker Used Anthropic's Claude to Steal Mexican Data Trove

https://www.bloomberg.com/news/articles/2026-02-25/hacker-used-anthropic-s-claude-to-steal-sensit...
2•helloplanets•2m ago•0 comments

Writing a Guide to SDF Fonts

https://www.redblobgames.com/blog/2026-02-26-writing-a-guide-to-sdf-fonts/
2•chunkles•3m ago•0 comments

Cards Against Humanity Statement and Form for Tariff Refunds

https://www.getyourfuckingmoneyback.com/
1•verdverm•3m ago•1 comments

History of the Graphical User Interface: The Rise (and Fall?) Of WIMP Design

https://www.uxtigers.com/post/gui-history
1•todsacerdoti•4m ago•0 comments

Let's Make Alerting Great Again

https://coroot.com/blog/lets-make-alerting-great-again/
1•DebianDude•5m ago•0 comments

Smol Phone

https://loreleice.bearblog.dev/smol-phone/
2•abnercoimbre•7m ago•0 comments

Block spent $68M on a single party in September 2025

https://twitter.com/BullTheoryio/status/2027250361816486085
6•kappi•8m ago•1 comments

How Do You Build Brand Loyalty with an Agent?

https://www.productcurious.com/p/how-do-you-build-brand-loyalty-with
1•u-work•9m ago•0 comments

Rules for Aging: A Wry and Witty Guide to Life

https://www.amazon.com/dp/0156013606
2•pretext•9m ago•0 comments

AI Killed My SaaS

https://chrija.medium.com/ai-killed-my-saas-55646a9a7522
1•chrija•10m ago•0 comments

Google Wants to Control Your Device – JMP

https://blog.jmp.chat/b/2026-google-wants-to-control-your-device
1•neustradamus•10m ago•0 comments

Show HN: Org-people.el- contact management for org-mode

https://github.com/skx/org-people
1•stevekemp•12m ago•0 comments

Dan Simmons, author of Hyperion, Song of Kali, dead at 77

https://en.wikipedia.org/wiki/Dan_Simmons
9•throw0101a•13m ago•2 comments

It Can Now Be Plainly Said: Trump Is Planning a November Coup D'État

https://newrepublic.com/post/207138/trump-coup-detat-midterm-elections
4•testing22321•14m ago•0 comments

Kinesis Advantage 360: 2 Years In

https://luten.dev/kinesis-two-years-in/
1•speckx•15m ago•0 comments

Pediatric society recommends cholesterol screening for kids between 2 – 10 years

https://www.theglobeandmail.com/canada/article-children-cholesterol-screening-pediatric-society/
1•debo_•16m ago•0 comments

What Claude Code Chooses

https://amplifying.ai/research/claude-code-picks/report?_bhlid=e000b3ab8477d622172348d126b40da777...
1•leecoursey•17m ago•1 comments

An AI agent coding skeptic tries AI agent coding, in excessive detail

https://minimaxir.com/2026/02/ai-agent-coding/
2•minimaxir•18m ago•0 comments

Something Flipped in December: AI Coding's Six-Month Reversal

https://medium.com/@NMitchem/something-flipped-in-december-423e8b808262
2•Mitchem•18m ago•0 comments

Unsaturable LLM Benchmark – Rating LLM Skill, Reliability, and Metacognition

https://unsaturable.com/
1•ootakamoku•19m ago•1 comments

Show HN: SnapMyApp – App Store screenshot maker with Quick and Advanced editing

https://www.snapmyapp.com/
1•sourabh86•19m ago•0 comments

Show HN: Zero – offline, privacy-first expense tracker

https://github.com/indranilbhuin/zero
1•indranilbhuin•19m ago•0 comments

Could a biocomputer made from human brain cells play DOOM?

https://gigazine.net/gsc_news/en/20260226-bio-computer-cl1-plays-doom/
1•wjSgoWPm5bWAhXB•20m ago•0 comments

Don't run OpenClaw on your main machine

https://blog.skypilot.co/openclaw-on-skypilot/
11•hopechong•21m ago•1 comments

BeerPAN 35mm SLR Makes Panoramic Film Photography Accessible

https://petapixel.com/2026/02/10/beerpan-35mm-slr-makes-panoramic-film-photography-accessible/
2•PaulHoule•21m ago•0 comments

Ask HN: Do you find Analytics dashboards cluttered?

1•shubhamintech•21m ago•0 comments

Michael Jordan's Real Legacy

https://trendslates.substack.com/p/jordan-history-and-brand-jack-halves
1•faderisimo•22m ago•0 comments
Open in hackernews

The Emacs Widget Toolkit

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

Comments

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

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

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

Page Not Found

Sorry, this page does not exist.

You can head back to the homepage.

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

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