dstort - utility to "organize" randomly a directory
  • 0x00cl 0x00cl 4mo ago 100%

    Yes, if it only contains files then it won't do anything.

    1
  • github.com

    So this utility given a directory or path, will move randomly files in subdirectories and will move subdirectories randomly too. CAREFUL, if given system directory it will probably trash the system, equivalent of doing `rm -rf /`, except all the files are still there! :) I don't know why I came up with this idea nor if its original but its mine. You might ask, whats the use case, well that's an interesting question, you know why? Because... 🏃 (Of course, I'm open to feedback.)

    39
    11
    50 million rendered polygons vs one spicy 4.2MB boi
  • 0x00cl 0x00cl 5mo ago 100%

    4 Js-core @ 2.00 GHz

    7
  • linux
    Linux 9mo ago
    Jump
    What if I paid for all my free software?
  • 0x00cl 0x00cl 9mo ago 100%

    Rule 4: No association with or reference to crypto“currencies” because these are greed incentivizing pyramid schemes.

    Aurora accepts cryptocurrencies as donations. And F-Droid also did but apparently its on hold.

    3
  • YouTube Premium price increases internationally - GSMArena.com news
  • 0x00cl 0x00cl 12mo ago 100%

    Web solutions allow you to have an account and can keep track of those things. There are Android apps like Clipious that connect to the web instsnces so it keeps in sync with what you watch on your browser.

    2
  • What open source programs do you recommend for Windows? (Windows exclusive or not)
  • 0x00cl 0x00cl 1y ago 100%

    I prefer simplewall over tinywall. I can't remember what I didn't like about tinywall though.

    3
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearEL
    Electronics 0x00cl 1y ago 100%
    RE: Help with old camera battery

    What I ended up doing was making my own battery by using 2x18650 connected in series to get the 6V the camcorder needed and a buck converter and worked like charm. I didn't want to end up buying already "built" batteries from a seller in Aliexpress. Here I wrote a little more about it with images. https://0x00.cl/blog/2023/making-my-own-battery/

    5
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearEL
    Electronics 0x00cl 1y ago 100%
    Help with old camera battery

    Hello, I have an old sony camera that has an old Ni-Cd battery (6V 3000mAh) and of course now the charge doesn't last long. They do sell "new" batteries for it but its from Aliexpress and I don't want to rely on 1 not so reputable seller incase I need a new one. So I wanted to repair it and "upgrade" it myself, but im no electrician or anything I just like to tinker with electronics so I had a few questions. The battery and camera only have 2 connections, positive (+) and negative (-). I saw on aliexpress that they sell a [6V 4200mAh battery pack](https://www.aliexpress.com/item/1005004745627376.html), which is made of 5xAA (1.2V) Ni-Mh rechargable batteries. Would it be as simple as that, if I connect the positive and negative to the corresponding ones on the old camera it should work? Is there anything else I should take into consideration? EDIT: The camera Is a Sony CCD-TR403 EDIT2: or would it be better to build my own battery pack with 18650

    5
    1

    I recently bought this mechanical keyboard from Aliexpress, Aigo A68 (~46 USD). I did a more in depth review in my blog with more pictures. https://0x00.cl/blog/2023/mechanical-keyboard/

    54
    7
    This is not a meme, I was trying to find content for an OC /c/programmerhumor post and found this
  • 0x00cl 0x00cl 1y ago 100%

    Well, the tab key was created to avoid repeatedly having to press space to create an indentation, but that was on typewritters, so either way, you can use spaces or tab key to indent text.

    Now text editors can transform tab character ('\t') to desired amount of spaces, and I think the problem with using tab characters in code ('\t') is that system may have different configurations for the amount of space a tab char takes, making it look inconsistent on different systems, while space char is pretty much standard on every system.

    1
  • Do not touch the legacy runes.
  • 0x00cl 0x00cl 1y ago 100%

    Did you mean, let me rewrite it from scratch? :p

    4