Expert developer, Buddhist

  • 0 Posts
  • 82 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle
  • I think I need more info. It seems like userspace is very hackable, so thus kernel level anti-cheat was born to control stuff like synthetic inputs and manipulation of memory / frame analysis. This anti-cheat would be held together by the fact that the kernel/drivers are proprietary and not very easy to edit. Obviously still possible because it’s on your own computer, but challenging and invasive. Do I have that right?

    In which case I don’t see how going back to userspace would help. What is the solution? There probably isn’t one outside of hardware (buying a hacking chip and soldering it in is annoying for most)

    When I was doing game dev we focussed on AI-style analytics of user behavior. Of course a good enough bot could always look human. A real cat and mouse game wasting lots of time






  • Well, a balance has been found. Prices factor tips in to some degree, that’s economics. Cash tips can bypass taxes, so that’s a little bit of a win for the employee, who both has a lower income bracket and under the table payments. Or if taxes are properly accounted, then the staff gets higher salary, so that’s fine. Staff also knows that their performance counts, so there’s a bit of a service quality benefit, compared to a restaurant where the staff doesn’t get tips / has no incentive. At the end of the day, it’s not really much different, you just remember that the prices on the menu are not final, just as you do for taxes, but the tipping model allows for flexibility in total cost








  • I just got a new laptop and was genuinely gonna try windows 11 and wsl for my coding needs. But in first boot, it demands internet to do updates. Ok, I connect to coffee shop wifi. Nope, won’t do it because it can’t handle the click through screen to accept wifi ToS. Fine. I take it home, where my Internet is great but has a glitch where it drops out for a few seconds now and then. Turns out that windows will literally cancel updating and demand I reconnect and restart for the kind of drop that I barely notice day to day. So I gave up, plugged in my ArchLinux thumb drive, and mkfs.ext4 before rsyncing my entire old computer to it



  • I’m kinda annoyed that this whole thing was pretty much a pitch for Tauri, and that’s a pretty lame looking webapp thing with typescript and whatever browser engine you happen to have lying around

    Tauri is tryna be all like “hey look at our install size, it’s smaller than electron!!” … like anyone cares about install size much. The problem is the memory/cpu use of web apps, which tends to 5x a decent native app. Maybe one day, with webassembly…