andrew0

joined 2 years ago

I also had to upload 2000 photos. The issue was that they had to encrypt each, which took me like 2 days with it running in the background πŸ˜… It could have also been due to my phone being quite old. I don't rely on it that much, other than using it as an off-site back-up for my most important documents.

I do agree that the best choice is a self-hosted solution with proper security, but sadly not everyone has the time or the skills to manage that. The Proton CEO thing also annoyed me, but the Proton Foundation as a whole has good opinions about privacy (e.g., against chat control proposal in the EU). However, next time a slip like this happens from them, I'll probably have had enough time to move my stuff to a local deployment.

[–] andrew0@lemmy.dbzer0.com 5 points 1 day ago* (last edited 1 day ago) (2 children)

Proton offers a Drive, and they're based in Switzerland. I don't see them being strong-armed like this by the UK government any time soon.

[–] andrew0@lemmy.dbzer0.com 7 points 1 week ago* (last edited 1 week ago) (1 children)

Try Western European countries, if it's not too far? For example, Netherlands has beautiful cities, and LGBTQ+ rights are currently pretty strong. However, there's always the chance you might run into a moron that feels attacked by other people's decisions :(

[–] andrew0@lemmy.dbzer0.com 8 points 3 weeks ago (1 children)

Wait until they learn that OpenAI does the exact same thing. Try to get advice on how to crack software and see how far you get.

[–] andrew0@lemmy.dbzer0.com 4 points 3 weeks ago* (last edited 3 weeks ago)

Might be even cheaper if you wait a bit and build it yourself. Next gen GPUs are coming out, which will lead to some price cuts on the current gen.

However, like others here have mentioned, you're paying extra for them building it for you and warranty.

I don't know if ro.pcpartpicker.com works well for Romania, but you can also give that a try and see what the individual components would net you on the local market.

