HackerTrans
TopNewTrendsCommentsPastAskShowJobs

AnssiH

no profile record

comments

AnssiH
·vor 18 Tagen·discuss
Direct debit is not the same as debit card. You can pay in physical stores with debit card but not with direct debit (which does not involve a card at all).
AnssiH
·vor 29 Tagen·discuss
Medical bills are covered (the Wikipedia summary seems accurate to me: https://en.wikipedia.org/wiki/Vehicle_insurance#Finland). But I'm going to guess that those medical bills, and related damages, are much lower than in the U.S.

Maybe also lower average value of cars and less accidents here plays some part. But not sure how large that difference actually is.

Could also be some difference in the insurance premium systems: The amount of accidents changes one's cost for next year based on fixed rules - the ~$20/mo is with the highest discount (no liability insurance covered accidents in many years). The maximum it can grow to (for me, with my modern car) is ~US$100/mo, by having 4 consecutive covered accidents without accident-free years. Not really sure how wildly this varies in other countries or if the systems are similar...

The optional car insurance is more expensive, my full coverage (including damage, theft, parking, glass, fire, towing, substitute car etc.) is in the ~US$100/mo range, with ~$230 deductible on most coverage, and towing, substitute, glass repair at $0.
AnssiH
·vor 30 Tagen·discuss
Hmm, for my €209/year (~$20/mo) liability insurance I get unlimited coverage for personal injuries and €5M coverage for property damage (both mandated by Finnish law).

It sounds like you pay much more. Any idea why?
AnssiH
·vor 2 Monaten·discuss
The test was run by an unnamed third party, so cURL's history has no relevance to their benevolence.
AnssiH
·vor 3 Monaten·discuss
They also have "Underrated" and "Overrated" which apply points but do not act as tags. So I guess the easiest way to get +5 Troll is to have many Troll and Underrated votes, if it works the way I think it does.
AnssiH
·vor 4 Monaten·discuss
I tried, but they used some 3rd party KYC platform whose country selection dropdown seemed to have every country except Finland (even Åland, a region of Finland, was there).

Support wasn't helpful.

Went with Twilio instead.
AnssiH
·vor 4 Monaten·discuss
My impression was that the temporary permission-granting regulation was passed before the relevant privacy law came into effect, but I didn't check the dates now.
AnssiH
·vor 4 Monaten·discuss
Here is the regulation that will be voted on: https://oeil.europarl.europa.eu/oeil/en/procedure-file?refer...

Note that the amendment was already amended on 11th March to set expiry to Aug 2027 and to also exclude E2E communications.
AnssiH
·vor 4 Monaten·discuss
The proposal they are voting on is about continuing the current time-limited implementation (voluntary scanning, Regulation (EU) 2021/1232).

This is not about mandatory scanning.
AnssiH
·vor 4 Monaten·discuss
The majority of the MEPs are not onboard mandatory scanning, otherwise that would've been passed already.

The site is conflating mandatory scanning with voluntary scanning (status quo). The upcoming vote is about continuing the voluntary scanning (which would otherwise expire).
AnssiH
·vor 4 Monaten·discuss
I don't think the vendor ever said "unhackable" in this case, though. At least not publicly.
AnssiH
·vor 4 Monaten·discuss
The cross-compiler part itself is easy, but getting all the build scripting of tens of thousands of Fedora packages to work perfectly for cross-compiling would be a lot of work.

There are lots of small issues (libraries or headers not being found, wrong libraries or headers being found, build scripts trying to run the binaries they just built, wrong compiler being used, wrong flags being used, etc.) when trying to cross-compile arbitrary software.

All fixable (cross-compiling entire distributions is a thing), but a lot of work and an extra maintenance burden.
AnssiH
·vor 4 Monaten·discuss
> There was an interesting case in Finland. Finnish customs used to apply a 22% tax (ELV) on top of the car tax for imported used cars from other EU countries. On top of that, Finnish law required VAT to be charged on the car tax itself.

There was no VAT payable on the car tax of imported cars, only the ELV (ei-arvonlisävero, literally "not value added tax").

The ELV idea was that for locally bought new cars you did have to pay VAT on car tax, but for used EU imports that was not legally possible (cannot charge VAT again when importing used item from another EU country), so an equivalent non-VAT tax was invented so the full tax (inc. VAT/ELV) stays the same.

But this was unfair for e.g. the reason that Finnish companies buying cars could deduct Finnish car tax VAT on local new cars on their VAT return but not the car tax ELV on imported used cars (since it was not VAT).
AnssiH
·vor 4 Monaten·discuss
That site lists many of candidates as "support" just because they have not publicly opposed, so it is not a realistic view on the opinions of EU parliament. Better to look at actual votes cast.

Also, they are not distinguishing between supporting mandatory monitoring and other forms (e.g. present legal situation where monitoring is allowed).

The current proposals do not include mandatory monitoring. If mandatory chatcontrol had the wide support that site suggests, it would have been introduced and passed long ago.
AnssiH
·vor 5 Monaten·discuss
Also, VTT had publicly confirmed earlier that they had conducted tests for Donut Lab.

I'm confident the document and tests are real, but other shenanigans are still possible (and likely IMO).
AnssiH
·vor 5 Monaten·discuss
> Like, where were they years ago saying “hey TikTok, we think your design is addictive and probably illegal, you need to change or face penalties.”

That is basically what happened today. No penalties have been issued at this point.

Also Commission had sent various requests for information to TikTok in 2023 before they opened these proceedings in early 2024 (https://ec.europa.eu/commission/presscorner/detail/en/ip_24_...) - this didn't come out of the blue.
AnssiH
·vor 5 Monaten·discuss
On Windows XP this depended on whether you had joined a domain. On joined systems you got the security screen (same as previous Windows NT/2000), on other systems the task manager (same as Windows 9x).
AnssiH
·vor 6 Monaten·discuss
Generally yes.

I guess a phone/app could exist that does convert to MMS instead, though, since the app can make that decision.
AnssiH
·vor 6 Monaten·discuss
Regular phone plans on my carrier have a private IPv4 address behind CGNAT.
AnssiH
·vor 6 Monaten·discuss
> These mobile phone providers do not let the gazillion consumer smartphones act as servers for obvious reasons.

FWIW, I was interested so I tested this on my phone here in Finland (Elisa, the largest carrier here): IPv6 inbound TCP connections work just fine, unlike IPv4 which is behind CGNAT.

On mobile broadband (no calls) plans they also offer optional free public IPv4 address, but not on the regular phone plans.

(I did the test by installing Termux from Play Store, then in it running "pkg install netcat-openbsd" and "nc -6 -l 9956" and then connecting to that port from internet using telnet, while phone was not connected to WiFi.)