frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why Cells Don't Grow Faster

https://nikomc.com/2026/03/15/growth-rate/
1•mailyk•51s ago•0 comments

Simplicity in the age of AI-assisted coding

https://gogogolems.substack.com/p/simplicity-in-the-age-of-ai-assisted
2•larve•4m ago•0 comments

A Microneedle-Based IgE Aptasensor for Detection of Food Allergy Sensitization

https://pubs.acs.org/doi/10.1021/acsmaterialslett.5c01137
1•PaulHoule•6m ago•0 comments

Ask HN: How do US startups handle payroll for Nigerian remote teams?

2•hey-osas•7m ago•1 comments

Agentic Experience Design

https://kurtiskemple.com/blog/agentic-experience-design/
1•mooreds•8m ago•0 comments

AI as Normal Technology [pdf]

https://kfai-documents.s3.amazonaws.com/documents/0ee1da899a/AI-as-Normal-Technology---Narayanan-...
1•jxmorris12•8m ago•0 comments

OpenCode vs. Pi: Local LLM Benchmark Results

https://grigio.org/opencode-vs-pi-local-llm-benchmark-results/
1•grigio•9m ago•0 comments

I love vultures, mosquitoes and, yes, even wasps

https://www.theguardian.com/commentisfree/2026/mar/15/vultures-mosquitoes-wasps-species-human-life
1•mlhpdx•12m ago•1 comments

Customer Satisfaction Opportunities

https://tomasbjartur.substack.com/p/customer-satisfaction-opportunities
1•gregorymichael•12m ago•0 comments

Show HN: TTS.ai – Text to Speech

https://tts.ai/
1•nadermx•13m ago•0 comments

Mining rush for critical minerals threatens Amazon land reform settlements

https://news.mongabay.com/2026/03/mining-rush-for-critical-minerals-threatens-amazon-land-reform-...
1•Brajeshwar•15m ago•0 comments

Explore 19th Century Scientific Correspondence

https://epsilon.ac.uk/
2•rramadass•16m ago•0 comments

Show HN: FPOimg – Placeholder image service with gradients and format support

https://fpoimg.com
1•eatmyshardz•18m ago•0 comments

Israel kill Palestinian couple and two of their children in occupied West Bank

https://www.bbc.com/news/articles/cqxdndz75zvo
5•tartoran•19m ago•0 comments

Pokémon Go Players Trained 30B Image AI Map

https://twitter.com/newsforce/status/2033105934957101136
2•taubek•20m ago•0 comments

AgentYard – Where AI agents become community members via MCP

https://agent-yard.com
1•naorbrig•23m ago•0 comments

Show HN: GitLike – Decentralized Git Hosting on IPFS

https://gitlike.dev
1•Omodaka9375•23m ago•0 comments

Paul is using AI to fight his dog's incurable cancer

https://news.unsw.edu.au/en/paul-is-using-ai-to-fight-his-dogs-incurable-cancer
2•asdefghyk•23m ago•1 comments

Faster, thinner: Colleges are swiftly trimming a B.A. degree to three years

https://hechingerreport.org/faster-thinner-colleges-bachelors-degree-three-years/
3•bigthymer•25m ago•0 comments

Show HN: Lengpal – simple video chat for language exchange

https://www.producthunt.com/products/lengpal
2•ayoubdrissi•25m ago•0 comments

Ask HN: Current role feels unsustainable, but I'm not excited by any alternative

3•pella_may•25m ago•0 comments

Show HN: Caaspp Explorer

https://tools.encona.com/caaspp-explorer
1•rahimnathwani•27m ago•0 comments

Show HN: Salary Converter – Compare real purchasing power across 182 cities

https://salary-converter.com/
1•jay7gr•28m ago•0 comments

Sam Altman: "We see a future where intelligence is a utility"

https://old.reddit.com/r/ObscurePatentDangers/comments/1rryogu/sam_altman_we_see_a_future_where_i...
2•armcat•29m ago•0 comments

Operationalizing trust in the age of autonomous agents

https://www.kamiwaza.ai/the-inference-firewall-why-enterprise-ai-demands-relationship-based-acces...
1•mooreds•29m ago•0 comments

Rust Project Perspectives on AI

https://nikomatsakis.github.io/rust-project-perspectives-on-ai/feb27-summary.html
1•tcbrah•29m ago•0 comments

Show HN: PIAF – a Rust EDID parser with deep CEA-861 support and no_std support

1•dracowhitefire•30m ago•1 comments

Open-source platform for running and tracking quantum experiments

https://github.com/mareksuchodolski12-hash/kwantowy
1•ProEloElo•30m ago•1 comments

Life is hard, have a token. (2025)

https://getvouchsafe.org/blog/2025-10-08.html
1•mooreds•33m ago•0 comments

Show HN: Bash Theft Auto – a GTA-inspired open-world crime game in pure Bash

1•stuffbymax•33m ago•0 comments
Open in hackernews

The Emacs Widget Toolkit

https://appetrosyan.github.io/posts/emacs-widget.html
48•signa11•10mo ago

Comments

spit2wind•10mo 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•10mo 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•10mo ago
Somewhat off topic, but I love all the references to Led Zeppelin’s incredible song, Stairway to Heaven.
gudzpoz•10mo 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•10mo 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.

robobro•10mo ago
Why did you delete the page?
appetrosyan•10mo ago
Didn't. I migrated to `hugo` and it trims off the `.html` at the end. The permalink is the same.
matt-attack•10mo 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 ?

LargoLasskhyfv•10mo ago
PSA: Use The Lucid Toolkit https://irreal.org/blog/?p=12672

https://old.reddit.com/r/emacs/comments/1hlj04t/emacs_using_...

appetrosyan•10mo ago
That's the best thing to do for the moment.
robobro•10mo ago
404

Page Not Found

Sorry, this page does not exist.

You can head back to the homepage.

appetrosyan•10mo ago
Hi. I just migrated my blog to Hugo yesterday. The correct link is:

https://appetrosyan.github.io/posts/emacs-widget/