[-] Doods@infosec.pub 1 points 2 weeks ago

you can set a CSS name, wich isn’t a CSS class and doesn’t use a leading dot.

Yeah that's what I've been using all along.

[-] Doods@infosec.pub 1 points 3 months ago

bad hygiene (for olodumarè’s sake, bathe daily, and if possible brush your teeth at least twice a day).

I know this is popular in this thread, but how to achieve that? I shower 0-3 a day, with 0 being in days waiting for the washing machine for I have showered too much, and have no clothes remaining.

It seems no matter what I do, someone thinks I accidentally opened a shower on myself by how sweaty wet my underwear is, then proceeds to tell me I smell awful and banishes me from society back to my computer, which is what I would be doing anyway, also that person is the only one that complains and they (singular) can't handle heat at all.

I just checked and the temperature goes up to 42*, I don't know how hot that is, since I never look at weather, if it's hot I bear with it, if it's cold I ~~get sick for 3 days~~ bear with it.

Also I only wear winter-y jackets for some reason (A joke that went too far that's been lasting for 3 years?), people underestimate how good they are at shading, and they come with a built-in hat, and protect your body better than any T-shirt ever could.

Wait did I just answer my own question?

[-] Doods@infosec.pub 1 points 3 months ago* (last edited 3 months ago)

It's hard to answer your request because, you see, your statement is like saying: "Everything is just atoms, so everything is basically the same", it is "reductionist" of higher values, which even atheists have, but the statement itself cannot be denied, nor replaced with an alternative.

Edit: I read your other replies, and you seem to not need this one, to ignore it.

[-] Doods@infosec.pub 1 points 4 months ago

The problem solving though?

[-] Doods@infosec.pub 1 points 6 months ago

No, it is not, people have been using 8-space tabs even back when terminals were limited to 80 characters.

[-] Doods@infosec.pub 1 points 6 months ago

A single match statement inside a function inside an impl is already 4 levels of indentation.

How about this?

The preferred way to ease multiple indentation levels in a switch statement is to align the switch and its subordinate case labels in the same column instead of double-indenting the case labels. E.g.:

switch (suffix) {
case 'G':
case 'g':
        mem <<= 30;
        break;
case 'M':
case 'm':
        mem <<= 20;
        break;
case 'K':
case 'k':
        mem <<= 10;
        /* fall through */
default:
        break;
}

I had some luck applying this to match statements. My example:


let x = 5;

match x {
5 => foo(),
3 => bar(),
1 => match baz(x) {
	Ok(_) => foo2(),
	Err(e) => match maybe(e) {
		Ok(_) => bar2(),
		_ => panic!(),
		}
	}
_ => panic!(),
}

Is this acceptable, at least compared to the original switch statement idea?

[-] Doods@infosec.pub 1 points 6 months ago* (last edited 6 months ago)

I am on Pop!_OS, I ran sudo apt install cosmic*.

Don't worry, you're not missing out on much, running video games, or any OpenGL thing including 2D games and GPU-accelerated terminal emulators is a bad experience, and alt+f4 isn't implemented, and f11 to fullscreen is janky, and theming for buttons and such is clearly alpha.

The promise of an Arabic-supporting, Rust based, GPU-accelerated terminal is too attractive, however, as I was teared between multilingual terminal, Wezterm, Alacritty and Kitty for a while.

The first is horrible at everything but supporting languages, the second is really janky, the third doesn't support tabs, the fourth has bad theming and customization.

[-] Doods@infosec.pub 1 points 6 months ago

Flatpaks never worked for me though, last I tried was 38.

Also didn't something happen in relation to some encoding?

Pop!_OS would be my recommendation, semi-rolling for sweet driver updates, Ubuntu based for easy searching (how to do x on Ubuntu) and Large software support.

I just remembered that Pop!_OS doesn't ship with vanilla gnome, sadly, which degrades its position as a recommendation.

[-] Doods@infosec.pub 1 points 6 months ago* (last edited 6 months ago)

The only aid that could actually help is buying Palestinians guns, carried by people who know how to use them.

[-] Doods@infosec.pub 1 points 7 months ago

Immediately recognized that experiment.

[-] Doods@infosec.pub 1 points 1 year ago

If they support Macs then whatever these things' market share is, I suppose.

view more: ‹ prev next ›

Doods

joined 1 year ago