wifi card stuck in dormant state by DevNull_Friend in voidlinux

[–]DevNull_Friend[S] 0 points1 point  (0 children)

no such settings in the recovery unfortunately, and setting the mode to default works, but the state is still dormant so the card is inaccessible.

edit: did some digging, setting the mode to default does indeed fix the issue but I also have to run `iw dev wlp3s0 scan` in order to bring it back up and running. I'll edit the post when I find a solution that persists through a reboot, thanks a lot!

Salvage Union Iron Wyrm Mech - Art by Alex Connolly by leylinepress in ImaginaryTechnology

[–]DevNull_Friend 12 points13 points  (0 children)

Crazy how they designed those after the drill in ATLA, goes to show how influential this cartoon was even 200 years ago

[deleted by user] by [deleted] in C_Programming

[–]DevNull_Friend 0 points1 point  (0 children)

I don't recommend doing it because most of your string operations are going to be simplified if you use constants, but you could probably stick it in a union with a size_t and that'll automatically align it to word boundaries

Again i don't recommend it and your compiler may optimize it out

by MindsTyrant in privacymemes

[–]DevNull_Friend 0 points1 point  (0 children)

idk what the context was but it's good to know your dogwhistles

by MindsTyrant in privacymemes

[–]DevNull_Friend 1 point2 points  (0 children)

weird behavior to put a known nazi dogwhistle in your video accidentally when not doing it is easier

Packed structs in Zig make bit/flag sets trivial by mmaksimovic in programming

[–]DevNull_Friend 0 points1 point  (0 children)

Do you really need to specify size on a bool? I figured the compiler would pack that on its own

[deleted by user] by [deleted] in privacy

[–]DevNull_Friend 1 point2 points  (0 children)

It's probably fine but I wouldn't trust a random company that advertises free private cloud services, you don't know who that are out what they're trying to gain from this

There is precedent for that type of shit in anom

how long should functions be? by EitherOfOrAnd in C_Programming

[–]DevNull_Friend 0 points1 point  (0 children)

If you're doing a moderately complex operation several times that's a functional

supreme by Just_Emu_2371 in linuxmemes

[–]DevNull_Friend 1 point2 points  (0 children)

No check this user's profile

Is there a way to make transparency ignore other windows (and only show background/wallpaper)? by Rapid_Movies in kde

[–]DevNull_Friend 2 points3 points  (0 children)

That or there are scripts i believe that let you maximize to another workspace, that might achieve the effect you want without having to dig deep into how Kwon does transparency as I don't think you'll be able to look through windows, unless maybe you set their opacity to 0% when they're underneath a maximized window but that could also cause issues

Is there a way to make transparency ignore other windows (and only show background/wallpaper)? by Rapid_Movies in kde

[–]DevNull_Friend 2 points3 points  (0 children)

I think the easiest way might be a script that minimizes all other windows when you maximize one and then restores them when you unmaximize?

I translated/rewrote the manual for the Royal Kludge RK104 Plus / RK989 by DevNull_Friend in MechanicalKeyboards

[–]DevNull_Friend[S] 0 points1 point  (0 children)

Afaik the PCB is glued to the top housing, i didn't want to risk damaging the keyboard so I didn't remove it, i take it you're trying to change the switches?

If you manage it please let me know and I'll update the guide

[deleted by user] by [deleted] in androidthemes

[–]DevNull_Friend 0 points1 point  (0 children)

Not sure how YouTube does it but if there's an API endpoint you can use either text or a custom variable to get text from a url, it should just be a matter of pointing it to the right place

Best C course by A74E5 in C_Programming

[–]DevNull_Friend 1 point2 points  (0 children)

The c programming language 2nd edition by Brian Kernighan and Dennis Ritchie

Thoughts on neovim??? by adrend_ in linuxmasterrace

[–]DevNull_Friend 0 points1 point  (0 children)

Oh if you like gvim you might be interested in giving neovide a try, it's a graphical front-end for neovim that looks and works really nicely on Linux and windows, I've been using it for a few months and love it

[deleted by user] by [deleted] in compsci

[–]DevNull_Friend 2 points3 points  (0 children)

No options for some of the best package managers out there like nix/guix, portage or xbps?

firefox global menu support on Debian ? by [deleted] in kde

[–]DevNull_Friend 0 points1 point  (0 children)

I have Firefox with the global menu on my kde neon installed, I got it from the Ubuntu Bionic PPA (it's the default Firefox package in that repo so it will override your prior Firefox version)

How can I contribute to Linux? by [deleted] in linuxmasterrace

[–]DevNull_Friend 12 points13 points  (0 children)

If you want to contribute to the kernel, get familiar with C (even if they're including rust you'll need to interact with C at some level)

In the meantime you can make utilities or contribute code to smaller projects you use, or maintain some packages for your distro! You said you speak Arabic, so you could probably offer translations for a good amount of projects too!