• 1 Post
  • 301 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
  • The few things I don’t like about flatpaks (which become a problem on atomic distros that use almost all flatpak by design):

    • Some types of embedded development is essentially impossible with flatpaks. Try getting the J-link software connected with nrftools and then everything linked to VScodium/codeoss

    • Digital signing simply doesn’t work, won’t work for the foreseeable future, and is not planned to get working,

    • Flatpaks sometimes have bugs for no reasons when their package-manager counterparts don’t (e.g. in KiCAD 8.0, the upper 20% or so of dialog boxes were unclickable with the mouse, but I could select and modify them with the keyboard, only the flatpak version)

    • The status on whether it is still being actively developed or not (at least I hear a fair amount of drama surrounding it)

    But besides those small things, it seem great to me.




  • XP-pen has much more cost-effective options that are just as good nowadays since wacom hasn’t innovated in like 15 years lol.

    They also work out of the box in Linux, but for all of the shortcuts, they also have driver packages for every distribution and if it isn’t available, support will package the newest version for you (in my experience) in your chosen format and then send it to you and update the driver downloads.

    The XP Pen Deco Pro Gen2 is an absolute beast for a drawing tablet.

    XPPen also has a android drawing pad but that is normal android I think.

    If OP wants the drawing tablet experience with a screen, they can also get XPPen Artist Pro display tablet series which of the few artists I know in real life, are what most of them use.

    An actual drawing pad is much better than even an IPad for drawing, and you can also use whatever program you want (like Krita), not just the neutered programs that come on iOS or android.





  • Different person, but I have had my Xperia 5ii for 4 years. It hasn’t gotten any updates for 2.5, but in Belgium, bank apps and a national identity authentication app HAVE to work because the national ID reading software doesn’t work on atomic linux distros so I can’t risk putting Lineage on it to extend its lifespan. The fingerprint sensor stops working 4-12 hours after a reboot due to a prolific software bug and the battery life has degraded quite a bit.

    Maybe the FP6 would be a good successor. FP5 actually got 3rd for me when I took the MKBHD blind photo test after the pixels, the camera seems quite good now.


  • Yeah, I’m sorry but also the policy of OSM to not update road closures (and also no standard way to do it) until they reach a few months to a half year makes it almost useless for navigation in places with multiple construction projects throughout a year

    I can get 20 minutes added to my 30 minute route trying to find a good detour because organic maps just keeps shoving me back to a closed route.

    There is construction in different places 6-7 months of the year here. If I can’t trust organic maps to get me to my destination, then it is useless as a car navigation tool and I can’t switch from map services that update their maps frequently.


  • I had the same thing on Bazzite just with the local network, not a VPN.

    I believe it has to do with the firewall. You have to open the port both incoming and outgoing for 53317.

    But you literally have to be on the same network, so for example if both devices are on the same local network (hence local in the name) and your phone is on a VPN but your computer is not on a VPN, then it won’t work.

    It should work if you VPN into your local network remotely so that both devices are on the same LAN, however, then that won’t work anyway because you have to have physical access to the device to accept the transfer (you could probably use a remote desktop to do that, but then it is getting complicated)



  • We finally got a lot of rain after a month of sunny days.

    I got an order of 100 ladybug larvae in, but only counted about 30 that hatched and were alive. I put them out in jute bags and coffee filters because my small cherry tree is absolutely infested with aphids this year. It also grew like 50 cherries instead of its normal 3 or so, but they are all very tiny and ripening and a few are blackening.

    Maybe next year…



  • Your cloud example is exactly right and exactly what we want to NOT HAPPEN.

    They shoved the cloud so much down our throats so that they can force you into monthly income-sucking unneeded subscriptions. That is it. That is the single reason everyone did it.

    The result is now the average user has a much worse experience overall. One literally has to fight with Microsoft products to save things on their own computer. IoT and smart products literally won’t function without connections to their “cloud”. Phones come without SD card compatibility and with low flash memory to force you into cloud subscriptions. Now every damn piece of software is a way overpriced subscription that almost all originally started as “switching to cloud infrastructure” (fucking adobe creative cloud).

    The “cloud” has had so many data breaches and people data have been stolen, siphoned off, lost due to bugs, and sold to earn even more cash on the side.

    A huge portion of the general corporatization and bad enshittification of digital services and software in general can be attributed to “the cloud shoving down our throats” that you describe.

    AI is looking to do the same thing except castrate peoples’ digital skills, critical thinking skills, transcription skills, and writing skills in order to siphon more and more of your income off in the form of AI subscriptions while they double dip and sell everything you ever say to it and triple dip in mining everything you say to it as R&D that you pay to do

    Companies need to do the fucking R&D themselves with their revenue of a small country and stop forcing regular people to pay to be their alpha and beta testers and focus groups, and people gobble that boot up so hard because LLMs have a few small areas where they are slightly useful and can save 10 minutes per day and make them not have to critically think, so people will literally sell their data, their already small income, and their soul to save 10 minutes, and in 10 years the digital experience will be even more shitty and degraded than it got after “the cloud.”

    Your usecase is the exact definition as using LLMs as accessibility and to actually better the user experience for certain people which is not the goal of any AI company or 99% of LLM integrations

    TD;DR

    Non-consentual cloud shoving has caused newer generations to think that paying corporations every month to save files is normal and that your data is not yours and always corporate property ™®©, along with the decimation of understanding simple file structures. You can actually talk to teachers and professors and they unanimously say that tech literacy has nosedived.

    Now with the LLM shoving, they are trying to force the new generation to have to pay subscriptions to think, write, compose, draw, and get information by stripping them of those skills.





  • I use Code OSS with clangd and the nvim extension (because Microsoft disabled their c/c++ tools) because i want access to the nrfconnect extension pack as a beginner. I don’t have to go searching in the documentation and compiling, then recompiling 10 times to self-discover the required devicetree parameters and figure out what drivers are available vs mainline zephyr.

    Plus the debug interface works well.

    For everything else possible it is vim/neovim, but I haven’t been able to find good neovim setup for nrfconnect.


  • No, ssds have a ton of wear leveling where data is shifted around and not deleted. Deleting data wears out the SSD, so it is held as much as possible with the controller. SSDs are like 10% bigger than advertised just to prolong the life.

    Even if you write the whole thing with random data then zeros, it will still have blocks in unaccessible (to normal users) places that contain old data.

    Always best to use disk encryption or keep any sensitive data in filesystem encryption like plasma vaults or fscrypt.