gchristensen changed the topic of #nixos-chat to: NixOS but much less topical || https://logs.nix.samueldr.com/nixos-chat
drakonis_ has quit [Ping timeout: 276 seconds]
Guanin has joined #nixos-chat
waleee-cl has quit [Quit: Connection closed for inactivity]
drakonis1 has joined #nixos-chat
soju has joined #nixos-chat
Remosi has quit [Quit: ZNC - http://znc.in]
drakonis_ has joined #nixos-chat
Remosi has joined #nixos-chat
drakonis has quit [Ping timeout: 252 seconds]
Remosi- has joined #nixos-chat
Remosi has quit [Ping timeout: 246 seconds]
Guanin_ has joined #nixos-chat
Guanin has quit [Read error: Connection reset by peer]
das_j has quit [Remote host closed the connection]
das_j has joined #nixos-chat
Guanin_ has quit [Remote host closed the connection]
drakonis1 has quit [Quit: WeeChat 2.6]
<andi-> Indeed even FBSD has their own review infra :)
<samueldr> they're using phabricator
<samueldr> no?
<samueldr> (yes)
<samueldr> every time I've followed a link to a phabricator instance, I've been amazed at just how... usable... it is
<samueldr> big hunking diffs, no lag, no skipped diff parts
<aleph-> Eyep
<aleph-> We use it at work, it's great
<samueldr> AFAICT, the main issue with phabricator is how it does not work on the pull request "à la github" principle
<aleph-> Right
<samueldr> which some people see as an issue
<aleph-> Yeah I miss it a bit. But diffs are basically that
cjpbirkbeck has joined #nixos-chat
aleph- has quit [Quit: WeeChat 1.6]
mog has quit [Quit: im quiting!]
<andi-> You can have Diffs that have dependencies between each other. Obviously for some people a *huge* change of developer experience. I am kind of liking it (having to deal with phab at a customer).
<samueldr> interesting
<samueldr> never had the (I assume) pleasure to try it out for real
<samueldr> but it looked like it was fully-featured to *manage* projects too
<samueldr> like project management is not attached to a repo
<samueldr> there were neat looking things, like a module made for annotating graphical mock-ups
rardiol has quit [Ping timeout: 265 seconds]
mog has joined #nixos-chat
<samueldr> everything looked like entirely inter-linkabl
<samueldr> linkable*
<samueldr> ... but I *know* that for some people, not copying wholesale the "github pull request" way of working is a no-go :/
aleph- has joined #nixos-chat
cjpbirkbeck has quit [Quit: Quitting now.]
__monty__ has joined #nixos-chat
__monty__ has quit [Client Quit]
__monty__ has joined #nixos-chat
psyanticy has joined #nixos-chat
Jackneill has joined #nixos-chat
drakonis has joined #nixos-chat
drakonis_ has quit [Ping timeout: 265 seconds]
rardiol has joined #nixos-chat
<talyz> qyliss gchristensen sphalerite: the pure gtk3 fork works for me (thanks to gchristensen's patch)! Scaling is still an issue, though - only the menu items are crisp, the buffer is still blurry :/
drakonis_ has joined #nixos-chat
drakonis has quit [Ping timeout: 250 seconds]
drakonis has joined #nixos-chat
<gchristensen> same
__monty__ has quit [Quit: leaving]
waleee-cl has joined #nixos-chat
rardiol has quit [Ping timeout: 240 seconds]
rardiol has joined #nixos-chat
rardiol has quit [Ping timeout: 240 seconds]
rardiol has joined #nixos-chat
rardiol_ has joined #nixos-chat
rardiol has quit [Ping timeout: 265 seconds]
evanjs has quit [Quit: ZNC 1.7.4 - https://znc.in]
evanjs has joined #nixos-chat
<adisbladis> Are other people also having issues with their yubikeys being unreliable?
<adisbladis> I don't know if it's the yubikey or just gpg (or maybe even pcscd) that sucks
<adisbladis> I'm this close: >< to rage quit gpg-agent
endformationage has joined #nixos-chat
<sphalerite> adisbladis: unreliable in what way? I've had some issues on and off but they've generally turned out to be my fault
<adisbladis> sphalerite: For one booting with the yubikey plugged in never works, I have to restart pcscd/gpg-agent every single time
<adisbladis> (on both my laptop and desktop systems, so this is reliable)
<sphalerite> adisbladis: hm, maybe relevant udev rules aren't loaded at the right time?
evanjs has quit [Quit: ZNC 1.7.5 - https://znc.in]
<adisbladis> sphalerite: It's also not 100% reliable even plugging it after that
<sphalerite> huh, ok…
<adisbladis> This is reproducible with all my 3 yubikeys
evanjs has joined #nixos-chat
drakonis_ has quit [Ping timeout: 246 seconds]
drakonis_ has joined #nixos-chat
drakonis has quit [Quit: WeeChat 2.6]
<sphalerite> adisbladis: what do your udev rules look like?
<sphalerite> (I don't think I've booted with the yubikey plugged in recently, I very rarely boot at all)
drakonis has joined #nixos-chat
drakonis_ has quit [Ping timeout: 265 seconds]
evanjs has quit [Quit: ZNC 1.7.4 - https://znc.in]
evanjs has joined #nixos-chat
drakonis has quit [Ping timeout: 250 seconds]
drakonis has joined #nixos-chat
evanjs has quit [Quit: ZNC 1.7.4 - https://znc.in]
evanjs has joined #nixos-chat
rardiol_ has quit [Ping timeout: 265 seconds]
<adisbladis> sphalerite: The udev rules are not the problem... The problem seems to lie somewhere in pcscd
<adisbladis> As a restart of pcscd resolves the issue, without triggering any changes in regards to udev
<thefloweringash> I have this too. I put a pcscd restart into my wrapper script :-\
<steveeJ> is there a way to enable ccache for kernels built by nix?ix
<sphalerite> oh yeah actually pcscd has hung occasionally in the past, but it's pretty rare
<steveeJ> I can confirm the yubikey/pcscd issue since switching to 19.09
<adisbladis> steveeJ: It's nothing new (and I even saw it happening on MacOS before)
<sphalerite> steveeJ: ccache is a bit problematic because it's impure. We have a ccache stdenv that relies on the sandbox being disabled and stuff iirc, I don't know any details though. Also, -> #nixos ;)
cjpbirkbeck has joined #nixos-chat
Jackneill has quit [Remote host closed the connection]
<steveeJ> sphalerite: I understand, but I trust ccache to detect if the cache has been altered or not
<steveeJ> I think for me it'd already be an optimization if the kernel build used all of my cores. I'm not sure if I'm lacking configuration for that or why it's not doing it now :D
psyanticy has quit [Quit: Connection closed for inactivity]
drakonis_ has joined #nixos-chat
tilpner has quit [Remote host closed the connection]
<eyJhb> Not quite sure to feel after hacking around with my car stereo. The scenarios I thought out was 1. Short circuit my car 2. Blow up my radio 3. Everything works 4. Nothing works and not a final 5. Nothing blows up, and it plays audio for 1 secound when using the new AUX port...
<eyJhb> The hell! Not cool Peugeot :(
Taneb has joined #nixos-chat
tilpner has joined #nixos-chat
<sphalerite> steveeJ: nix show-config | grep cores ?
aminechikhaoui has quit [Ping timeout: 240 seconds]
drakonis has quit [Quit: Leaving]
endformationage has quit [Ping timeout: 240 seconds]
aminechikhaoui has joined #nixos-chat
cjpbirkbeck has quit [Quit: Quitting now.]
<monsieurp> eyJhb: which Peugeot model is it? and what are you trying to do with your car stereo?
<monsieurp> eyJhb: setting up a car stereo in a car has to be the easiest thing ever
<monsieurp> eyJhb: is it a 1 din or 2 din car stereo btw?
drakonis_ has quit [Ping timeout: 245 seconds]
infinisi1 has joined #nixos-chat
mog- has joined #nixos-chat
pie_ has joined #nixos-chat
ddima__ has joined #nixos-chat
evanjs has quit [Remote host closed the connection]
pie__ has quit [Remote host closed the connection]
mog has quit [Ping timeout: 240 seconds]
ddima_ has quit [Ping timeout: 240 seconds]
mog- is now known as mog
kini has joined #nixos-chat
evanjs has joined #nixos-chat
hexa- has joined #nixos-chat
Jackneill has joined #nixos-chat
Jackneill has quit [Remote host closed the connection]
<adisbladis> What do we think about NixOS modules that can literally fry your hardware?
<adisbladis> I'm thinking whether I should add my overclocking module to nixpkgs or not
<gchristensen> -1 :P
<adisbladis> gchristensen: I was leaning towards that :)
<adisbladis> Not adding it that is
<adisbladis> I can just have it in a separate repo with some extra warnings :)
<adisbladis> gchristensen: Cool!
<gchristensen> :)
<adisbladis> Tbh a module is not even that useful... It takes more time figuring out what's a safe OC than it does to write a small module
endformationage has joined #nixos-chat
tokudan has quit [Quit: Dunno.]
tokudan has joined #nixos-chat
tokudan has quit [Remote host closed the connection]
tokudan has joined #nixos-chat
<colemickens> adisbladis: I just turned on the in-tree undevolt module a couple nights ago, which I think can also cause damage? I was very conservative.
rardiol has joined #nixos-chat
<adisbladis> colemickens: Hmm, the method I'm thinking of is also using MSR, so it's _very_ similar