HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lrobinovitch

213 karmajoined há 9 anos
theleo.zone

Submissions

Show HN: Jeeves – TUI for browsing and resuming AI agent sessions

github.com
11 points·by lrobinovitch·há 3 meses·3 comments

comments

lrobinovitch
·há 20 horas·discuss
https://shareourpics.com/

A focused and functional service for event hosts to collect guest photos through a shared link/QR code that leads to an upload page. Think photo gathering for weddings, bachelor/bachelorette parties, corporate events, big birthdays, etc.

There are many of these out there, but I found most unintuitive ("too complicated for Grandma"), too featureful, and/or much too expensive.
lrobinovitch
·há 3 meses·discuss
This is great!

Somewhat similar to a site I made a while ago, but for more "perception boundary" colors: https://theleo.zone/colorcontroversy/
lrobinovitch
·há 3 meses·discuss
Author here!

If I were to give this post a longer title, it would be "I made a terminal pager because I needed a really good viewport component for my Go TUIs, then realized that a TUI viewport is just a mini terminal pager and I want the same text navigation and manipulation experience everywhere that I encounter long text blocks in my terminal".

I take no issue at all with `less`, it's super powerful and configurable as I call out in the post. I took the functionality I needed, made it a reusable component for Go TUIs, then made a terminal pager in the form of a Go TUI with it.
lrobinovitch
·há 3 meses·discuss
A modern launch of a similar tool: https://github.com/maaslalani/sheets
lrobinovitch
·há 4 meses·discuss
The reasonable suspicion around random people wearing secret face cameras is consistent with the idea that both more government and more corporate surveillance are bad.
lrobinovitch
·há 8 meses·discuss
Nice! Have you figured out how to manage album art with beets-alternatives?
lrobinovitch
·há 10 meses·discuss
Been fortunate to get to try out Sculptor in pre-release - it's great. Like claude code with task parallelism and history built in, all with a clean UI.
lrobinovitch
·há 10 meses·discuss
Also linked in the article, https://esolangs.org is worth a read if this is up your alley
lrobinovitch
·há 10 meses·discuss
What exactly drove you nuts? The python ecosystem is very broad and useful, so it might be suitable for the application (if not, reasonable that you'd be frustrated). With strict mypy/pyright settings and an internal type-everything culture, Python feels statically typed IME.
lrobinovitch
·há 3 anos·discuss
Myst has parity with most reST features and is equivalent to markdown for users not using those features: https://myst-parser.readthedocs.io/en/v0.13.7/using/syntax.h...
lrobinovitch
·há 3 anos·discuss
A Sphinx plugin[0] allows for writing in markdown, and I'd heavily encourage using it if you're looking to get widespread adoption of sphinx on a project or at a workplace. Rst is fine once you learn it but removing barriers to entry is useful.

[0] https://www.sphinx-doc.org/en/master/usage/markdown.html