space_comrade

joined 3 years ago
[–] [email protected] 7 points 1 month ago (5 children)

I've tried a lot of these veggie burgers and tbh at least where I'm from most of the time they kinda suck. I've had a few really really good ones but mostly they tasted mid.

[–] [email protected] 6 points 2 months ago (1 children)

Would that have even worked? I can't imagine you'd be able to get anything better than PS2 graphics with just an extra CPU.

[–] [email protected] 4 points 3 months ago

Interesting perspective, never really looked at it like that, I've always just interacted with the corporatized bullshit implementations of Agile.

It seems Agile really did have a kernel of worker self management in it but the original people behind it didn't have the right ideological framework to realize that this is what they're trying to achieve.

[–] [email protected] 26 points 3 months ago* (last edited 3 months ago) (3 children)

Agile is the anarchism of software development: sounds nice on a high level but basically no theoretical foundation behind it and thus in practice everybody makes it whatever the fuck they want it to be.

[–] [email protected] 2 points 3 months ago* (last edited 3 months ago)

Strange, usually things just work there considering the limited hardware variety. Is it an older Mac? I'm typing this on an M2 macbook and it works perfectly.

Anyway try to dig into the config and check if you're using hardware rendering: https://fedoraproject.org/wiki/Firefox_Hardware_acceleration

If it turns out you're using software rendering try forcing hardware rendering on: https://jamcity.helpshift.com/hc/en/6-genies-and-gems/faq/5737-how-do-i-enable-hardware-acceleration-on-my-browser/

[–] [email protected] 2 points 3 months ago* (last edited 3 months ago) (2 children)

Sounds to me like some hardware issue, I've literally never experienced any of this in the last 5 years on Firefox. My guess is considering it works fine with other browsers the graphics drivers are a bit wonky, or maybe Firefox is falling back to software rendering for some reason. Are you using Linux or Windows?

[–] [email protected] 2 points 3 months ago (4 children)

Wym? Youtube works just fine for me with uBlock Origin. Very rarely there's some wonkiness but nothing unbearable.

[–] [email protected] 3 points 9 months ago* (last edited 9 months ago)

Gitgui is pretty great too if you need a bit of interactivity. It's bare bones and no bullshit but can still do like 90% of what all the other fancy tools can do.

[–] [email protected] 26 points 9 months ago

2000 can absolutely be a representative sample size. The bigger worry here is sampling bias rather than sample size.

[–] [email protected] 5 points 9 months ago (1 children)

Protip for always looking busy at an office job: walk fast around the office with a notepad and pencil in hand, even if you're just going for a break or a shit, makes it seems like you're very busy with meetings and such.

[–] [email protected] 20 points 10 months ago* (last edited 10 months ago)

Also no higher-order functions like map, filter, reduce etc.

Really weird design decision for a brand new language.

Comptime is pretty dope tho, I wish Rust had that instead of relying on macros so much.

[–] [email protected] 13 points 10 months ago* (last edited 10 months ago)

It's not THAT complicated but I wouldn't call it dead simple. When you understand how git works internally yeah it's pretty simple but people usually start with the idea that it's a tool to put your code on a server to synchronize with other people and only later learn that you have both a local and a remote (or multiple remote) tree and how the tree really works.

I think the problem is most git 101 tutorials teach it wrong, IMO the best git tutorial is this: https://wildlyinaccurate.com/a-hackers-guide-to-git/

Unfortunately it's pretty dense so it's gonna scare off a lot of newbies.

view more: next ›