HackerTrans
TopNewTrendsCommentsPastAskShowJobs

powerhugs

no profile record

comments

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