00:03
Peetz0r has joined #nixos-chat
00:06
mog has quit [Ping timeout: 244 seconds]
00:32
cole-h has quit [Ping timeout: 260 seconds]
02:06
cjpbirkbeck has quit [Quit: Goodbye, take care]
02:34
rajivr has joined #nixos-chat
02:57
<
lovesegfault >
6 days since nixos-unstable :P
03:32
<
drakonis >
7 days...
04:32
<
ashkitten >
when will my nixos-unstable return from the war
04:47
ekleog has quit [Remote host closed the connection]
04:48
ekleog has joined #nixos-chat
05:21
mog has joined #nixos-chat
05:53
mog has quit [Quit: im quiting!]
05:53
mog has joined #nixos-chat
05:58
mog has quit [Ping timeout: 260 seconds]
06:09
cole-h has joined #nixos-chat
06:25
<
eyJhb >
I want it baaack
06:25
<
eyJhb >
It breaks quite often atm.
06:26
<
eyJhb >
Like, if I had some Hydra control I would look more into stuff like that :(
06:27
buckley310 has quit [Quit: Connection closed for inactivity]
07:18
waleee-cl has quit [Quit: Connection closed for inactivity]
08:17
cole-h has quit [Ping timeout: 246 seconds]
08:31
<
lovesegfault >
how it started: going to read about yugoslavian collectivism and have some whiskey
08:31
<
lovesegfault >
how it ended: resilvering my ZFS pool so I can listen to music while I do that because my system kernel panic
08:32
maxdevjs has quit [Ping timeout: 260 seconds]
09:01
tokudan has quit [Quit: Dunno.]
09:02
tokudan has joined #nixos-chat
09:20
spudly1 has quit [Ping timeout: 272 seconds]
09:56
spudly has joined #nixos-chat
10:10
NinjaTrappeur1 is now known as NinjaTrappeur
10:11
<
sphalerite >
lovesegfault: classic
10:13
<
eyJhb >
It always ends like that
10:28
noonien has quit [Quit: Connection closed for inactivity]
10:42
__monty__ has joined #nixos-chat
11:54
<
gchristensen >
neat ... apple brought back the correct shape for the iphone
11:59
<
__monty__ >
Isn't the rounded edges a comfort thing?
12:00
<
gchristensen >
I dunno, but I can hold on to the flat sides, and I can't hold on to the rounded over sides
12:02
<
gchristensen >
(...that is why I broke the screen on my last iphone walking out of the store...)
12:04
<
eyJhb >
gchristensen: that was short lived
12:17
<
__monty__ >
Almost sounds like aluminum's just a bad idea. At least unless it's textured or coated differently.
12:22
<
joepie91 >
I'm a huge fan of rubberized texture
12:23
<
eyJhb >
Sandstone <3
12:23
<
eyJhb >
You can even draw on that with your nail!
12:24
<
LnL >
yeah, the soap bar design isn't great for grip
12:28
NinjaTrappeur has quit [Ping timeout: 260 seconds]
12:29
neeasade has joined #nixos-chat
12:29
NinjaTrappeur has joined #nixos-chat
12:34
NinjaTrappeur has quit [Ping timeout: 260 seconds]
12:35
NinjaTrappeur has joined #nixos-chat
12:37
<
pie_ >
in case yall didnt know, there is a tool called netsed
12:39
<
pie_ >
i wonder if there is anything similar
12:40
<
pie_ >
hm its in ruby.
12:43
<
pie_ >
i wonder if theres more popular or otherwise intereting alternatives
12:44
<
gchristensen >
that is fancy
12:45
<
pie_ >
i wonder if mitmproxy would work
12:46
<
pie_ >
my actual problem is that dnsmasq doesnt let me serve pxe stuff to ips not on its subnet :P (its been a while since i pulled up that code but i think the server being nated was the problem)
13:04
<
Baughn >
I'm going to rewrite the hardware.nvidia.prime section to support the non-nvidia gpu
*not* being Intel.
13:04
<
Baughn >
Anyyone particularly care about this?
13:04
<
gchristensen >
maybe ask in -dev?
13:22
neeasade has quit []
13:25
xd1le has joined #nixos-chat
14:10
<
eyJhb >
pie_: mitmproxy is mostly HTTP(S)
14:11
<
pie_ >
eyJhb: ok, i didnt get around to checking
14:11
<
eyJhb >
mitmproxy - an interactive HTTPS proxy
14:11
<
eyJhb >
But It is SO NICE working with
14:45
costrouc has joined #nixos-chat
14:46
costrouc has left #nixos-chat [#nixos-chat]
15:41
<
abathur >
I had a friend ask me to check his mac for malware last year, and discovered it was using mitmproxy :)
15:43
<
abathur >
and a few weeks after I told a co-worker about it, he found roughly the same thing on his parents' mac
15:45
<
abathur >
also, pity the fool who needs to man -K anything that frequently appears in the perl docs...
16:04
vaibhavsagar has quit [Quit: Idle for 30+ days]
16:22
cole-h has joined #nixos-chat
16:23
<
__monty__ >
abathur: Isn't mitmproxy a development tool?
16:33
xd1le has quit [Ping timeout: 260 seconds]
16:36
noonien has joined #nixos-chat
16:38
<
sphalerite >
__monty__: sure, but malware developers are developers too
16:40
<
gchristensen >
it turns out tools are tools, to be used regardless of the author's intent
16:41
<
pie_ >
mitmproxy is a development tool? xP
16:45
<
abathur >
they even have an FAQ entry or disclaimer somewhere iirc
16:58
<
eyJhb >
mitmproxy can be used for anything you want :p I used it for reverse engineering Android apps (or at least seeing what they were doing), and spoofing information in apps...
17:15
<
gchristensen >
I wonder if, and in what ways, the "12 factor app" model influence systemd. specifically I'm thinking, for example, journald
17:17
<
sphalerite >
fun story from yesterday: A colleague and I were trying to get the previously-working prometheus snmp_exporter to work. It was supposed to be sending out SNMP queries, and just… wasn't. It said i/o timeout, but never even made the system call to send out the UDP packets.
17:17
<
sphalerite >
Turns out that the value "30" for the timeout was interpreted as nanoseconds, not seconds.
17:17
<
sphalerite >
We spent probably 2 or 3 hours on this.
17:19
<
sphalerite >
and apparently I didn't roll back the change correctly, because then it would have started working again…
17:19
<
sphalerite >
Way to make use of an amazing OS with declarative configuration and rollbacks and stuff.
17:44
<
ajs124 >
sphalerite: nanoseconds? is that exporter implemented in go or how did that happen?
17:48
ugubok has joined #nixos-chat
17:50
<
ugubok >
It says /nix/store/2a9lyngnya57rhvjni6km1zp8xwhs3g9-mcabber-1.1.0/include/mcabber/logprint.h:4:10: fatal error: glib.h: No such file or directory
17:50
<
ugubok >
But glib is in buildInputs
17:52
<
eyJhb >
ajs124: it very much could be, need that 30 * time.Secounds (and then spell it correctly)
17:53
<
__monty__ >
ugubok: Try #nixos, this is the off-topic channel.
17:54
<
ugubok >
Ok, thanks
17:59
rajivr has quit [Quit: Connection closed for inactivity]
18:19
waleee-cl has joined #nixos-chat
18:32
__Sander__ has joined #nixos-chat
18:39
__Sander__ has quit [Quit: Konversation terminated!]
18:39
__Sander__ has joined #nixos-chat
18:39
__Sander__ has quit [Client Quit]
18:39
__Sander__ has joined #nixos-chat
18:54
<
sphalerite >
ajs124: go obviously.
18:54
<
sphalerite >
"30s" worked.
18:54
<
sphalerite >
eyJhb: ^
18:55
<
eyJhb >
sphalerite: Ahh.. Stringy config :D
18:57
<
sphalerite >
eyJhb: actually it's yaml, and I used the integer value 30, the quotes in my earlier messages were an indicator of literalness :p
19:00
maxdevjs has joined #nixos-chat
19:00
<
eyJhb >
sphalerite: ahh..
19:00
<
eyJhb >
But still, Go <3
19:01
<
__monty__ >
eyJhb: Time to pick up another language. Liking any one language so much probably means you're failing to see shortcomings. ; )
19:02
<
eyJhb >
I love Sympy+Scipy+Numpy a lot as well?
19:02
<
eyJhb >
And the people that write insecure PHP as well
19:04
<
sphalerite >
__monty__: some people aren't too cynical to love something even if it has shortcomings. It's not a bad attitude IMHO!
19:05
<
sphalerite >
I mean, surely that must be the basis of the love humans feel for each other as well :D
19:05
<
__monty__ >
I experience it as pushing something on others.
19:06
<
sphalerite >
I don't see how eyJhb saying "Go <3" is pushing it on anyone else
19:08
<
__monty__ >
It's not just the one instance. And eyJhb can do whatever he wants. I'm just saying he might benefit from looking at other languages.
19:08
<
sphalerite >
that sounds a lot
_more_ like pushing something on someone else ;)
19:10
<
__monty__ >
I wish more people would push others to learn as much as possible.
19:16
endformationage has joined #nixos-chat
19:17
<
joepie91 >
possible kernel RCE in Linux, triggerable via unauthed bluetooth
19:17
<
joepie91 >
as I understand it
19:17
<
gchristensen >
yeah there was just some discussion in -security
19:17
<
joepie91 >
... why am I not in there
19:17
<
gchristensen >
dunno
19:18
<
__monty__ >
Isn't it limited to NixOS core contributors?
19:18
<
gchristensen >
#nixos-security is a public channel
19:19
<
samueldr >
>> affecting Linux kernel 4.8 and higher
19:19
* samueldr
laughs in Android
19:19
<
__monty__ >
Am I thinking of a mailing list?
19:19
<
samueldr >
the mailing
_address_ maybe?
19:20
<
samueldr >
tbf, there's plenty of devices with 4.9
19:20
<
hexa- >
samueldr: android does not use bluez though
19:20
<
hexa- >
so not affected
19:20
<
samueldr >
hexa-: I don't see bluez in that report
19:21
<
gchristensen >
social distancing means now is a really good time to be finding CVEs in bluetooth
19:22
<
samueldr >
couldn't that also be used by the Android bluetooth stack, since it's in the kernel? net/bluetooth/l2cap_core.c
19:23
<
samueldr >
or is bluez deeply entrenched into the kernel?
19:25
<
clever >
samueldr: rpi has been using a raw alsa bluetooth thing recently, because they couldnt be bothered to fix the latency bugs in pulseaudio
19:25
<
clever >
and that alsa bluetooth driver might be what android uses??
19:26
<
samueldr >
I don't know for sure, it looks like android uses something named bluedroid
19:26
<
hexa- >
which is now called fluoride
19:27
<
samueldr >
thanks, finding information without appropriate names in search engines is basically fruitless
19:27
<
samueldr >
thinking I want to know about how to pair stuff and such
19:28
<
samueldr >
though the question still stands: could it be using the same kernel-side interfaces?
19:28
<
hexa- >
great question
19:28
<
hexa- >
I wonder what would require it to be in kernel space
19:29
<
hexa- >
oh pulseaudio <3
19:29
<
hexa- >
sorry, they're in a freeze right now :P
19:29
<
hexa- >
hsf/hfp is really shit
19:32
* sphalerite
sudo rfkill block bluetooth
19:33
<
eyJhb >
sphalerite: There is a reason I have disabled that shit in BIOS
19:33
<
sphalerite >
and a reason I haven't
19:34
<
eyJhb >
Stop using logic and stuff sphalerite
19:35
<
eyJhb >
It is starting to become unfair. What are you using it for?
19:35
<
sphalerite >
hahaha
19:35
<
joepie91 >
I now wonder what the "and stuff" is
19:35
<
sphalerite >
that's a secret.
19:35
<
samueldr >
hmm, no fix in LTS currently
19:35
<
eyJhb >
joepie91: I am waiting for sphalerite to one up the current tactic
19:35
<
joepie91 >
oh, so the "and stuff" is an as-of-yet undetermined future thingem :P
19:36
<
eyJhb >
Yup, like some saying "I will never rate a pain a 10, because I never know when the real 10 comes"
19:36
<
eyJhb >
Which is basically the same scale I use for sphalerite. The great pain of sphalerite :p
19:37
<
eyJhb >
Just kidding sphalerite<3
19:37
<
eyJhb >
<3sphalerite
19:37
<
eyJhb >
Can't remember the bot thing..
19:37
<
cole-h >
You forgot a space.
19:37
<
cole-h >
<3 sphalerite
19:37
<
{^_^} >
sphalerite's karma got increased to 0b1101111
19:38
<
hexa- >
so sphalerite is 3/10?
19:38
<
hexa- >
less than that even?
19:38
<
eyJhb >
<3 sphalerite
19:38
<
{^_^} >
sphalerite's karma got increased to 112
19:38
<
eyJhb >
hexa-: I am not ready to put numbers on it yet , it feels like I have only graced what can become!
19:43
<
eyJhb >
Wondering, how many have seen Scrubs in here ? And know that there is only 8 seasons of it
19:44
<
sphalerite >
aww :)
19:52
<
sphalerite >
MichaelRaskin++ for patiently arguing with blaggacao.
19:52
<
{^_^} >
MichaelRaskin's karma got increased to 48, it's a crit!
19:52
<
eyJhb >
What did we miss?
19:52
<
hexa- >
eyJhb: yet another rfc discussion
19:52
<
eyJhb >
Ahh... Which RFC this time?
19:52
<
sphalerite >
rfcs#77 if you really want to spend a lot of time reading stuff
19:53
<
sphalerite >
idk where blaggacao finds the time to produce so much text.
19:53
<
hexa- >
he probably works in consulting
19:55
<
eyJhb >
Still going I see
19:55
<
joepie91 >
(note the reading time estimates)
19:56
<
samueldr >
joepie91: IIRC faster works on itch
19:56
<
joepie91 >
but also they write half a book every two weeks
19:56
<
f0x >
joepie91: I think part of that is wrong estimates on code blocks but, hm
19:56
<
samueldr >
I'm not sure, but I think that itch itself si self-sustaining, so that might give 'em more free time :)
19:56
<
joepie91 >
oh yeah for sure but it's not a full explanation :D
19:57
<
__monty__ >
Is it just me or is there a problem with the cert on xoe.solutions?
19:58
<
samueldr >
valid on my end
19:58
<
gchristensen >
here too
19:59
<
__monty__ >
Maybe I'm misunderstanding SEC_ERROR_OCSP_SERVER_ERROR
20:00
<
hexa- >
means you have issues getting an ocsp validation (on firefox?) and they're not doing stapling
20:00
<
joepie91 >
does it run Caddy by any chance, and are you using Firefox?
20:00
<
hexa- >
cert is from LE
20:00
<
__monty__ >
I am using firefox.
20:01
<
__monty__ >
I've seen this error once before recently.
20:01
<
hexa- >
can you reach ocsp.int-x3.letsencrypt.org
20:01
<
joepie91 >
it's not being very chatty about what HTTPd it's running, but I've had this issue with Caddy + Firefox before
20:01
<
joepie91 >
hold, let me find the issue thread
20:01
<
__monty__ >
Get a blank http page but looks like it?
20:01
<
hexa- >
so maybe temporary issue? ctrl+f5?
20:01
<
joepie91 >
yeah it's an intermittent issue that gets cached or something
20:02
<
joepie91 >
server restart fixes it
20:02
<
abathur >
meanwhile, I'm here like, how tweet?
20:02
<
joepie91 >
can't find the issue, meh
20:03
<
__monty__ >
From a superuser thread I'm looking at.
20:04
<
joepie91 >
not the thread I'm thinking of anyway
20:04
<
__monty__ >
Hmm, yeah, reloading worked now.
20:06
<
__monty__ >
-_- Same issue on a link from this site... Guess I have connection issues or something.
20:24
<
hexa- >
samueldr: this just in: android 11 update on pixel 3a
20:24
<
hexa- >
> fixes critical bugs and [...]
20:24
<
{^_^} >
error: syntax error, unexpected ELLIPSIS, at (string):325:26
20:24
<
samueldr >
oh not, syntax error!
20:25
<
hexa- >
usually they come out at the beginning of a month, so this is odd
20:25
<
samueldr >
though, look at the bright side of it all: only the recent devices have a 4.9-based kernel
20:26
* samueldr
should press the OEM of one of his devices
20:26
<
hexa- >
Linux localhost 4.9.223-g51b9e1042e59-ab6722174 #0 SMP PREEMPT Thu Jul 30 10:57:45 UTC 2020 aarch64
20:27
<
samueldr >
I need to find a security update post
20:27
<
samueldr >
as a proof that this is a thing
20:27
evanjs has quit [Read error: Connection reset by peer]
20:28
evanjs has joined #nixos-chat
20:29
<
eyJhb >
hexa-: 3.4.113 :|
20:29
<
samueldr >
eyJhb: the bug was introduced in 4.8
20:29
<
hexa- >
samueldr: probably the android security bulletin of the pixel series, once they come out
20:29
<
samueldr >
wow what a bad thing
20:29
<
eyJhb >
Yeah, but I don't think that a kernel that old will be much better tbh.
20:30
<
samueldr >
september's hasn't come out yet???
20:30
<
samueldr >
eyJhb: exactly :)
20:30
<
hexa- >
samueldr: other languages than english
20:30
<
hexa- >
click the first column
20:30
<
samueldr >
what a bad design
20:30
<
samueldr >
especially since your OEM likely has picked random backports, and added misc. features
20:31
<
samueldr >
doesn't look like they added the necessary commits
20:32
<
hexa- >
security update 5th october 2020
20:32
<
hexa- >
play update 1th september 2020
20:33
evanjs has quit [Ping timeout: 258 seconds]
20:33
evanjs has joined #nixos-chat
20:51
<
ugubok >
How do you install zsh-autosuggestions? My zsh says [oh-my-zsh] plugin 'zsh-autosuggestions' not found
20:56
<
ugubok >
hexa-: Working, thank you!
20:57
<
samueldr >
(#nixos for nixos support :))
20:57
<
hexa- >
"And why do they have actionable responses rates to stale bots superior to our 20%? (Ok I just made that up. [...]"
20:57
<
hexa- >
why, why, why
20:58
<
cole-h >
What started out in good faith seems to have devolved into railroading?
20:59
<
pie_ >
whats railroading
21:00
<
cole-h >
in this context, I meant "forcing an opinion" (or trying to)
21:00
<
pie_ >
i guess i should look up how that expression even works
21:00
<
pie_ >
whats the context for the quote
21:07
<
eyJhb >
I am not a (okay maybe a little) spiteful person, but if you fight everyday with your partner, for months, and yell for hours each day. Then maybe it is not meant to be.
21:08
<
eyJhb >
Totally not frustrated that they are running on hour 4, and it is 23:08
21:12
<
pie_ >
eyJhb: i just said oh no not again but @ rfc77
21:21
<
tokudan >
discourse apparently likes to joke. for my topic "disabling badges" i received a badge "nice topic - received 10 likes on a topic" :/
21:22
<
__monty__ >
Pretty good troll there.
21:24
ugubok has quit [Quit: Konversation terminated!]
21:29
noonien has quit []
22:06
__monty__ has quit [Quit: leaving]
22:09
__Sander__ has quit [Quit: Konversation terminated!]
22:10
manveru has quit [Ping timeout: 272 seconds]
22:10
jackdk has quit [Ping timeout: 272 seconds]
22:11
manveru has joined #nixos-chat
22:12
jackdk has joined #nixos-chat
22:17
cjpbirkbeck has joined #nixos-chat
23:07
bqv has quit [Ping timeout: 272 seconds]
23:08
bqv has joined #nixos-chat
23:13
<
colemickens >
I am rather surprised that the compilers landed on the sides they landed on
23:13
<
colemickens >
I would've never ever, ever, ever, ever guessed a trailing slash would extend the comment to an unprefixed line. ever.
23:15
<
gchristensen >
whoa, switching playback from Spotify Web on my laptop to spotifyd on my laptop was without a single hiccup or stutter
23:16
<
samueldr >
colemickens: I think it's more subtle
23:16
<
samueldr >
it's about the significance of spaces after a backslash
23:17
<
samueldr >
so \\\s+$ vs \\$
23:17
<
samueldr >
well, I say "I think"
23:18
<
colemickens >
samueldr: wow, I didn't open the godbolt, but now I see what you mean. That's just... there's some german word for it probably.
23:18
<
samueldr >
though \\$ to continue a comment is... what??
23:18
<
gchristensen >
"C". that's just C.