HackerTrans
TopNewTrendsCommentsPastAskShowJobs

iamEAP

no profile record

Submissions

Should You Move to Sweden?

shouldyoumovetosweden.com
1 points·by iamEAP·قبل 4 أشهر·1 comments

comments

iamEAP
·قبل 30 يومًا·discuss
Surprised not to really see any comments on the financial incentives of this move, especially in the context of the “supply chain risk” classification earlier this year.

Is there no one in government who would stand to gain from a financially handicapped Anthropic in the context of an OpenAI IPO?
iamEAP
·قبل 4 أشهر·discuss
I moved to Sweden a little over 5 years ago for work after literally making a spreadsheet comparing potential countries.

Sweden wasn't at the top of the list (not even close), but I landed on it because the tech ecosystem seemed unusually strong and because I could secure my (and my family's) place in society (via citizenship) reasonably quickly and predictably, especially compared to other European countries.

Fast forward to today: my partner no longer qualifies. I have an application in, but the government is pushing forward reforms that will see it rejected, just because they plan to apply new rules on all existing applicants (and because I'm stuck in a 3+ year queue).

Turns out I forgot to account for policy stability in my modeling.

How'd you make your decision to move abroad, and has it worked out the way you thought?
iamEAP
·قبل 6 أشهر·discuss
I left the US, not because I was worried about healthcare for myself or my family, but because of how I felt it reflected on me that I was fine choosing to stay and cash a large check every month while others around me had to worry about healthcare.
iamEAP
·قبل 6 أشهر·discuss
There were always issues with Nordstream, but the project rapidly imploded only after the war made it all untenable.

Tariffs + coercion via-vis EU tech regulation + Greenland are rapidly making the transatlantic tech status quo untenable.
iamEAP
·السنة الماضية·discuss
I had not heard of any real level of anger toward the USA from the average Canadian (the exception being as a response to the now-delayed 25% tariffs). Same applies here. Your average Swede is not angry at the USA for what it’s doing right now. The closest sentiment that’s broken through the mainstream is maybe “unease.”

I wonder if the “have your cake and eat it too” dissonant thinking you’re hitting on is actually maybe easier found in the USA, and sort of on the other side of the spectrum. Plenty of folks voted explicitly for Trump because of his inward-focused, isolationist agenda. What they don’t realize is the extent to which the prosperity that they’ve seen up this point was dependent upon the rules-based order that their chosen leader is actively dismantling.
iamEAP
·السنة الماضية·discuss
Never heard of any of that.

In this context, “new Yalta” is more in reference to the carving up of “spheres of influence” by the big players, without the little players (the ones being carved up) having a seat at the table.
iamEAP
·السنة الماضية·discuss
Here in Sweden, following news of “peace talks” where both Ukraine and Europe were sidelined, the prime minister referenced a “new Yalta” as a troubling scenario, especially for small nations like ours.

Whether intentionally or not, the USA is relinquishing its role as global hegemon, and at least the baltics and nordics are contemplating the ramifications.
iamEAP
·السنة الماضية·discuss
Think a lot of people here are missing the forest for the trees. We are witnessing the collapse of the unipolar world order that has brought relative freedom and prosperity to most of the world for the last three and a half decades.

I don’t know what comes next. No one does. But Europe needs a deep-rethink of a lot more than just defense if it wants to have any say in what the next world order is going to look like. Otherwise, we’re looking at four decades of less peace and less prosperity.
iamEAP
·السنة الماضية·discuss
My (limited) understanding of this law is that it works by barring US companies from doing business with ByteDance, primarily hitting App Store providers and cloud service providers.

There’s a world in which they could have migrated services to an off-shore cloud and continued to serve the existing users who already had the app installed (with the disadvantage that they would be unable to evolve the app itself, since no updates). It would have bought them time to figure out a long-term, legal fix.

…But instead they chose to just block all users with US-based accounts.

Someone made the calculation that failing the app loudly for US users was the better strategy.
iamEAP
·قبل 7 سنوات·discuss
I recently learned (by trial and error) some of the headaches associated with running headless browsers at scale that Joel mentions here; wish I'd heard of this service earlier. I ended up finding other solutions to fill in the gaps: Puppeteer Cluster is one I'd recommend (https://github.com/thomasdondorf/puppeteer-cluster)

I especially like the "host it yourself" commercial license model, here; while automating browser _actions_ over a network works well enough, _detailed scraping_ over a network can quickly become inefficient (as many requests for elements or element attributes may incur individual round-trips). In some cases, colocating your browser instance with your scraping logic becomes a necessity.