• 4 Posts
  • 40 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • On the touchscreen I can use pinch to zoom in browsers like Firefox and Microsoft Edge (I use it because Firefox doesn’t have PWA support), it is also supported in apps like Gnome Maps and Kirta. In Krita I can even move and turn the canvas with two finger input, it seems moving and turning are both supported in GNOME.

    Outside of apps, you can also use a three finger up gesture to go to the active app overview. And you can switch between the active workspace with a three finger swipe to the right or the left (this can make switching between applications really fast). Long press for right click seems to work in most places.

    You can drag an app to the left or the right of the screen to make it fill up half of the screen, and drag it to the top to make it full screen.


  • I installed Fedora 40 with Gnome and Wayland a few days ago on my Surface pro gen 1 and have been very happy with the results so far. I do have a type cover and I do use it a lot and I use touch input instead of a mouse. Gnome supports most touch input, and that hasn’t been an issue so far. Some third party applications don’t understand what ‘pinch to zoom’ is though. The onscreen keyboard situation on Wayland seems to be a bit messy. I didn’t really like the default gnome keyboard and I couldn’t get a better keyboard to work (note that for me, it is also important that the OSK is disabled when the type cover is attached, so you won’t have that issue).

    The performance on the original Surface Pro is fine, I can even emulate Windows games trough Steam, I tried RuneScape (OldSchool and RuneScape 3) and Tunic. Browsing, reading Discord, watching videos all work fine. The main limitation when working with the device seems to be the 4 GB of RAM. So close other apps like the browser when starting a game, or the entire system can freeze. This seems to be mostly an issue when running multiple Electron based applications, gaming and compiling code.

    The newer Surface devices have some Microsoft specific hardware that is not always well-supported by the kernel. If you have issues you can try the kernel made specifically for the Surface devices. https://github.com/linux-surface/linux-surface Personally I haven’t tried it as everything just worked so far on my device (they do try to get their patches upstream, so that is probably the reason).

    For drawing, I always used Adobe and Affinity software, I did try to get Affinity Photo installed, but I did not succeed yet. I tried both version 1 and 2.



  • He also seems to make a video almost every day. That really doesn’t help with the quality of the video’s. I doubt there is a lot of time to do additional research on the topic, so often it seems to just stick to the basic information from some kind of article and comments (and maybe a few related articles). And is often just related to the drama of the day.

    Although he does sometimes have video’s that do require more research, but a lot of people won’t see those as they assume low quality because of many other video’s.


  • Sometimes I do like his videos, but this one was positioned so bad. The video does go over the changes in Plasma 6.1 and they are good, but this is not a huge change that would change anybodies live.

    I know he is probably inspired by channels like Linus Tech Tips, but even they don’t got that far anymore. I think he probably intended this in a comedic way, as most of his audience knows that he makes his videos like this, but it really makes the videos worse.




  • Although this feature sounds helpful, it really looks like they went too far with this. They should probably look for a way to sell these Copilot+ pc’s in another way if they can’t get this secure enough and probably keep it disabled for companies…

    I’m surprised they didn’t make sure that the part that should help you hide sensitive information worked well before letting the first testers get their hands on the feature. All this bad news about the future doesn’t help convince people to turn it on.




  • I started with an openSUSE dual boot with KDE. I didn’t use Linux a lot at that point. Later, I switched to Ubuntu on a laptop for about a year and used that until I bought a MacBook. Eventually, I returned to Linux by running Pop!_OS on my desktop, but games were a bit choppy, and I really wanted to just run Wayland. I also started to use RHEL at work for our servers. So now I’m trying to switch to Fedora. I still have some issues with the Jagex Launcher, but aside from that, everything seems to work great now.

    At home, I have also had an Ubuntu Server for many years, and I also run Ubuntu Server on my VPS.




  • Isn’t this just what many people predicted what would happen when everybody would use adblock? Now most people use some kind of blocker and some browsers even ship with a content blocker. Now pages need to make money in another way, so that’s either subscriptions, donations. or just force people to watch the ads anyway. I doubt people would want to donate any money to YouTube so then you get this.

    It is not nice for users, but without income they would have to shut the site down. The same will happen when Lemmy gets popular, people will really have to donate to instance owners or they will also be forced to get money in another way.


  • MLem (the iOS Lemmy app) was also showing the user karma (but I think it was only showing karma gained on the local instance). So I guess this is nice for people that like to know their karma.

    I also agree with @nlm@beehaw.org that we should leave this as a thing for yourself. The Lemmy API should not bother with reporting user karma as It would be way too easy to cheat for people with singe person instances. (and of course the toxicity that comes with karma)


  • For me it was a nice improvement. I liked the new window snapping feature that allows to you quickly snap an application to half or a quarter of your screen. But honestly there aren’t that many differences compared to my work laptop on Windows 10, I never regretted updating though.

    I also used Linux for gaming, most of the time you will be able to get things to work. But sometimes you will have small issues in games and way worse support from the developers.






  • but outside of your own server pretty much nobody will care. Lemmy is federated over multiple jurisdictions, so even with full deletion implemented there’ll almost certainly be instances which will ignore the deletion request - and it will be completely legal for them to do so

    Lemmy also seems to federate your matrix_user_id, that is clear personal data. It does not matter how the data gets to the federated server, this is still user data within the scope of the GDPR. It does not matter that that server does not have an agreement with the user, the instance that would ignore a GPDR related deletion request would be in direct violation of the GDPR. Maybe it can do that without consequences, though.

    I completely understand that making Lemmy fully GPDR compliant will probably be impossible, however I don’t like the approach of “we will not succeed, so we don’t make any attempt”. Instances should actually delete data when that is requested, or instance hosts can get fined. For now, Lemmy has bigger issues to solve, but eventually they should do at least a best effort attempt to respect user data.


  • This looks really nice, some friends didn’t really like the current design of Lemmy and I think I could convince them to use it through a design like yours. Svelte really is a great tool to quickly get something working. I’m currently rewriting another site in SvelteKit as well.

    About CORS / WebSocket. I’m not sure where it will be going with the WebSocket API. The main Lemmy project wants to use the WebSocket API less, as it a high performance impact on instances, and it also often seems to break in the PWA.