main account is now @carnha@lemm.ee

  • 5 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle
  • I got a Supernote A5X to read papers - I’m very happy with it and wouldn’t want a tablet. I specifically wanted a dumb device dedicated to notes/reading that I wouldn’t connect to the internet, which really helps me focus. The eink display is easy to read and is a great break from screens, it feels natural to write on.

    However it’s not perfect - eink has a small lag in turning pages, so if you intend on flipping through a ton of pages while coding that may be a pain. The searching experience also isn’t great, typing takes longer because of the lag. I use it as an advanced notebook rather than a smart device, and I love it from that lens.



  • At the bottom right of every page, you can click on the “Instances” button (or just go to https://lemmy.zip/instances) to see what instances your site is federated with/is defederated from. lemmy.ml is under linked, so lemmy.zip is federating with them.

    What you may be running into is that on this smaller instance, you may need to discover the communities:

    These previous ways [searching for instances] will only show communities that are already known to the instance. Especially if you joined a small or inactive Lemmy instance, there will be few communities to discover. You can find more communities by browsing different Lemmy instances, or using the Lemmy Community Browser. When you found a community that you want to follow, enter its URL (e.g. https://feddit.de/c/main) or the identifier (e.g. !main@feddit.de) into the search field of your own Lemmy instance. Lemmy will then fetch the community from its original instance, and allow you to interact with it. The same method also works to fetch users, posts or comments from other instances.

    (from the join-lemmy docs)














  • I’m really excited for what it means for the future! I’m not going to buy a first-gen product like this, but the fact that Google is making a foldable hopefully means that Android is going to become a better experience on devices like these, so when the technology does get cheaper the software will be ready for it. I’m totally onboard with having a larger display in a more pocketable form factor.


  • I’m definitely not an expert and there may be a better solution to this! Just sharing what my experience has been.

    You can share any image through the GUI because that will open an xdg-desktop-portal that lets you select the file - Teams/Whatsapp doesn’t know what’s on your file system, only the portal does. The portal brings in your selected image and only your selected image into Edge/Whatsapp, therefore maintaining the sandbox.

    Dragging and dropping doesn’t go through a portal, so if the sandboxed application doesn’t have access to wherever that image is, it can’t accept it because it doesn’t know about it! It has to have access to this file. As you mentioned this is something that can be solved in Flatseal: for instance, I added the Screenshots folder to my Firefox permissions so I can drag and drop photos from the Screenshots folder. Adding this allows me to drag and drop images from Screenshots (and any other folders in this “Other files” section), but dragging and dropping from anywhere else doesn’t work since Firefox doesn’t know about it.

    You could enable all user files if you want to be able to drag images from anywhere, but that breaks the sandbox since the app would then have access to all files in your home.





  • The Talos Principle - for me, the puzzles hit the sweet spot of being hard enough to be on my mind all day, but never feeling like the solution was out of reach. But even more than the puzzles, the philosophical elements made me reflect on life, civilization, and personhood in a way nothing else has. It was a peaceful, tranquil experience of just me, a serene soundtrack, and thought provoking text and puzzles.


  • I’ve been a big fan of helix as a terminal text/code editor - while VS Code is open source, a lot of their language servers (for example, pylance) are closed source. Helix lets me integrate open source language servers out of the box without any setup needed (besides installing the language servers), and it has a UI that helps you explore new features and learn keyboard shortcuts. It doesn’t have plugins yet, but I find that the built in features have implemented most things I’d want a plugin for; and it has different keybindings than vim/neovim, but I’ve found the new model for editing more intuitive and worth the relearning process.