gchristensen changed the topic of #nixos-chat to: NixOS but much less topical || https://logs.nix.samueldr.com/nixos-chat
<infinisil> ,jdwhat
<{^_^}> infinisil: Did you mean jDwhat?
<{^_^}> jD91mZM2
<gchristensen> LOL
<samueldr> one day we should ask for their password; to know what's their name
<infinisil> Hah
jasongrossman has joined #nixos-chat
<infinisil> > let s = removePrefix "#" "#1d1f21"; in concatStringsSep "/" [ (substring 0 2 s) (substring 2 2 s) (substring 4 2 s) ]
<{^_^}> error: undefined variable 'removePrefix' at (string):7:9
<infinisil> ottidmes: Fixed :)
<infinisil> Hmm, but why is removePrefix undefined
<infinisil> > attrNames
<{^_^}> error: undefined variable 'attrNames' at (string):7:1
<infinisil> Oh duh
<infinisil> Hold
<infinisil> > let s = removePrefix "#" "#1d1f21"; in concatStringsSep "/" [ (substring 0 2 s) (substring 2 2 s) (substring 4 2 s) ]
<{^_^}> "1d/1f/21"
<ottidmes> well done!
hedning has quit [Quit: hedning]
<gchristensen> can't get projectA to pass the borrow checker, so time to ditch and go to proectB I think
Lisanna has quit [Ping timeout: 246 seconds]
pie__ has quit [Remote host closed the connection]
pie___ has joined #nixos-chat
etu has quit [Read error: Connection reset by peer]
etu has joined #nixos-chat
lopsided98 has quit [Quit: Disconnected]
lopsided98 has joined #nixos-chat
lopsided98 has quit [Client Quit]
lopsided98 has joined #nixos-chat
<gchristensen> woot my rust program is processing 166,946,768 records in 55s
<gchristensen> of all the .narinfo files in the binary cache, there are 6 which are <= 435 bytes, and 16407 <= 440 bytes
<gchristensen> oops -- just 1 <= 435.
<samueldr> what does this mean?
<gchristensen> nothing, really.
<samueldr> ah, I thought there was some significance to those numbers
<gchristensen> I'm a bit impressed it goes from 1 to 16.5k in 5 bytes :)
lassulus_ has joined #nixos-chat
lassulus has quit [Ping timeout: 250 seconds]
lassulus_ is now known as lassulus
ottidmes has quit [Ping timeout: 250 seconds]
drakonis1 has quit [Remote host closed the connection]
jasongrossman has quit [Ping timeout: 268 seconds]
endformationage has quit [Quit: WeeChat 2.3]
jasongrossman has joined #nixos-chat
jD91mZM2 has joined #nixos-chat
jD91mZM2 has quit [Ping timeout: 245 seconds]
jD91mZM2 has joined #nixos-chat
ottidmes has joined #nixos-chat
rawreraw has joined #nixos-chat
Guanin has joined #nixos-chat
pie___ has quit [Remote host closed the connection]
pie___ has joined #nixos-chat
rawreraw has quit [Ping timeout: 240 seconds]
rawreraw has joined #nixos-chat
rawreraw has quit [Quit: WeeChat 2.3]
hedning has joined #nixos-chat
hedning has quit [Quit: hedning]
__monty__ has joined #nixos-chat
pie__ has joined #nixos-chat
pie___ has quit [Remote host closed the connection]
hedning has joined #nixos-chat
hedning has quit [Quit: hedning]
hedning has joined #nixos-chat
hedning has quit [Client Quit]
jD91mZM2 has quit [Ping timeout: 246 seconds]
jD91mZM2 has joined #nixos-chat
drakonis has joined #nixos-chat
drakonis_ has joined #nixos-chat
drakonis has quit [Ping timeout: 252 seconds]
drakonis has joined #nixos-chat
drakonis_ has quit [Ping timeout: 252 seconds]
pie___ has joined #nixos-chat
pie__ has quit [Remote host closed the connection]
clever has quit [Ping timeout: 246 seconds]
drakonis_ has joined #nixos-chat
drakonis has quit [Ping timeout: 252 seconds]
<samueldr> I made a mistake in a thing I'm looking at fixing... and it's running wayyyyyyyy slower than it would normally, like order of magnitudes :/ but it's been working fine and if it doesn't fail, it would at least tell me this is possibly a good solution... I just can't wait for it to finish
<samueldr> and the computer sounds like it's trying to take off during all that time
endformationage has joined #nixos-chat
jasongrossman has quit [Ping timeout: 252 seconds]
jD91mZM2 has quit [Ping timeout: 250 seconds]
ottidmes has quit [Ping timeout: 245 seconds]
<tilpner> gchristensen: Oh! Did you write your own parser or use mine?
<tilpner> (The .narinfo parser is easier than the .drv parser, so a simple split by newline and split by ': ' would be quicker than taking mine)
__monty__ has quit [Quit: leaving]
<pie___> i keep thinking how maybe nixos kind of obsoletes distros, or that it could
<pie___> or that it could make distros easier
<pie___> *shrug* :p
<samueldr> nixos has that feature where you can stray so far away from a "stock" nixos install that it makes it hard to help others :)
<samueldr> it just works so well to do weird things
<samueldr> one thing I like, and is annoying to do on other distros, is to bring in silly kernel patches
<samueldr> I have the gobohide patch (originally from gobolinux) on my systems
<samueldr> keyword here is silly!
<elvishjerricco> How do you add commands to be run at `switch-to-configuration boot`?
drakonis has joined #nixos-chat
Drakonis__ has joined #nixos-chat
drakonis1 has joined #nixos-chat
drakonis_ has quit [Ping timeout: 240 seconds]
drakonis has quit [Ping timeout: 252 seconds]
Drakonis__ has quit [Ping timeout: 252 seconds]
drakonis1 has quit [Read error: Connection reset by peer]
<pie___> samueldr, :>
<pie___> samueldr, whats the gobohide stuff
<pie___> samueldr, you know what would be cool, if you can just get other peoples configs, fix their shit on ur machine, then send them the fixes
<samueldr> this is basically the way a rootkit could hide itself
<samueldr> but done for "no good reason"!
<pie___> hehe