HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ic_fly2

no profile record

comments

ic_fly2
·vor 6 Monaten·discuss
Generally not a fan of geohot, but this is pretty possible, especially once self driving tech becomes available through suppliers like mobile eye / Bosch/ continental etc. (it’s possible it will stay a Tesla / Waymo duopoly but I doubt it)
ic_fly2
·vor 6 Monaten·discuss
No matter the merit of the claim, the appeal to the fascists in the US government invalidates any legitimacy.

And that is an achievement given how moronic the current Italian government is.
ic_fly2
·vor 6 Monaten·discuss
That has two causes, dependency on natural gas, which would be worse without renewables and taxes, which is unrelated to renewables and related to general policy goals of reducing energy demand.

Also even in a European context UK power prices aren’t as high as many of its peers.
ic_fly2
·vor 7 Monaten·discuss
My favourite is always:

breakpoint( and then some nonsense arguments.

Apparently a good chunk of the code that these LLMs are trained on is python, yet setting a debugging breakpoint still causes difficulties.
ic_fly2
·vor 7 Monaten·discuss
The first part is wrong, it’s a question of org size. A lot of large orgs hand roll a lot of these things, they call it developer excellence.

And your last paragraph hits the nail on the head, people are afraid to run their own software.
ic_fly2
·vor 7 Monaten·discuss
Really?

I grant you pipelines are the best bit about ado, but the fact that you can’t test them is a pain.

And the webhooks and templating are pretty messy and unpleasant quickly.

We’re changing from ADO to GitHub (had to be an MS product for corporate) and the infra people are looking forward to GHA as they prefer their maintenance to ADO pipelines.
ic_fly2
·vor 7 Monaten·discuss
IBM might not have a data strategy or AI plan but he isn’t wrong on the inability to generate a profit.

A bit of napkin math: NVIDIA claims 0.4J per token for their latest generation 1GW plant with 80% utilisation can therefore produce 6.29 10^16 tokens a year.

There are ~10^14 tokens on the internet. ~10^19 tokens have been spoken by humans… so far.
ic_fly2
·vor 7 Monaten·discuss
I’m in Europe too.

We pay well. Very well in fact. We’re a small company though.

I have a harder time hiring here than at my previous position with a much larger company, even though my current employer is superior to my old one in every way except for brand recognition.

And from others in this space (who have at times tried to recruit me) this is not a problem unique to my company.
ic_fly2
·vor 7 Monaten·discuss
I don’t know, I’m hiring and the candidates so far have not been impressive.

Maybe that is restricted to my area / region but I got one am confused.
ic_fly2
·vor 8 Monaten·discuss
If in the end we can just have .spy on some files that have performance critical functions in them and the rest is just normal python, this could be down right amazing.

We recently swapped out mypyc optimised module for a rust implementation to get a 2-6x speed up, and not having to do that would be great.
ic_fly2
·vor 8 Monaten·discuss
If you can’t work out the email, you won’t get past the interview, sorry.
ic_fly2
·vor 8 Monaten·discuss
Waiting for the lack of returns on LLM investments to come and bite back.

Together with the debt payments needed then, this will do wonders for the stock. I’m sure.
ic_fly2
·vor 8 Monaten·discuss
[flagged]
ic_fly2
·vor 11 Monaten·discuss
I’m pretty sure it’s smartphones and aging society.

I’ve been gathering data on the natural experiment that occurred due to differences in proliferation of smartphones across countries. The sex surveys aren’t consistent but that is a very strong factor. Look at the hockey stick curve in the paper here.

The rest of the decline is (in my evaluation) best explained with the increase in average age of the 18-64 year old demographic.
ic_fly2
·vor 11 Monaten·discuss
The thing that is often missed is that with high taxes and resulting high labour cost, you get high productivity. Simply because low productivity is not profitable.

This results in bad service, high quality goods and strong utilisation of capital goods.

But as others have noted the wealth disparity is increasing thanks to new policies and low interest rates leading to asset inflation.
ic_fly2
·vor 11 Monaten·discuss
The Yaris is more expensive than 10k.

Simple as that. Allow people to shift value in larger units without AML and the crooks will use that route.

The AML form will not be the most unpleasant part of buying a Yaris.
ic_fly2
·vor 11 Monaten·discuss
As someone who sees the outcome of people losing everything to sophisticated scammers/ fraudsters and thieves and how little authorities are able to do, nah, the overreach is not in sight.

There are more criminals than abusive IRS agents. And usually when people tell me stories like that, there is more to it..
ic_fly2
·vor 11 Monaten·discuss
Meh, even with basic async I’ve been able to overload azure’s premium ampq offering memory capacity.

But yes managing db connections is a pain. But I don’t think it’s any better in Java (my only other reference at this scale)
ic_fly2
·vor 11 Monaten·discuss
It’s a good article on speed.

But honestly the thing that makes any of my programs slow is network calls. And there a nice async setup goes a long way. And then k8 for the scaling.
ic_fly2
·vor 11 Monaten·discuss
I’ve used the reverse. When making a new module I’ve let the llm make up an api and I’ve used the names suggested as inspiration of what might come natural to others, to make the use more intuitive.