83 Followers
129 Following
380 Posts
PhD in Engineering with concentration in Cybersecurity. Did my thesis in ML applied to network intrusion detection. Currently specializing in automated binary analysis. Also tech enthusiast, audiophile, gamer, dad.
bloghttps://blog.researchmonger.com

[sigh] The *real* problem is not that there now is an _optional_ "birthDate" field in systemd. The *real* problem is that those laws are even proposed in the first place.

I'm not a systemd fanboi, but I am old enough to remember sysvinit. It SUCKED!

#linux

What’s up with news about predictive markets? Are we infiltrated by the #Jeraptha ? Is this all #Skippy 's doing?!
@MattTheQuick glad it worked!

@foobardevs i think forgoing trial and error during search is not bad. Forgoing trial and error during learning is bad. When i search - I decided that I want to find the answer immediately for whatever reason - I don’t want to spend time deriving the answer. This works well for finding Wikipedia pages or someone's opinion, or even someone’s process of solving something.

In the other hand, I can’t learn calculus by searching for an answer. And if we pull in Gold's theorem for learning in the limit then we see that trial and error are one of the few ways of breaking faulty assumptions. Having someone show how to solve a specific problem is another way, but there’s a chance that their way will still align with faulty assumptions.

@MattTheQuick well then to dig in you need to look at your `lsmod` command to see if the module is loaded. If it is - check `ip a` or `ifconfig -a` to check that maybe it works and just isn’t connected. If it’s not there - check `dmesg` output and see if there are errors mentioned about the WiFi or the module.

You can also try running `modprobe <module name>` to try and load your WiFi driver. If you don’t know the module name for your driver - you can use ‘lspci -k` or `lsusb` to see the exact model of your device and you can use that to find module name on the web.

@MattTheQuick the kernel doesn’t “just remove” WiFi driver. There would’ve been a lot of discussion for why to do that (if it happened).

It’s more likely that specific kernel module didn’t get built, or maybe the module needs specific firmware file that your system doesn’t have (did you update `linux-firmware`?)

I just heard about this game and this one minute trailer has completely sold me on it. Instant day one purchase.

https://www.youtube.com/watch?v=2o2IzrPOruo

#karen #gaming

Karen - Official Reveal Trailer

YouTube
@JakobFel if you don’t know yet - you will really enjoy protoweb. It’s a wayback machine proxy that lets you browse the old web. https://protoweb.org
Home - Protoweb

With ProtoWeb, you can browse the web like it's 1995!

Protoweb
@ftranschel @peteorrall yeah perhaps “in a different userland” is more appropriate (less charged with implication)
@peteorrall my friend always said gentoo is FreeBSD in the wrong userland. (Not helpful for newcomers but reinforces your point).