• 0 Posts
  • 230 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
  • For tracks I’m familiar with and play often, I can usually tell the difference between 128kbps and 192kbps on an MP3. In very rare cases, with the right song and the right earphones, I can discern 192kpbs MP3 from 256kbps. But I definitely can’t tell a 256kbps MP3 from FLAC. The Wikipedia article on audio transparency says that MP3 becomes transparent on average around 240kbps.

    I’ve recently started using the Opus codec. It is higher quality at lower bitrates than MP3. Opus is considered transparent on average at around 160-192kbps.

    Personally, I’ve been re-encoding all my FLACs to 192kbps OPUS for storing on my smartphone where space is limited.


  • I got the first Pokemon game (Pokemon Red) when I was 14 years old. I never watched the anime. Back then the game was revolutionary, I’d never played anything like it. The goal of collecting all Pokemon, gaining experience to level up, evolving to make new Pokemon, selecting and organising my squad, it really played into my young brain chemistry. I finished it multiple times. I got a game boy link cable to trade Pokemon with my friends and battle them at school. Thats exactly who the game is made for.

    I also played and finished Pokemon Silver, and Crystal. But after that I stopped playing them. Too similar, too repetitive, too many different Pokemon to know and remember, mechanics got too complicated.





  • No. This makes no sense. Are you seriously saying if you saw an order for 18,000 waters pop up on your monitor you’d just say “that’s fine” then spend the next three days straight filling cups?

    If I were the manager of the store, I’d hope my employees would have the bare minimum critical thinking skill to ask someone first.

    At the store I worked in, everyone would be given at least 12 hours notice of a catering order. We’d have everything prepped ready to go, and expect the order when it arrives. If one popped up without notice it’s definitely a bug, and we’re definitely not making it.




  • Yeah, I grew up in the 90s where schools and offices had physical filing cabinets full of folders and files. And in the late 90s when learning computers at school those same concepts were reinforced in the computer file system. So files and folders within the context of using a computer is ingrained and seems obvious to me.

    But kids these days are born with iPads in their hand, they use Chromebooks in primary school, and all their files are automatically saved to the cloud and immediately available on all their devices. How would they ever learn the concepts of filesystems? It’s not taught at school. It’s not relevant to anything they do.

    It used to make me so frustrated (it’s a simple concept!) but now I get it. Maybe it’s not as obvious a paradigm as we thought. Maybe there are better ways of organising files (eg, tagging, keywords, filtering) that are more human. Or using namespacing (ns prefixes, curies). Or even using non-local universal identifiers (ipfs locators). It makes me wonder if we might eventually even move away from hierarchical-directory based filesystems at the system level too.


  • Came here to say this. My workplace used to offer a Linux workstation option (which I opted in for 9 years), but they had to remove that option to fulfill new security and management, compliance standards. They need to be able to manage exactly which applications are installed on a system, which binaries are allowed to run and when, the exact settings for every application, the exact version of the OS and the specific updates, and precisely when updates are installed. All of this needs to be applied based on the user, their organisational division, their security groups, clearance level, specific model of device, etc.

    I know that using a combination of Selinux, Kerberos, and something like Puppet can get you close in the Linux world, but Microsoft group policy has been around for 30 years and is well understood and just works.





  • Man, you’re basically saying “I want to move to a new country, but I don’t want to lose any of my friends, I can’t change my job, I don’t want to learn a new language, I want to bring all my furniture and appliances with me, and we just had a new baby a month ago so I’m sleep deprived and don’t have any spare time. How do I do it?”







  • What’s the compatibility like? If someone visits your site using IE 11 does it work? How about Firefox 4.0, or Safari 6.1?

    The place I used to work had those compatibility requirements. But they were also still mandating the use of IE 11 for all their corporate software. If you’re designing and developing for IE 11, you often get Firefox 4.0 and Safari 6.1 compatibility for free.

    Still, it’s nothing like when I was in uni we needed to design websites with IE 6 compatibility, that will make you question your career choice.