Posts
💯. Desde inicios del 2000 la #PUCP esta buscando excluir a estudiantes de menores ingresos. Primero dando puntaje extra en el examen de admisión a postulantes de ciertos colegios, segundo agregando "ingles" al examen de admisión.
https://xcancel.com/alonsocornejope/status/2054750963525697898#m
I wonder if it makes sense to write a middleware that rejects requests with utm, igsh and other query parameters. If it the behaviour gains traction it might teach people to not reflexively share links with surveillance parameters.
I already held Eric Raymond in the worst regard (and him calling integration tests "front-end tests" does not help). But they are now trying to upstream LLM-assisted code into #Emacs and they are upset they can't do it all in one go.
> I know, but I've been systematically auditing the code for those
using chatGPT 5.5, which is very good at that kind of deep dive.
It tells me I've covered almost everything that can be tested in
batch mode in my 42 patches.
https://lists.gnu.org/archive/html/emacs-devel/2026-05/msg00138.html
The sum of my personal best times in #Celeste is currently 2:09:29.108. Gonna give #speedrunning an earnest attempt. Aiming at <1H Any% as a first step
#TIL that Martin Flower uses #Emacs
https://martinfowler.com/articles/2024-emacs-completion.html
> [PATCH] rust: io: convert `PhysAddr` type alias to newtype
#TIL about Sweep, which embeds #Prolog in #Emacs
> Sweep uses the C interfaces of both SWI-Prolog and Emacs Lisp to create a dynamically loaded Emacs module that contains the SWI-Prolog runtime. As such, Sweep has parts written in C, in Prolog and in Emacs Lisp.
https://eshelyaron.com/sweep.html#High_002dlevel-Architecture
I wonder how much space would it take to store a copy of all my toots + replies in an #SQLite. Or even of all my timeline. I don't need to cache the images. The goal would be to be able to search my past conversations locally. Unfortunately given that #Mastodon doesn't support #ActivityPub's C2S it would have to work against Mastodon's API
TIL about `eglot-extend-to-xref` which solves a long standing woe I had with eglot/LSPs. When jumping to a dependency by default the buffer is not under the same LSP server so the dependency doesn't have jump-to-definition enabled. By enabling `eglot-extend-to-xref` the dependencies are also covered by the same #eglot session so jump to definition works! #emacs