Faresh

joined 2 years ago
[–] Faresh@lemmy.ml 1 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

But they deal with many knives (and other sharp objects) and super hot liquids, and I imagine if you are working in a kitchen that serves a lot of people, you are also going to be dealing with some heavy stuff (eg. kegs and big pots)

[–] Faresh@lemmy.ml 1 points 2 weeks ago (6 children)

Aren't chefs supposed to wear steel toed footwear? I wonder if steel toed crocs are common.

[–] Faresh@lemmy.ml 8 points 3 weeks ago (2 children)

Ich glaube, nur wenige befürworten dies. Wenn wir aber Alkohol mit Tabak vergleichen, merken wir, dass Bierflaschen keine Bilder von kaputten Lebern tragen müssen, dass Alkohol in öffentlichen Medien geworben werden darf, und dass es nicht etwas wie ein Rauchoktoberfest gibt.

[–] Faresh@lemmy.ml 2 points 3 weeks ago

~~I don't think ð was pronounced exactly the same way as th~~Seems like I was thinking of other languages where they were/are pronounced differently.

[–] Faresh@lemmy.ml 33 points 3 weeks ago

There are two of them (the other). The one posted by a lemmygrad user has less librained comments (probably because the lib instances blocked lemmygrad a long time ago).

[–] Faresh@lemmy.ml 5 points 3 weeks ago (1 children)

Linux is the kernel, not the OS. RedStar uses Linux as the kernel.

[–] Faresh@lemmy.ml 7 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

Don't disposable gloves work for any hand you may have? You just turn it if you need to put it on another hand.

[–] Faresh@lemmy.ml 6 points 3 weeks ago (1 children)

Comments are super useful but soooo overused

I think overusing comments is a non-issue. I'd rather have over-commented code that doesn't need it, over undocumented code without comments that needs them. If this over-commenting causes some comments to be out of date, those instances should hopefully be obvious from the code itself or the other comments and easily fixed.

[–] Faresh@lemmy.ml 25 points 3 weeks ago

I think the joke is that there's indeed unequivocally just three, and that one of them still says four despite that fact, contradicting the readers expectations who normally for this format expects the middle thing to be something that changes with perspective (eg. 6 vs 9)

[–] Faresh@lemmy.ml 5 points 1 month ago* (last edited 1 month ago)

you’re not usually directly accessing/working on the hardware

I mean, you are. Sure, there's a layer of abstraction when doing tasks that require the intervention of the kernel, but you are still dealing with cpu registers and stuff like that. Merely by writing in assembly you are making your software less portable because you are writing for a specific ISA that only a certain family of processors can read, and talking with the kernel through an API or ABI that is specific to the kernel (standards like Posix mitigate the latter part somewhat, but some systems (windows) aren't Posix compilant).

[–] Faresh@lemmy.ml 54 points 1 month ago* (last edited 1 month ago) (3 children)

Writing it in assembly would make it pretty much the opposite of portable (not accounting for emulation), since you are directly giving instructions to a specific hardware and OS.

[–] Faresh@lemmy.ml 1 points 1 month ago

Thanks! Yeah, typescript was just an example that I gave because it was made to tackle the perceived problems in javascript. I never used it myself and just mentioned it to explain the idea I was getting at.

view more: ‹ prev next ›