Revanced extended …
Not Revanced
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 more that UBI is just not financially possible for any country.
I live in a country with the highest tax rate on the continent and with just 20% of our population as pensioners, the situation is just getting worse and worse even though 49% of the population has a tax rate between 25 and 50% (+13% from welfare taxes). Just with this small percentage, we are spending 20% of our budget in pensions. More than any other area by at least 5% of our national budget.
If the state now had to pay an UBI to 69% of our population on top of this, the very minimum to pay off the UBI without going bankrupt would be to sell off the free healthcare and public transport in their entirety. And I’m assuming a small UBI of 500€/month (Not even enough to rent a 1 room appartement with utilities in some areas).
UBI would destroy any country’s budget for what? Landlord increasing rent to match the UBI, corporations increasing prices to match the inflation and people wasting that money when it could have been put to use to increase renewable energy production, improve education, …
UBI is only a good idea in paper and you only need to look at the public expenses of most European countries + have a basic understanding of capitalist greed to see it.
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.
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.
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.