Just a serval who gets into all sorts of furry shenanigans.

  • 1 Post
  • 32 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle
  • I’m opposed to #4 on principle. ANY action taken against an account should ALWAYS be done by a person after direct review. It doesn’t matter if it can be fixed afterwards or not, you’re still potentially subjecting people to unfair treatment and profiling. You can have it notify moderators but the moderators should be the ones actually making the decision whether to limit an account for further investigation, not the auto-mod bot.

    If you implement #4 as-is, I’m just flat-out not going to stick around.

    EDIT: Also, I ran into an infinite loading bug when submitting this post.



  • Off the top of my head, I can think of Lumenier and Lynxmotion. They’re kits but the electronics are plug-and-play (well, solder-and-play in the case of Lumenier, but just for the power connections). They vastly outperform DJI’s drones due to their lightweight construction, and are vastly more configurable as they’re designed to use off-the-shelf hobby parts as opposed to DJI’s completely proprietary designs.

    BLADE used to make a direct competitor to the DJI Phantom series in the form of the Chroma. Unfortunately they’ve completely left the multirotor market simply because DJI was able to build more market share via big-box stores vs BLADE only selling through specialty retailers, even though the Chroma was superior to the Phantom in performance and feature set.






  • Ok, then… tell me. What browser do you use? Do you have a cell phone? Is it an Android phone? Because I guarantee you that unless you’re still using Internet Explorer and have an iPhone, you are using open source software. The Chromium engine used by both Edge and Chrome is open source, with Google as the primary contributor. Some interface elements are proprietary but many of them carry over to full FOSS Chromium browsers like Opera and Vivaldi. Well, what about Firefox? Also fully FOSS. The basic framework of Android is an ARM-compatable fork of Linux.

    I’ve found LibreOffice to actually be EASIER to use than Microsoft Office, and on top of that at this point Microsoft Office formats are almost perfectly supported. The only thing that doesn’t carry over is scripting because LibreOffice uses a different scripting language from Microsoft Office, but in this day and age I guarantee you that 99% of people don’t even use that anymore.

    Are you in software development? Do you work with Java? Chances are, unless you work for a big megacorp, your company switched from the Oracle JDK to OpenJDK. Which, by the way, has Oracle as a major contributor and a mirror host.

    Sure, there are definitely examples of open source software that are a bunch of crap. I’ve yet to find a good FOSS CAD program that has compatibility with .sldprt and .sldasm files, acceptable compatibility with .step files AND a decent interface. But most of the stuff I’ve used has been more than adequate.

    One thing you have to keep in mind is that open source developers typically “eat their own dogfood” (meaning that they use the software they develop). Chances are if they made the UI bad enough that it affects their workflow, they’re going to change it so that it’s easier and quicker to use. So they might not necessarily be getting feedback from users (although that’s very rare, most open source projects maintain community networks that rival or even surpass corporations.) but they’re actively field-testing their software. And on the flip side, big corporations don’t actually give a shit about the user. If they can get away with saving a quick buck and hiring “Bubba McGeoCities” to do their UI and still get their product to sell, they will. And they won’t change it if a handful of people complain that it’s completely unusable as long as it still sells. Want to know what the worst software I’ve ever had to use was? QuickBooks Online. And it very much felt like the combination of a late 90s GeoCities site AND Baby’s First Tax Software. It makes a TON of costly mistakes (the IRS will not take “But QuickBooks said I owed X” as an excuse for an incorrect payment) and if you try to fix those mistakes the software actively tries to “correct” them back to its original, incorrect output.

    As for the “freedom” aspect that gets mentioned a lot, that actually refers to the software license. Most open source software licenses give the user the freedom to copy, modify and distribute the software, with the only requirements being that the license cannot be changed with your distribution and the original developer must be accredited. The GNU GPL also requires that any other licenses used for various libraries and plugins must also be GNU GPL or similar. On the flip side, there are licenses that eliminate even the “share alike” clause, and one that outright says you can, and I quote, “do whatever the fuck you want”.









  • If the vulnerability is part of a feature designed for niche use cases, then it’s far safer than one that affects general use. I highly doubt most people are going to run virtual machines, plus the main target is server hosts that use VMs to run multiple servers of the same type on the same box. I might run a VM at some point in the future, but when I do I’ll take steps to avoid any issues, like only enabling virtualization in the first place when I need it. Sure, that means I need to boot into the UEFI before and after every time I run a VM, but that’s not an issue on the system I’d be running it on. And I’d rather have that inconvenience than have to worry about a vulnerability at all times.

    In short, it’s a matter of risk management.