HackerLangs
TopNewTrendsCommentsPastAskShowJobs

esterna

no profile record

comments

esterna
·vor 15 Tagen·discuss
Of course, what they charge $39.95 for is in the public domain. So it's a sort of double scam.
esterna
·vor 15 Tagen·discuss
You can also buy licenses to use AV1, a royalty-free codec.
esterna
·vor 17 Tagen·discuss
While I won't dispute that 6 months is outrageous, OP has not spent them to "please the bureaucracy", they spent them to escape personal liability should the company go bankrupt. The rest of the post is bemoaning the fact the German government won't let them also permanently reduce the company liability below 25k.
esterna
·vor 17 Tagen·discuss
Debit cards usually also use the Mastercard or Visa payment networks.

Even though I and the supermarket I go to are both part of SEPA and I can issue a bank transfer that will clear ~instantly, today cashless payments still involve EMV for various reasons.
esterna
·vor 18 Tagen·discuss
The sequence numbers of problems on Project Euler only represent the order of publication. They aren't deliberately connected except for a few problems that have one or two follow-ups.

Most of the first 100 problems can be solved without any understanding of the problem, should you so desire.
esterna
·vor 24 Tagen·discuss
This hinges on two misunderstandings:

- That data processing always requires consent. There are exactly six reasons for storing or processing data: consent, contract fulfillment, legal compliance, vital interests of a natural person, public interest/official authority, or legitimate interest. Collecting IP addresses can be a legitimate interest, but:

- The real interesting question is what you do with the IP addresses after they're stored in a file. Securing your server is a legitimate interest. Tracking your users is generally not. Having lawfully collected data is not a carte blanche to do anything you choose with it.
esterna
·letzten Monat·discuss
There is certainly a lot of demand at the current price of free or subsidised subscriptions. It remains to be seen what the demand is at profitable prices.

If the vendors decide that free (ad-supported) use is necessary to keep demand, we will be entering a new era of surveillance capitalism instead.
esterna
·letzten Monat·discuss
Capillaries cannot defeat the divergence theorem: If you have a volume where heat is produced but the temperature does not increase, the heat has to leave via the surface. It is true that the surface area available to diffusion can scale at any rate (eg. Menger sponge), but the heat still has to leave the volume via its boundary. In the case of capillaries, this is by convection which means that the product of coolant temperature differential and flow speed has to scale.
esterna
·letzten Monat·discuss
On the one hand, you can set up a proxy that supplements secrets for API calls. On the other hand, you can whitelist what you need, in the simplest case with iptables (The devcontainer in the claude code repo is an example of the latter).
esterna
·vor 4 Monaten·discuss
And yet we cannot stop time, and a decision has to be made. It seems natural to involve the child in this decision.

Of course, the next best thing (if a decision can't be made now) after stopping time are puberty blockers. Which are not completely without risks, but this applies to the other two options just as well (if not more so).

You can't not make decisions, and to claim so is to frame choosing one particular option as not-a-decision.
esterna
·vor 4 Monaten·discuss
Very nice! One small note: In an Eratosthenes sieve, you can start crossing out numbers from p^2, since i*p for i<p will have already been crossed out in step i at the latest. You can simply replace

  for (size_t i=2; i <= 0xFFFFFFFF / p; i++) {
by

  for (size_t i=p; i <= 0xFFFFFFFF / p; i++) {
esterna
·vor 5 Monaten·discuss
I also live in the EU. betfair.com is not blocked by my ISP here. Rather, they are blocking my ISP ("[...] you may be accessing the Betfair website from a country that Betfair does not accept bets from [...]"). That the website not only prevents betting but also does not show any odds is a technical decision on their part. Gambling regulation is also usually domestic, and not EU law.

Websites deciding EU users are not valuable enough to comply with GDPR is, as you say, also not censorship. It is again the technical decision of some website owners to provide their content only in conjunction with illegal processing of your data.

I have not had issues accessing torrent indices from the EU. This too is usually handled domestically and has little to do with the EU.

There is legitimately dangerous (current and upcoming) EU legislation (Chat Control, eIDAS, age verification, previously the Data Retention Directive), so I don't think it necessary to weaken your argument by listing non-examples.
esterna
·vor 5 Monaten·discuss
Do you have advice how I could get someone to do a (possibly paid) review of PCBs for small hobby projects?

Being new to this space, it's hard to learn quickly when the feedback cycle involves having PCBs manufactured, shipped, soldering them and then finding out what could have been better. (Or it works and you never find out what you did wasn't the right way to do it)
esterna
·vor 7 Monaten·discuss
Isn't that in violation of GDPR?
esterna
·vor 9 Monaten·discuss
[dead]