Avatar

Consti

p_consti@lemmy.world
Joined
0 posts • 11 comments

Programming and reading.

Direct message

We do, for two 2-3 person projects, where no code reviews are done. This is mostly because (a) it’s “just” a rewrite and (b) most new functionality is small and well-defined. For bigger features a local branch is checked out and then merged back later. Commits are always up-to-date, which makes it much easier to test integration of new featues.

permalink
report
reply

With git. Every time we start work, we pull. After every commit, we push (and pull/merge/rebase) if necessary.

permalink
report
parent
reply

Love the expressions in this

permalink
report
reply

When everything closes, are you sure that’s the lock screen and not the login screen? It sounds like cinnamon is crashing, which means you’re automatically switched back to the display manager (login screen). This can sometimes show the boot logo while it’s switching, happens on my laptop as well, noy sure why that is. If it is crashing, you might find the cause in the logs, run journalctl -e and dmesg to check for errors

permalink
report
reply

Not a problem if you stick to Ubuntu packages. All packages in the default apt repositories contain signed stuff, so you can install drivers (graphics, virtualbox, …) like normal. I had it accidentally enabled when I initially installed and only noticed when I tried to build custom drivers myself.

permalink
report
reply

Secure boot means only signed code can run in the kernel/ring 0. Grub, as the loader, needs to be signed as well. Basically anything with system privileges needs to be signed. If I remember right you need to enroll the signing key on installation, and the rest is handled automatically, but you can’t use any custom kernel or kernel drivers.

permalink
report
parent
reply

Does “Database > Merge from Database” not work for your case? I remember it helping when I had a similar situation

permalink
report
reply

It’sintended to be used when the cookies are actually required for the app to work. For example, to preserve your login, you need a cookie, no way around. Unfortunately, as mentioned by others, it’s often abused

permalink
report
reply
18 points

Eine Minute später kommt der Zug, der vor zwei Stunden kommen hätte sollen, neues Problem

permalink
report
reply

You can start steam just fine without the packages. In fact, if you install without them, it’ll ask you to install them every time, but you can skip that and it’ll work, just 32bit games won’t launch

Edit: Looks like I’m partially wrong, as pointed out by a commenter below, steam currently only launches the 32-bit version of the client, despite support for a 5l64-bit client

permalink
report
parent
reply