HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lrobinovitch

213 karmajoined 9년 전
theleo.zone

Submissions

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

github.com
11 points·by lrobinovitch·3개월 전·3 comments

comments

lrobinovitch
·24시간 전·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
·3개월 전·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
·3개월 전·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
·3개월 전·discuss
A modern launch of a similar tool: https://github.com/maaslalani/sheets
lrobinovitch
·4개월 전·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
·8개월 전·discuss
Nice! Have you figured out how to manage album art with beets-alternatives?
lrobinovitch
·10개월 전·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
·10개월 전·discuss
Also linked in the article, https://esolangs.org is worth a read if this is up your alley
lrobinovitch
·10개월 전·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
·11개월 전·discuss
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개월 전·discuss
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년 전·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
·3년 전·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