brandon

joined 1 year ago
[–] brandon@lemmy.world 12 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Looks like it’s pretty easy to add assuming the instance adheres to the policy documented in https://github.com/aeharding/voyager/blob/main/src/features/auth/login/data/README.md

Edit: looks likes ToU and Privacy Policy needs to be added to https://vegantheoryclub.org/legal at the bare minimum. Probably worth pinging the instance owner to verify the criteria are met and submit a PR.

[–] brandon@lemmy.world 103 points 2 months ago (10 children)

Maybe they will start to realize the persistent election cycle is not a good thing. I would love to see a ban on all election campaigning until 90 days before said election but that wouldn’t get past a 1st amendment challenge.

[–] brandon@lemmy.world 2 points 3 months ago* (last edited 3 months ago)

Not surprised, my basement is 58-64F (~14-18C) year round, no matter how hot or cold it is outside.

[–] brandon@lemmy.world 13 points 4 months ago* (last edited 4 months ago)

It’s cheaper if you don’t have constant load as you are only paying for resources you are actively using. Once you have constant load, you are paying a premium for flexibility you don’t need.

For example, I did a cost estimate of porting one of our high volume, high compute services to an event-driven, serverless architecture and it would be literally millions of dollars a month vs $10,000s a month rolling our own solution with EC2 or ECS instances.

Of course, self hosting in our own data center is even cheaper, where we can buy and run new hardware that we can run for years for a fraction of the cost of even the most cost-effective cloud solutions, as long as you have the people to maintain it.

[–] brandon@lemmy.world 1 points 5 months ago* (last edited 5 months ago)

You can checkout Nuphy. They have a number of relatively affordable options that support QMK/VIA and they have put a good amount of thought on reducing noise. The Air60 V2 may fit your needs though it is a low profile keyboard.

The Halo65 is also another option if you want high profile. It is not currently QMK/VIA compatible though but the V2 should be when that ends up getting released.

[–] brandon@lemmy.world 20 points 5 months ago* (last edited 5 months ago)

There was most likely a closet or other crawl space storage area there. My house has closets like that but luckily full height entries to them so we can actually step in. I’ve seen other houses with 1/2 or 1/3 height doors leading to under-roof crawl spaces for storage.

[–] brandon@lemmy.world 3 points 7 months ago

Yup, that’s what I said, either entire sum or pay someone to post bond on his behalf.

[–] brandon@lemmy.world 5 points 7 months ago (3 children)

Either the entire sum or pay someone 10% to post bond. If he doesn’t put up the whole sum 9% interest will continue to accrue (roughly $87k/day). If he doesn’t appeal nor pay, the prosecutor can start asking for assets to be seized.

[–] brandon@lemmy.world 11 points 7 months ago* (last edited 7 months ago)

Vast majority of fish and other seafood is flash frozen on the boat, as it’s a significant food safety issue to do otherwise. What you typically buy as “fresh” fish has been thawed in store.

Only real way to get real fresh, never frozen, fish is to catch it yourself, or know someone who does, or see it actually alive in a tank (in which case flavor majorly suffers due to stress of the animal).

[–] brandon@lemmy.world 4 points 8 months ago

Fox kept getting into a loop of making films in order to maintain the rights, which invariable get rushed and subsequently bomb. No one wants to be associated with the pre-existing trash and so, they need to do a reboot and start fresh. The rights became far more valuable than the films over time, as Marvel went from near bankruptcy (who sold rights for basically nothing) to a multibillion dollar brand. Eventually Fantastic Four, along with x-men, basically just became a bargaining chip to extract as much money as possibly when they were eventual bought out by Disney.

Now the rights are in Marvel/Disney’s hands, it shouldn’t need to go through this ever looping cycle of trash every few years.

[–] brandon@lemmy.world 22 points 8 months ago (1 children)

Linux works well if you need something to function as a tool, be it a NAS, network appliance, server, etc. You can setup it up with the small subset of things you need it to do and trust it’ll just run without further interference.

When it comes to a consumer device, it fails the “just works” criteria much harder the OSX or Windows. Software tends to be maintained by an army of unpaid volunteers passionate about their specific use case with a lot of infighting around how things get done. Such functionality is often developed by people with such a warped idea of usability that they consider VIM to be the ideal, modern, text editor. This is a piece of software that started life in the mainframe days, where input lag was measured in seconds rather the milliseconds, in order to minimize number of keystrokes, no matter how convoluted. This leads to multitudes of forks of functionality with subtly differing functionality often with terrible UI and UX catered to the developer’s specific workflow.

Whenever a lay persons asks how to get started with Linux, they get sent down a rabbit hole of dozens of distros, majority of which are just some variant of Ubuntu, with no clear indication of what’s different as they all just describe themselves as the ultimate beginner distro. With the paralysis of choice, they can pick one at random and hope it’ll work with their hardware without issue, spend hours figuring out the nitty-gritty differences and compatibility issues, or just give up and keep using what they already know.

[–] brandon@lemmy.world 5 points 8 months ago* (last edited 8 months ago)

Unlikely to be feasible for gaming as you will run in latency and overhead issues. If you want 60 fps, you have 16-17ms to render each frame.

At the bare minimum, you are probably going to lose a couple of ms from network latency from even the best home networking setups.

Then there is the extra overhead of maintaining state in realtime between multiple systems as well as coordinating what work each system can actually do in parallel. Full set of textures and other data will most certainly need to be on both, as having a shared memory pool across the network would be unfeasible. As a result, you will most likely have the same memory constraints, especially on the gpu, for each machine as you would just using a single machine.

view more: next ›