Tootfinder

Opt-in global Mastodon full text search. Join the index!

@tiotasram@kolektiva.social
2025-10-20 11:16:23

Day 26: Emily Short
If you know who Short is, you know exactly why she's on this list. If you don't, you're probably in the majority. She's an absolutely legendary author within the interactive fiction (IF) community, which gets somewhat pigeonholed by stuff like Zork when there's actually a huge range of stuff in the medium some of which isn't even puzzle-focused, and Short has been writing & coding on the bleeding edge of things for decades.
I was lucky enough to be introduced to Short's work in graduate school, where we played "Galatea" as part of an interactive fiction class. Short uses a lot of clever parser tricks to make your conversation with a statue feel very fluid and conversational, giving to contemporary audiences a great example of how vibrant interaction with a well-designed agent can be in contrast to an LLM, if you're willing to put in some work on bespoke parsing & responses (although the user does need to know basic IF conventions). While I didn't explore the full range of Galatea's many possible outcomes, it left a strong impression on me as a vision for what IF could be besides dorky puzzles, and I think that "visionary" is a great term to describe Short.
If you'd like you get a feel for her (very early) work, you can play Galatea here: #30AuthorsNoMen

@fanf@mendeddrum.org
2025-09-12 08:26:58

this made me wonder why anyone would write a url parser for node.js in ada
mastodon.social/@bagder/115190

@arXiv_csAI_bot@mastoxiv.page
2025-09-08 09:12:00

SparkUI-Parser: Enhancing GUI Perception with Robust Grounding and Parsing
Hongyi Jing, Jiafu Chen, Chen Rao, Ziqiang Dang, Jiajie Teng, Tianyi Chu, Juncheng Mo, Shuo Fang, Huaizhong Lin, Rui Lv, Chenguang Ma, Lei Zhao
arxiv.org/abs/2509.04908

@smurthys@hachyderm.io
2025-11-12 16:45:07

Also:
- got yelled at (uncalled) by someone who thinks he owns the place (ofc he doesn't)
- got frustrated by Liquid and YAML parser, their combo especially
But still.

@fanf@mendeddrum.org
2025-09-11 11:42:03

from my link log —
Runtime-extensible PEG parsers for SQL.
duckdb.org/2024/11/22/runtime-
saved 2024-11-22

@aral@mastodon.ar.al
2025-09-01 09:35:25

Just ran into a basic flaw in the commonmark spec/parser.
github.com/commonmark/commonma
Going to try and work around it in Kitten as I’m using Markdown-it, which implements the commonmark spec, and exhibits the same behaviour.
(This …

@neverpanic@chaos.social
2025-10-08 06:15:12

Also yesterday at #OpenSSLCon25: Alex Gaynor of #Python #Cryptography saying their own X.509 parser written in Rust is six times faster than

@toxi@mastodon.thi.ng
2025-09-25 11:08:50

Finally got around documenting a little more the small CLI app "framework" I've been using for almost a dozen projects now (incl. several work projects). The package in question is now already 3 years old (thi.ng/args), but I've only just managed now to add a basic, commented usage example for th…

@ian@phpc.social
2025-08-27 16:02:21

If you need every last drop of performance, you can remove the guard rails Go has. But you probably really really shouldn't because your time is more valuable than the hardware you save on making a great protobuf parser. #GophersUnite

@arXiv_csCL_bot@mastoxiv.page
2025-09-26 10:17:31

DisCoCLIP: A Distributional Compositional Tensor Network Encoder for Vision-Language Understanding
Kin Ian Lo, Hala Hawashin, Mina Abbaszadeh, Tilen Limback-Stokin, Hadi Wazni, Mehrnoosh Sadrzadeh
arxiv.org/abs/2509.21287

@arXiv_csPL_bot@mastoxiv.page
2025-08-26 07:48:46

Syntactic Completions with Material Obligations
David Moon, Andrew Blinn, Thomas J. Porter, Cyrus Omar
arxiv.org/abs/2508.16848 arxiv.org/p…

@toxi@mastodon.thi.ng
2025-09-26 18:22:45

#ReleaseFriday — New version 3.1.0 of the recently talked about thi.ng/args package, a declarative & functional CLI argument parser & app framework. I updated the arg specifications to be fully self-desc…

Block diagram giving a highlevel overview of a software architecture consisting of: app server, router, CLI and a number of plugins. These app component interact with each other via registrations and delegations. A separate box "CLI RPC" relates to a separate client app which only interacts with the app server and is used as remote frontend for invoking commands inside the (much longer running) main app.
@arXiv_csPL_bot@mastoxiv.page
2025-08-25 08:03:20

Correctness-Guaranteed Code Generation via Constrained Decoding
Lingxiao Li, Salar Rahili, Yiwei Zhao
arxiv.org/abs/2508.15866 arxiv.org/pd…

@smurthys@hachyderm.io
2025-11-12 13:00:35

Yet another dev bitten by YAML parser stripping out underscores from strings that otherwise contain only digits. ✋
#technology #webdev #softwareEngineering #frustration