not scary at all
I have seen some juniors really shoot themselves in the foot with rebasing, and I’ve been there as well before. I agree it can be useful, but it definitely requires understanding of what is going on :P
not scary at all
I have seen some juniors really shoot themselves in the foot with rebasing, and I’ve been there as well before. I agree it can be useful, but it definitely requires understanding of what is going on :P
When people do a bunch of bulk renames on every commit, then you get this kind of problem a lot. But yeah still not gits fault
POV: Your codebase undergoes a full refactor for every feature
Basically the idea is to separate your system packages and your applications.
The system packages are installed and updated “atomically” i.e. in transactions. If a transaction fails, results in a broken system, or you just don’t like it, you can rollback anytime.
Applications on the other hand are usually installed in a containerized form. Basically, flatpak. You should avoid installing applications through the system package manager.
CLI apps is where it all gets interesting, and usually people use distrobox, docker/podman or toolbx to run stuff in containers. Although the universal blue project comes with brew prepackaged for when you want CLI apps installed system-wide without juggling containers.
The benefit is that your OS and your apps are separate. No dependencies breaking or conflicting. And if something does break, well just roll back.
any idea what the re in grep stands for?
I’m not talking about bitcoin I’m talking about the creator of the video. And their talking points are very much libertarian.
They are just a crypto shill and a neoliberal. They don’t care for liberation of humans, just for liberation of payments from government. They are a professional investor, I’d say this video is basically anarcho-capitalism in a nutshell. Some of the points they raise are valid, but many are not. For example, not being able to print more money in the government actually removes the ability to control deflation, and if governments can’t print money, that’s basically self-imposed austerity.
if you want to pay somebody on the other side of the world, crypto already lets you do that. There’s no need to hype it up any more than it already is.
Also disingenuous to hype up bitcoin without bringing up the inherent environmental concerns.
it seems like maybe this is compatible, and is easier to host for a single user instance
Pretty sure they are seals, not gophers.
according to the meme it’s just compiling, no other build steps… suspicious
why are you using three different distros to build a single application?
imagine if it like, read that file and gave you a stack trace
Oh yeah Codium all the way.
I’m in Europe and VS Code is very popular, JetBrains stuff is around too tho. Both are bloated but VS Code is still way lighter.
I’m using it on android but the whole interface is iOS style, I’m guessing it was made for iOS in the first place.
I have no experience in game dev whatsoever but every time I hear about Bevy I’m like “hm I should try that”
no idea I don’t even know if they actually need/want donations
mastodon (& tusky) lemmy (& thunder) helix editor lapce forgejo bitwarden alacritty linux kernel ublock origin signal
That’s off the top of my head. I think I might also print a bunch of stickers promoting the fediverse.
TIL go is an interpreted language and runs straight from source code!