frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Satellite data show trees delay budburst across landscapes to escape herbivores

https://www.nature.com/articles/s41559-026-03071-9
1•PaulHoule•2m ago•0 comments

Dutch solar owners asked to switch off during peak to ease distribution crisis

https://www.pv-magazine.com/2026/06/05/grid-connection-delays-affect-thousands-of-dutch-customers...
1•ndr42•3m ago•0 comments

Researchers show how brain rewires itself to enable true multitasking

https://medicine.georgetown.edu/news-releases/georgetown-researchers-show-how-brain-rewires-itsel...
1•hhs•4m ago•0 comments

Model alleges retailer used AI to generate likeness under 'minor edits' clause

https://medium.com/human-offset/minor-edits-09ad99aad0f4
1•gdessau•7m ago•0 comments

Aswath Damodaran on SpaceX: Revisiting the SpaceX Valuation: An Update

https://aswathdamodaran.blogspot.com/2026/06/a-weeks-ago-i-assessed-value-of-spacex.html
2•aanet•11m ago•1 comments

Anthropic warns Claude AI is building itself faster than expected

https://www.tomshardware.com/tech-industry/artificial-intelligence/anthropic-says-claude-now-writ...
1•corvettez0606•12m ago•0 comments

Understand how you build with AI

https://paxel.ycombinator.com/
2•simonpure•15m ago•0 comments

EU CRA compliance management tool

https://github.com/cra-norm-engine/crane
1•amh1036•16m ago•0 comments

30-year study finds sweet spot for cardio and strength training for longer life

https://www.medicalnewstoday.com/articles/want-to-live-longer-study-finds-sweet-spot-for-cardio-a...
2•akyuu•18m ago•0 comments

GNUtrition 0.33

https://lists.gnu.org/archive/html/info-gnu/2026-06/msg00002.html
2•amcclure•19m ago•0 comments

Why Stone-Faced Fascists Keep Getting Antiquity Wrong

https://www.thebulwark.com/p/why-stone-faced-fascists-keep-getting-antiquity-wrong-x-twitter-elon...
1•enaaem•19m ago•0 comments

Sony's age verif company Yoti; threatening users who use GrapheneOS

https://old.reddit.com/r/privacy/comments/1txn8di/did_i_just_got_threatened_by_yoti_age/
4•mystraline•24m ago•0 comments

Autohost – spin up websites seconds after someone points a domain at them

https://github.com/Safebots/Autohost
1•EGreg•24m ago•0 comments

Training-Free Single-Image Diffusion Models

https://haojunqiu.github.io/efficient-SID/
2•E-Reverance•29m ago•0 comments

Safe Made Easy Pt.1: Single Ownership Is (Not) Optional

https://ergeysay.me/safe-made-easy-pt1.html
1•birdculture•30m ago•0 comments

How Artemis II livestreamed hi-def videos and images from the moon to Earth

https://news.mit.edu/2026/how-artemis-ii-livestreamed-hi-def-videos-images-from-moon-to-earth-0605
2•gnabgib•34m ago•0 comments

Show HN: Honest Privacy Policies – We Read the Fine Print So You Don't Have To

https://honestprivacypolicies.org/
2•LuD1161•39m ago•0 comments

I built a music suite to replace five apps, all in one and free (Tauri/Rust)

https://github.com/EgleAudioSuite/egle/releases/tag/v1.1.0
2•EgleAudio•40m ago•0 comments

Show HN: I created a RAW to HDRI stacker in (mostly) Common Lisp

https://github.com/IBL-tools/rawtohdri
3•aaronestrada•40m ago•0 comments

Microsoft wants users to be addicted to Scout, their AI personal assistant

https://disassociated.com/microsoft-users-addicted-ai-personal-assistant/
10•berlianta•44m ago•6 comments

A floating solar plant using vertical panels

https://www.vozpopuli.com/indux/en/a-floating-solar-plant-using-vertical-panels-is-flipping-the-u...
3•e2e4•45m ago•1 comments

HRM-Text: Efficient Pretraining Beyond Scaling

https://arxiv.org/abs/2605.20613
2•cubefox•45m ago•0 comments

A Framework for Confident Model Migration in Production Systems

https://arxiv.org/abs/2604.27082
1•PaulHoule•47m ago•0 comments

Hermes Agent – Open-Source AI Agent with Persistent Memory

https://hermes-agent.org/
3•SeriousM•48m ago•0 comments

Do links hurt news publishers on Twitter? Our analysis suggests yes

https://www.niemanlab.org/2026/04/do-links-hurt-news-publishers-on-twitter-our-analysis-suggests-...
2•erickhill•48m ago•0 comments

Show HN: Fluenta – validate a business idea against 6 live demand signals

https://fluenta.space
1•OlegIvanov•48m ago•0 comments

Show HN: Idea-to-build – a workflow that challenges ideas before building

https://github.com/winchxyz/idea-to-build
1•winchxyz•50m ago•0 comments

Software, Philosophy, and Skepticism (2025)

https://www.natemeyvis.com/software-philosophy-and-skepticism/
1•3willows•51m ago•0 comments

Better to Best Research Hub Launches Simulation

https://bettertobest.github.io/compassionism-simulation/
1•BetterToBest•52m ago•1 comments

Is It Really FOSS?

https://isitreallyfoss.com/?
2•Velocifyer•53m 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 ?