I liked TNG a lot but also never got into DS9. I think I need to give it another shot…
That’s exactly how I have my setup, and on my client WireGuard configs I have it set to split route so I can connect to my home VPN without disrupting anything else.
That’s a really great idea, I never thought of that! Would have really helped my 2 hour each way commutes that drove me crazy before I went full remote.
Yep my go to is MIT for libraries/frameworks and GPL for full applications. I don’t want to restrict the use of my libraries to only GPL code unless I have a specific reason to do so.
That’s awesome to hear! I’ll give them a shot of one of my domains and see how it goes.
And Little Snitch and TripMode, and various other apps and *nix command line tools lol
How do you feel about the self driving car use-case? Say for example a self driving car has a 0.5% risk of an accident, and thus human harm, in it’s usage lifetime, but a human driver has a 5% risk of an accident (making numbers up for the sake of argument but let’s say the self driving car has a 0.1% chance of harm or greater but it’s still much lower than a human). Would you still be against the tech and ven though if we disallowed it there would statistically be more harm caused?
Watch the Digital Foundry review, it’s hilarious!
Is your interest in native stuff or dubs or both?
On one hand, fuuuuck that…but on the ooooother hand…I kind of can’t wait to be able to hack my car to get more features for free like unlocking the hidden extra core or cache on old CPUs.
I mean I don’t give a shit about EULAs, if they put it in the car I bought in gonna fucking use it lol.
This is spot on
einsteinx2
0 post score0 comment score
I had a game idea that requires the use of various C++ libraries and is 2D, did some quick comparisons after some searching, and Godot seemed like a perfect fit. I just compile the libraries in with Godot, write a bunch of the internal logic directly into the engine and script it using GDScript, and it’s been great for my needs so far. The licensing is the cherry on top, but definitely had an influence in my decision making as well.