Building the computer yourself along with your kid could also be a nice opportunity to teach him (and maybe yourself, if you're not that knowledgeable) about the underlying components.

[–] andrew0@lemmy.dbzer0.com 19 points 1 month ago (3 children)
 

Hi! I'm trying to archive papers as soon as they appear in a scientific journal, and I've attempted to search for PDF links on each page using some regular web scraping.

The problem is that most of these journals will add their fancy PDF readers, and downloading the file is not as straight-forward as it seems. However, the Zotero Connector works flawlessly when you trigger the extension. Therefore, I attempted to set up a selenium instance with this extension to download the papers given a link, but I struggle to actually get the extension to trigger. I tried sending a Shift + Ctrl + S command, but that doesn't seem to get picked up. Similarly, I can't figure out how to call the extension from the console.

Did anyone else attempt such a workflow before? Am I doing something completely unnecessary, as there are better options available? Help a fellow sailor out. Thanks a lot in advance for your help!

[–] andrew0@lemmy.dbzer0.com 4 points 2 months ago

I haven't tried it myself, but you could get a Garmin watch and add your cards there. I believe you don't need the phone connected afterwards to make payments.

[–] andrew0@lemmy.dbzer0.com 11 points 2 months ago (1 children)

Wow! So it is possible! I'd really like to see that petition that asks EU governments to move to open source software pass.

[–] andrew0@lemmy.dbzer0.com 5 points 3 months ago

You can also generate a lower quality image and use an AI upscaler to increase the size of your artistic QR code.

[–] andrew0@lemmy.dbzer0.com 4 points 4 months ago* (last edited 4 months ago)

Hmm, very interesting! This could definitely go further into the first scenario. Perhaps the summoner is now a "puppet" for the entity, and is trying to trick the more resilient player characters to succumb to the entity's control. Perhaps the first ritual weeded off the weaker candidates, and now the entity is preparing to give them the full course.

I'm curious what you're going to go with :D

[–] andrew0@lemmy.dbzer0.com 11 points 4 months ago (5 children)

The go-to monkey paw scenario could work, where they receive immortality, but have to serve the summoned entity forever as deformed (and perhaps always hurting) "things"? However, that is maybe a bit too predictable. What if they mess up the spell and instead mark themselves for sacrifice?

They slowly realise this due to a symbol appearing on them, which could slowly spread further on their body (maybe hurting too). You could make it more interesting by pitting them against one another by suggesting that only a few have to die for the sacrifice to be complete. If their characters are not that close to one another, it could lead to some interesting decisions on their part, haha.

The process could span a week or more, where their body gets engulfed more and more by the mark. They could use this time to review what went wrong in the summoning process, and how to potentially reverse it. I'll leave those details to you, if you're interested in pursuing this idea :D

[–] andrew0@lemmy.dbzer0.com 1 points 4 months ago

I'm really sorry to hear that. I hope you have enough support to deal with it!

Regarding bioinformatics, it doesn't have to be a human-centered job. You can get into the data science aspect of it, and make good money off of helping research diseases, for example. This could also be a remote job, and you'd probably have an easier time getting into it. For data science, you can get quite far with Python, which is easier to pick up when compared with other languages.

You can also explore your options further by just asking ChatGPT, and seeing what the potential job requirements would be. It's decent if you want to brainstorm some stuff, but do look up the information yourself on search engines. Write there your experience, what you'd want, and what to expect if you were to jump in that field. Perhaps this could help you decide better.

I wish you the best of luck!

91
submitted 5 months ago* (last edited 5 months ago) by andrew0@lemmy.dbzer0.com to c/technology@lemmy.world
 

I recently discovered that Redox OS got a new release earlier this month. I'm quite surprised how far they managed to get, given that only a handful of people are working on this project (compared to the Linux kernel).

Now, I'm curious what it would take to get bigger players to focus on this project. Given the recent Linux + Rust drama, it would surprise me if the backers of Rust for Linux would not give this project some attention.

 

Hello everyone! I've been playing around with Wayland for a bit and was hoping to start learning some more about it. For example, I would be interested in making a lock screen, similar to Swaylock, as a toy project.

What GUI toolkit would you use to develop apps on Wayland? I've added a little poll below with some of the popular choices I've seen thrown around. Feel free to add your own suggestions and maybe leave a comment as to why you'd use that!

Link to poll

24
submitted 1 year ago* (last edited 1 year ago) by andrew0@lemmy.dbzer0.com to c/archlinux@lemmy.ml
 

Hi! I am trying to automate my install process by creating a json file that can be used by archinstall (example). One of the example shows how you can run custom commands to get paru (yay, but written in Rust):

"custom-commands": [
        "cd /home/devel; git clone https://aur.archlinux.org/paru.git",
        "chown -R devel:devel /home/devel/paru",
    ]

However, their example doesn't provide any further information about installing packages with paru. I would like to install some stuff just for my user.

My idea was the following:

  • using archinstall, install everything according to the config
  • disregard the "custom-commands" option in the config and create a separate custom script
  • get all the users from the system and allow user to choose which one to chroot as
  • run all commands as the chosen user ( e.g., install Rust with curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh )

I need to install a few packages that are not in the official repository, as well as moving my dotfiles in /home/user/.config and making sure everything is accessible by that user. If there are any better approaches to this, I would be glad to hear them!

An example of the script I am planning to use after running archinstall:

spoiler

#!/bin/bash

# Find all users on the system
for user in $(ls /home); do
    if [ "$user" != "lost+found" ]; then
        users+=($user)
    fi
done

# If there is more than one user, ask which user to install for
if [ ${#users[@]} -gt 1 ]; then
    echo "Multiple users found on system. Please select a user to install for:"
    select user in "${users[@]}"; do
        if [[ " ${users[@]} " =~ " ${user} " ]]; then
            break
        else
            echo "Invalid selection"
        fi
    done
else
    user=${users[0]}
fi

echo "Installing for user $user"

# chroot as the user
arch-chroot -u $user /mnt/archinstall # This only opens bash, but I am working on it :D 
cd /home/$user

# Install paru
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si

# Install stuff with paru
paru -S tlrc --noconfirm

 

Server performance is not very good with so many mods, and I have been looking into ways to fix this. One of the latest comments on the ATM8 page on CurseForge is from XZot1K, and says the following:

After lots of testing I resolved most of my issues by installing the following mods to the server (Ensure to install the correct versions, as of writing this the version is latest of each for 1.19.2):

https://www.curseforge.com/minecraft/mc-mods/too-fast

https://www.curseforge.com/minecraft/mc-mods/smooth-chunk-save

https://www.curseforge.com/minecraft/mc-mods/chunk-sending-forge-fabric

https://www.curseforge.com/minecraft/mc-mods/packet-size-doubler

These mods will resolve larger packet disconnect issues, chunk lag, and irregular movement rubber banding.

In addition to these, for further improvement, set the tick rate to -1 in the server.properties file.

Paste the following into the bottom of your "user_jvm_args.txt" (change the 6GB and 256m to your liking


Xms must be less than Xmx):

-Xmx6G -Xms256m -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=32M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true

Please note that while these additional mods do work on the client the major improvement comes from the server-side.

I've already used those jvm arguments, but I didn't look for performance mods before. Now, after fiddling a bit around with them, the server feels much snappier (and I don't have to install anything client side)! I'm hosting on Azure, with a Standard D2s v3 (2 vcpus, 8 GiB memory) VM, and when I would do a /home from a far away place it would take a few seconds to load. Now, it's almost instantaneous! Thanks XZot1K! :)

The server also used to crash whenever multiple people entered the Nether, but I haven't been able to test this yet with the new configuration.

If you have any tips to improve performance, please share them here :)

53
Jump from Arch to NixOS? (lemmy.dbzer0.com)
submitted 2 years ago* (last edited 2 years ago) by andrew0@lemmy.dbzer0.com to c/linux@lemmy.ml
 

As the title implies, should I do it? I love Arch so far, and I can fix most issues that pop out. However, I sometimes wish to start fresh without too much hassle, but I get a feeling NixOS isn't as mature as Arch.

Have any of you used both, and if so, what do you miss from Arch? What are you grateful for in NixOS?

15
submitted 2 years ago* (last edited 2 years ago) by andrew0@lemmy.dbzer0.com to c/piracy@lemmy.dbzer0.com
 

Hi everyone! I'll soon take the DP-100 exam for Microsoft Azure, and I was interested in finding more leaked exam questions. At the moment, I was using examtopics for this, but it sucks because it basically cuts you off halfway through.

I heard there are some private trackers that specialize in exam questions, such as LearnFlakes, but I do not have anyone that can invite me to them. Therefore, I was wondering if there is another way to find the information I need for this exam.

Do you know any other sources that are fully free?

view more: next β€Ί