<infinisil>
"Please take a moment to review the PR and then return to this page to answer the following questions."
<infinisil>
"A moment"
<gchristensen>
lol.
<infinisil>
Yeah sure, I'll just quickly read through 300 comments
<infinisil>
"Which, if any, behaviors occurred during this code review? (Check all that apply.)"
<infinisil>
*list of 20 different negative things follow*
<infinisil>
Yeah, I'm noping out of that!
rajivr has joined #nixos-chat
<ashkitten>
screw this, too much effort
<ashkitten>
computers are bad and windows is bad
<ashkitten>
i'm not gonna bother installing ubuntu either
<gchristensen>
I installed ubuntu a couple weeks ago and
<gchristensen>
I installed nixos a couple weeks minus a few days ago
Ashy has quit [Ping timeout: 264 seconds]
<cole-h>
lol
Ashy has joined #nixos-chat
spudly1 has joined #nixos-chat
<colemickens>
I had to switch motherboards. I didn't write down my key ahead of time. I bought it when I was an FTE and so the key is in a locker I can't access. -_-
<colemickens>
nauseating knowing that I could've just dumped it before the water was introduced to the mobo and I'd be good-to-go -_-
<gchristensen>
what happened? :o
<colemickens>
cat tried to occupy the same space as a glass of water. under-desk-mounted PC. :( 'twas a matter of time.
<gchristensen>
ow :(
<colemickens>
If it weren't for the Windows thing, it would be a pretty minor deal. Got a replacement mobo, delivered, in less than 18 hours for a really decent price from Craigslist.
<gchristensen>
wow
<colemickens>
My partner is a student though, so come to think it, some sort of windows should be easy to come by cheapily. :)
<abathur>
weird
* abathur
posts first blog post in 873 years, only one I've done on nix
<abathur>
someone posts it to reddit
<gchristensen>
link?
<abathur>
someone comments "But i will say your other posts have been so helpful to me. The best nix blog I've found"
<gchristensen>
huh
<gchristensen>
that speaks very poorly of other nix blogs!
<ashkitten>
i switched back to x11 for something and wow this is overall a much worse experience than sway
<ashkitten>
screen tearing all over the place (can be mitigated with a compositor, but... it's still pretty bad)
<siraben>
I still haven't figured out how to do screen sharing on wayland
<bbigras>
there was a post on reddit today of doing it with sway on arch
waleee-cl has quit [Quit: Connection closed for inactivity]
<ashkitten>
i bet gnome works out of the box
<siraben>
Does anyone have it working on NixOS?
<ashkitten>
yes
mog has quit [Ping timeout: 272 seconds]
mog has joined #nixos-chat
<siraben>
What about screen sharing + sway + NixOS?
cole-h has quit [Ping timeout: 265 seconds]
<patagonicus>
Sigh. Was just wondering why nix-build did so much without outputting a single line. Well, I had written '- A' instead of '-A' and it was waiting for input on stdin …
<samueldr>
damned software doing exactly as it's told
<patagonicus>
No, no, I like that. I don't like damned humans not doing what they think they're doing.
<patagonicus>
Although computers in general were a mistake, as I tend to say at least once a week.
<adisbladis>
I think things went wrong in the 60s some time
* adisbladis
wonders what it would have looked like if lisp machines won
<patagonicus>
Another point for humans being stupid: I added my shared configs to my armv7 machines. Unfortunately that meant that it also enabled automatic nix GC. Which wiped out about 24h of compiling progress AFAICT. Well, guess I at least won't be distracted from work during the day since there's nothing to be done on this project for now.
<patagonicus>
Oh, or I was lucky and one of the other build machines hadn't gc'ed that stuff.
vesper11 has joined #nixos-chat
vesper11 has quit [K-Lined]
<supersandro2000>
some brackets for LISP ((((((())))))
<adisbladis>
)
<adisbladis>
supersandro2000: Balanced it for you
<eyJhb>
) adisbladis we want chaos
<adisbladis>
eyJhb: That's fine, my IRC clients doesn't complain about unbalanced parens in that direction
<eyJhb>
(()
<eyJhb>
^ Enjoy
<eyJhb>
:D
<adisbladis>
)
<eyJhb>
NO! ((((())
<eyJhb>
How does it look?
* adisbladis
slaps eyJhb around a bit with a large trout
<eyJhb>
If I put a ( in my name, will it then fuck it up all the time?
<adisbladis>
I wouldn't mind running that for encryption
<etu>
adisbladis: Oooh, that's cool, then you probably can use many clients against that proxy :)
<adisbladis>
Yeah :)
<adisbladis>
It was in the readme for matrix-client.el in fact
<etu>
👍
<adisbladis>
So someone has presumably already tested the combo
__monty__ has joined #nixos-chat
sorki has joined #nixos-chat
srk has quit [Remote host closed the connection]
sorki is now known as srk
<patagonicus>
Ok, so earlier today I was trying to figure out why LLVM 11 fails to build on armv7. Now I noticed that my headless machine only pulls in LLVM 11 because it's pulling wayland, so maybe I don't need to care about that build failure.
cosimone has quit [Quit: cosimone]
DigitalKiwi has joined #nixos-chat
<ldlework>
DigitalKiwi: what kind of trading do you do?
<DigitalKiwi>
i usually buy high and sell low
<ldlework>
Yeah but on what time scales?
<DigitalKiwi>
just got rid of my GME this morning, bought it last thursday
<ldlework>
paper handed bitch I see
<ldlework>
lol just kidding
<ldlework>
DigitalKiwi: do you ever use TOS' scanning feature?
<etu>
The meme game in WSB has been strong
<DigitalKiwi>
yeah
<ldlework>
DigitalKiwi: I am excited about this feature, but not excited about learning thinkscript
<eyJhb>
But everything EXCEPT this part work (env part). But I got the other stuff to work! But that is also a lot cleaner `baseVars="$(cat "./image/$configName" | jq '.config | {Hostname, User, ExposedPorts, Env, Cmd, Volumes, WorkingDir, Entrypoint, Labels, Shell, Healthcheck} | with_entries(select(.value != null))')"`
<eyJhb>
Soon (hopefully) I/we can make nice base images in Nix <3