Viewing profile — rochacon
rochacon
HN member- Joined
- Tue, Sep 24, 2013, 1:29 AM UTC
- HN karma
- 149
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About rochacon
No profile information was provided.
Recent public activity
-
comment
Comment #48244037
For Python, `uv` [1] delivers a similar experience. Faster dependencies. Better dependency management with `pyproject.toml`. Just use it with `uv run` or `uvx`. [1] https://github.…
-
comment
Comment #47911907
And they pushed this as every major browser introduced a "Split View" feature... I get this issue preview on Projects, although I don't like it there either, but as a hook on any i…
-
comment
Comment #43424627
The current version of GHA is "Azure DevOps v3". IIRC, it came after Microsoft purchased GitHub and I think it was part of a plan to discontinue/kill Azure DevOps altogether in fav…
-
comment
Comment #43235827
As you highlight with the "VSCode over RDP" story later on the post, it doesn't stop on Git. Some people just don't care about learning their tools. RTFM? Hell no. There is no care…
-
comment
Comment #43235667
I would just add `git rebase -i` to the mix. Very useful to clean up a work branch before submitting it for others. Sometimes you just need a bunch of "wip" commits, e.g. testing C…
-
comment
Comment #43232372
If looking for alternatives that uses Firefox as a base, check out Zen Browser: https://zen-browser.app
-
comment
Comment #43197669
Congrats on the launch and success so far!! The game seems really cool and I relate a lot to the desire of working with gamedev. I think local prices/discounts can get you another …
-
comment
Comment #43197371
Correct, to achieve 0-RTT the application need to perform the handshake/certificate exchange at least once, otherwise, how would it encrypt the payload? This could be cached preemp…
-
comment
Comment #42681972
I believe you're searching for `uv sync`: https://docs.astral.sh/uv/getting-started/features/#projects With this, you can manage the dependency list via `uv add/remove` (or the `py…
-
comment
Comment #42665905
> I wanted logs, traces and metrics support locally but didn’t want to spin up a multitude of Docker images just to get that to work. This project is really nice for that https://g…
-
comment
Comment #42438103
ConnectRPC is very cool, thanks for sharing. I would like to add 2 other alternatives that I like: - dRPC (by Storj): https://drpc.io (also compatible with gRPC) - Twirp (by Twitch…
-
comment
Comment #40640582
Exactly, by the description of it on the announcement, this is not "tiling window management" as we're used in Linux, this is just "Window Snaping" that been available on Windows a…
-
comment
Comment #40390761
I've used Twitch's Twirp before and it does that. It is a great middleground between gRPC and plain-HTTP services. :) https://github.com/twitchtv/twirp
-
comment
Comment #34723332
Well, if you keep your expenses untouched than it is very hard to do it. However, if you sell some stuff, use hostels, eat on local markets, etc. you can go a long way. You can eve…
-
comment
Comment #32670373
Saw the title and came here to post this; simple and effective. I use this in combination with `kubectl port-forward` and `/etc/hosts` almost daily to easily proxy to internal serv…
-
comment
Comment #29834031
I guess you don't even need to use `docker buildx`, just `export DOCKER_BUILDKIT=1` and go with it (great to enable globally in a CI system). Heredocs make these multi-lines so muc…
-
comment
Comment #28415813
For those of you that still prefer a GUI to quickly toggle the VM, there is a simple app for that too: https://news.ycombinator.com/item?id=28412548
-
comment
Comment #28216621
Basecamp kind does this, but it has a single $99/month unlimited plan. I also wanted this, because not all users need the entire product anyway (i.e. bug reporters, guests).
-
comment
Comment #28032431
Add `-p` (`--patch`) and then pick from the diff prompt what parts you want to restore. You can also use this flag with commit.
-
comment
Comment #27912384
This is partially true. If the only feature you care about Kubernetes is container scheduling, then yes, Nomad is simpler. The same could probably be said about Docker Swarm. Howev…
- story
-
comment
Comment #27033273
I believe it is "dee-no".
-
comment
Comment #26961746
I take this with a similar perspective. As a complete standalone browser, I'm a bit skeptical on its adoption, as a built-in feature backed by the browser vendor (Apple/Google/Mozi…
-
comment
Comment #26386327
I share the same opinion. Its been a long time since I read Kent Beck's book on TDD, but I don't recall him saying TDD = unit tests. When I see people using these as synonyms it fe…
-
comment
Comment #25416060
Google Meet and YouTube also 500 in Brazil