frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Lawmakers blast AI companies after researcher warns of human extinction by 2030

https://www.theguardian.com/technology/2026/sep/09/lawmakers-blast-ai-human-extinct-2030
1•chrisjj•1m ago•0 comments

Call of Duty 2 running in Browser. Ported in 10 hours with GPT-6 Astra

https://www.reddit.com/r/aigamedev/comments/1wa11xy/call_of_duty_2_running_in_browser_ported_in_10/
1•magnusl•3m ago•0 comments

Notre Dame to start requiring ACT, SAT test scores again for admissions

https://www.wndu.com/2026/09/09/notre-dame-start-requiring-act-sat-test-scores-again-during-admis...
1•mpweiher•3m ago•0 comments

Ask HN: How do you kill time while LLMs work for you?

1•theletterf•5m ago•0 comments

Dark energy debunked? Cosmic acceleration may be an illusion

https://www.sciencedaily.com/releases/2026/09/260907201600.htm
1•jnord•9m ago•0 comments

Anthropic commerce agent: open-source blueprint for shopping and merchant agents

https://github.com/anthropics/commerce-agents
1•ColinEberhardt•9m ago•0 comments

Why California Is Reconsidering Its Decision to Shun Nuclear Power

https://www.nytimes.com/2026/09/09/business/energy-environment/california-diablo-canyon-nuclear-e...
2•mpweiher•15m ago•0 comments

Email, decoupled from where and how: A cross-runtime/provider email library

https://hackers.pub/@hongminhee/2026/upyo-email-decoupled-from-where-and-how
2•dahlia•17m ago•0 comments

Uruky Launches Scopes and Tags

https://uruky.com/whats-new?il=en
2•BrunoBernardino•17m ago•1 comments

Everything You Always Wanted to Know About Watermarks in Apache Flink

https://developer.confluent.io/blog/all-about-flink-watermarks-1/
1•rmoff•19m ago•0 comments

Open CAD Studio – Free DWG and DXF CAD

https://www.opencadstudio.com/
1•metrofun•19m ago•0 comments

I Was Offered Money to Tell You AI Will Kill Us [video]

https://www.youtube.com/watch?v=lPdmYMHrWKg
2•cmpit•20m ago•0 comments

2026 Coworking Prices Across U.S. Metros

https://www.coworkingcafe.com/blog/coworking-subscription-prices/
1•vanclaude•20m ago•0 comments

"I've spent 3 days working with the new Astra model from OpenAI" / X

https://twitter.com/markgreville/status/2097961443870032351
1•gHeadphone•20m ago•0 comments

Resource for AI Safety and Ethics

https://library.iaseai.org/
1•doener•21m ago•0 comments

Show HN: Free ePub Tools Online – View, Edit and Extract – ePub Toolset

https://epubtoolset.com
1•light001•24m ago•0 comments

Scri.ch, a Minimal Drawing Tool

https://scri.ch/
1•tarball•24m ago•0 comments

A list of articles on how data teams built their analytics agents

https://github.com/GetCassis/analytics-agent-articles
1•matthieu_bl•25m ago•0 comments

(why do) I hate chocolate

https://www.chandhana.com/chocolate.html
1•hobo123•26m ago•0 comments

Paul Christiano: Personal statement on joining the OpenAI board

https://xcancel.com/antibot/captcha
1•doener•27m ago•0 comments

Alzheimer's proteing detected in long Covid patients

https://respiratory-therapy.com/disorders-diseases/infectious-diseases/coronavirus/alzheimers-pro...
1•Trickery5837•30m ago•0 comments

How many people died? Why counting disaster fatalities is harder than it looks

https://eos.org/thelandslideblog/why-counting-disaster-fatalities-is-harder-than-it-looks
2•sohkamyung•38m ago•0 comments

NATO allies foil Russian subsea cable sabotage plot

https://www.reuters.com/world/europe/nato-allies-foil-russian-subsea-cable-sabotage-plot-2026-09-10/
3•aa_is_op•39m ago•0 comments

A Guide to Sankt Pauli, Hamburg

https://alexgettinglost.com/2022/10/26/guide-to-sankt-pauli-hamburg/
2•jruohonen•40m ago•0 comments

New Apple Watches have ears

https://leancrew.com/all-this/2026/09/new-apple-watches-have-ears/
1•ingve•42m ago•0 comments

Sharpness Is Power

https://baku89.com/sharpness-is-power
1•prathyvsh•43m ago•0 comments

OpenAI: Defense Factory

https://openai.com/the-defense-factory/
2•tosh•44m ago•1 comments

4K Analog Video Feedback Fractal Device Complete

https://www.youtube.com/watch?v=R1z3oM6h8uM
1•o4c•45m ago•0 comments

Curated List of Osint Tools

https://osintech.substack.com/p/osintechs-timeline-171-16072026
2•GetSMS•55m ago•0 comments

If PHP Were British

https://aloneonahill.com/blog/if-php-were-british/
1•soltanov•56m 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 ?