Over the beginning few years into software engineering and FOSS world, I legit thought Sourceforge is a sketchy software download website
Over the beginning few years into software engineering and FOSS world, I legit thought Sourceforge is a sketchy software download website
What’s wrong with embedded C? Would you rather write assembly?
If you use zsh, there is zsh syntax highlighting plugin. For bash, a cursory search gave me ble.sh which looks interesting. And as other threads have mentioned, fish shell has this built in, but beware fish shell syntax works drastically differently from other POSIX shells
Extensions are not equivalent to native customization, and both have pros and cons. On one hand, extensions provide a variety of features that can be added specific to people’s likings, but on the other hand, there are chances of incompatibility (in gnome shells for example) and delayed maintenance from developers (which results in having to wait for them to finish the work when dependency updates)
I agree. Competitive games just bring the toxicity out of me. Plus, all the skill gained will become nothing one day with a balance patch just because the devs and publishers want to “keep the game live for longer”
sudo provides sudoedit
or sudo -e
which allows me to use vim with my user configuration btw
At least man pages are better than ChatGPT or other generative LLM that can hallucinate
BeagleBone has two RISCV SBC recently. One uses a chip from Microchip which is partially an FPGA also, and the other one uses a chip from a Chinese company
It doesn’t have a wiki as good as Arch, yet
It is good that such app works for you, but from what I’ve seen AndFTP is only available in Google Play store, and with bundled ad in the free version and paid otherwise. In comparison, LocalSend is none of that, and it is available on FDriod as well. LocalSend is also FOSS from protocol to the app through and through, and although SSH technology itself is secure, the security of the client depends. These are all the reasons to answer your question of “I need something more than scp”. I use SSHFS myself too in the case of file backup, but also LocalSend for different scenarios such as “I need this video to be sent to my computer ASAP”. If you are not convinced, feel free to overlook the project, that doesn’t mean the app has zero use case
What is that? I am curious because I haven’t seen a competent SCP app for a few years
Yes, you send files from/to your phone with an app that looks clean and modern
As a regular i3 user, I was very satisfied on how tiling was implemented into the Pop shell of Gnome. After a few keybind change here and there it almost felt like home maneuvering the windows and workspaces. One minor complain is glitches happen when external monitor is connected/disconnected on the fly (laptop usecase), in which case windows are disoriented and thrown around at random unexpected places instead of staying at where they were. I’m blaming Gnome on that one however, since I’m assuming it is related on how Gnome handle multiple screens and Pop shell act on top of it, so I’m expecting it to be fixed in Cosmic DE
“Hey you want some potato chips?”
Messed me up all the time first time came to the US. Why use positive response for rejection?
In Yakuza series, a character’s tatoo is often all over on thier back and represents the person’s personality, idealogy, or role in the story. The tatoo often has a Japanese or Chinese folk lore reference to it
If you know what you are doing, type “yes do as I say”
Like this >!Raid Shadow Legends!< and you can’t block this
Maintainability is inverse correlated to job security anyway
Good devs are good regardless of context, they may have their personal preferences but in the end welcome bug reports and feature requests, especially the helpful ones because it helps the project. Bad devs are dicks regardless of context as well, all they care about is review rate and other numbers appear in the scoreboard
All of the quirks you said are true, yet they still established the “okay” ecosystem of hobby-grade microcontrollers like Arduino, IoT devices, and other small scale robotics systems. None of them would have happened without the “okay” abstraction C/C++ provides as opposed to assembler