frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: AI Resume Screening – Looking for feedback from recruiters

https://aiomniu.top/services/resume-screening
1•aiomniu•3m ago•1 comments

YouTube offering creators millions if they don't sign deals with Netflix

https://www.tubefilter.com/2026/08/19/youtube-reportedly-offering-creators-payouts-netflix-deals/
1•thm•3m ago•0 comments

Stealing Reasoning Traces from Proprietary LLM APIs

https://arxiv.org/abs/2608.09867
2•doppp•8m ago•0 comments

Bapu Studio – Open-Source Client for APIs, Databases, and Secrets

https://github.com/joravar/bapu-studio
1•sarvaiya•12m ago•0 comments

Google styleguide code review skills

https://jeanbza.github.io/ai/claude/2026/08/08/google-codereview-skills.html
1•jeanbza•18m ago•0 comments

Async Solid – Fetch High, Block Low

https://www.solidjs.com/blog/async-solid-fetch-high-block-low
2•GavinAnderegg•19m ago•0 comments

Houston, we have String Reverse

https://antonm.net/string_reverse/
2•geetee•21m ago•0 comments

Show HN: Mail client optimized for self-hosted email across multiple domains

https://mainly.crnst8.com/
1•flowerpil•24m ago•0 comments

Claude Code adds new "concise" output style setting

https://twitter.com/ClaudeDevs/status/2090245922685063634
2•enraged_camel•30m ago•0 comments

Misconfigured Admin System Prompts Can Invert an LLM's Safety Layer

https://medium.com/@aadvait.cr/how-misconfigured-admin-system-prompts-can-invert-every-single-llm...
1•Aadvait•31m ago•0 comments

Did someone wearing Meta Glasses film you today? Are you sure?

https://www.theguardian.com/technology/ng-interactive/2026/aug/19/meta-glasses-privacy-surveillance
3•cdrnsf•34m ago•2 comments

What Is Reasoning

https://lucumr.pocoo.org/2026/8/19/what-is-reasoning/
2•doppp•37m ago•0 comments

Index your images and videos locally

https://github.com/ikouchiha47/cinestar
2•argentum47•38m ago•0 comments

Building Without Predicting

https://sive.rs/fit
1•thm•42m ago•0 comments

Show HN: Lutefish Stream (Play Music over Internet)

https://lutefish.com/
2•mfarstad•44m ago•0 comments

Chinese firms are wrapping their supply chains around the globe

https://www.economist.com/interactive/business/2026/08/19/chinese-firms-are-wrapping-their-supply...
3•petethomas•44m ago•0 comments

Stripe says "the singularity" has begun

https://www.axios.com/2026/08/19/stripe-payments-openrouter-singularity
2•psychanarch•44m ago•2 comments

Why the richest country can't defend vital infrastructure

https://www.economist.com/united-states/2026/08/19/why-the-worlds-richest-country-cant-defend-vit...
1•petethomas•46m ago•1 comments

Show HN: I made a way for event guests to share photos without installing an app

https://lensoraevents.com/
1•aningemma1•47m ago•0 comments

A $21B 'Kids in Chips' Startup Is Scooping Up Nvidia Talent

https://www.wsj.com/tech/ai/a-21-billion-kids-in-chips-startup-is-scooping-up-nvidia-talent-4d099f12
2•gmays•49m ago•0 comments

Turns are Better than Radians

https://www.computerenhance.com/p/turns-are-better-than-radians
2•mayoff•51m ago•1 comments

Credentialism is coming for AI agents

https://betocmn.com/blog/credentialism-is-coming-for-ai-agents/
1•thedreammachine•52m ago•0 comments

Lutefish Stream

https://lutefish.com/pages/our-story
1•mfarstad•53m ago•1 comments

Anti-Flock signs removed as Rolling Meadows, Il debates license plate cameras

https://www.dailyherald.com/20260819/news/anti-flock-signs-removed-as-rolling-meadows-debates-lic...
2•rmnoflock•54m ago•0 comments

Show HN: Mirotalk WebRTC Story

https://docs.mirotalk.com/story/
2•ngup•56m ago•1 comments

The war on data centres is a bit fake

https://www.economist.com/business/2026/08/19/the-war-on-data-centres-is-a-bit-fake
2•andsoitis•56m ago•0 comments

Misse Peace Polymers Atomic Oxygen Erosion Results [pdf]

https://ntrs.nasa.gov/api/citations/20070002707/downloads/20070002707.pdf
1•thunderbong•59m ago•1 comments

Parsing IP addresses in C# at crazy speeds

https://lemire.me/blog/2026/08/19/parsing-ip-addresses-in-c-at-crazy-speeds/
2•mfiguiere•1h ago•0 comments

Blastproof – E2E tests in plain English, no CSS selectors anywhere

https://github.com/hamc/blastproof
1•h_amc•1h ago•1 comments

Death Stalks the Irish Pub

https://www.ft.com/content/0ff3c190-725a-47a5-afcc-e369135c0a60
1•petethomas•1h ago•1 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 ?