HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pretoriusdre

no profile record

Submissions

A software bug caused a series of fatal radiation overdoses

createdigital.org.au
3 points·by pretoriusdre·letztes Jahr·1 comments

comments

pretoriusdre
·letztes Jahr·discuss
Yes the reasoning behind the decision is clear and as you described. But I would also make the point that the decision also comes with certain consequences, to which a discussion about merits is directly relevant.
pretoriusdre
·letztes Jahr·discuss
AI generated code is generally pretty good and incredibly fast.

Seeing this new phenomenon must be difficult for those people who have spent a long time perfecting their craft. Essentially, they might feel that their skillsets are being undermined. It would be especially hard for people who associate a lot of their self-identity with their job.

Being a purist is noble, but I think that this stance is foolish. Essentially, people who chose not to use AI code tools will be overtaken by the people who do. That's the unfortunate reality.
pretoriusdre
·letztes Jahr·discuss
I really don't like using natural keys as primary keys.

Natural keys sometimes need to change for unforeseen reasons, such as identity theft, and this is really tricky to manage if those keys are cascaded into many tables as foreign keys.

Natural keys are often not unique either. Using the national ID example, there are millions of duplicate SSNs issued within USA. https://www.computerworld.com/article/1687803/not-so-unique....

So, don't use natural keys as primary keys. Put them in as surrogate keys, ideally with a unique constraint.
pretoriusdre
·letztes Jahr·discuss
CSV has caused me a lot of problems due to the weak type system. If I save a Dataframe to CSV and reload it, there is no guarantee that I'll end up with an identical dataframe.

I can depend on parquet. The only real disadvantages with parquet are that they aren't human-readable or mutable, but I can live with that since I can easily load and resave them.
pretoriusdre
·letztes Jahr·discuss
My instinct is that it would be cheaper overall to buy API credits when needed, compared with buying a top-of-the-line GPU which sits idle for most of the day. That also opens up access to larger models.
pretoriusdre
·letztes Jahr·discuss
恭喜发财
pretoriusdre
·letztes Jahr·discuss
It's quite amazing to watch the 'reasoning' process unfolding when asking a complicated coding question. It forms deep insights within minutes, that would take me several hours to formulate on my own.
pretoriusdre
·letztes Jahr·discuss
Maybe someone will build a gen-AI Colosseum where AI slaves endlessly compete for supremacy on our meaningless tasks.
pretoriusdre
·letztes Jahr·discuss
Websites these days don't seem to use 'Under construction' animated gifs, and I think they are probably worse for it.
pretoriusdre
·letztes Jahr·discuss
Dimmable, adjustable color-temperature bulbs are one of those things which seem a bit unnecessary at first, but they really do make a big difference for quality of life. I use Wifi-enabled globes. On the plus side they have beautiful aesthetics but on the downside my lightglobes are probably going to get hacked and join a botnet.
pretoriusdre
·letztes Jahr·discuss
Nice one. If I'm reading this right, the chances of successful exit are roughly 15%? That seems like some good odds considering the potential asymmetrical upside.
pretoriusdre
·letztes Jahr·discuss
Cheers this is useful info. I almost made the same mistake.
pretoriusdre
·letztes Jahr·discuss
Great article. We hear so much about the unicorns of the world that we sometimes forget about the countless other failed ventures. In these cases, it doesn't mean that the idea was bad, or that the founders weren't good enough. Sometimes it's just that luck wasn't on-side.
pretoriusdre
·letztes Jahr·discuss
I live in Singapore and see a lot of BYD cars here. They seem quite good.