Just upgraded my Silverblue installation. It was boring. It just downloaded while I kept working, one reboot, and it just works. Nothing to fix or tweak. What now?
Just upgraded my Silverblue installation. It was boring. It just downloaded while I kept working, one reboot, and it just works. Nothing to fix or tweak. What now?
Who should be regulated, Google or Reddit? Reddit updated there robots.txt to disallow everything. As it’s their site, I guess it’s also their right to determine that. They then made a deal with Google, which I guess is also not abusing a dominant position by Google, as Reddit could have made a deal with anyone.
It’s a bit of a dilemma reading their policy:
We believe in the open internet and in keeping Reddit publicly accessible to foster human learning (…) Unfortunately, we see more and more entities using unauthorized access (…) especially with the rise of use cases like generative AI. This sort of misuse of public data has become more prominent as more and more platforms close themselves off from the open internet.
We still believe in an open internet, but we do not believe that third parties have a right to misuse public content just because it’s public.
Being a open/public platform, but still wanting to protect user’s content from being used for AI could be a good thing, and I guess also what many fediverse users would want for this platform. Making a distinction between AI and search indexing could indeed be difficult. But then making content deals with Google for search indexing and AI training is a bit hypocrite.
I remember the developer mentioned something about this once, and I had to scroll way to far back to find it: https://lemmy.ca/comment/1264956
I can totally understand being somewhat insecure about your code, or have the feeling that you need to do this/this/that before you can publish it online. And indeed dealing with an issue tracker, pull request that people expect you to review, forks of your code being published elsewhere, finding and trusting other developers to commit directly to your project can feel stressful. Disabling issues and pull request on GitHub could resolve some of these issues.
Connect is a fantastic app, and still my favourite lemmy client. I hope it will continue to work en be great for a long time. And most importantly that the developers still has fun working on the project.
Missed a bit of variation in the games. I felt alot of it was 3D with guns and generic video game graphics. Would have been nice to have to have a platformer, or some titles with distinct art styles.
Thanks for the reply. Regarding the avatars in Connect, I see that it tries to load https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Flemmy.world%2Fpictrs%2Fimage%2Fc6d6b005-8790-4d12-a11e-ef2cba2cb397.png?format=webp&thumbnail=64 , which indeed leads to a 404 error. The problem is in the additional query parameters added to the URL. Without them the image does load. It’s not just a URL encode issue, as the fully URL-encoded https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Flemmy.world%2Fpictrs%2Fimage%2Fc6d6b005-8790-4d12-a11e-ef2cba2cb397.png%3Fformat%3Dwebp%26thumbnail%3D64 also gives the same error. So it might just be a bug Lemmy itself.
Excited for Lil Gator Game. I’ve heard many good things about it.
Interested in playing The Quarry. Let’s see if this is fun to do as a couch co-op.
It’s a great game, from a great developer. So you shouldn’t regret anything.
Thanks for the quick fix. And thank you very much for this really awesome app!
Is this a long term source of revenue for Reddit? Or will it loose value at some point, simply because LLMs are all trained sufficiently on user generated content. Is there more to learn at some point?
Also it seems that a lot of content on Resdit is already AI generated, so it would train on data from other LLMs, which I’m sure doesn’t improve quality.
Get a device that is supported by KOReader and install that. I use an old Kindle Paperwhite 2, and with KOReader it’s great. I use Calibre for library management (on a laptop) and it supports a wireless connection directly to Calibre. Or if you prefer to have your library on a NAS device (or sync it) you can set up an ODPS feed to directly browse and download from your NAS.
I used to be a big fan of Assassin’s Creed games, both the old style and the two new RPG styles. But not sure if I’m down for a 100 hours game.
I think having Game Pass expanded the style of games I play quite a bit, and I now enjoy short games a lot more.
I agree that a lot of subscriptions are really overpriced, but updates to an app are also a sort-of service. Pixelmator explained it quite well when their app switched to a subscription model, mentioning some fair (I think) pros and cons of the succession model, both from the perspective of users and developers.
I want to play this. But i also still have a lot of game pass games i want to play. Oh, when will my struggles ever end?
Important note is that is only applies to the Elite 2 and the adaptive controller.
Or if you only have 82.5 hours available, check out the episode recommendations at https://medium.com/maxistentialism-blog/star-trek-deep-space-nine-in-82-5-hours-10acde591fd2 I found it a great way to watch it in a slightly condensed form, focussing on the main themes.
Same. Looks a bit like Sable, but with a really different art style.
A bit surprising that most people pay full price. I really was under the impression that almost everyone did the 3 years gold-to-gamepass conversion and get it really cheap. But maybe the people here (or on Reddit) are not representative of all subscribers.
My 3 year conversion ends in February. Still undecided if I’ll renew at the full monthly price.
That’s why I wrote an Ansible playbook, to configure and update my router and access points. It’s nice having this almost as infrastructure-aa-code, with all configuration changes under version control with a clear commit message. The script is available at https://github.com/danielvijge/openwrt-configuration-ansible, but do make some changes to match your configuration. I keep my network configuration (inventory file) in a separate, private GitHub repo, as that contains passwords etc.