Thank you for explaining that it was a joke.
Thank you for explaining that it was a joke.
That requires someone to look at that section in the IDE. If it doesn’t block the merge, it doesn’t do shit.
Golang won’t even compile with dead code. Unfortunately that’s too strict, you just end up commenting out the whole block instead. At least the commented out code is obvious in review, and some automated checks catch it if you have them.
I did the same thing with “DO NOT MERGE” back in the day. Saved some people who didn’t even know about the check.
Yeah, that’s what I was implying, just didn’t want to write a whole novel about it.
Using a file system is much less bad than dynamically allocating memory, at least as long as you keep a predefined set of files.
I’m not sure which version of Gnome you used before, but Cinnamon is a fork of Gnome 2 and pretty popular. Looks fairly similar to Windows out of the box. Xfce is another popular choice.
I have just the thing for you! Ever heard of binary XML?
I’m amazed people don’t get the reference to Gnome devs here. I’m not even a Gnome user and I got the joke right away.
If you have ssh/SCP you can use sshfs to mount the remote host as a fuse filesystem. That would let you edit files on your workstation, but more or less all other commands would still need to happen on the remote system.
When discussing the results of court proceedings what matters is the actual law, not what you think should be the law.
Just open the main page of archive.org and paste the URL into the search field, and you’ll see all the copies they have archived.
So, you’re talking about ensuring the wl
driver is loaded, but the dump at the end of your post says it’s using brcmsmac
, a different driver for the same card. Looks like you have a mix of both now? It looks like https://wiki.debian.org/wl has a little script you can use to switch between the two, maybe try that.
Isn’t there a separate package with firmware? Maybe install firmware-brcm80211
, firmware-misc-nonfree
or something like that?
Most of the configuration I’ve done in vim is to remove whatever someone else did. Like I log in as root on a server and someone put set number
in /root/.vimrc
. Like having the line number in the bottom right wasn’t enough for you, you need to waste three columns to show numbers for every line on the screen, and now I can’t copy and paste from vim without having to delete three columns from every line? NO.
vim. Just basic vim, I don’t jazz it up to be all IDE-like. I want my vim to behave exactly like it would if I’m on some random other computer.
If I need autocomplete, ability to jump to the definition of stuff and so forth I use whatever the other people on the project use, which is often vscode these days.
Thanks for the correction!
While Apple have contributed to WebKit, they did not make it. It started as a fork of KHTML, a KDE project.
Apple does have some open source contributions. One example is CUPS, which was made by Apple and is now used by most modern Linux distros for managing printers. If you want more examples you’ll have to ask someone who actually likes Apple, I’m sure they can think of more.
“Just Google it” was always worthless advice, even when Google worked right. When you look up information on the Internet, you need prior knowledge in order to assess the information. Maybe this is great info? Maybe it’s dumb and whoever wrote it is a moron? Without prior knowledge you don’t know. With prior knowledge you can see what they say about the things you already know and decide from that.
I once tried to configure a Cisco access point, with zero prior experience with Cisco IOS. Simple stuff, but I knew nothing and had to Google it. I found some blog explaining it, but it looked weird. But I also knew IOS is weird, so maybe it’s right? Hard to say! I reached out to an old friend who is Cisco certified to verify, he told me to ignore that thing and showed me what I should actually do. It really made me realize how useless googling something is if you don’t have the prior knowledge to assess it.