You could build a mobile/watch app that communicates to a self hosted server when the device gets unlocked. if you don’t get that signal at least once over a week, trigger the switch.
- 0 posts
- 65 comments
I don’t see why we can’t take a look at it now. No one cares about GG anymore, and IGN has practically become the punching bag of the industry for their… interesting choices
Here’s the thing though, KIA was only created after the banwaves and mass-deletions that happened across all social media (even 4chan). KiA was created long after everything started kicking off.
Not really. It was initially called the Quinnspiracy, after Zoe Quinn, author of Depression Quest, an e-choose-your-own-adventure-book that got some coverage in videogame journals.
Shit blew up when her ex made massive accusations about sleeping with the journalists in question. Then some actor coined the term Gamergate, and their targets expanded to then-journalist Anita Sarkeesian (I think she works more as a DEI advisor now) and indie game developer Brianna Wu.
Make no mistake, the games journalism industry was not spotless, far from it. But the rampant misogyny in Gamergate cannot be ignored.
I call them id-style shooters myself, but there is a bit of word play I like in the term ‘boomer shooter’. On top of referencing the age of the audience when they first arrived (albeit incorrectly), it is also a reference to the fact that the optimal strategy for these games is simply to blow things the fuck up. There is very little tactical play beyond what weapons to use for a given situation, and these games really love their explosive barrels and rocket launchers.
- 2 years
Oh the EU will definitely call this anticompetitive. Especially when nVidia have a monopoly in the AI segment as is.
- 2 years
Just reading through the rust book (a week, maybe? I don’t remember how much time it took) will make you able to confidently write a simple CLI program.
You can do the same in Java or especially Python from zero much, much quicker.
Also you can learn to go beyond simple CLI programs in those languages much quicker, because you don’t have to worry about memory management.
- 2 years
The most manual way is what C does, which is requiring the programmer to check memory safety by themselves.😛
The difference is, Rust will throw a tantrum if you do things in an unsafe way. C/C++ won’t even check. It’ll just chug along.
Rust is really not that harder than Java or Python.
As someone who’s done all three, the fuck it isn’t.
If you are familiar with C/C++ best practices to any operational level, those things will translate over to Rust quite nicely. If not, that learning curve is going to be fucking ridiculous with all the new concepts you have to juggle that you just don’t with either Java or Python.
- 520@kbin.socialto
Reddit@lemmy.world•Reddit IPO: Company's biggest risk is its reliance on unpredictable users
2 yearsOh no, the IPO starts off ridiculously inflated, and it’ll crash on day 2
It’s very, very useful.
For one thing, its a ridiculously easy way to get cross-distro support working for whatever it is you’re doing, no matter the distro-specific dependency hell you have to crawl through in order to get it set up.
For another, rather related reason, it’s an easy way to build for specific distros and distro versions, especially in an automated fashion. Don’t have to fuck around with dual booting or VMs, just use a Docker command to fire up the needed image and do what you gotta do.
Cleanup is also ridiculously easy too. Complete uninstallation of a service running in Docker simply involves removal of the image and any containers attached to it.
A couple of security rules you should bear in mind:
- expose only what you need to. If what you’re doing doesn’t need a network port, don’t provide one. The same is true for files on your host OS, RAM, CPU allocation, etc.
- never use privileged mode. Ever. If you need privileged mode, you are doing something wrong. Privileged mode exposes everything and leaves your machine ripe for being compromised, as root if you are using Docker.
- consider podman over docker. The former does not run as root.
- 520@kbin.socialto
Gaming@beehaw.org•Trying to play my old CDROM games on Windows10 and about to lose my marbles. Could you help me?
3 yearsYeah, not gonna lie, screwing around with WINE can be an aneurysm unto itself.
Maybe there’s a decent QEMU setup available? One that can emulate a decent GPU for the time?
- 520@kbin.socialto
Gaming@beehaw.org•Trying to play my old CDROM games on Windows10 and about to lose my marbles. Could you help me?
3 yearsConsider installing a Linux distro and trying WINE.
Sounds incredibly stupid, I know, but WINE has far better backwards compatibility than modern Windows.
Google drive isn’t self-hosted though,
Doesn’t matter to most people, and for those it does matter to, there’s OwnCloud and a ton of other options
and they charge for any significant amount of storage.
Storage costs money, dude, and GDrive don’t cost much.
I’m running Ubuntu server, so there is no desktop to access via rdp, and I don’t have to open an ssh port to access this.
If you are worried about opening SSH to the internet, you should be absolutely fucking terrified of opening a browser based admin portal to the net. SSH is fucking bulletproof compared to any web admin console you can think of.
Why are these not more popular?
Because the use cases for these are very niche.
Those who simply want access to their files will find Google drive much easier.
Those who need advanced access will use RDP or SSH instead
I’m sorry you have such a shit family bro :/
- 520@kbin.socialto
Programming@programming.dev•I wrote a program for my boss. How legal is to to write the program again and make it FOSS?
3 yearsNah, what they’re referring to is about stuff created in your own time, on your own kit. It’s absolutely bullshit but somehow legal.
- 520@kbin.socialto
Programming@programming.dev•I wrote a program for my boss. How legal is to to write the program again and make it FOSS?
3 yearsIf you go this route, bear in mind you also have to prove it came from a chat bot. So don’t delete the prompt or output any time soon!
- 520@kbin.socialto
Programming@programming.dev•I wrote a program for my boss. How legal is to to write the program again and make it FOSS?
3 yearsWriting it in a different language should be enough to dodge copyright law as it is a completely different implementation utilising different dependency technologies.
Won’t do shit against patents or trade secrets though, and your program could be covered by both. Also, as others have stated, check your contract for abusive (imo) but legally permissible code copyright clauses, such as ‘everything you make in your spare time is ours’




This is generally how IPOs work out. Same happened with ARM.