- 1 Post
- 9 Comments
Irisos@lemmy.umainfo.liveto Technology@beehaw.org•Elon May Have a Huge Issue Because Microsoft Owns the “X” TrademarkEnglish20·2 years agoIt’s fine. He just exchanged trademarks with Egosoft https://twitter.com/EGOSOFT/status/1683477783584858115 so he is in the clear 👍
Irisos@lemmy.umainfo.liveto Technology@beehaw.org•FTC says it will appeal to block Microsoft-Activision dealEnglish4·2 years agoHow 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:
- You have to pay multiple times the price of the console for the dev kit
- You don’t own said dev kit
- Their SDKs are not publicly accessible
- You have to sign multiple NDAs on top of all those issues
- Assuming you have no problem with all this, you can be rejected as a developer for any reason
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.
Irisos@lemmy.umainfo.liveto Technology@beehaw.org•New Lemmy Browser I was working on last nightEnglish1·2 years agoThank you for the information I’ll definitely check that out.
Irisos@lemmy.umainfo.liveto Gaming@lemmy.ml•The creators of RPCS3 are working on a Playstation 4 emulator1·2 years agoIt’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.
Irisos@lemmy.umainfo.liveto Linux@lemmy.ml•Purism found a way to make its Linux phone even more expensive: meet the $2,199 Liberty Phone - LiliputingEnglish0·2 years agoThis 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?
Irisos@lemmy.umainfo.liveto Lemmy@lemmy.ml•Protect. Moderate. Purge. Your. Sever.English3·2 years agoThe issue is that it could still be abused against small instances.
For example, I had a bit less than 10 bots trying to signup to my instance today (I had registration with approval on) and those account are reported as instance users even though I refused their registration.
So even if you don’t allow spam accounts to get into your instance, you can easily get blacklisted from that list because creating a few dozen thousands account registration requests isn’t that hard even against an instance protected by captcha.
Irisos@lemmy.umainfo.liveto Technology@beehaw.org•New Lemmy Browser I was working on last nightEnglish0·2 years agoProbably 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.
Irisos@lemmy.umainfo.liveto Technology@beehaw.org•Megathread for Reddit Blackouts and News - Day 3English3·2 years agoApollo 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.
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.