IngeniousRocks (They/She)

Don’t DM me without permission please

  • 0 Posts
  • 98 Comments
Joined 10 months ago
cake
Cake day: December 7th, 2024

help-circle
  • If you don’t mind used, I had great luck with my Samsung L2020w, cat got some celophane stuck in it and it died (for good)

    Replaced it with a Brother HL-series because they’re what I used at work.

    The lil guys are beasts.

    I’d normally not wanna go with the “big corpo option” but for a printer without HP shenanigans its really great.

    If you set up with the apps it will try to get you to subscribe to an ink subscription, this is not required.




  • So there’s some data its concatenating from some lists and running some checks on. If one if the checks succeeds it runs a function called clearInfo, I don’t know js so idk if that’s a built-in or if they defined it elsewhere in the script. If that check fails it runs clearInterval. This is all wrapped in a function called setInterval, and it looks like if all the checks succeed and the interpreter isn’t moved to a different section of code by those functions called earlier then it will set whatever this interval is to 10000, presumably milliseconds. That’s the big block in the middle.

    The top block calls some code referencing a document, which appears to be stored as a list, index 12 is referenced and another obfuscated argument is applied to it.

    The bottom block appears to be defining a function that will interact with the document referenced above. Calling the function showInfo and presumably concatenating and formatting some data into a pretty output for a user to get info regarding the document being referenced.

    Someone who actually knows js could probably tell you more, I know python and c++ and this looks kinda like python but the syntax is a bit different so I could be way off




  • How old is this hardware you’re installing on? I’ve had similar issues on my last install using a totally cursed lvm setup involving 3 HDDs, 2 SSDs, and an SD card that was apparently not up to the task.

    Once the SD card went bad any time I’d try to access it my filesystem would fail and I’d have to fsck after a reboot. Couldn’t take the SD card out of the array though, it was full too the brim so I didn’t have the knowledge needed to remove it correctly. Ended up just nuking the system and restoring from backup without the SD card involved.

    Anyway the download issue might be worth following up on.














  • I think my grievance is in how “do it for me” I expected the app to be. Setup was simple enough, syncing files seemed to work fine. Sharing files between users I never figured out, and is why I got the application in the first place.

    I guess when I hear file transfer, I assume that interuser transfers should be just as easy as system to system transfers.

    I think I expected the app to do things it isn’t for, easier than it does. Tbh I can’t exactly remember, as I found it near the beginning of my selfhosting journey and my mind was swimming with new information at the time. It’s possible I’m just a big dummy 😅