HN user

yaris

256 karma
Posts1
Comments135
View on HN

A thought experiment:

Let's think of the other extreme as well: exactly the same excellent VPN service, is run by an almost-the-best-person-in-the-world who has just one small quirk that makes them not 100% perfect for you (they pat kittens not as often as you'd like them to do). Obviously there is a border between your extreme and mine, which border defines "use" and "no use" cases for you. And now: wherever this border is - should it be the same for everyone?

The quote is taken out of context. The sentence starts with "Youngsters that are criminals - they should get out". And before "walk over corpses" he says that "they got swedish passports but have not become swedish [culturally]. They are not interested in it".

He says what is quoted when talking about criminals with immigrant roots. "Those [criminals] - they should get out, even if they were born in Sweden, because they do not have a connection to Sweden. They received a swedish passport but they have not become swedish [as belonging to swedish culture]. They are not interested [in becoming swedish] and here I'm ready to go on corpses...". Overall his stance on immigration (taken from this video) is not as extreme as one can imagine reading HN comments. It is extreme but not to the extent that he's ready to push out anyone whos granddad was not Andersson.

From all I've read or heard about birth rate rise the measures that sociologists see as the most effective are: provide cheap housing and pay much more to families (i.e. mostly to women) with children to compensate for their loss of potential career. The latter has a twist that the payment should start (or significantly increase) with the birth of the second child (and continue to rise with the third etc). Paying for the first child does next to nothing to the birth rate. Some countries already do that, but the amount of money poured into this should increase by order(s) of magnitude to achieve the replacement level. Or we can go full medieval - completely deprive women of education possibilities and financial independence, like Taliban does.

In the RN for the latest release it states: Breaking Changes Use of jqwik >= 1.10 with coding agents is strongly discouraged. Jqwik’s output to stdout may confuse AI-based agents.

So to me it is malware as much as the "rm" command is malware - if used without understanding and reading docs it can wipe all your data.

Yes, nothing and the facts that these are government services, they use BankID and they updated their websites with "maintenance work" announcements for tomorrow, Saturday. For kronofogden.se there was no maintenance planned just half an hour ago. Knowing swedish tendency to plan things months ahead I would _guess_ that this maintenance work has been rushed due to some circumstances.

Knowing swedish people's mindset I'm not surprised at all by the breach. What can be mildly surprising is that no major e-gov service has expressed concerns on their websites. Only on skatteverket.se, which is Swedish Tax Service website, there is a vague note on "maintenance work" planned for coming Saturday. Maybe totally unrelated though.

The Internet is _not_ for talking to people across the globe. The Internet allows that, but not only that - one can have a Whatsapp chat with someone in the same bus, this is both legal and technically possible. The bitchat app serves the niche where talking face to face is not an option and talking across the globe is not needed. And the app explicitly states "infrastructure independence" as one of its design goals: "the network remains functional during internet outages", which cannot be served by internet-based apps by design.

What is conceptually different between prompts and code? Code is also not always what the computer will do, declarative programming languages are an example here. The only difference I see is that special precaution should be taken to get deterministic output from AI, but that's doable.

China has built their Great Firewall over many years gradually, and they have a lot of resources inside, so almost everything from the "western" Internet has a Chinese analog. Russian government simply does not give a flying fuck about people and economy on either side of the border, so they can just pull the plug completely if they see it necessary from the political point of view. So these countries are hardly reference points for what UK can achieve (although Russia is closer than China).

To check I did this: removed the signature (LC_CODE_SIGNATURE section) using lief Python package (no affiliation, just looked suitable for the task), checked by otool that the section is indeed gone, started the binary - it worked. The spctl said that the binary is "rejected", but it says so about every non-Apple binary I checked on my machine so not informative. The codesign tool shows "is not signed at all" on the binary with stripped signature. I'm not too well-versed in OSX system/dev tools, so if there is a more correct/precise method of checking the signatures I'd very much like to know.

The authentication part does not look much different from password authentication (key ≈ password), and the "Configurable TTL" bit is somewhat confusing, the first part of the sentence assigns the TTL to API keys but the second part says it applies to IPs being whitelisted. I would expect that TTL for a key means that after the TTL expires the key itself becomes unusable.