gchristensen changed the topic of #nixos-chat to: NixOS but much less topical || https://logs.nix.samueldr.com/nixos-chat
jasongrossman has quit [Ping timeout: 246 seconds]
endformationage has joined #nixos-chat
<aleph-> Yes, me
jasongrossman has joined #nixos-chat
Synthetica has quit [Quit: Connection closed for inactivity]
<Ralith> __monty__: crypto as in cryptography, or cryptocurrency?
drakonis has joined #nixos-chat
tazjin has joined #nixos-chat
cjpbirkbeck has quit [Quit: Quitting now.]
endformationage has quit [Ping timeout: 248 seconds]
jasongrossman has quit [Ping timeout: 245 seconds]
{^_^} has quit [Remote host closed the connection]
{^_^} has joined #nixos-chat
{^_^} has quit [Read error: Connection reset by peer]
{^_^} has joined #nixos-chat
Jackneill has joined #nixos-chat
jasongrossman has joined #nixos-chat
<joepie91[m]> Shados: no, I usually stop paying attention to jerks :)
jasongrossman has quit [Ping timeout: 268 seconds]
<gchristensen> I'm afraid I used to be a jerk :/
jtojnar has joined #nixos-chat
<joepie91[m]> gchristensen:I have difficulty imagining this :P
<joepie91[m]> (are we using the same definition of 'jerk'?)
<joepie91[m]> (ie. being one without good reason, and that mostly showing in one's personal ideology and subtle comments, rather than outright abrasive behaviour)
pie__ has quit [Ping timeout: 258 seconds]
<gchristensen> well I certainly regret a time in my life when I would say things which were not kind
<joepie91[m]> right, I would think that to be true for everybody, though (or at least the 'saying' part, maybe not the 'regretting' part) -- that's not to say that it's a good thing, but I think it's a normal thing, and unless it was a systemic thing I probably wouldn't call somebody a 'jerk' over that alone
<gchristensen> okay :)
<joepie91[m]> gchristensen: also, you're introspective on how people perceive things you've said, so that's a very good thing :P
<joepie91[m]> anyway, today is blood test day...
<joepie91[m]> not looking forward to this, at all
<gchristensen> oh boy, because blood tests, or results?
<joepie91[m]> gchristensen: well, extracting blood pretty consistently results in excruciating pain for me, followed by fainting, all of which is totally outside of my control
<joepie91[m]> I don't tolerate needles at all
<joepie91[m]> apparently this is a fairly rare issue, where people are extremely sensitive to sharp pains
<joepie91[m]> had the same issue with eye drops that, like, 'freeze' your pupils, which have a similar effect
<joepie91[m]> (I didn't see that one coming, and neither did the assistant who was applying them... so I just fainted out of nowhere)
<joepie91[m]> so today's blood test is going to be an... adventure
<gchristensen> wow..
<joepie91[m]> apparently you can get anesthetic cream applied, so I'll have to ask about that
<gchristensen> good luck :x
<joepie91[m]> thanks
<gchristensen> I have a big problem with eyedrops. not needles, though, thankfully
drakonis has quit [Remote host closed the connection]
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nixos-chat
__monty__ has joined #nixos-chat
jasongrossman has joined #nixos-chat
pie__ has joined #nixos-chat
jasongrossman has quit [Ping timeout: 245 seconds]
ajirx has joined #nixos-chat
ajirx has quit [Remote host closed the connection]
ajirx has joined #nixos-chat
gchristensen has joined #nixos-chat
<etu> Such pretty site :)
<eyJhb> Pretty sweet
<eyJhb> And free!
<eyJhb> :D
<etu> I heard about this today: https://linuxdelta.com/
<etu> They seem to aim to build a review-site or something
<etu> not sure what
<etu> But it lacks the best distro
<pie__> ugh, im so braindead today
<pie__> etu, i watched the logo load masively slowly lol https://linuxdelta.com/static/images/linux-delta-logo_ins.png
<pie__> look at this thing
<pie__> its huuuuge
<pie__> probably takes half the bandwidth of the site :D
<etu> pie__: Haha, yeah, and doesn't blend in with the background at all
<etu> 10k x 2k pixels :O
<__monty__> The text is also unreadable because of the severe downscaling.
ajirx has quit [Remote host closed the connection]
jasongrossman has joined #nixos-chat
jasongrossman has quit [Ping timeout: 246 seconds]
<etu> ma27: I have a new issue that have showed up in i3lock-pixelated, it complains about "No players found" and "/nix/store/x7d792a7p54vwqhg2cjd7aq2b70afq3w-i3lock-pixeled-1.2.0/bin/i3lock-pixeled: line 27: [: =: unary operator expected"
<etu> ma27: Than I noted that it's you that built it... :)
metastance has joined #nixos-chat
metastance has quit [Client Quit]
resonyze has joined #nixos-chat
<eyJhb> Is there anything good for generating API docs, with CI?
<eyJhb> Or, can anyone recomend something? (Golang API)
<ma27> etu: ouch.... I'll look into this tonight :)
resonyze has quit [Quit: WeeChat 2.5]
resonyze has joined #nixos-chat
resonyze has quit [Client Quit]
resonyze has joined #nixos-chat
<manveru> eyJhb: i can recommend staying away from swagger :P
resonyze has quit [Client Quit]
<manveru> and no... don't know a good alternative, there's a bunch of half-baked projects that might've gotten better since i last checked though
<eyJhb> "panic: Error response from daemon: client version 1.40 is too new. Maximum supported API version is 1.39" GG Docker. The official client does not suppport.. Itself??
resonyze has joined #nixos-chat
Synthetica has joined #nixos-chat
<eyJhb> manveru: I will use Swagger then! :p
<manveru> :D
<etu> ma27: And I have no idea how it can have started doing that like past week... No updates that could have done that from what I could find
<eyJhb> "allow version negotiation" translates to "nope" pretty much
<eyJhb> manveru: looks like Docker uses swagger :p
<manveru> i think almost all their docs are in jekyll, no?
<manveru> ah, i guess https://docs.docker.com/engine/api/v1.37/ isn't
<eyJhb> Yeah, precisely :p
<manveru> redoc looks much nicer than swagger-ui too
<manveru> but i think you'll still have to write all swagger docs by hand
<manveru> and at that point it doesn't matter which language you use it with :P
<manveru> anyway, my main complaint was that compared to something like graphql, you'll spend a ton of time maintaining docs, and i really didn't enjoy it
drakonis has joined #nixos-chat
<manveru> still went with swagger because that's what everyone else uses, but when you have a dozen endpoints that take 20 parameters (with slight modifications), it's really taxing :|
resonyze has quit [Quit: WeeChat 2.6-dev]
<eyJhb> manveru: yeah, hoping for something in-line/function declartions above each route, so it is easy to maintain
<manveru> that's what i meant with other options, there are some frameworks that supposedly help with it, but they're quite limited if you have to handle multiple representations, authentication, invisible routing for specific users etc...
<manveru> but if you don't need enterprise bullshit, it might be fine :)
<elvishjerricco> I read an interesting report that tried to rigorously quantify how robust ZFS’s integrity checking and self-repairing and stuff is. They found that the on-disk measures that ZFS takes are great, but that corruption in RAM was virtually completely unhandled. I wonder how much performance overhead there’d be to adding integrity checking to the page cache.
resonyze has joined #nixos-chat
<eyJhb> manveru: it is quite small rest like API, so no enterprise BS as you mention ;) It is only these endpoints - https://gitlab.com/deviosec/octp/blob/master/server/api/main.go#L111-133
<eyJhb> So if I can just get something that functions with Gitlab Pages, and I can throw into some CI which will build for each tag => api version, I will be glad :D
<eyJhb> Wow I am regretting my decision with swithcing to the official Docker API in Go...
resonyze has quit [Quit: WeeChat 2.6-dev]
<eyJhb> " cannot use portBindings (type map["github.com/docker/go-connections/nat".Port][]"github.com/docker/go-connections/nat".PortBinding) as type "github.com/docker/docker/vendor/github.com/docker/go-connections/nat".PortMap in assignment", next error, "docker/container.go:15:2: use of vendored package not allowed", what do you want from me Docker?! :(
resonyze has joined #nixos-chat
{^_^} has quit [Read error: Connection reset by peer]
{^_^} has joined #nixos-chat
<gchristensen> :)
<gchristensen> I needed to publish a special Snapcraft package to be able to publish Snaps based on Nix
<drakonis> cool.
resonyze has quit [Quit: WeeChat 2.5]
pie__ has quit [Ping timeout: 272 seconds]
resonyze has joined #nixos-chat
resonyze has quit [Client Quit]
resonyze has joined #nixos-chat
drakonis has quit [Quit: WeeChat 2.5]
pie__ has joined #nixos-chat
<gchristensen> ah man drakonis left a bit too early , https://github.com/NixOS/nixpkgs/pull/63457
<{^_^}> #63457 (by grahamc, 1 minute ago, open): snapTools.makeSnap: init
cjpbirkbeck has joined #nixos-chat
<etu> gchristensen: wow nice
<ma27> etu: hmm it seems as I've actually fixed that on master, but forgot to tag a release...
<ma27> could you please test against master, then I'd tag a new release :)
resonyze has quit [Quit: WeeChat 2.6-dev]
<etu> ma27: I'll do that in 1.5 hours or so, getting ready for tonight's workout :) thanks for looking into it
<eyJhb> etu: remember eye of the tiger while doing your workout
<etu> Will do!
<eyJhb> ... https://github.com/moby/moby/issues/28269 The bug I am dealing with has been open since 2017.
<{^_^}> moby/moby#28269 (by Murf, 2 years ago, open): Setting Ports in a container config no longer compiles
rvenyze has joined #nixos-chat
Jackneill has quit [Remote host closed the connection]
rvenyze has left #nixos-chat ["WeeChat 2.6-dev"]
cjpbirkbeck has quit [Quit: Quitting now.]
Guanin has joined #nixos-chat
Jackneill has joined #nixos-chat
tilpner has quit [Quit: WeeChat 2.4]
<etu> ma27: Hey, from master the error seems to be fixed. The part where my WM pops up saying "No players found" must be a new "feature" in my wm (that it echoes the output of programs executed or something)... So yeah, that's nothing new for the locker.
tilpner has joined #nixos-chat
<Synthetica> Ugh, it's really ugly `listToAttrs a // listToAttrs b != listToAttrs (a ++ b)` in case of duplicate keys :S
<Synthetica> Otherwise you would have a nice monoid homomorphism
Jackneill has quit [Quit: Leaving]
tilpner has quit [Quit: WeeChat 2.4]
tilpner has joined #nixos-chat
cjpbirkbeck has joined #nixos-chat
aszlig has quit [Quit: Kerneling down for reboot NOW.]
aszlig has joined #nixos-chat
__monty__ has quit [Quit: leaving]
cjpbirkbeck has quit [Quit: Quitting now.]
endformationage has joined #nixos-chat
cjpbirkbeck has joined #nixos-chat
ctp has quit [Ping timeout: 252 seconds]
Synthetica has quit [Ping timeout: 259 seconds]
cjpbirkbeck has quit [Quit: Quitting now.]
benkolera has joined #nixos-chat
ctp has joined #nixos-chat
Synthetica has joined #nixos-chat
vdemeester has joined #nixos-chat
andi- has joined #nixos-chat
andi- has quit [Remote host closed the connection]
andi- has joined #nixos-chat
jtojnar has quit [Read error: Connection reset by peer]
jtojnar has joined #nixos-chat