HackerTrans
TopNewTrendsCommentsPastAskShowJobs

snordgren

no profile record

comments

snordgren
·2 वर्ष पहले·discuss
Not if you enjoy gardening.
snordgren
·2 वर्ष पहले·discuss
In Sweden new rentals are exempted from collectively bargained rents for 15 years, the idea being that the landlord should be able to recoup enough of their construction and capital costs in that time to make it attractive.

It’s a way to get around some of the issues that rent control causes, such as reducing construction.

Unfortunately, due to how our rental market works, it’s largely young people living in those more expensive apartments, which is terrible for birth rates and inter-generational equality.
snordgren
·2 वर्ष पहले·discuss
When I saw Anki/Duolingo in the bio I assumed it was for language learning, but this is a great idea!

I too often watch these kinds of videos without really retaining a lot. This is a perfect complement to turn infotainment into time well spent, or at least, less wasted.
snordgren
·3 वर्ष पहले·discuss
GPT-4 (in)famously tricked a human to do a captcha for it. The current GPT-4 with vision would probably have been able to do it without the human, but maybe it has been “gaslit” by all the content online saying that only humans can solve captchas, that it doesn’t consider it?
snordgren
·3 वर्ष पहले·discuss
~86 400 free LLM requests at >= GPT 3.5 level per day - I’ll be running this nonstop if true.
snordgren
·3 वर्ष पहले·discuss
The EU has been declining in its share of the world market year on year - it should focus on stopping the decline, not adding more regulatory burden.
snordgren
·3 वर्ष पहले·discuss
Those countries simply forbid competitors from selling in their domestic markets.

EU regulations apply equally to EU and non-EU companies, so they won’t lead to homegrown tech champions. More likely they will cement the dominance of US tech giants because they’re the ones who have the resources to follow these regulations.
snordgren
·3 वर्ष पहले·discuss
The EU hasn’t done much to build local Big Tech companies, why would it be different with AI?

I think the EU and its member countries are largely content with taxing American tech giants - no need to rock the boat.
snordgren
·3 वर्ष पहले·discuss
It may be more typing but I can write SQL in my sleep whereas the git CLI I cannot.

Though if I regularly needed the information that this tool retrieves I would probably have memorized the relevant CLI commands by now.
snordgren
·3 वर्ष पहले·discuss
The numbers are reported by the Russian government. It is plausible that the true numbers are worse, but unlikely that the Russian government would want to intentionally project economic and demographic weakness.

As for sanctions, they were instituted in response to Russian aggression. If Russia had left its neighbours in peace, Western countries and especially Germany would have happily continued liberalising trade.
snordgren
·3 वर्ष पहले·discuss
Obviously our leaders are better. Our standard of living is higher, our life expectancy is 10 years longer, and our 20-year olds aren't dying in a meaningless war.

Putin's leadership is so atrocious that he's bad even by the standards of Russian leaders. No need to watch the news to come to this conclusion, just look at the numbers. All Russian statistics point to a society in decline, held afloat (briefly) by high oil prices, and unable (under present leadership) to reform itself.
snordgren
·3 वर्ष पहले·discuss
Money also attracts talent. An OpenAI competitor led by the people who led OpenAI to its leading position should be able to raise a lot of money.
snordgren
·3 वर्ष पहले·discuss
The idea that blue collar and white collar workers are equally intelligent on average might feel good, but is easily disproven as intelligence has been shown to be highly correlated with educational attainment.
snordgren
·3 वर्ष पहले·discuss
It’s a very Anglo-Saxon objection, they are not mandatory in any of the Five Eyes countries unlike the majority of Western countries. Something to do with preventing government overreach.
snordgren
·3 वर्ष पहले·discuss
The good news is that over 10 million largely tech illiterate Germans over the age of 55 will retire in the next decade.

Not only will the Germany of the 2030s be less technophobic, it will be significantly less relevant in the EU and on the global stage.

And by and large, Europeans won’t miss their stewardship.
snordgren
·3 वर्ष पहले·discuss
We would have loved to name our son after my grandfather, but his name includes non-ASCII characters so we went with his middle name instead.
snordgren
·3 वर्ष पहले·discuss
Given recent developments in AI, building a true Babelfish is more of a hardware challenge than a software challenge these days.
snordgren
·3 वर्ष पहले·discuss
Hallucinating also gets the point across that the LLM will sometimes be 100% sensible and 100% confident in its claims, while being 100% wrong in those claims.
snordgren
·3 वर्ष पहले·discuss
Unity suffers from an outdated and inefficient architecture, both in game logic and the rendering engine.

There have been multiple ambitious projects aimed at finding a more efficient way to process game entities, and more efficient ways of rendering them, but that has only resulted in a fragmentation of the ecosystem.

Despite spending countless millions on trying to stay technically relevant, Unity has been living on past merits.
snordgren
·3 वर्ष पहले·discuss
Rewrites tend to improve code quality, and replacing dependencies with custom-tailored code that does just what you need also improves code quality.

And while the Python version uses C and C++ code for speed, this is all just one language.

A trifecta of factors enabling clean code.