das_j has quit [Quit: Bridge terminating on SIGTERM]
<samueldr>
really glad of having finally gotten a label maker, and taking the time to label some things
<samueldr>
way easier to get the right featureless glass black slag from out of the box to test something
<samueldr>
glass black slab*
das_j has joined #nixos-chat
<bbigras>
Can you print from the computer with it?
<samueldr>
yes
<samueldr>
with caveats
<samueldr>
definitely don't go for the cups driver unless you love wasting the tape
<samueldr>
otherwise there's a python script that does print, but it doesn't exactly work as documented
<samueldr>
but still works
waleee-cl has quit [Quit: Connection closed for inactivity]
endformationage has quit [Quit: WeeChat 2.9]
bqv has quit [Ping timeout: 264 seconds]
bqv has joined #nixos-chat
cole-h has joined #nixos-chat
bqv has quit [Quit: WeeChat 3.0]
slack1256 has quit [Ping timeout: 240 seconds]
srk has quit [Ping timeout: 268 seconds]
srk has joined #nixos-chat
lunc has quit [Ping timeout: 246 seconds]
ornxka has quit [Ping timeout: 246 seconds]
cole-h has quit [Ping timeout: 240 seconds]
ornxka has joined #nixos-chat
pinpox has joined #nixos-chat
sphalerite has quit [Quit: time to fix some sudo!]
<pie_>
is therea matrix client that lets me use multiple users at once
<pie_>
label printers are fun
<pie_>
i ened up buying that pre-scored sticker paper stuff for my normal printer and partly writing my own label printer with pylabels or what :/
<tilpner>
pie_: I think weechat-matrix should be fine with that, you'd just add another server, but I haven't tried it
<tilpner>
Which reminds me...
<pie_>
hm. makes sense. too bad i dont use weechat (right now?)
<pie_>
was hoping for one of the gui mouse pokey ones
<pie_>
can start multiple instances but thats meh
<tilpner>
Mirage also advertises multi-account support
<tilpner>
mirage-im attribute, not mirage
<tilpner>
I've tried it in a sandbox with a dummy account just now
<pie_>
howd you find it? i didnt try looking very hard but my immediate searches for that feature werent too good
<tilpner>
The UI is quite flashy and beats a browser in feeling, and it does appear to have multi-account support, but the current release doesn't seem to support the new verification flows and cross-signing yet
<tilpner>
Which might be happening in the dev branch for all I know
<pie_>
hm
<tilpner>
If you chat mostly in public rooms, it should be fine
<pie_>
yeah thats what i figured
<tilpner>
Do give it a try
mirage[m] has joined #nixos-chat
Jackneill has quit [Ping timeout: 272 seconds]
<tilpner>
Oh, and I mean the version from nixos-unstable
Jackneill has joined #nixos-chat
sphalerite has joined #nixos-chat
higebu has joined #nixos-chat
higebu has quit [Quit: Going offline, see ya! (www.adiirc.com)]
higebu has joined #nixos-chat
__monty__ has joined #nixos-chat
skrzyp has quit [Remote host closed the connection]
skrzyp has joined #nixos-chat
ixxie has joined #nixos-chat
ixxie has quit [Quit: Lost terminal]
<gchristensen>
wtf, upgrading the bios on this server changed its MAC address
waleee-cl has joined #nixos-chat
jolicoeur has joined #nixos-chat
slack1256 has joined #nixos-chat
cole-h has joined #nixos-chat
pasukon has quit [Read error: Connection reset by peer]
pasukon has joined #nixos-chat
tilpner has quit [Quit: tilpner]
tilpner has joined #nixos-chat
evalexpr has quit [Remote host closed the connection]
ornxka has quit [Quit: No Ping reply in 180 seconds.]
evalexpr has joined #nixos-chat
eyJhb has quit [Ping timeout: 260 seconds]
eyJhb has joined #nixos-chat
eyJhb has joined #nixos-chat
betawaffle has joined #nixos-chat
ornxka has joined #nixos-chat
abathur has quit [Quit: abathur]
endformationage has joined #nixos-chat
<andi->
ahh, you reexecuted the provisioning script :D
<andi->
nobody is ever expected to upgrade the BIOS
<gchristensen>
lol
<lukegb>
I was surprised that unpacking the HP-provided RPM and just... running the provided shell script worked under NixOS
<lukegb>
I was expecting to have to patchelf or use the magic ld or something :p
cole-h has quit [Ping timeout: 240 seconds]
jolicoeur has quit [Read error: Connection reset by peer]
jolicoeur has joined #nixos-chat
rajivr has quit [Quit: Connection closed for inactivity]
<__monty__>
,locate bin tput
<{^_^}>
Found in packages: ncurses, ncurses5
<Mic92>
On dell hardware updating the bios is quite smooth
<LinuxHackerman>
fwupd makes it smooth on quite a range of hardware nowadays I think
<lukegb>
I actually ended up repackaging the BIOS updater into a nix package so I could include it in my netboot image https://p.lukegb.com/raw/zm86304b.png
<LinuxHackerman>
neat
<lukegb>
it doesn't quite work properly because it tries to call /sbin/reboot. I think these are too old to have their BIOS in lvfs, but I should actually check that...
<energizer>
LinuxHackerman: i'm looking at https://github.com/NixOS/nix/issues/1710#issue-278699686 and wondering when are the atime and mtime set on those files. mine are bz2 files so i woulda thought theyd be written once and left alone