Fyi: Libre Office is the actively developed Open Office fork.
Don’t know how it stacks up to MS Office though.
Fyi: Libre Office is the actively developed Open Office fork.
Don’t know how it stacks up to MS Office though.
En Garde! Nice indie game, with a combat system simmiliar to sekiro, but very lighthearted presentation. Also started paradise killer. Definitely interesting, but not sure if it’s a game for me
Return of reckoning is a fan run continuation of the warhammer mmo, that might be something you enjoy.
Maybe it hurds in a good way.
Nah, it’s a kernel it does kernel stuff and does not offer anything a normal user notices compared to other kernels.
It might be interesting for people who work on kernels just to see different ways on how to solve common problems.
Maybe you could afford breakfast, if you would spent less on your fancy attire!
Nope, they said it again during the live stream where they had two people play part of the third act this exile con. Every mtx that effects something that is present in both games will be shared between them. I’d guess stash tabs will be included in both games, so those should carry over.
I guess the biggest difference for users is that nostr relays don’t federate with one another. So you’ll have to query multiple relays yourself if you want to see stuff outside of the relay(s) you post to. The other big difference is that your identity is a keypair. The relays you send to only know your public key and that’s it.
E: someone running a relay could still decide you need to create an account or something, but this account is only the permission to use this specific relay. Your identity would still be your keypair, so moving to another relay is easy.
I guess some lessons need to be learned through pain.
Yes, all those hurt. They sometimes still do, most of us are not machines that turn caffeine into code and we are never as clever as we think we are.
https://jsommers.github.io/cbook/cbook.pdf
Might be a good way for someone who is familiar with a higher level language.
Than there is of course “The C Programming Language” by Ritchie and Kernighan and “advanced programming in the unix enviroment” by stevens and rago.
So, i’d guess just get your feet wet with small stuff. Find out how to take arguments from the command line, or read a file, maybe programm a simple guess the number game. After you are more familiar with the syntax and so on you could look into using your c code in a higher level language. For python you’d have to look into ctypes for that.
depends on what you backup and how.
if it’s just “dumb” files (videos, music pictures etc.), just retrieve them from your backups and check if you can open the files.
complex stuff? probably try to rebuild the complex stuff from a backup and check if it works as expected and is in the state you expect it to be in. how to do that really depends on the complex stuff.
i’d guess for most people it’s enough to make sure to backup dumb files and configurations, so they can rebuild their stuff rather than being able to restore a complex system in exactly the same state it was in before bad things happened.