Hi! I’m an anime artist!

  • 0 Posts
  • 30 Comments
Joined 4 months ago
cake
Cake day: March 3rd, 2024

help-circle









  • Maybe not be exactly what you’re looking for, but Logseq has a daily note-taking function. When you open it for the first time of the day, it shows you a blank journal with the current date as the header and you can put whatever you want in it. It has a search function that can search through all the notes you’ve made for specific text. It saves each day as a separate markdown file and you can sync these to your phone or other devices with Syncthing, a cloud service like Google Drive, or with git if you host something like Forgejo.

    The only thing about Logseq is that it doesn’t use the standard syntax for Markdown checkboxes. Instead, it has it’s own Todo syntax, which is perfectly human readable without Logseq, but loses out of some convenience if you were to migrate to something else.





  • So currently only Edge users can filter what gets picked up by Recall by site, and Chromium users get private browsing mode blocked out of the box? In the article, the Mozilla rep they interviewed says that Microsoft didn’t reach out to them or hasn’t made available any documentation on how to get non chromium browsers to pick what gets included in Recall.

    Even if this is something thats off by default and is encrypted if you do turn it on, boy would I never want to turn it on.


  • There’s one thing I forgot to consider in my original reply and I’m sorry for that. With TrueNAS you’d probably have to copy your data off of the existing drives to somewhere else because they will have to be reformatted to create a ZFS pool. I don’t know if that is practical for you, so please don’t feel like the following is something you must do or anything.

    I think you’re doing great. Sorry for the late reply. To answer your questions:

    1. TrueNAS Scale is an OS that is built on top of Debian. Using TrueNAS makes set up simpler to set up, but you could implement what you want with a Debian install, but if you were to install TrueNAS, it would replace whatever existing OS you have installd.
    2. Yes, TrueNAS would manage your filesystem. It can manage your hard drives for you. Its UI isn’t too hard to understand, and it can be accessed and managed through a web browser on your Laptop.
    3. TrueNAS has some software packages in the form of docker containers, they are managed through the TrueNAS UI. You can browse them though their website here. My advice with these apps would be to set up your NAS with all of the drives in storage pools first before installing these. If theres something you want that isn’t supported, TrueNAS can also set up Virtual Machines, and you can use one of those to run those services, provided your CPU supports it and its turned on in the BIOS. If you go need to go down this route, you will have to set up a bridge network in TrueNAS in order to get the VM to communicate with TrueNAS over your network, but that’s not particularly hard or anything.
    4. You will need to run TrueNAS on its own computer, yes. What I was suggesting was installing TrueNAS as the OS on your Desktop. Idk if thats practical for you or not, since doing so would need you to wipe everything on the boot drive of your Desktop, so idk if you have a place to copy any important data off of it to.

    In terms of comprehension, yeah I think you’ve got it. I think a NAS system would handle your caching idea for you, if I’m understanding you correctly. Having a good file sharing setup over LAN, whether its using NFS, or Samba would allow you to mount a folder from your Desktop on your Laptop and access them.

    For files that you want to have access to when not on your home network, you could set up a folder that Syncthing tracks on your Desktop, sync that with your Laptop, and then have access to them that way.


  • I think others have mentioned TrueNAS as an OS for your Desktop. TrueNAS uses ZFS which is nice cuz it uses RAM to help with speeding up file operations. TrueNAS makes it easy to set up NFS shares if your laptop is running a Unix-like OS, or Samba, for anything else. IDK how much RAM is in your desktop, but if you can get that to 16 or 32 GB, you’d be set on that front.

    For dealing with an OS you don’t want to change, I’d think about the following first:

    What is the speed of your network card in the Desktop? If its 100mbit, you may want to look into upgrading that, if possible to at least a Gigabit card for PCIe. That would speed up anything you do with it.

    As for needing local sync for when you’re away from your home network, Syncthing could maybe do what you want. TrueNAS can run Syncthing pretty easily as well, but it can be installed on anything, though, idk how this works if you set Syncthing to track a folder thats also one mounted on your local machine via NFS/Samba. Syncthing will just sync the most recent changes to a file to the server, so you can sync when you’re on your home network. Assuming that no one will modify the same files on your desktop when you’re away.