Heyyyyyyyyyy

  • 2 Posts
  • 8 Comments
Joined 11 months ago
cake
Cake day: August 9th, 2023

help-circle
  • I also have a similar side project planned for a revamp. Successfully made a v1 with grease monkey (vanilla JS) + stylish back in maybe 2016. Super dangerous to keep firefox 56 running only for this front-end. Just need to do the v2 then migrate to latest librewolf.

    I want to redo the whole thing in Vue, client side routing with build step. The problem is that

    • site is not open source
    • no API doc (but I already made my own)
    • required log-in (no sensitive info)
    • some route request must be made from that domain due to CORS

    My goal is not to change the UI but wipe the whole page and start over with custom API call instead. V1 do this by visiting a 404 route to stop unnecessary load and use my own URL param for the API call. For bonus cringe I used local storage for database.

    Ended up having to use userscript, and now I’m kinda stuck with how to mash Vite build and tamper/violent monkey together :(
    Do you have any suggestion or resource I can learn more on this?







  • I try not to mess with my my current windows desktop setup too much if I don’t have to (mission critical). It’s not on VM.
    Would love to do it with LUKS/EXT4 if possible but it’s not supported on windows (am I correct?)

    If I use VC then I have to install it on both win and linux and also any additional machine I intend to decrypt with, that’s quite unwieldy compare to LUKS. I also have lobotomized my current install to cripple spying and broke it to the point it can not update to support wsl.

    Seems like bitlocker is a proper solution for the moment. Or just do two partitions (maybe two drives), encrypt one with LUKS, wipe everything unencrypted when done using it.


  • Linux Windows Preparation
    LUKS LUKS no can do / unless WSL
    LUKS ??? cryptsetup
    LUKS VeraCrypt ???
    VeraCrypt VeraCrypt VeraCrypt GUI from either
    ??? BitLocker Format with NTFS in Windows

    I’m still a bit confused with veracrypt… The docs make it sounds like vc use its own format.
    Can the drive be prepared with LUKS and then decrypt in windows with veracrypt? If not, I might just use bitlocker until I drop windows.