I seriously doubt changing language would impact a senior that much…
I seriously doubt changing language would impact a senior that much…
I agree but with a caveat: openscad still requires people to understand code. It is still. A whole new skillset that not everyone is going to want to learn.
I agree on freecad! Version 1.0 made it a lot more usable. I moved away from F360 some time ago and now that freecad is more useful it has comfortably replaced 90% of my workflow. It is still a bit clunky, but can get you there.
The PHB mimic is starving
The average hobbit supposed to be fit.
Some would describe them as plump. Personally I think spherical is the better term
Good to know, but this is a security risk of the note taking app, not of the encryption method itself.
If you are storing manly on one device and are looking for a relatively “simple” solution for encryption at rest I would suggest to just encrypt the folder/directory/image the data are living in.
Of course, this way you have to decrypt the data while you are using it. However, it separates the responsibility from the note taking app.
This may or may not be a good solution for your use case, but it should be fast and easy to implement.
I used to do this with some mildly sensitive data using a mac encrypted disk image with plain markdowns files inside. I accessed the files with vscode, but I don’t see why it wouldn’t work with Obsidian. It may just be a bit of a hassle to open the vault each time.
That’s cool. Thank you for the explanation.
Am I missing something? Isn’t the current version 4.3?
Yes, the headline feels very disingenuous. They are working with composers from those games… I don’t feel they are going to have the same influence some game designers would have had.
Not really both Krita and GIMP works mainly on raster images like Photoshop. Illustator is a vector graphic software. The closest foss relative of which would be Inkscape.
The thing is, Photoshop was born as a photo manipulation tool but the drawing functionality has become an industry standard (I think mostly because they give free licenses to students). GIMP is a photo manipulation tool and Krita is a digital painting software. They have overlap but neither of them aim at replacing Photoshop as a whole. GIMP may be the closest match. Krita is more comparable to ClipStudio or Corel painter imo.
I may be old fashioned, but I love to start in a tavern. It’s a place that can have a lot of npcs hanging around that can be introduced and then reappear later in the adventure.
Usually I prefer to start with the party already formed, or have the characters have a connection between each other from before the start of the adventure. Imo it speeds up the initial stages of the game and gives everyone a preexisting reason to be in the party.
I had some pain in the past with players that didn’t want to find a reason for their character to join the party, and asking them to have one as a prerequisite can help to filter too mich edginess from the scene.
I also like to start with combat or some other dangerous situation. I start with some talking and a breef introduction to the aim of the adventure, then have something unexpected interrupt the talking, a fight, then back to the talking.
That’s fair. To each their own.
I’m not sure I agree. DoS2 mechanic are cool, but the combat becomes way to chaotic for my liking. Also you do one mistake and now half your party is dead and the other half is on fire.
I love starting in a tavern and having some run in in a panic screaming “UNDEEEEEEAD!!” and just drop a horde on the table. No time to think, no time to explain. The story starts later, right now you have to fight for your life together with whomever is able to hold at least a table leg.
I think a bullet may even be faster than a wizard casting protego.
Fork is great. I just wished there was a linux version
RStudio for R and data analysis projects because it has a great integration imo. VSC for most else. I am trying neovim and considering trying emacs.
I’m still learning Rust coming from Python and R and honestly point 2 and 3 are not even that bad. Sure I have been bashing my head against some corners, and the lack of OOP was somewhat unexpected, but imho the language really helps you think about what you are doing.