HackerTrans
トップ新着トレンドコメント過去質問紹介求人

powerhugs

no profile record

コメント

powerhugs
·昨年·議論
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
·昨年·議論
Rootless, daemonless, hardware passthrough, no Docker Inc pulling the rug, etc etc
powerhugs
·昨年·議論
I went with podman in 2020 when docker acted out last time and haven't looked back since.
powerhugs
·昨年·議論
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
·昨年·議論
Alright!, sorry for the misunderstanding on my part.
powerhugs
·昨年·議論
No, it was just an play on his lack of backbone, lol
powerhugs
·昨年·議論
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
·昨年·議論
You think you are funny?
powerhugs
·昨年·議論
That's already happening.
powerhugs
·昨年·議論
> 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
·昨年·議論
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
·昨年·議論
So, no?
powerhugs
·昨年·議論
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
·昨年·議論
> 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
·昨年·議論
> 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
·昨年·議論
SponsorBlock specifically blocks sponsor segments in YT videos.
powerhugs
·昨年·議論
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
·昨年·議論
Not OP, but you might be looking for https://www.transkribus.org/
powerhugs
·昨年·議論
> 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
·昨年·議論
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