Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
xelamonster
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
xelamonster
2y ago
Well this explains why every time I get payment autofill suggestions from Google it's a random one of four or five possible auth flows, and pulls from an arbitrary one of at least two separate data sources with different sets of cards
2.
▲
by
xelamonster
2y ago
I like NordVPN still. If there's any reason I shouldn't I'm all ears but haven't had an issue so far. I travel a lot and I definitely do feel better having my traffic routed through a VPN vs opening it up to whatever ran
3.
▲
by
xelamonster
2y ago
Unless you were actively using port forwarding before it wouldn't be any different. If you need a VPN for your torrents, despite these faults I don't know of a better one myself. I use the Firefox VPN (which is Mullvad under the
4.
▲
by
xelamonster
2y ago
That's not really how biometric app login works here. Credentials are configured locally and used as an alternative to the existing login method. Nothing changes about how you login with other devices, you can still choose to use your
5.
▲
by
xelamonster
2y ago
For some definitions of works. It's frustratingly inconsistent for me, very often it'll give me no suggestions on apps it's filled many times before and I have to go open it and manually copy out passwords.
6.
▲
by
xelamonster
2y ago
It does but you need to run commands through uv to use it, I assume this means if you run bare python commands in the task runner or whatever mise will use the venv.
7.
▲
by
xelamonster
2y ago
I'm not a fan of forcing single or double quotes because escape codes are such a pain to deal with and to me make things significantly harder to read than an inconsistent quoting style ever could.
8.
▲
by
xelamonster
2y ago
Well what's more readable, .8675309 that is understood to have an implicit zero, or the parser giving up and unexpectedly making it a string? Maybe it's not your preference but I can't see any problem with making this more ro
9.
▲
by
xelamonster
2y ago
Ah cool, maybe I'll check it out someday. JVM isn't a huge part of my daily work though so I'm pretty happy having it managed the same way as everything else for now. I like the intuitive simplicity of a .tool-versions file i
10.
▲
by
xelamonster
2y ago
I tried to use the Find My Phone feature with my Samsung account a couple days ago. Log into Samsung with Google, on my friend's device as I've lost my phone, and Google says "we've sent a prompt to your phone to log in&
11.
▲
by
xelamonster
2y ago
This made me think I'd somehow not saved my MS password because it wouldn't show up if you searched "microsoft". I know you can combine them like the other comment mentioned but what an awful default experience.
12.
▲
by
xelamonster
2y ago
It supports most OSes rather nicely, check the docs for a long list of config options. It creates a local package store and configures your user's path for it, each tool is managed with a custom plugin that IME works flawlessly and ver
13.
▲
by
xelamonster
2y ago
Yep that's the issue, I'm just saying I'd rather have that problem than the one where I can't register a clean looking personal domain because every idea I have is already registered (with 95% of them leading to a parkin
14.
▲
by
xelamonster
2y ago
The implication that gTLDs are bad and new ones shouldn't be introduced because of this is a bit silly to me. The argument that they somehow have lower registration requirements makes no sense, .shop .top and .xyz registrations involve
15.
▲
by
xelamonster
2y ago
They don't differentiate. They just make it too expensive to be worth paying for the resources required to carry out a spam attack at any meaningful scale.
16.
▲
by
xelamonster
2y ago
Interestingly enough I've had the opposite experience. If I'm having a nightmare, usually at some point I realize it's a dream, and from there I can almost always force myself to wake up immediately. It rarely happens for me
17.
▲
by
xelamonster
2y ago
No? I mean I'm with you that it sounds like a really bad idea and would probably not end well, but laying on a table so someone can implant a device that handles it for you forever does sound a whole lot easier than having to actively
18.
▲
by
xelamonster
2y ago
Yeah wow, I love that this is forever encoded into the standard now. A lovely tribute. It's always been one of the few CSS default colors I actually like too (alongside "cornflowerblue").
19.
▲
by
xelamonster
2y ago
How does that mean anything to the people who need to be employed to continue living? We're not the ones with the ability to change this.
20.
▲
by
xelamonster
2y ago
Makes sense, thanks! I first heard about crush syndrome from an episode of House, and IIRC it ended up being a cause of death so didn't exactly learn how to manage it. Though I want to say the woman there was pinned from the waist down
21.
▲
by
xelamonster
2y ago
So what does that actually look like in practice, lifting the piece of rubble an inch at a time? How slowly would you release a tourniquet in that situation?
22.
▲
by
xelamonster
2y ago
You might just be convincing me to switch, I generally love docker and compose but the firewall thing still blows my mind and that there still just is not a solution. My workaround has been to bind all docker port forwards to localhost and
23.
▲
by
xelamonster
2y ago
This depends on your use case of course, compose autoscaling is maybe harder but I don't personally need that.
24.
▲
by
xelamonster
2y ago
I migrated several services from Kubernetes to compose and couldn't be happier. K8s was a maintenance nightmare, constantly breaking in ways that were difficult to track down and unclear how to fix once you did. Compose configs are sim
25.
▲
by
xelamonster
2y ago
That's super interesting and I love the idea of physically destructive GC. But to me that calculation and tracking sounds a lot harder than simply fixing the leaks :)
26.
▲
by
xelamonster
2y ago
This makes sense to me and other comments have covered why plenty well, but what does frustrate me is the constant insistence that nothing should ever be discussed in public and you must consult your own lawyer privately for every bit of b
27.
▲
by
xelamonster
2y ago
I'm not sure where you got the idea my post was claiming taxis were superior in any way, I explicitly said Uber was better. Taxis weren't practical but they at least they existed. I have lived in cities that used to have taxis whi
28.
▲
by
xelamonster
2y ago
I'm a bit unclear what you're trying to say re BHH or if that actually is a different reason. Totally fair point on Uber though, I didn't read that one closely enough, but I'll still argue that's unethical for a mor
29.
▲
by
xelamonster
2y ago
I think I agree with you in this case, but I'm not so sure about a lot of the examples given in that linked article. BHH Labs: pretty obvious to me it's ethically wrong to find the most desperate people around and pay them less th
30.
▲
by
xelamonster
2y ago
I agree, but I also appreciate this because missing map/filter/reduce is probably my biggest pain point when writing Go. Nested for loops and explicit filters are so ugly and hard to read, for me that alone undoes any of the appea
More ›