sure, if the limitting factor in a case like this would be the speed of computation and not slow IO than implementing the computation in another language would be a viable way to increase performance.
sure, if the limitting factor in a case like this would be the speed of computation and not slow IO than implementing the computation in another language would be a viable way to increase performance.
And no, I have not tested it because I don’t know how I’m actually supposed to do 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.
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
Not to aware of how c# works, or interested in defending java, especially ancient java versions, but what does it do better in that regard?
Only records for more or less pure data objects come to mind, but those are also in modern Java.
Access control and offering a sound interface.
You don’t need getters and setters if every attribute is public, but you might want to make sure attributes are accessed in a specific way or a change to an object has to trigger something, or the change has to wait until the object is done with something. Java just has tools to enforce a user of your objects to access its attributes through the methods you designed for that. It’s a safeguard against unintended side effects, to only open up inner workings of a class as littles as necessary.
In a language without something like private attributes you’d have to account for far more ways someone might mutate the state of objects created by your code, it opens you up to far more possible mistakes.
You let your ide generate simple getters and setters or utilize something that generates them during a compilation process.
Who ever writes them per hand needs to utilize their tooling better or needs better tooling.
I think i have roughly three categories for this.
Needs: i need food/ my meds/ a train ticket to get to work
Wants: stuff that i want for me beyond the needs, e.g. hobby stuff like a tripod if one is into photography or dinner in a nice restaurant from time to time
Desires: stuff thats purely for pleasure. Like candy, or a new phone if the old one is still working or very expensive hobby related material, like that carbon tripod with all the bells and whistles, or material i allready own plenty of, like video games.
Asking myself if something is still a want vs a desire stopped some impulse buys, but this desires very very tempting
Emotional mirrorring in general is something all humans experience. What is often linked to adhd are emotional regulation issues, so maybe we could experience mirrored emotions in a different intensity than someone without a simmiliar condition.
The movie is called Antitrust if anyone is wondering. It’s a serviceable thriller and Tim Robbins is realy the best thing about it.
It’s one of thise movies thats definitely worth a watch if you catch it somewhere.
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.
Darktable is pretty neat, but i only edit photos of my dogs and gatherings of friends and family tbh, so it could lack a lot of what lightroom does and i’d never know.
It’s compatible with adobes .dng so you should be able to get usable raws from almost every digital camera with the dng converter in wine, if your cameras raw format is not supported.
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’ll steup the morrowind total conversion “starwind” which seems like a really good star wars game set in the old republic era.
Unless a friend of mine buys baldurs gate 3. In zhat case it’ll be baldurs gate 3. I hope it lives up to divinity original sin 2.
If null is a valid value for the field there is no reason why a builder should not construct an object where the field is null.
The only thing i dislike about the pattern is that a class utilizing the builder to retrieve the object has to know a lot about how the object has to be constructed, however it makes for very readable code imho.
Am a software developer, and in my experience we always find things that could be done different, spend hours tracking down the source of some fringe bug, or think of new features a product could benefit from, especially if we enjoy working on it.
Things might be considered done, but i never was in a situation where one could not think of more things that could be done.
If it doesn’t run doom, is it even a computer?
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.
nah, one is never to old to learn stuff.
a tough, but hands-on start would be something like https://www.theodinproject.com/
it’s a free course for web development and their material is really good, so even if you don’t finish it you’ll aquire some good fundamentals about programming.
sadly that does not match your language preferences, but a lot of knowledge tends to transfer or helps to understand different approaches.
you could also try a course like Introduction to CS and Programming or other university/college courses. they are meant for people who start without programming experience.