frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Hiring Thread for AML/KYC/Trust and Safety Roles – June 2026

1•MichaelZuZu•1m ago•0 comments

Introduction to Paigham (Message) Nats UI

https://github.com/LetsConvert-IO/paigham-nats
1•urashidmalik•2m ago•0 comments

Cliffwater's flagship private credit fund hit with 17% redemption requests

https://www.ft.com/content/dfdfee64-d3fb-487a-9019-1926387b0ef1
1•JumpCrisscross•3m ago•0 comments

Advertisements as Articles in the Register MS

https://techrights.org/n/2026/06/02/Advertisements_as_Articles_in_The_Register_MS.shtml
1•amcclure•5m ago•0 comments

Coinbase Founder's Longevity Startup Triples in Value

https://www.wsj.com/business/newlimit-startup-brian-armstrong-value-82ab9830
1•wslh•6m ago•0 comments

Majorana 2 [video]

https://www.youtube.com/watch?v=1bN4O5_meB4
1•ketchup32613•7m ago•0 comments

Flag Mates, A two-player flag guessing game I built as a wedding gift

https://flagmates4.life/
1•risquer•7m ago•1 comments

Apple's MacBook Neo is winning over a new generation of buyers

https://techcrunch.com/2026/06/02/apples-macbook-neo-is-winning-over-a-new-generation-of-buyers/
2•dhfbshfbu4u3•9m ago•0 comments

FeynRL- Don't let systems swallow the algorithm

https://github.com/FeynRL-project/FeynRL
1•rasoolfakoor•11m ago•0 comments

Ask HN: Flag/gray out comments complaining about AI/LLM use in posts/comments?

2•bookofjoe•11m ago•2 comments

Skillhound: Give your AI access to every public SKILL.md

https://www.skillhound.ai/
2•mfkhalil•15m ago•0 comments

MSTR sells Bitcoin for 1st time since 2022 as quantum risks emerge

https://eciks.org/6891-53435-mstr-stock-drops-as-strategy-sells-bitcoin-for-first-time-since-2022
1•mgh2•16m ago•0 comments

Tiny GPT in Go. Optimised for Understanding. Trained on Jules Verne Books

https://github.com/zakirullin/gpt-go
3•idontlikellm•21m ago•0 comments

AI Ready – U.S. Department of Labor

https://beta.dol.gov/ai-ready
2•extesy•21m ago•0 comments

Korea's Hanwha offers rockets in bid for Canadian submarine deal

https://financialpost.com/transportation/hanwha-offers-rockets-bid-canadian-submarine-deal
1•Teever•22m ago•0 comments

Inside America's Most Dysfunctional Zoo

https://www.wsj.com/lifestyle/zoo-ethel-louisiana-escape-ligon-8418b6d0
1•bookofjoe•22m ago•1 comments

Project N.o.m.a.d. Node for Offline Media, Archives, and Data

https://github.com/crosstalk-solutions/project-nomad
1•lhoff•23m ago•0 comments

Tracing Rays with Jank

https://jank-lang.org/blog/2026-06-01-optimization/
1•yogthos•24m ago•0 comments

Mathematicians warn of AI threats to profession as industry encroaches

https://arstechnica.com/tech-policy/2026/06/mathematicians-warn-of-ai-threats-to-profession-as-in...
4•furcyd•27m ago•1 comments

US banks rely on a 65-year-old programming language

https://economictimes.indiatimes.com/news/new-updates/us-banks-rely-on-a-65-year-old-programming-...
3•indigodaddy•29m ago•0 comments

Samsung moving U.S. headquarters to Plano

https://www.dallasnews.com/business/technology/article/samsung-moving-u-s-headquarters-plano-2228...
4•littlexsparkee•31m ago•0 comments

We Stress-Tested Microsoft's New Image Model Against OpenAI and Google

https://runtimewire.com/article/we-stress-tested-microsoft-s-new-image-model-against-openai-and-g...
1•ryanmerket•32m ago•0 comments

Show HN: Odeva Booking – A unified PMS for holiday parks and campgrounds

1•ramon156•32m ago•0 comments

ClaudeCode, OpenCode and Pi: anatomy of a trivial request

https://c-daniele.github.io/en/posts/2026-05-18-coding-harness-comparison/
3•sourcecodeplz•32m ago•0 comments

My first investing web app

https://www.capotefinance.com/
1•edbrisley•33m ago•1 comments

Show HN: LMAO – Temu League of Legends, Built with Opus 4.8

https://lmaomoba.com
1•jonnyasmar•33m ago•0 comments

Why Your AI Agent Needs Better Temporal Reasoning–and How We Fixed It

https://medium.com/@vektormemory/why-your-ai-agent-needs-better-temporal-reasoning-and-how-we-fix...
1•vektormemory•34m ago•0 comments

Agent-Model Matching Guide

https://github.com/code-yeongyu/oh-my-openagent/blob/dev/docs/guide/agent-model-matching.md
1•ValentineC•35m ago•0 comments

Data.world to be discontinued on July 11, 2026

https://docs.data.world/en/408855-how-to-export-and-download-your-data.html#UUID-eca96534-4836-6e...
3•bnj•36m ago•1 comments

Computex 2026: All the news and announcements

https://www.theverge.com/tech/940844/computex-2026
1•rmason•38m 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 ?