gchristensen changed the topic of #nixos-chat to: NixOS but much less topical || https://logs.nix.samueldr.com/nixos-chat
<joepie91> oh, I have no issue with people who have difficulty with social cues... nor with opinionated people... but when it becomes clear that they don't actually have any intention of respectfully interacting with others, that's where I draw the line :)
<samueldr> github actions were actually better in their early beta...
<samueldr> ... workflows had a graphical representation, with lines from action to each others, once parsed
<samueldr> and it used that new~ish config language from hashicorp
<samueldr> now it's just floaty YAML nonsense :/
<samueldr> that explains why I couldn't remember the name
<samueldr> it's hashicorp configuration language
<gchristensen> "the Debian project already closed half of the 3300 filed bugs related to the Python 2 removal in Debian GNU/Linux 11 "Bullseye,""
<fuzen> I wish Spotify would hurry up and get rid of python2 dependencies. It's the only thing I have that is using python2
<gchristensen> how about git?
<fuzen> Does git use py2?
<gchristensen> seems to
<gchristensen> mine does
<fuzen> It's an optional dependency
<fuzen> For helper scripts
<gchristensen> yeah, but close doesn't count when dropping py2 is the goal :P
<fuzen> Oh its just `libxss` that is using py2 not spotify. Once that dependency is gone, python2 is gone from my machine
<fuzen> Not sure why Spotify needs that though...
<joepie91> to enable support for XSS attacks, of course!
<joepie91> :P
<samueldr> screen-saver detection
<samueldr> probably transitive from chromium
<samueldr> like spotify probably doesn't itself
<infinisil> nixops still seems to use python 2 for me..
<infinisil> And pass
<infinisil> Wait no pass depends on git
<fuzen> Ah, thats probably what its using for forced screen detection. Maybe ill try force removing python2 and see what breaks
<fuzen> Err, screen lock. It pauses when the screen locks
<infinisil> Btw, command for this: nix why-depends --all /run/current-system $(nix-store -qR /run/current-system | rg python-2)
<infinisil> Shows everything depending on python
<fuzen> That would show things that are marked as needed, even if it _really_ isn't
<fuzen> Just for some functionality that I might not even use
<joepie91> error: unexpected argument '/nix/store/bzf8x5kpv3x4qi09xq2grnvccakvy7gz-python-2.7.17'
<infinisil> joepie91: Well for me the second command only returns one path
<infinisil> Maybe it returns multiple for you, which nix why-depends might not be able to handle
<clever> toss a |tail -n1 in
<clever> [root@amd-nixos:~]# nix why-depends --all /run/current-system $(nix-store -qR /run/current-system | grep python-2 | tail -n1)
<clever> mono has a single shell script that uses python, and is likely optiona
<samueldr> inkscape
<joepie91> git, playonlinux, nixops, npm, buncha arm-none-eabi stuff?, gimp, electrum, VS code, webtorrent (both of those probably due to electron), openocd...
<joepie91> yakuake?
<joepie91> do all these things really use python2?
<infinisil> python 2 is still default right? Then it's not too unexpected
<joepie91> inkscape indeed
<infinisil> > python.name
<{^_^}> "python-2.7.17"
<joepie91> pidgin
<joepie91> ah
<colemickens> As if housing in Seattle weren't f'd enough already.
<colemickens> How hard will it be to find an apartment that doesn't have Alexa pre-installed in 5 years? I love tech culture.
<samueldr> >> heating, rent payment, and key code entry
<samueldr> I think those three shouldn't be linked to a third-party system, not even a second-party (e.g. owner when you lease)
<colemickens> even worse: "which can include smart locks, water sensors, touchscreen thermostats, smart plugs, and a wireless hubs"
<colemickens> As if every single bit of that data isn't be sold.
<colemickens> Every damn startup is just about middle manning some data they can sell as their real business model.
<samueldr> >> with a choice to opt out of the system by renewing on a shorter term lease
<samueldr> not sure what it means elsewhere, but in this province less than a year's leases have almost no rights
<colemickens> I think mostly just that they can semi-justifiably charge an extra $500+ premium on the normal rent price.
<colemickens> AFAIK it's legal and extremely common for going from a fixed lease to month-to-month. :(
<colemickens> I think of it akin to jobs and health insurance. It's more shackles for most americans. :(
<aanderse> oh the irony of protonmail sending me an e-mail thanking me for helping "build a private internet" and then linking to facebook
<samueldr> I'm at the point, when working on "CI workflows" where all my commit messages are onomatopeias
<samueldr> primal sounds
<samueldr> because of how annoying it is to test said workflows since it kinda has to happen on the remote machine
drakonis has joined #nixos-chat
<samueldr> (continuing from #nixos) the archive program is weird
<samueldr> they'll skip any binaries over IIRC 100KiB (or was it 10?)
<samueldr> so many of these "archived" repos will be broken
<gchristensen> yup...
<samueldr> pictures?
<samueldr> there were no pictures in 2019
waleee-cl has quit [Quit: Connection closed for inactivity]
<infinisil> I've recently started using slack.. Does it scroll around randomly for other people too or just me?
<infinisil> Like whenever I resize the window perhaps. I have to scroll down all the way again
<infinisil> Really annoying
<infinisil> Especially because slack's infinite timeline is lazy, so the scroll bar just pops back up when you arrive at the bottom and it loads some more..
soju has quit [Quit: Connection closed for inactivity]
<joepie91> samueldr: they'll also apparently do the default branch?
<joepie91> which seems... odd... when only saving deviations is basically a core part of git's design
<samueldr> yeah
<joepie91> dunno, it feels like another case of overpromising
soju has joined #nixos-chat
drakonis has quit [Quit: WeeChat 2.6]
drakonis has joined #nixos-chat
LnL has quit [Read error: Connection reset by peer]
LnL has joined #nixos-chat
<andi-> infinisil: yes it is super annoying
<andi-> infinisil: it does it even on the android app... I do not get it. I wonder what slack is using internally to not realize that issue.
<infinisil> Damn
soju has quit [Quit: Connection closed for inactivity]
endformationage has quit [Ping timeout: 246 seconds]
red[evilred] has quit [Quit: Idle timeout reached: 10800s]
Church- has quit [Quit: I'm divorcing the channel]
pie_ has quit [Remote host closed the connection]
pie_ has joined #nixos-chat
xd1le has joined #nixos-chat
__monty__ has joined #nixos-chat
<eyJhb> I really wish I had more time for NixOS fun atm. :(
<eyJhb> ar: damn, that is cool!
<eyJhb> Now Linux is beginning to get better features than Windows regarding Steam
<eyJhb> `Proton over the container runtime is not supported yet.` :(
<eyJhb> https://github.com/ValveSoftware/steam-runtime/issues/205 love how the debug inforation gets translated to german
<{^_^}> ValveSoftware/steam-runtime#205 (by ZyanKLee, 1 day ago, open): 7 Days To Die not starting at all
Jackneilll has quit [Ping timeout: 252 seconds]
drakonis_ has joined #nixos-chat
drakonis has quit [Ping timeout: 240 seconds]
Jackneilll has joined #nixos-chat
Jackneilll has quit [Ping timeout: 265 seconds]
Jackneilll has joined #nixos-chat
globin has joined #nixos-chat
Jackneilll has quit [*.net *.split]
xd1le has quit [*.net *.split]
rardiol has quit [*.net *.split]
das_j has quit [*.net *.split]
bridge[evilred] has quit [*.net *.split]
ajs124 has quit [*.net *.split]
atlas_ has quit [*.net *.split]
evanjs has quit [*.net *.split]
ravndal has quit [*.net *.split]
aminechikhaoui has quit [*.net *.split]
trinityhex has quit [*.net *.split]
mog has quit [*.net *.split]
jD91mZM2 has quit [*.net *.split]
clever has quit [*.net *.split]
disasm has quit [*.net *.split]
colemickens has quit [*.net *.split]
atopuzov[m] has quit [*.net *.split]
nckx has quit [*.net *.split]
buckley310 has quit [*.net *.split]
tokudan[m] has quit [*.net *.split]
dtz has quit [*.net *.split]
hexa- has quit [*.net *.split]
obadz has quit [*.net *.split]
redredred has quit [*.net *.split]
NinjaTrappeur has quit [*.net *.split]
joepie91 has quit [*.net *.split]
peel has quit [*.net *.split]
tokudan has quit [*.net *.split]
eyJhb has quit [*.net *.split]
aszlig has quit [*.net *.split]
ldlework has quit [*.net *.split]
ekleog has quit [*.net *.split]
FireFly has quit [*.net *.split]
hyperfekt has quit [*.net *.split]
__monty__ has quit [*.net *.split]
LnL has quit [*.net *.split]
pie_ has quit [*.net *.split]
tilpner has quit [*.net *.split]
vesper11 has quit [*.net *.split]
infinisil has quit [*.net *.split]
ivan has quit [*.net *.split]
spacekookie has quit [*.net *.split]
kini has quit [*.net *.split]
lejonet has quit [*.net *.split]
AluisioASG has quit [*.net *.split]
Shoubit has quit [*.net *.split]
leons has quit [*.net *.split]
arcnmx has quit [*.net *.split]
thefloweringash has quit [*.net *.split]
fpletz has quit [*.net *.split]
skrzyp has quit [*.net *.split]
lucus16 has quit [*.net *.split]
noonien has quit [*.net *.split]
fuzen has quit [*.net *.split]
johanot has quit [*.net *.split]
davidtwco has quit [*.net *.split]
vdemeester has quit [*.net *.split]
tazjin has quit [*.net *.split]
zimbatm has quit [*.net *.split]
cocreature has quit [*.net *.split]
averell has quit [*.net *.split]
kalbasit has quit [*.net *.split]
srk has quit [*.net *.split]
samueldr has quit [*.net *.split]
talyz has quit [*.net *.split]
Miyu-saki has quit [*.net *.split]
mudri has quit [*.net *.split]
cbarrett has quit [*.net *.split]
manveru has quit [*.net *.split]
kgz has quit [*.net *.split]
lassulus has quit [*.net *.split]
adisbladis has quit [*.net *.split]
edef has quit [*.net *.split]
monsieurp has quit [*.net *.split]
kraem has quit [*.net *.split]
cransom has quit [*.net *.split]
sphalerite has quit [*.net *.split]
chreekat has quit [*.net *.split]
lopsided98_ has quit [*.net *.split]
gchristensen has quit [*.net *.split]
{^_^} has quit [*.net *.split]
ctp has quit [*.net *.split]
ashkitten has quit [*.net *.split]
kcalvinalvin has quit [*.net *.split]
nh2 has quit [*.net *.split]
flokli has quit [*.net *.split]
aanderse has quit [*.net *.split]
jtojnar has quit [*.net *.split]
globin has quit [*.net *.split]
worldofpeace has quit [*.net *.split]
andi- has quit [*.net *.split]
Twey has quit [*.net *.split]
wirew0rm has quit [*.net *.split]
Peetz0r has quit [*.net *.split]
loonquawl has quit [*.net *.split]
aria has quit [*.net *.split]
elvishjerricco has quit [*.net *.split]
steveeJ has quit [*.net *.split]
savanni has quit [*.net *.split]
sdier has quit [*.net *.split]
hl has quit [*.net *.split]
bridge[evilred] has joined #nixos-chat
cbarrett has joined #nixos-chat
tokudan[m] has joined #nixos-chat
pie_ has joined #nixos-chat
atlas_ has joined #nixos-chat
obadz has joined #nixos-chat
lopsided98_ has joined #nixos-chat
srk has joined #nixos-chat
andi- has joined #nixos-chat
averell has joined #nixos-chat
trinityhex has joined #nixos-chat
nckx has joined #nixos-chat
hl has joined #nixos-chat
sdier has joined #nixos-chat
nh2 has joined #nixos-chat
cransom has joined #nixos-chat
flokli has joined #nixos-chat
sphalerite has joined #nixos-chat
LnL has joined #nixos-chat
drakonis has joined #nixos-chat
drakonis_ has quit [Ping timeout: 276 seconds]
kgz has joined #nixos-chat
psyanticy has joined #nixos-chat
endformationage has joined #nixos-chat
waleee-cl has joined #nixos-chat
drakonis1 has joined #nixos-chat
aleph- has joined #nixos-chat
drakonis1 has quit [Quit: WeeChat 2.6]
drakonis_ has joined #nixos-chat
drakonis has quit [Ping timeout: 268 seconds]
drakonis has joined #nixos-chat
drakonis_ has quit [Ping timeout: 250 seconds]
drakonis_ has joined #nixos-chat
drakonis has quit [Ping timeout: 250 seconds]
drakonis_ has quit [Read error: Connection reset by peer]
<samueldr> what a piece of garbage from Motorola
<samueldr> the new RAZR doesn't have a SIM slot
<samueldr> eSIM, and sold through Verizon
<infinisil> -.-
<samueldr> the telcos seem to want to regress back to the time the phones were tied to them specifically :(
<gchristensen> grrr
<samueldr> one of the many videos about the device https://www.youtube.com/watch?v=gs4mVr6C6p8
<gchristensen> finally flip phones are back
<gchristensen> help. I like it
<samueldr> it's a good looking thing
drakonis_ has joined #nixos-chat
drakonis_ has quit [Read error: Connection reset by peer]
lassulus has joined #nixos-chat
drakonis_ has joined #nixos-chat
<cransom> it used to feel real nice to clack it down to hang up the phone. it might appeal if i really ever talked to someone on a phone anymore.
<cransom> heh, tis the season for protein folding and supplementary house heat. i spun up the folding at home client on the machine with the threadripper and it's using 300watt hours.
drakonis_ has quit [Read error: Connection reset by peer]
tokudan[m] has quit [Remote host closed the connection]
skrzyp has joined #nixos-chat
drakonis_ has joined #nixos-chat
psyanticy has quit [Quit: Connection closed for inactivity]
evanjs has joined #nixos-chat
worldofpeace has joined #nixos-chat
<samueldr> (previous RT to my last link is the one I linked beforehand)
<drakonis_> mega oof
<savanni> That sounds painful. :(
<cransom> so. what is the performance comparison between arm and x86 for the current generation?
<samueldr> still hard to compare, as you'd have to compare chips for similar usage in perfs/power
<samueldr> which is not always available
<samueldr> e.g. you won't have your i9-9999 or whatever their big numberwang is currently, readily available in the ARM space, except if you're a special customer (or rent from them)
<cransom> i was just thinking desktop/server market, if there are offerings that are even comparable. i hear arm and i only think raspberry pi type performance, which is ok for what it is, but it wasn't going to be as snappy as x86 cpus from a few years before.
<samueldr> there's no "desktop" market, yet, really... there's workstation, which is starting to get in place, hopefully
<samueldr> there's mobility-first, think laptops
<samueldr> current/previous ARM server systems are geared more towards high parallel work, think 96 cores per CPU
<samueldr> so, in that sense, they are competitive, but raw number crunching per core was also lower
drakonis_ has quit [Ping timeout: 252 seconds]
<elvishjerricco> So there's been a boot rom exploit in the A5-A11 cpus in iOS devices, enabling jailbreaking. I wonder if it could also be used to hijack the entire boot chain and load a completely custom operating system.
<pie_> ehehe
<samueldr> yes
<samueldr> I believe there's already people working on Linux for it
<elvishjerricco> samueldr: So when are you gonna get NixOS on iPhone X? ;)
<samueldr> *I* am not
<samueldr> you might :)
<samueldr> though, IIRC, it is tethered, meaning that you need something to do its magic on reboot
<samueldr> so kinda clunky if you need another device to push an exploit on reboot
<samueldr> but... a "solved" problem, since the nintendo switch has basically the same requirements
<samueldr> so similar solutions could happen if needed down the road
<elvishjerricco> Hm, with a quick google, I don't see any news on people attempting to run linux with it.
<samueldr> I haven't been able to find the info since it's all about running the tool on Linux
<samueldr> but I don't think there's anything yet... just people saying they're working on it
<elvishjerricco> Yea. But at least it's theoretically possible.
<samueldr> (a while ago on twitter, probably lost to time now)
drakonis_ has joined #nixos-chat
drakonis has joined #nixos-chat
drakonis_ has quit [Ping timeout: 246 seconds]
drakonis_ has joined #nixos-chat
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos-chat
drakonis has quit [Ping timeout: 245 seconds]
drakonis_ has quit [Ping timeout: 250 seconds]
Jackneill has joined #nixos-chat
<worldofpeace> ooohhhh matrix. they've done it again.
<samueldr> hm?
<worldofpeace> I believe the bridge is dead to IRC. IMHO
<worldofpeace> only now have I realized people have been thinking I've been unavailable, when actually...
<worldofpeace> a facepalm truely not worth two weeks of time 👏
Jackneill has quit [Remote host closed the connection]
<pie_> oh noo
<pie_> time to write a bot that checks if matrix is still online for you :p
<worldofpeace> It's seriously glitch at this point
<worldofpeace> and not even the good kind
<samueldr> :/
<samueldr> what's worse than broken things, are undetectably broken things
<samueldr> like, are you ignoring me, busy, or on a broken bridge? :$
<joepie91> worldofpeace: huh, two weeks? the bridge issues only date from yesterday
<gchristensen> several messages between worldofpeace and I went undelivered apparently
<joepie91> really? that's odd
<worldofpeace> it's much worse
<pie_> meanwhile, in ##prolog <aindilis> sort of, I've written a semi-automatic packager https://github.com/aindilis/packager for Debian, which just was hard coded stuff, but I'm working to record traces of users packaging and feed to ML programs that can repeat
tokudan has joined #nixos-chat
worldofpeace has quit [Ping timeout: 250 seconds]
evanjs has quit [Quit: ZNC 1.7.5 - https://znc.in]
evanjs has joined #nixos-chat
worldofpeace has joined #nixos-chat
red[evilred] has joined #nixos-chat
<red[evilred]> So, confession time\
<red[evilred]> that's why I set up my own matrix <-> irc bridge