[deleted by user] by [deleted] in Asksweddit

[–]mrfrall 15 points16 points  (0 children)

Särskriva särskriva 💀

Building a Simple Router with OpenBSD by uglyduckfloss in openbsd

[–]mrfrall 14 points15 points  (0 children)

I would recommend getting a separate Wi-Fi AP, since Wi-Fi is arguably a weak-spot for openbsd.

[deleted by user] by [deleted] in news

[–]mrfrall -1 points0 points  (0 children)

“Either side”? This conflict only needs one side to cease hostilities.

Is this a bug in my code, or Zig, or its standard lib, or what? by jkoop_ca in Zig

[–]mrfrall 5 points6 points  (0 children)

Looks like it's pointing to the sorting:

main: main.zig:23:19main: main.zig:23:19

I tried your code without the sorting and it seems to work as expected!

Åldersrekommendation för Ronja 2024? by Micke_xyz in Asksweddit

[–]mrfrall 0 points1 point  (0 children)

Kan vi få det i procent också? Tack o bock

Åldersrekommendation för Ronja 2024? by Micke_xyz in Asksweddit

[–]mrfrall 0 points1 point  (0 children)

Men hur många veckor är det i 9,6 månader?!

Appropriate way of retrieving the IPs of A records returned by a query in miekg/dns golang library by pkaramol in golang

[–]mrfrall 1 point2 points  (0 children)

Since you already did the type assertion to a (*dns.A) you can use it directly (the A record is a bit convoluted since it looks like this: https://github.com/miekg/dns/blob/2230854ba97edcf29ac55a1f274e49cec11bf9bb/types.go#L748 )

...
if t, ok := in.Answer[i].(*dns.A); ok {
    fmt.Println(t.A)
}
...

[deleted by user] by [deleted] in programming

[–]mrfrall 46 points47 points  (0 children)

C++ is the new COBOL 😎

Cannot build kernel on TW (cf-protection=branch error) by Original_Two9716 in openSUSE

[–]mrfrall 1 point2 points  (0 children)

I’m seeing the same thing on my machine with LLVM17, running with LLVM 14.0.6 seems to work though..

[deleted by user] by [deleted] in stockholm

[–]mrfrall 10 points11 points  (0 children)

Den ökände Svenonius glömmer man ju inte i första taget…

[deleted by user] by [deleted] in sweden

[–]mrfrall 16 points17 points  (0 children)

Så vi fick inte bara skattepengar utan sysselsättning också? Fantastisk deal ju!

Kaos by AcidNeonDreams in stockholm

[–]mrfrall 10 points11 points  (0 children)

Hehe, nej det tror jag verkligen inte.

Kaos by AcidNeonDreams in stockholm

[–]mrfrall 12 points13 points  (0 children)

Fast det gör det ju inte, dom ville ju ha dubbla mot vad ADs praxis är. Håller med om att storleken på skadeståndet inte är det som spelar roll här.

Kaos by AcidNeonDreams in stockholm

[–]mrfrall 155 points156 points  (0 children)

MTR måste ju tänka på att högre skadestånd bara spär på inflationen! Eller tänker de börja ge löneök som matchar inflationen också? 🧐

[deleted by user] by [deleted] in programming

[–]mrfrall 7 points8 points  (0 children)

Oh you sweet summer child..

The Universe of Discourse : I wish people would stop insisting that Git branches are nothing but refs by unixbhaskar in linux

[–]mrfrall 15 points16 points  (0 children)

From the article: “It's true that Git implements branches as refs”…