frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Spicy tale of an App Store fraud

https://lapcatsoftware.com/articles/2026/8/4.html
1•JumpCrisscross•56s ago•0 comments

To the Weird Ones

https://theartandscienceofruby.com/heres-to-the-weird-ones/
1•buffer_overlord•58s ago•0 comments

S.F.'s top-paid employee made $900K. Here's what every city worker gets paid

https://www.sfchronicle.com/projects/2026/san-francisco-employee-pay/?taid=6a7db1d2d297630001917f...
1•gmays•1m ago•0 comments

Quantifying the honey bee dance floor

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0341456
1•Ariarule•1m ago•0 comments

Show HN: Why – a deterministic curiosity graph built on probabilistic model

https://why.com
1•rasheed106•1m ago•0 comments

Muxxy: Like Slime, for AI and Tmux

https://blog.djhaskin.com/blog/muxxy-like-slime-for-ai-tmux/
1•djha-skin•5m ago•0 comments

How to Keep Thinking

https://www.seangoedecke.com/how-to-keep-thinking/
1•jxmorris12•6m ago•0 comments

Ask HN: How do you develop more deterministic LLM pipelines?

1•sky2224•6m ago•0 comments

Evaluating the impact of USAID defunding on mortality up to 2030

https://www.thelancet.com/journals/lancet/article/PIIS0140-6736(25)01186-9/fulltext
2•contemporary343•7m ago•0 comments

America's Loneliness Trap

https://slate.com/life/2026/08/men-lonely-social-skills-therapy-economy-crisis.html
1•hihelllono•12m ago•0 comments

Morse Code Trainer

https://www.perry.qa/morse
1•rickcarlino•13m ago•0 comments

DeepMind's Hassabis Pitched AI-Oversight Body Before Shake-Up

https://www.wsj.com/tech/ai/deepminds-hassabis-pitched-ai-oversight-body-before-shake-up-e25b3f71
1•Jimmc414•14m ago•0 comments

UploadPrep – make photos and files meet government upload requirements

https://www.uploadprep.com
1•shravankb•15m ago•0 comments

Show HN: Millennium – Steam Homebrew

https://steambrew.app/
2•therepanic•16m ago•0 comments

X testing shadowban test tool

https://www.engadget.com/2236672/x-is-testing-a-tool-that-will-let-users-see-if-their-posts-have-...
1•NordStreamYacht•17m ago•0 comments

Robinhood's New Fund Lets Anyone Invest in Y Combinator Startups, with a Catch

https://www.inc.com/brian-contreras/robinhood-new-fund-invest-y-combinator-startups/91385214
1•JumpCrisscross•18m ago•0 comments

Looks like a one shot vibe coded mess

https://johnathannader.com/looks-one-shot-vibe-coded-mess/
1•nadermx•18m ago•0 comments

Show HN: Agents that run your finances

https://blaze.money
1•faiyamrahman•19m ago•0 comments

BDH Dragon Hatchling:attention-based state space sequence learning architecture

https://github.com/pathwaycom/bdh
1•rasengan0•20m ago•0 comments

A hurricane has never crossed the equator. Here's why

https://www.accuweather.com/en/hurricane/a-hurricane-has-never-crossed-the-equator-heres-why/1783017
1•thunderbong•24m ago•0 comments

Trump orders Navy to return to old system launching jets off aircraft carriers

https://apnews.com/article/trump-aircraft-carriers-steam-catapults-ffa9f3ce102ecd5d6126db03e901a56f
2•petethomas•27m ago•1 comments

Apple Wants to Charge Developers Up to 15% for Linking Outside the App Store

https://www.macrumors.com/2026/08/13/app-store-fees-apple-link-outs/
5•ksec•27m ago•1 comments

Zimquattr – A Rapid Open Text-Logging Network

https://zimquattr.bolt.host/index.php
2•donald2063•33m ago•0 comments

Hacking xAI for unreleased models and confidential documents

https://schizo.org/blog/hacking-xai
1•parable•33m ago•0 comments

Silicon Valley's AI boom is remaking American charity

https://economist.com/international/2026/08/13/silicon-valleys-ai-boom-is-remaking-american-charity
1•andsoitis•34m ago•0 comments

The beginning of a process-builder API

https://lwn.net/Articles/1086330/
1•signa11•42m ago•0 comments

AXHook – 25-year-old COM bridging and 32/64-bit interop framework

https://github.com/IgorTebelev/AXHook
2•AngryIgor•45m ago•1 comments

The Gilbreath principle, made interactive

https://sleightless.com/tricks/math/gilbreath-principle/
1•davidharrisonal•49m ago•0 comments

Why Is Cracking a Whip So Loud? [video]

https://www.youtube.com/watch?v=DGH3GMiHNls
1•gmays•53m ago•0 comments

Life without vaccines: Americans need to understand what they save us from

https://www.statnews.com/2026/08/13/trump-vaccine-executive-order-mmr-separate-shots-policy/
5•EA-3167•55m 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.

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/

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 ?