• 1 Post
  • 62 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle
  • Honestly even most Excel users would be fine transitioning to LibreOffice Calc. I was very impressed with how most of my spreadsheets just worked on recent Calc versions. Formulas and charts were mostly all fine. Even pivot tables worked. I had one formula that had to be changed (it was specific to Excel, but there was an equivalent option in Calc), and one external data pull that I had to figure out. That was across 4 pretty involved spreadsheets.

    The main problem will be users who are so ingrained with the specifics of navigation that they can’t easily adapt to a new menu system. The same happened when Microsoft changed from the old toolbars to the ribbon. And that will be an issue across all the apps.


  • For DIY consider a setup that supports ECC RAM to help prevent corruption. Any good server motherboard should do.

    Unraid is pretty easy to get going on. That’s probably the direction I would take in your situation.

    Also, if you’re not doing 3-2-1 backup now might be a good time to consider an off-site backup plan. That 4-bay Synology at a friend’s house with a VPN path would be an option for critical data. You could give them some partitioned space on there and on your new NAS to compensate for the power usage. Setup Borg or Restic and it’ll be encrypted on the remote NAS, and benefit from incremental and dedupe to minimize bandwidth usage.




  • Ah, got it. That plan should be great. You can segment your own wired+WiFi network with that hardware, and even do Wireguard from the hAP ax2 to get whole-network egress via an outside VPN service at a good data rate, if you want.

    The other devices you might consider as the router are the GL-iNet Slate series. They will be slower as a VPN router, but they’re pretty small and light. They come with a skinned OpenWRT, but in most cases you can install a build of the unmodified OS if you want.



  • That isn’t what I would choose for your situation. CRS3xx switches are fast at switching (layer 1 & 2), but not as a NAT router, which you probably need.

    Better to pick something from the Mikrotik Ethernet Routers range, assuming you don’t want your personal LAN to have WiFi. The L009 or basic RB5009 are both good options in the same price range. Choosing depends on your upstream connection speed. Both are fanless.

    Or pick a Home/Office Wireless device if you are permitted to have your own WiFi access point. The hAP ax2 is small, affordable and performs well at 1Gbps. If your upstream connection is 1Gpbs this is probably what I would choose even if you don’t want WiFi as long as this is enough ports. Just turn off its WiFi radios to use it wired-only. If you have a 2.5Gbps upstream port then hAP ax3 is a better choice.

    All the Mikrotik choices will require some learning if you want anything beyond a basic router configuration. But once you get it like you want it they are very solid and reliable.

    OpenWRT and OPNSense are easier to jump into without a lot of effort, so if you don’t want a networking hobby I would use one of them. Pick up pre installed device if you want it easy. Or get a mini PC with a few network ports and install the OS yourself to get more power for the money.








  • That would be painful for GNU (GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for GNU’s Not Unix, where the first part stands for…



  • tychosmoose@lemm.eetoSelfhosted@lemmy.worldNetworking Oddity
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 months ago

    It’s probably still IPv6 related. If you use something like Network Analyzer on your phone while only connected to the mobile network you may find that it only shows an IPv6 address and DNS server, no IPv4 config. That could explain the difference. Particularly if you were using the maximum typically permissible MTU. Your provider might also be doing some 6to4 tunneling somewhere that adds overhead and causes size problems.



  • It would be nice to get rid of the batteries, but there seem to be downsides to each of the alternatives currently.

    Solar scales like the one from MUJI seem to update measurements slowly. I haven’t seen one that looks like it is responsive and likely to work for a lot of weighing tasks. Seems like this may be the best option for a manufacturer to innovate - bigger solar array, and a super capacitor to hold a good charge.

    Mechanical are pretty classic and durable, but you choose either capacity or precision. I haven’t seen even a 2kg model that has 1g precision. More like 20g. So not very useful for home baking. Perhaps fine for general portion control. If you go this route you will probably need one small precision scale for fine resolution and a larger one that can accommodate 5kg.

    Kinetic scales from CASO seem like a good option. The main criticism seems to be a short usable time after charging. It would stink to be 5 ingredients into a baking recipe and lose power midway through the next ingredient. It would also be annoying to keep stopping to charg it. They also seem to have slow updates when the weight changes like solar models. This is probably to reduce power usage. I think these are fine for occasional use, but not if you’re using a scale 3-5 times per week.

    My personal solution has been to use a commercial scale that has a rechargeable battery built in, as well as a power adapter. I keep it plugged in, on our kitchen counter, and I use it nearly every day. After 10 years now the battery doesn’t hold a charge, but it works fine while plugged in. I could replace the battery, but don’t need it.

    If you really want BIFL then it’s probably best to check out restaurant supply stores to see what they’re selling. At least in the US the scales from Edlund are well built and reliable, and for digital you can get a good one priced under $100. Taylor are lower quality and not as reliable, at least for the affordable models.

    For mechanical i would expect to pay $100+ for a good small one with 10g precision. To get more precision the dials need to be pretty large, so this would be a trade-off.


  • Btw: does anybody know what bad things actually happen if there is no metal cage that blocks all the radio?

    Noise happens. Could be no problem, or it could hurt your wifi or mobile data connections, or maybe raise a neighbor’s ham radio noise floor. I saw this recently when setting up a pi to run BirdNet-Pi. The USB3 connection to an SSD caused enough noise in the 2.4GHz band that the onboard wifi radio could only connect on the 5GHz band.


  • To start - moving services from bare metal to rootless Podman containers running via quadlets. It’s something I have had in mind for a while but keep second guessing the distro choice. Long-ish release cadence, systemd-networkd and a recent Podman version in the native repos, well supported, and not Ubuntu.

    So far openSUSE Leap seems like the winner. A testing machine is up to install everything, write some deployment scripts, and decide on a storage layout and partitioning scheme.

    If anyone has another distro to recommend that checks these boxes let me know!

    I like rolling release for the desktop, but only want critical patches in any given month for this server, and a major upgrade no more than every 3-4 years. Or an immutable server distro. But it doesn’t seem like networkd is an option for the ones I’ve looked at (Fedora CoreOS, openSUSE MicroOS), and I am not sure if I want to figure out Ignition/Combustion right now.

    Next project - VLANs on Mikrotik.

    OP - Navepoint makes good racks for reasonable money. I have a Pro series 9u from them and it went together without any problems. It’s on the wall with a pretty big ups in it.