HackerTrans
トップ新着トレンドコメント過去質問紹介求人

lrobinovitch

213 カルマ登録 9 年前
theleo.zone

投稿

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

github.com
11 ポイント·投稿者 lrobinovitch·3 か月前·3 コメント

コメント

lrobinovitch
·昨日·議論
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
·3 か月前·議論
This is great!

Somewhat similar to a site I made a while ago, but for more "perception boundary" colors: https://theleo.zone/colorcontroversy/
lrobinovitch
·3 か月前·議論
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
·3 か月前·議論
A modern launch of a similar tool: https://github.com/maaslalani/sheets
lrobinovitch
·4 か月前·議論
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
·8 か月前·議論
Nice! Have you figured out how to manage album art with beets-alternatives?
lrobinovitch
·10 か月前·議論
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
·10 か月前·議論
Also linked in the article, https://esolangs.org is worth a read if this is up your alley
lrobinovitch
·10 か月前·議論
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
·11 か月前·議論
That makes sense, good to know, thanks.

> I basically always force push

How do your colleagues deal with this, or is this mostly on experimental branches or individual projects?
lrobinovitch
·11 か月前·議論
You have to force push each time you do this, right? How do your coworkers find the incremental change you made to commit 1 after you force push it, and how do you deal with collaborative branches effectively this way? And if I don't want to work this way and force push, are there other benefits of jj?
lrobinovitch
·3 年前·議論
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
·3 年前·議論
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