• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • Personally, I always regarded UUID as one of those overcomplicated and frankly unneded “enterprisey” standards (similar to SOAP and XSD, XSLT and various other XML techonologies). After reading this article my opinion didn’t change.

    Also… do they even know what “version” means? That they choose that word over “type” or any other alternative says it all.

    UUID Version 7 (v7) is generated from a timestamp and random data.

    Use v7 if you’re using the ID in a context where you want to be able to sort. For example, consider using v7 if you are using UUIDs as database keys.

    Please, do NOT rely on that and just add to your tables a field with the actual timestamp.



  • I last used it a good while ago (like, 10yrs?), so you’ll have to verify how what I am about to say applies to current versions (it probably does).

    Jasper is an old-school, enterprisey tool similar to Crystal Reports that attempts to give you a WYSIWYG editor for building your reports.

    All in all, I’d say that it might be good if you have a reporting department full of people that only do reports and you don’t want to train as programmers. If the ones doing the reports are gonna be actual programmers, they’ll be much better off generating html/latex/whatever and converting that to pdf.




  • talkingpumpkin@lemmy.worldtoSelfhosted@lemmy.worldIntroducing Raspberry Pi 5
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    5
    ·
    edit-2
    9 months ago

    One of the most exciting additions to the Raspberry Pi 5 feature set is the single-lane PCI Express 2.0 interface.

    IIUC PCIe2.0x1 means 0.5GB/s, which is slower than USB 2 (I’m talking USB 2 specs - no idea how USB actually performs in PIs). I can’t wait for people to buy that NVME hat and mount WD Blacks on that :) READ BELOW



  • In your shoes, I’d put the money in a proper case (eg. fractal node 304/804) rather than an USB enclosure (no, you don’t need hot-swap for a home server): besides the performance issues of USB (which may or may not be an actual issue depending on what you plan to do with the NAS), having a single box makes everything simpler.

    For components to fill up the case, you can look at second-hand computers on ebay.

    As for the OS, if you are not familiar with linux you may want to look at truenas scale (which is linux).

    If you never built a PC, you’ll have to do a lot of research not to buy incompatible components… otherwise you could rely on a friend/shop or stick to sinology and similar.


  • Well… if one must believe their own logo, (see https://sata-io.org/) “SATA” shoud actually be expanded to “Serial ATA” :)

    Acronyms of acronyms may not be super-common, but they do exist: eg. Cisco has a network protocol they call “PVST”, which means “Per-VLAN Spanning Tree”, where “VLAN” is “Virtual Local Area Network” (or “Virtual LAN”; LAN is another of those acronyms that is mostly regarded as being its own word).

    In open source, there’s a long tradition of recursive acronyms: eg. “Linux” means “Linux is not Unix”, which you can’t be expanded (in finite time) according to your rule :)


  • I love you bot, but… PCIe is just “PCI express”, NAS nowadays means more “home server” than network-attached storage, and no one even ever knew what SATA is supposed to expand to.

    There are acronyms that are shortened versions of meaningful names and then there are acronyms that are actual meaningful names for which some meaningless (and quickly forgotten) expansion happens to exist.