It’s fine. He just exchanged trademarks with Egosoft https://twitter.com/EGOSOFT/status/1683477783584858115 so he is in the clear 👍
How is that a rip off? You pay 20€ once and get the ability to sideload any UWP app and develop for the console.
Compare it to both Nintendo and Sony where:
Considering how locked consoles were and still are (Except for the PS3 “other OS”) period. Being able to get a decent current gen console, that doubles as an emulator, with development capabilities for an additional 20 euros is a gift, not a rip-off.
Thank you for the information I’ll definitely check that out.
It’s really good. There are some issues here and there like some games not launching when using upscaling or some non default settings.
But otherwise, most games run on it and better than on PS3 with recent CPUs.
This feels like a very bad joke.
You could buy one of those embedded CPU/RAM motherboard, 3d print a tablet like case for it + design a screen for that case, install linux with a GUI supporting touchscreen and you created a much better product for the fraction of the cost.
How do they even find customers to buy this thing?
Oracle Linux is 100% the cause of this change.
Imagine supporting 2 other distros to make your own enterprise linux that is your only source of money through optional subscriptions to it.
Then some other big unethical corporation (much like your own parent company) comes in, use the GPL license to clone it and slap an “Oracle db certified” sticker on it. Finally, they decide to use the same subscription model as you except they get insane margins since you did 99% of the work for them.
But looking at what Rocky Linux is saying publicly. It’s not impossible that Red Hat won’t levy their right to remove access to the sources to non-commercial forks of RHEL.
Even if you own an instance, the tools are non-existent.
Some basics things that should be present but aren’t:
The API is also lacking in a way that some of those things are not possible without deploying your own API talking directly with the postgress database.
For example, if you wanted to see upvote/downvotes for each individual users, the data to calcultate it is in the database but the Lemmy API doesn’t provide that functionality.
While Lemmy is great as a platform, the management side of is glueing everything together just enough to not let it implode.
Thanks for the correction. In that case going to be interesting how this issue progress.
This is also the vulnerability that made many people delete Keepass 2 for XC many months ago so it is very strange that they make an article that sounds like it’s a new vulnerability.
Probably the best one I have found so far.
By the way, do you have any plan to expose an API or daily extract of the data you have?
While those websites are useful for manual searches, I think it would benefit the feddiverse much more if there was a way to integrate all those lists into an app. At least without resorting to web scrapping.
Apollo also reported having around 1.2M users while not being a small app at all.
So with 400M MAU as the lowest possible amount of users, somehow all others 3rd party apps have over 118M users between them?
I could believe 30% of users being old.reddit ones due to it not being deleted after all those years. But for mobile apps, that 5% quote seems the most realistic.
(Servers only)
For development, I have a single image per project tagged “dev” running locally in WSL that I overwrite over and over again.
For real builds, I use pipelines on my Azure DevOps server to build the image on an agent using a remote buildkit container and push it in my internal repository. All 3 components hosted in the same kubernetes cluster.