• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle
  • So I just learned this recently, but apparently after the whole Victorian “smash and grab” thing where Britain stole all the art that was or wasn’t nailed down (there’s a lot of feet and footless statues lol), archeologists went to sites and realized how much knowledge was destroyed by their predecessors who only cared about impressive finds they could show off

    Technology and techniques are always improving, so now when they find an archeological site, they excavate only a fraction, leaving the rest for future generations who will have better tools.

    Obviously, non-destructive methods are still on the table, but I found that pretty interesting



  • I like the game grumps and Lex Fridman. The documentaries are cool, but I have to watch them in a different container or YouTube will start feeding me 30 minute ads or rants that sound reasonable but are super bigoted and flawed when you actually think about it

    Reddit meant more to me than anything else I do online, and I committed to leaving it behind even before I found Lemmy… YouTube is barely worth it even without the ads. And I’ve got a whole fediverse of video content to investigate


  • Delete your history and be very selective in what you watch, and YouTube is pretty decent… At least for a few months. After that, either you stuck to your preferences and end up looping over the same content, or you branched out and now it keeps trying to feed you rants full of dog whistles

    I use Firefox and containers along with unlock origin - by using the containers strictly for several narrow interests, YouTube acts like ad free tv for me - perfect background noise


  • I liked GTA V, but I spent my whole time with rdr2 just being like “everyone loves this game, what am I missing? Maybe if I make it to the next act it’ll open up more”.

    It was beautiful, the world felt alive, the mechanics were good, but it’s like instead of making a game with the wonderful foundation they built, they decided they’d rather tell a story than make a game.

    I loved the hunting, the bounty quests were kind of ok, the gunfights were ok even if they were so repetitive they felt procedural, but I just couldn’t care about the story they shoved down your throat.

    I wanted to build up the settlement and have to run around robbing trains to come up with money, I don’t want to do a 5 minute ride while the characters give exposition through dialogue, fight a few waves of enemies, then ride off - rinse and repeat.

    I wanted to grind progression through upgrading weapons and gear, but the upgrades are minimal, new guns are linked to story progression, and while hunting was fun the legendaries were just tedious jumping through hoops


  • I mean the reason people believe that is because it’s a very explicit language. It knows what’s in its memory at all times, and so at the lower layers it’s more secure by nature.

    As opposed to php, you’re less likely to introduce a vulnerability by being sloppy with data sanitation - the language demands you tell it exactly the data structures you want it to put into memory. For that reason, the language is more secure - the parse json function is going to be less likely to be able to run rogue code maliciously embedded inside it than php, and if it does manage to do so, it’s easier to write php to blindly open a hole in the system from inside an interpreter than it is to break out of or hijack the runtime.

    Obviously that doesn’t make it secure. It just means that all else being equal, rust is less vulnerable to a sloppy mistake at any given layer in the stack. Doesn’t mean you can’t make a logical mistake and open up a glaring security hole

    And obviously you can write bulletproof php code, but every layer of the stack needs to be just as bulletproof. Including the interpreter and all your libraries - which historically were very much not bulletproof (it’s definitely much more strict than it used to be, and I think I heard fb tried compilation and I’m not sure if that’s become a thing, but it’s generally is more secure than interpretation for similar reasons)

    All that being said, humans are just dumb and sloppy. We write shit code, and we try to minimize the surface area for mistakes. Rust has a much smaller surface area than php


  • My dad likes to send me videos. He sent me one yesterday… It seemed like he was at a harbor by the 8 pixels that got through

    He also frequently emails me from his phone. I used to ask him to send videos to my email. Even tried to coach him through the process -surely they must have a share button?

    I think iPhones are designed around the idea that “either it just works, or you shouldn’t be doing it at all”.

    Even my technical friends seem to forget the fact they understand how all of this works the minute they look at their phone - I had to coach one through uploading a larger video to Google drive and sending me the link. My brother in Christ, we use GitHub together. We use Google meets regularly. We used Dropbox in college. Why are you acting like I told you to put it on a flash drive and mail it to me?