Skip Navigation

Posts
6
Comments
161
Joined
1 yr. ago

'round the world and home again, that's the sailor's way...

  • Deleted

    Permanently Deleted

    Jump
  • It's one thing to ponder this sort of relationship now, when I am able to pull women (don't let my wife read this hah) and still functional and attractive. It's like cocaine, I'm not doing it now, but when I'm 80, I might be snorting the hell out of it - consider this feeling applicable to cheap companionship, if I'm still kicking at that age and my wife has passed, I will be buried cheap perfume and soulless holes.

  • Hell yeah I can get behind this!! 😂

  • (killer avatar, btw)

    Thanks! Self-killer to be precise. It's an interesting read leading up to that work: https://www.newyorker.com/culture/culture-desk/the-final-shocking-self-portrait-of-richard-gerstl

    you could basically ask for and receive whatever type of dish to fulfill your heart’s content

    For sure, I just hate the waste. You can never get to the dip inside the grooves and if you're in a nice place you're not pouring out of it onto your dish... I mean you can but etiquette and all lol

  • Deleted

    Permanently Deleted

    Jump
  • "You're too extra" etc - damn right I am

    "Bleeding heart liberal" etc - damn right I am

  • Gorgeous as a piece of art, mildly infuriating to be served this in a restaraunt... I want to dip in the sauce and be able to get to it.

  • Reads: Our flagship operating system and services have gotten to the point of such terrible shite for humans that we need to pivot to a less discerning customer base.

  • Shattered all military imperialist alliances

    Damaged, yeah... shattered though?

    Shattered... all the US soft power

    True.

    Shattered... any sense of US military strength

    Oh you sweet summer child....

  • I swear I will eat anything out of a personal size cast iron or cocotte... this looks delicious!

  • Christians/Catholics were presented with decades of evidence of systematic child rape and protection by the churches, crimes commited by literally thousands of priests... and did nothing. No mass exodus from the faith, no reform, no nothing. Now you think a little graven imagery/idolatry is going to cause a serious stir? Plleeaaasseeeee.....

  • Deleted

    Permanently Deleted

    Jump
  • I deeply relate and also feel personally attacked haha

  • it’s the adult decision.

    MY decision is the ADULT decision. Ok buddy.... you're a big man now.

    Grow up and check your allegiances. They’ll define you.

    Oh yes laughing at an episode of seinfeld has DEFINED me as some who needs to GROW UP.

    hahahah what a load of shite.

  • Study claims over 50% of liberal women under 30 have mental health issues

    Hahah wow these sources you linked to are so trustworthy! /s

  • Learning by doing - stop thinking about it and jump in the pool. I can list every boxing technique or give you a book on enterprise patterns for software development, you're not going to read something and be good at it.

  • TIL thanks

  • xkcd covered it?

  • The 'prepare' in prepared statements is the process of sanitizing user input - when you feed prepare a prebuilt sql command (your concatenated string) you're telling PDO "I've already sanitized this command, go run it" - PDO has no way to determine what part of that string is user input and what part of that string is your prebuilt command.

    Sanitizing user input is done via parameterization: (example from php docs)

    $stmt = $dbh->prepare("SELECT * FROM REGISTRY where name = ?"); $stmt->execute([$_GET['name']]);

    Now when a user submits a variable 'name' to an endpoint that resolves to this function, we tell PDO hey, this is the trusted bit: SELECT * FROM REGISTRY where name = and here is this bit you should sanitize, i.e. protect against injection: ?

    It's a small code refactor to move from you manually creating the string to feeding PDO the parameters - happy coding!

  • When using bind parameters you are correct, but they are using string concatenation which removes the safeguards prepared statements offer.

  • 3DPrinting @lemmy.world

    Wanted: Printed Mug Handle

  • Cooking @lemmy.world

    Classic Butter Chicken Thighs + Homemade Naan

  • Selfhosted @lemmy.world

    Simple utility to rename folders/files in a format Jellyfin expects

    github.com /chasebgale/rename-download-media
  • Ask Lemmy @lemmy.world

    What is your preferred Android Launcher in 2026?

  • Ask Lemmy @lemmy.world

    Best place on the Fediverse to contract a CSS Wizard?

  • FoodPorn @lemmy.world

    Merguez and Kale Pasta