Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rochacon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
rochacon
4mo ago
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.com/astral-sh/uv
2.
▲
by
rochacon
5mo ago
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 issue link is just terrible UX, zero benefits
3.
▲
by
rochacon
1y ago
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 favor of GitHub. I don't think they have fe
4.
▲
by
rochacon
2y ago
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 for the "craft". Once they le
5.
▲
by
rochacon
2y ago
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 CI scripts, deploying a optimization on the side fo
6.
▲
by
rochacon
2y ago
If looking for alternatives that uses Firefox as a base, check out Zen Browser: https://zen-browser.app
7.
▲
by
rochacon
2y ago
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 200k+ purchases worldwide. In Brazil current prices sho
8.
▲
by
rochacon
2y ago
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 preemptively iirc, but it is not worth it. The problem will b
9.
▲
by
rochacon
2y ago
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 `pyproject.toml` dire
10.
▲
by
rochacon
2y ago
> 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://github.com/grafana/docker-otel-lgtm
11.
▲
by
rochacon
2y ago
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): https://github.com/twitchtv&
12.
▲
by
rochacon
2y ago
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 and Linux for what, a decade now? I
13.
▲
by
rochacon
2y ago
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
14.
▲
by
rochacon
4y ago
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 even stay for free in hostels if you're up to working a fe
15.
▲
by
rochacon
4y ago
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 services.
16.
▲
by
rochacon
5y ago
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 much cleaner, awesome.
17.
▲
by
rochacon
5y ago
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
18.
▲
by
rochacon
5y ago
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).
19.
▲
by
rochacon
5y ago
Add `-p` (`--patch`) and then pick from the diff prompt what parts you want to restore. You can also use this flag with commit.
20.
▲
by
rochacon
5y ago
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. However, if you want service discovery, load balancing, secret ma
21.
▲
gRPC Delivers on the Promise of a Proxyless Service Mesh
(thenewstack.io)
1 points
by
rochacon
5y ago
|
0 comments
22.
▲
by
rochacon
5y ago
I believe it is "dee-no".
23.
▲
by
rochacon
5y ago
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/Mozilla/Microsoft/etc.) to "offlin
24.
▲
by
rochacon
6y ago
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 feels to me they don't quite understood what TD
25.
▲
by
rochacon
6y ago
Google Meet and YouTube also 500 in Brazil
26.
▲
by
rochacon
6y ago
CloudFlare DNS (1.1.1.1 and 1.0.0.1) and Google's DNS (8.8.8.8 and 8.8.4.4) usually have the best latency everywhere. However, if you suspect your ISP is injecting stuff, a VPN service + their DNS might be more useful to improve your i
27.
▲
by
rochacon
6y ago
> I guess people with huge displays don't mind... I use a ultra-wide (2560x1080) monitor and it looks terrible [1]. The repository header being "fluid" put the repository name and watch/star/fork buttons so far o
28.
▲
by
rochacon
6y ago
Quick-start guides takes the easiest path to get something running, which is `helm install` in the Helm world. If you want to have complete control of what you're pushing to the API, use Helm as an starting point instead, run `helm tem
29.
▲
by
rochacon
7y ago
Mullvad supports WireGuard tunnels, been using it for a couple of months now, pretty solid in any device, in all the regions I tried.
30.
▲
by
rochacon
7y ago
Yes, press Alt+T :) https://github.com/jonathontoon/manifest/blob/c51828086d972f...
More ›