Or you can set the vm.swappiness sysctl to 0.
I'm happy with a TFA Dostmann 31.5009.02 Monitor CO2 AIRCO2NTROL Coach. Does what it says and you can get the measurements over USB if you want too.
[yet another reference to Ansible, sorry! :)] This looks like infinity times better than Ansible in some cases and somewhat worse in others (python.call every time I'd need to access a previous operation's result feels…
https://rnote.flxzt.net/ is pretty nice on Linux (for one-off drawings, not really for organizing them I think)
If I understand correctly, you mean turbo roundabouts https://www.ms2soft.com/resources/turbo-roundabouts/ ? If so, IMO they're the best thing that happened to roundabout design ever. You do need to choose a lane before…
> some risk of a null slipping into a filename Only in some fairly esoteric environments: https://en.wikipedia.org/wiki/Filename#Comparison_of_filenam...
> Also, side note, the “copy con outputfilename.txt” idiom is one that I still can’t ever remember how to do the equivalent on UNIX/Linux! cat > outputfilename.txt
I used external FHD displays and the result was a blurry mess with obvious fractional scaling applied (nothing was aligned to pixel boundaries)
or fn twiddle<I>(foozles: I) where I: Iterator<Item=Foozle> (or probably IntoIterator<Item=Foozle>). `impl T` is (modulo some details I don't remember right now) just syntactic sugar for this.
Same. It takes a little effort to read but it's understandable and it does feel Croatian or thereabouts. On a somewhat funny note, Chrome decided to translate the page in Interslavic from Czech to Polish and did a…
> It really depends on what the meaning of None is. Exactly. This will generally be application specific so we can't choose The One Right Definition for adding `Option<i32>`s. > Yours make sense if it means "zero", but…
I agree with all your other points but > > We can’t perform arithmetic on an Option<int> any more than we could on a List<int>. > Why not? One sensible definition is (...) It's not the only sensible definition. It would…
Is this viable as a backup/archive format? Would it make sense to e.g. have an incremental backup as a DwarFS file, referring to the base backup in another DwarFS file?
Exclamation mark. e.g. println!("hello, world"); or todo!(); are macro invocations.
> I mean, how many connection types exist? Two? https://developer.android.com/reference/java/net/URLConnecti...
ifconfig enp2s0:1 192.168.1.42 Now try ip addr add dev enp2s0 192.168.42.1/24 and observe how ifconfig ignores the second IP on the same interface. enp2s0:1 is an alias to enp2s0, not enp2s0 itself. To replicate your…
Not sure how this integrates with Go's database drivers but from the Postgres side: 1. NULLIF(the_uuid, '0000-000000-00000-0000') https://www.postgresql.org/docs/current/functions-conditiona... 2. on insert/update rules…
In Poland the in-house bakery in a grocery store is the cheap and convenient way to get bread if you can't be bothered to get actual quality (not made from deeply frozen dough). So if the Polish baseline is super fancy…
Polish has darmowe (as in beer) and wolne (as in freedom). Ironically, wolne also means slow.
Long-time user of Terraform here, never used CloudFormation. Where does CloudFormation beat Terraform?
At least one did. Source: interviewed him.
Two ways to do this with window functions (there's probably a better one but this is what I came up with quickly): 1. Subquery SELECT * FROM ( SELECT u.user, i.text, row_number() OVER (PARTITION BY i.user ORDER BY…
Of course. I'm not telling anybody to run on kimsufi, like I'm not running kimsufi myself, but on brand-new Supermicro machines that check all your boxes. Kimsufi is still dedicated hardware (however low-end) that costs…
https://www.kimsufi.com/us/en/ Granted, that's the bottom of the barrel (single disk, no IPKVM etc.), but $100 keeps you running for over a year. Better servers are easily available as well, usually a couple of times…
grep [h]aproxy
Or you can set the vm.swappiness sysctl to 0.
I'm happy with a TFA Dostmann 31.5009.02 Monitor CO2 AIRCO2NTROL Coach. Does what it says and you can get the measurements over USB if you want too.
[yet another reference to Ansible, sorry! :)] This looks like infinity times better than Ansible in some cases and somewhat worse in others (python.call every time I'd need to access a previous operation's result feels…
https://rnote.flxzt.net/ is pretty nice on Linux (for one-off drawings, not really for organizing them I think)
If I understand correctly, you mean turbo roundabouts https://www.ms2soft.com/resources/turbo-roundabouts/ ? If so, IMO they're the best thing that happened to roundabout design ever. You do need to choose a lane before…
> some risk of a null slipping into a filename Only in some fairly esoteric environments: https://en.wikipedia.org/wiki/Filename#Comparison_of_filenam...
> Also, side note, the “copy con outputfilename.txt” idiom is one that I still can’t ever remember how to do the equivalent on UNIX/Linux! cat > outputfilename.txt
I used external FHD displays and the result was a blurry mess with obvious fractional scaling applied (nothing was aligned to pixel boundaries)
or fn twiddle<I>(foozles: I) where I: Iterator<Item=Foozle> (or probably IntoIterator<Item=Foozle>). `impl T` is (modulo some details I don't remember right now) just syntactic sugar for this.
Same. It takes a little effort to read but it's understandable and it does feel Croatian or thereabouts. On a somewhat funny note, Chrome decided to translate the page in Interslavic from Czech to Polish and did a…
> It really depends on what the meaning of None is. Exactly. This will generally be application specific so we can't choose The One Right Definition for adding `Option<i32>`s. > Yours make sense if it means "zero", but…
I agree with all your other points but > > We can’t perform arithmetic on an Option<int> any more than we could on a List<int>. > Why not? One sensible definition is (...) It's not the only sensible definition. It would…
Is this viable as a backup/archive format? Would it make sense to e.g. have an incremental backup as a DwarFS file, referring to the base backup in another DwarFS file?
Exclamation mark. e.g. println!("hello, world"); or todo!(); are macro invocations.
> I mean, how many connection types exist? Two? https://developer.android.com/reference/java/net/URLConnecti...
ifconfig enp2s0:1 192.168.1.42 Now try ip addr add dev enp2s0 192.168.42.1/24 and observe how ifconfig ignores the second IP on the same interface. enp2s0:1 is an alias to enp2s0, not enp2s0 itself. To replicate your…
Not sure how this integrates with Go's database drivers but from the Postgres side: 1. NULLIF(the_uuid, '0000-000000-00000-0000') https://www.postgresql.org/docs/current/functions-conditiona... 2. on insert/update rules…
In Poland the in-house bakery in a grocery store is the cheap and convenient way to get bread if you can't be bothered to get actual quality (not made from deeply frozen dough). So if the Polish baseline is super fancy…
Polish has darmowe (as in beer) and wolne (as in freedom). Ironically, wolne also means slow.
Long-time user of Terraform here, never used CloudFormation. Where does CloudFormation beat Terraform?
At least one did. Source: interviewed him.
Two ways to do this with window functions (there's probably a better one but this is what I came up with quickly): 1. Subquery SELECT * FROM ( SELECT u.user, i.text, row_number() OVER (PARTITION BY i.user ORDER BY…
Of course. I'm not telling anybody to run on kimsufi, like I'm not running kimsufi myself, but on brand-new Supermicro machines that check all your boxes. Kimsufi is still dedicated hardware (however low-end) that costs…
https://www.kimsufi.com/us/en/ Granted, that's the bottom of the barrel (single disk, no IPKVM etc.), but $100 keeps you running for over a year. Better servers are easily available as well, usually a couple of times…
grep [h]aproxy