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

klinch

61 カルマ登録 3 年前

コメント

klinch
·5 日前·議論
Tried with a few snippets, mostly just got a JS alert "Не удалось создать задачу".
klinch
·先月·議論
GDPR was never about cookies but about freely given consent.

Two things that make Utiq absolutely terrible (and imho illegal)

1. It's crazy that any person who is using my internet connection (guest wifi?) can give "consent" that leads to everyone else being tracked.

2. ISPs are abusing their highly privileged position. It's not easy to switch providers (if at all possible), so as "gatekeepers" they should behave responsibly (c.f. DMA designated Gatekeepers etc) and not abuse their power.
klinch
·2 か月前·議論
I'm sure you already made up your mind about heat pumps and that I can't convince you otherwise. But for other readers, let me add some thoughts to your points.

1) well, there's a grid. So as long as someone somewhere on your continent produces green energy it is viable and green.

2) arguable. Depends on your legislation.

3) Again, there's a grid. And even considering the worst case of no renewable sources at all: A heat pump (which uses 1kWh of electricity to provide 3-6kWh of heat) powered by a diesel generator is still more efficient than burning the diesel directly. Now add efficient combined cycle power plants, wind, biomass, hydro and battery storage systems...
klinch
·4 か月前·議論
Sounds cursed. But I'm not judging, given that I use nixos-anywhere[0] on an almost weekly basis.

[0] https://github.com/nix-community/nixos-anywhere
klinch
·6 か月前·議論
There was a time that XPS meant something. I’m still holding on to my XPS 13 9360. It’s (even for today’s standards) lightweight and Linux compatibility has been perfect from day one.
klinch
·7 か月前·議論
What do you mean by regime? Last time I checked Germany was still a democratic country?
klinch
·7 か月前·議論
I agree that it’s probably not a big amount. But note that it can be potentially quiet a bit more than the 90$. Task runtimes are always rounded up to the nearest minute.

For example, in our pipeline we have 5 different linter tasks (for different subprojects), running each only a few seconds. Nonetheless, we’ll get billed for 5 minutes on every commit.
klinch
·8 か月前·議論
TIL.
klinch
·9 か月前·議論
+1 for .http files

Also, TIL that these are not IntelliJ-specific (that’s where I use them)
klinch
·9 か月前·議論
Now I'm wondering which of these extensions and strategies are employed by mainstream mail clients like Thunderbird, Apple Mail and Outlook?

I'm currently doing remote work from a location with an instable connection. Naturally I expected mails to work well in an async fashion, but instead... everything is really janky and I'm always unsure whether actions like moving an mail to a different actually 'went through' without loosing any mails.
klinch
·9 か月前·議論
Wow. Disabling Transparency makes a huge difference on my iPhone 13 (sluggish, stuttering animations -> smooth af). Thanks!
klinch
·9 か月前·議論
May I ask where you got such a cheap VPS?
klinch
·9 か月前·議論
No offence, but "please don't do X" where X is favoured by the big majority of users AND has a broad scientific base sounds a bit... entitled?
klinch
·9 か月前·議論
Accessing "the internet" while visiting your family in China/Russia/Iran/Thailand/...
klinch
·10 か月前·議論
Apache POI (Java) + a light in-house abstraction on top of it
klinch
·10 か月前·議論
IANAL - but when EU regulation and national law regarding civil rights conflict then the citizen has the "union set" of all guaranteed rights. Or in other words: A member state can grant additional civil rights (on top of the EU charta) but can't take them away.
klinch
·10 か月前·議論
Hot take: I prefer xlsx over CSV

I used to work on payment infrastructure and whenever a vendor offered us the choice between CSV and some other format we always opted for that other format (often xlsx). This sounds a bit weird, but when using xlsx and a good library for handling it, you never have to worry about encoding, escaping and number formatting.

This is one of these things that sound absolutely wrong from an engineering standpoint (xlsx is abhorrently complex on the inside), but works robustly in practice.

Slightly related: This was a German company, with EU and US payment providers. Also note that Microsoft Excel (and therefore a lot of other tools) produces "semicolon-separated values" files when started on a computer with the locale set to German...