<ajs124>
and then javaws -nosecurity viewer.jnlp. obviously -nosecurity is highly important.
<gchristensen>
I don't suppose you're using UEFI with them supermicro boards
<danderson>
I am, in fact
<danderson>
... I think. Lemme check acrux's nixos config
<danderson>
gchristensen: yup, UEFI boot via systemd-boot
<danderson>
as I recall, it mostly just worked. Their PXE implementation seems faulty and wouldn't let me netboot correctly, but I didn't bother debugging. I just installed nixos via USB stick.
<gchristensen>
I don't suppose you've had problems with them forgetting your UEFI variables?
<gchristensen>
trying to use pijul / anu is reminding me just how hard it is to build even a small, cohesive, good tool which works well
<das_j>
yeah, same most of the time. But when there is traffic (bird saying HELLO to the network) it shows some traffic briefly
<gchristensen>
ah
<gchristensen>
I can be reading many GB off disk, or streaming HD movies and nothing will be non- -
<das_j>
hmm, looks like the scopes aren't monitored properly? Because for .service units, it seems to work just fine but my session-1.scope unit never seems to create any IO
<gchristensen>
even root .services, never
<das_j>
oof
<gchristensen>
the cgroup io.stat files are all empty, except for maybe a very few
<das_j>
wdym by empty? Actual empty files or just the counters at 0?
<gchristensen>
empty
<das_j>
oof
<das_j>
is your kernel broken maybe? :D
<gchristensen>
I doubt it :)
<gchristensen>
I mean, actually, maybe -- I've not heard from any other nixos users with working data ...
<eyJhb>
2020? I guess. It was some time in August I think :p
<eyJhb>
Sorry!
<JJJollyjim>
oh
<JJJollyjim>
man my sense of time is messed up lol
<JJJollyjim>
last i remember there was no indication it was gonna happen in 2020
<eyJhb>
JJJollyjim: I am just sitting here, getting a little annoyed about how, unable to run, most challenges you are
<eyJhb>
Because they provide half of the source
<JJJollyjim>
:/
<eyJhb>
And rely HEAVILY on their internal services, which makes it even worse. E.g. their taskqueue, pubsub, etc
<eyJhb>
I like Facebooks better :p More standalone
<abathur>
samueldr: yesterday you said "it's going to be a huge problem with the build farm design too" re: mac OS restrictions; can you explain a little? is this Nix build farm?
kalbasit has joined #nixos-chat
__monty__ has joined #nixos-chat
<Taneb>
I'm in a mood to completely redo my laptop's nixos config
endformationage has joined #nixos-chat
rajivr has quit [Quit: Connection closed for inactivity]
vika_nezrimaya has quit [Ping timeout: 256 seconds]
<joepie91>
"Both WARC and MHTML require mutilatious modifications of the resources so that the resources can be "forced to fit" the format." -- huh? WARC is specifically designed to be able to store resources verbatim
FRidh has quit [Quit: Konversation terminated!]
cjpbirkbeck has joined #nixos-chat
<gchristensen>
surprisingly I have gained karma
<cransom>
i remapped a keyboard to change $modifier + hjkl into the right arrow keys at one point.
<gchristensen>
this new xps is shiny
rnea has quit [Ping timeout: 260 seconds]
<samueldr>
abathur: our build farm uses qemu to reset macOS to a known state (clean and fresh) in a trivial manner
<samueldr>
pie_: AFAIK it's basically impossible to backup a non-rooted android phone
<samueldr>
pie_: as in fully back-uo
cirno-999 has joined #nixos-chat
<samueldr>
back-up*
<cirno-999>
o/
<__red__>
worldofpeace: I threw you a /msg - if you could take a peek and give me your thoughts I'd sure appreciate it.
<samueldr>
I'm not strictly speaking about useful nix builds, would be nice to have the nix repl in there
<gchristensen>
pro tip: when writing an ISO to a USB disk, don't read data off the disk, instead of writing the data to the disk
<gchristensen>
in case you were wondering.
ravndal has quit [Quit: WeeChat 2.9]
<__red__>
oof
ravndal has joined #nixos-chat
<__red__>
So I have a package that's already comitted to nixpkgs that fails with a patch HUNK failed.
<__red__>
but the last commit to it is forever ago, and it just stopped working
<__red__>
Is there existing tooling to do bisecting of nixpkgs so I can find the commit that likely broke it?
<__red__>
(or do I have to do it manually)
<__monty__>
gchristensen: That's solid advice. I had a similar oopsie earlier this week swapping source and target for mv : (
<gchristensen>
ow
<__monty__>
I also think maybe paths should be written backwards. My anxiety levels always spike when typing `rm -r some/big/dir/` on the way to `/some/big/dir/containing/a/tiny/file.txt`.
<gchristensen>
I shoulda booted this thing with copytoram so I can plug in power and ethernet :(
<__monty__>
Oh, that's a pretty annoying consequence of port scarcity >.<
<__monty__>
Don't have a dock or adapter doodad?
<gchristensen>
looks like it won't be a big deal -- transfering data at 1.08GiB/s
* __monty__
seethes with envy
<gchristensen>
it is misleading
<gchristensen>
I'm copying the raw data off the disk of a brand new machine to a backup host
<gchristensen>
so it is probably in a very empty portion of the disk, and those bytes compress well :).
<__monty__>
Transferring NULs at *maximum* speed!
<gchristensen>
yeah the receiving side is seeing a few kbps
<gchristensen>
heh, yeah ... the sending side has sent 339GiB and the receiving side has written out 112G
<joepie91>
so what void did the remaining 227G fall into :P
<cole-h>
gchristensen: I take it you got your new lappy from Costco?
<gchristensen>
yea
<gchristensen>
joepie91: mbuffer and compression :)
<gchristensen>
(and then nc | mbuffer lz4 -d > /dev/zvol/....)
<cole-h>
I have free time today... and I have things to do... but I don't want to do any of them...
<cole-h>
help
<gchristensen>
this is a factory-fresh disk image, infinisil, without even having booted windows for its first time... just in case I want to mail it back
<infinisil>
I now wonder if there's something that automatically decides how much it should compress the stream, depending on how long it takes to compress/decompress, and the network speed
<infinisil>
So that you have the data at the destination as fast as possible
<gchristensen>
compressed zfs sends don't actually do compression, they just tell ZFS don't bother decompressing
<infinisil>
Yea
<samueldr>
ugh :|
<samueldr>
:[Global Notice] Hi all. We need to reroute a lot of our servers away from a hub that's being retired so you'll see lots of split for a while. It should be fairly brief though.
<gchristensen>
zfs itself doesn't compress everything, just compressable stuff
<andi->
mhm, so can you just send garbage with zfs send and pretend it is encrypted?
<infinisil>
gchristensen: In case you want to mail it back?
<andi->
s/encrypted/compressed/
<gchristensen>
andi-: eh?
<infinisil>
gchristensen: Like, restore it to the original state?
<andi->
gchristensen: how does it check integrity of the data?
<gchristensen>
infinisil: yea
<infinisil>
I see
<gchristensen>
andi-: the send stream has integrity checks
kalbasit has quit [*.net *.split]
abathur has quit [*.net *.split]
lovesegfault has quit [*.net *.split]
lovesegfault has joined #nixos-chat
kalbasit has joined #nixos-chat
abathur has joined #nixos-chat
<gchristensen>
andi-: p.sure it can't be mucked with
* andi-
appends something to the far end of the project list
<gchristensen>
since it isn't just spewing data off disk, it is sending structured records
cole-h has quit [*.net *.split]
numkem has quit [*.net *.split]
viric has quit [*.net *.split]
spudly has quit [*.net *.split]
tilpner has quit [*.net *.split]
__red__ has quit [*.net *.split]
maljub01 has quit [*.net *.split]
aminechikhaoui has quit [*.net *.split]
monsieurp has quit [*.net *.split]
clever has quit [*.net *.split]
spudly- is now known as spudly
manveru[m] has quit [*.net *.split]
ma27[m] has quit [*.net *.split]
danielrf[m] has quit [*.net *.split]
Irenes[m] has quit [*.net *.split]
arcnmx has quit [*.net *.split]
cirno-999 has quit [*.net *.split]
ravndal has quit [*.net *.split]
spudly has quit [*.net *.split]
Dotz0cat has quit [*.net *.split]
ece has quit [*.net *.split]
emilazy has quit [*.net *.split]
Valodim has quit [*.net *.split]
evalexpr has quit [*.net *.split]
V has quit [*.net *.split]
ma27[m] has joined #nixos-chat
arcnmx has joined #nixos-chat
danielrf[m] has joined #nixos-chat
Irenes[m] has joined #nixos-chat
manveru[m] has joined #nixos-chat
V has joined #nixos-chat
evalexpr has joined #nixos-chat
emilazy has joined #nixos-chat
Valodim has joined #nixos-chat
ece has joined #nixos-chat
Dotz0cat has joined #nixos-chat
spudly has joined #nixos-chat
cirno-999 has joined #nixos-chat
ravndal has joined #nixos-chat
ece has quit [Max SendQ exceeded]
ece has joined #nixos-chat
tilpner has joined #nixos-chat
__red__ has joined #nixos-chat
numkem has joined #nixos-chat
viric has joined #nixos-chat
maljub01 has joined #nixos-chat
aminechikhaoui has joined #nixos-chat
monsieurp has joined #nixos-chat
17SAA7BIY has joined #nixos-chat
cole-h has joined #nixos-chat
clever has joined #nixos-chat
endformationage has quit [*.net *.split]
drakonis has quit [*.net *.split]
avn has quit [*.net *.split]
jD91mZM2 has quit [*.net *.split]
hplar has quit [*.net *.split]
FireFly has quit [*.net *.split]
edef has quit [*.net *.split]
aleph- has quit [*.net *.split]
kloenk has quit [*.net *.split]
patagonicus has quit [*.net *.split]
nullheroes has quit [*.net *.split]
pinpox has quit [*.net *.split]
hexa- has quit [*.net *.split]
crazazy[m] has quit [*.net *.split]
thefloweringash has quit [*.net *.split]
Ox4A6F has quit [*.net *.split]
aranea has quit [*.net *.split]
mystfox has quit [*.net *.split]
hax404 has quit [*.net *.split]
jD91mZM2 has joined #nixos-chat
avn has joined #nixos-chat
drakonis has joined #nixos-chat
endformationage has joined #nixos-chat
edef has joined #nixos-chat
FireFly has joined #nixos-chat
hplar has joined #nixos-chat
pinpox has joined #nixos-chat
nullheroes has joined #nixos-chat
patagonicus has joined #nixos-chat
kloenk has joined #nixos-chat
aleph- has joined #nixos-chat
hax404 has joined #nixos-chat
mystfox has joined #nixos-chat
aranea has joined #nixos-chat
thefloweringash has joined #nixos-chat
Ox4A6F has joined #nixos-chat
crazazy[m] has joined #nixos-chat
hexa- has joined #nixos-chat
nullheroes has quit [Max SendQ exceeded]
hexa- has quit [Max SendQ exceeded]
thefloweringash has quit [Ping timeout: 240 seconds]
leons has quit [Ping timeout: 246 seconds]
manveru[m] has quit [Ping timeout: 260 seconds]
danielrf[m] has quit [Ping timeout: 260 seconds]
arcnmx has quit [Ping timeout: 260 seconds]
nullheroes has joined #nixos-chat
artturin has quit [Ping timeout: 268 seconds]
balsoft has quit [Ping timeout: 240 seconds]
crazazy[m] has quit [Ping timeout: 240 seconds]
Ox4A6F has quit [Ping timeout: 240 seconds]
worldofpeace has quit [Ping timeout: 247 seconds]
CRTified[m] has quit [Ping timeout: 247 seconds]
jtojnar has quit [Ping timeout: 247 seconds]
inlaw[m] has quit [Ping timeout: 244 seconds]
DavHau[m] has quit [Ping timeout: 244 seconds]
nicolas[m] has quit [Ping timeout: 244 seconds]
philipp[m] has quit [Ping timeout: 244 seconds]
kraem has quit [Ping timeout: 244 seconds]
emily has quit [Ping timeout: 244 seconds]
pinage404[m] has quit [Ping timeout: 246 seconds]
tilcreator has quit [Ping timeout: 246 seconds]
danderson[m] has quit [Ping timeout: 244 seconds]
leonardp has quit [Ping timeout: 244 seconds]
aterius has quit [Ping timeout: 246 seconds]
puzzlewolf has quit [Ping timeout: 244 seconds]
aanderse has quit [Ping timeout: 244 seconds]
JJJollyjim has quit [Ping timeout: 244 seconds]
colemickens has quit [Ping timeout: 244 seconds]
Hm7000 has quit [Ping timeout: 268 seconds]
Armin[m] has quit [Ping timeout: 268 seconds]
aaronjanse has quit [Ping timeout: 268 seconds]
bbigras has quit [Ping timeout: 268 seconds]
Irenes[m] has quit [Ping timeout: 260 seconds]
ma27[m] has quit [Ping timeout: 260 seconds]
lejonet has quit [*.net *.split]
averell has quit [*.net *.split]
eyJhb has quit [*.net *.split]
kini has quit [*.net *.split]
cjpbirkbeck has quit [*.net *.split]
vesper11 has quit [*.net *.split]
pie_ has quit [*.net *.split]
ekleog has quit [*.net *.split]
makefu has quit [*.net *.split]
lucus16 has quit [*.net *.split]
hyperfekt has quit [*.net *.split]
srk has quit [*.net *.split]
eyJhb has joined #nixos-chat
averell has joined #nixos-chat
lejonet has joined #nixos-chat
kini has joined #nixos-chat
hexa- has joined #nixos-chat
rycee has quit [Ping timeout: 246 seconds]
manveru has quit [*.net *.split]
steveeJ has quit [*.net *.split]
liszt_ has quit [*.net *.split]
Guest88372 has quit [*.net *.split]
sorear has quit [*.net *.split]
ashkitten has quit [*.net *.split]
Ashy has quit [*.net *.split]
spacekookie has quit [*.net *.split]
ar has quit [*.net *.split]
<cransom>
hugh, speaking of, did zstd ever land in zfs?
ar has joined #nixos-chat
Ashy has joined #nixos-chat
sorear has joined #nixos-chat
Guest88372 has joined #nixos-chat
liszt_ has joined #nixos-chat
ashkitten has joined #nixos-chat
spacekookie has joined #nixos-chat
steveeJ has joined #nixos-chat
manveru has joined #nixos-chat
<gchristensen>
summary: 35.5 GiByte in 1h 07min 03.6sec - average of 9260 kiB/s
<monsieurp>
Deutsche Bank Research suggests a tax of 5% of a worker's salary if workers choose to work from home when they are not forced to by the current pandemic.
feepo has joined #nixos-chat
betawaffle has joined #nixos-chat
<monsieurp>
damn I want to have some of the stuff they sniff at DB
<monsieurp>
fuckin crackpots LOL
<danderson>
"Quite simply, our economic system is not set up to cope with people who can disconnect themselves from face-to-face society."
<danderson>
okay, let's definitely not fix the system then
<monsieurp>
levying a tax on remote workers is a crackpot utterly insane policy in the current era and very rich especially coming from a bank that got bailed out when shit in the fan and hence got a sort of tax break for ruining the Eurozone
arcnmx has joined #nixos-chat
<monsieurp>
and to think these people get PAID to come up with that sort of BS
tilcreator has joined #nixos-chat
Armin[m] has joined #nixos-chat
artturin has joined #nixos-chat
aaronjanse has joined #nixos-chat
Hm7000 has joined #nixos-chat
manveru[m] has joined #nixos-chat
danielrf[m] has joined #nixos-chat
colemickens has joined #nixos-chat
pinage404[m] has joined #nixos-chat
<gchristensen>
I need to find a niche futurama character for this new laptop's name ...
<{^_^}>
#94011 (by grahamc, 15 weeks ago, closed): Requiring `hostname` to be a single domain label is fairly heavy handed for some networks
<gchristensen>
:'(
<gchristensen>
I'm excited to play with the infrared camera and fingerprint sensor ...
<andi->
faceunlock? ;)
__monty__ has quit [Quit: leaving]
<gchristensen>
probably not
<gchristensen>
fingerprint, though?...
<cransom>
yeah, i wasn't super stoked about the hostname force change on me. on the bright side, i don't have any apps that necessarily care about hostname anymore, but i'm sure other people do.
<gchristensen>
I've hit side effects from that change pretty much daily for the last week of work days
<gchristensen>
hopefully it is worth it in the end :)