HackerTrans
TopNewTrendsCommentsPastAskShowJobs

powerhugs

no profile record

comments

powerhugs
·geçen yıl·discuss
Huh, that's another uninformed take.

systemd is at it's core an app for running services, such as containers.

You should read up on podman and systemd before making up more arguments.
powerhugs
·geçen yıl·discuss
Rootless, daemonless, hardware passthrough, no Docker Inc pulling the rug, etc etc
powerhugs
·geçen yıl·discuss
I went with podman in 2020 when docker acted out last time and haven't looked back since.
powerhugs
·geçen yıl·discuss
I ask for our leader to condemn acts of aggression.

You read it as I want more bloodshed?

Some of us still live in democracies.
powerhugs
·geçen yıl·discuss
Alright!, sorry for the misunderstanding on my part.
powerhugs
·geçen yıl·discuss
No, it was just an play on his lack of backbone, lol
powerhugs
·geçen yıl·discuss
As another swede, I'd be happy to se Kristersson show some backbone. But he's apparently made out of snail so that won't happen.

Not condemning the aggressor over and over make us look soft, indeed.
powerhugs
·geçen yıl·discuss
You think you are funny?
powerhugs
·geçen yıl·discuss
That's already happening.
powerhugs
·geçen yıl·discuss
> Compiling shaders directly from a high level representation to the GPU ISA only really happens on consoles.

No, that's not correct. In fact, it's mostly the other way around. Consoles have known hardware and thus games can ship with precompiled shaders. I know this has been done since at least PS2 era since I enjoy taking apart game assets.

While on PC, you can't know what GPU is in the consumer device.

For example, Steam has this whole concept of precompiled shader downloads in order to mitigate the effect for the end user.
powerhugs
·geçen yıl·discuss
Or more likely, OP has multiple versions of rust installed.

I wouldn't think the code signing phase is run while the benchmark is running and thus affecting those numbers.
powerhugs
·geçen yıl·discuss
So, no?
powerhugs
·geçen yıl·discuss
Engineering isn't about working on the most interesting problems. It's about getting stuff done and management happy.

Here, parent explained in detail how to get stuff done, management very happy and secure their position for years to come.
powerhugs
·geçen yıl·discuss
> Because they already believe humans are different and superior.

This is not a matter of belief, it's a matter of observable fact.

Humans reason. LLM predict.
powerhugs
·geçen yıl·discuss
> Chatbot LLM's don't have metacognition. They don't know that they don't know.

Correct. LLM also don't have intelligence. What you and others mistake for intelligence is a very clever prediction model.

A LLM don't reason at all. It only tells you what is a most likely response based on its training data.

This is why the LLM cannot tell you it don't know.
powerhugs
·geçen yıl·discuss
SponsorBlock specifically blocks sponsor segments in YT videos.
powerhugs
·geçen yıl·discuss
So it can rust now? That's impressive!

Last time I tried it had no way of valid rust code beyond hello-world level, constantly producing code that failed the borrow checker.
powerhugs
·geçen yıl·discuss
Not OP, but you might be looking for https://www.transkribus.org/
powerhugs
·geçen yıl·discuss
> I don't again think it's a good replacement of having enums built in!

I didn't say anything along those lines, in fact I was commenting generally about this issue that you guys and the other commenters mentioned.

I was just suggesting a solution to the the problem stated.
powerhugs
·geçen yıl·discuss
It seems like none of the other comments here use or are even aware of `go generate`. Go has excellent code generation features [1].

I think parent should be using `stringer` [2] instead.

1: https://go.dev/blog/generate

2: https://pkg.go.dev/golang.org/x/tools/cmd/stringer