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

federicotdn

no profile record

投稿

Show HN: pcpb – preview effects of `curl – bash` scripts

github.com
1 ポイント·投稿者 federicotdn·6 か月前·0 コメント

コメント

federicotdn
·6 か月前·議論
I've developed a small tool[1] that has helped me for the same problem, but in Python. Basically just uses simple parsers to attempt to find a definition wherever is sensible. Adding a Ruby module should not be too difficult, but it would probably be trickier than Python to get some good enough results

[1] https://github.com/federicotdn/irk
federicotdn
·昨年·議論
I really wish that MCP servers were configurable in the iOS app, and that there were more configuration options for connecting MCP servers in claude.ai, such as adding custom HTTP headers.
federicotdn
·昨年·議論
Indeed, private repo
federicotdn
·昨年·議論
I can't get Project creation to work. I click on "Deploy from Docker Hub instead →", fill in the details (name, image, cluster), and when I click Submit, I'm taken to the Projects page again (empty).

edit: looks like POST https://canine.sh/projects is returning 422.
federicotdn
·昨年·議論
Reminds me of how I'm using Anki on iOS to learn German, and my phone's configured language is German, except for the Anki app, which is ironically the only app I've configured to be in English because I couldn't understand what 80% of the buttons meant.
federicotdn
·昨年·議論
I only use C-x 1, C-x 2 and C-x 3, seems like that covers 95% of my use cases at least.
federicotdn
·2 年前·議論
Nice! I had a similar idea some months back (https://github.com/federicotdn/brief). Both our projects use external files to document the flags for CLI commands - I'm using YAML instead of TOML.
federicotdn
·2 年前·議論
Makes sense!
federicotdn
·2 年前·議論
Question slightly related to this topic: how do native (e.g. Qt, GTK, etc.) desktop applications usually embed 3D views? Say for example, a desktop application for visualizing .obj files. Or something like AutoCAD, maybe (though I’m not sure which UI framework it uses).
federicotdn
·2 年前·議論
Yes, the Gmail web client does this. However my (personal) problem comes more from reading the emacs-devel archives, where the thread view takes the shape of something more like a tree (maybe I'm not configuring something correctly). I was subscribed to emacs-devel at some point (which made reading easier) but it started filling up my account storage so I un-subscribed.
federicotdn
·2 年前·議論
I would change the development platform. Doing everything by mail makes things more difficult for people that are not used to the older mail+patch workflow. Having something like GitLab or sourcehut would be nice, as it would also bring a more modern bug tracker.

Personally I find following email conversations much harder than just a single conversation thread like in a GitHub issue, for example.
federicotdn
·2 年前·議論
Nice! I tried some months back implementing a “framework” that would allow for implementing Magit-like interfaces for any command (https://github.com/federicotdn/brief) but at the end of the day, implementing bespoke interfaces per-command would probably allow you to better integrate with the command itself.
federicotdn
·2 年前·議論
Two projects that may be of interest, related to this topic:

- Rune (https://github.com/CeleritasCelery/rune) - A re-implementation of Emacs but in Rust (like Remacs, but actively developed)

- Pimacs (https://github.com/federicotdn/pimacs) - Same, but using Go (created by me, but developed in a very slow pace)
federicotdn
·7 年前·議論
I had the same problem with Emacs, couldn't get it to work reliably.