muntedcrocodile

joined 1 year ago
[–] muntedcrocodile@lemm.ee 11 points 2 months ago* (last edited 2 months ago)

Its not cos google pay needs to much access its cos google pay needs a special certificate to sign the operating system. The Google android devs love GrapheneOS as they push lots of security patches and bug fixes so they tried to get GrapheneOS signed. Google then ignored GrapheneOS and their own android devs and refuses to sign GrapheneOS. Its purely because google are assholes who don't want it to work on GrapheneOS.

[–] muntedcrocodile@lemm.ee 3 points 2 months ago (3 children)

This is where you need a V8 turbo on you lawnmower. speed and power

[–] muntedcrocodile@lemm.ee 7 points 2 months ago

Green Superiority gang go brrrrrr

[–] muntedcrocodile@lemm.ee 5 points 2 months ago

https://lemmy.fediverse.observer/ isnt always correct, because it uses IPs, so anything behind the cloud flare will look like it's from the US, even if it's not.

[–] muntedcrocodile@lemm.ee 6 points 2 months ago (2 children)

You seem like the sort of guy to stand next to someone in the urinal.

[–] muntedcrocodile@lemm.ee 1 points 2 months ago (4 children)

I like the exception being raised their is no reason I should be passing in None to the function it means I've fucked up the value of whatever I'm passing in at some point.

[–] muntedcrocodile@lemm.ee 2 points 2 months ago

By stretchy do they mean slightly less brittle and thus slightly more impact resistant? Not that this is a problem we need solving. The biggest issues we need to solve in technology are batter and glass

[–] muntedcrocodile@lemm.ee 1 points 2 months ago (1 children)

But that's an extra step of logic u must hold in ur head while trying to understand 12 other things.

[–] muntedcrocodile@lemm.ee 0 points 2 months ago (6 children)

I do web dev

Theirs ur problem.

But in all seriousness I think if u def some_func(*args, kwarg=[]) Is a more explicit form of def some_func(*args, kwarg=None)

[–] muntedcrocodile@lemm.ee 2 points 2 months ago

OK so you want something simple that just works and will give you minimal headaches.

I see from ur comments ur running nvidia which is a pain to get drivers working for on some distros but some have a graphical installer to get then going.

I would defiantly recommend mint as its based on one of the most common disros giving u extremely transferable knowlege and very simmillar to windows.

As people have said check protondb u will only really have issues with anti cheat games. Indie games I find often have better Linux support but check protondb.

If u wanna duel boot so u can still use windows then I reccommend a separate drive. Windows on a separate partition but the same drive is unhappy and its known that windows will sometimes purposely blow up Linux cos Microsoft hates you.

If you are going to duelboot then for security u will want windows 11 but its shit so I recommend tiny11 or cristitis's debloater to uninstall all the crap.

[–] muntedcrocodile@lemm.ee 1 points 2 months ago (3 children)

Because I have to do the is this falsy to what I'm actually interested conversion in my head.

Say ur deep inside some complicated piece of logic and u are trying to understand. Now u have a bunch of assumptions in your head. You should be trying to eliminate as many if these assumptions with good code as possible eg u test ur fail case and return/continue that so u don't need to keep that assumption in ur head.

Say I then come along a if not x then you have to figure out what is x what is the truthiness of its type. If I come across an if len(x) == 0 then I automatically know that x is some collection of objects and I'm testing its emptiness.

view more: ‹ prev next ›