I am the journeyer from the valley of the dead Sega consoles. With the blessings of Sega Saturn, the gaming system of destruction, I am the Scout of Silence… Sailor Saturn.

  • 2 Posts
  • 264 Comments
Joined 2 years ago
cake
Cake day: June 29th, 2023

help-circle





  • A lot of companies use “vibe coding” an excuse to offshore software development work to cheaper countries without anyone noticing.

    But yeah it’s not gonna work out in the long term for a business that:

    • Encourages people to submit random nonsense to the codebase instead of doing actual work
    • Removes all entry-level positions
    • Lays off anyone who knows what they’re doing

    That’s how you get a codebase that kinda sorta works in a way but is more evolved than designed, full of security holes, slow as heck, and disorganized to the point where it’s impossible to fix bugs, adds features, or understand what’s going on.



  • Ugh reading more of this and it’s awful.

    He writes that women are attracted to men who could beat us up or control us. He writes that the reason for this attraction is so we have a chance to marry the man and prevent these bad things from happening.

    His “science” assumes that women think like they do in shitty erotica written by men for men. Even by rationalist evo-psych standards this is pretty poorly thought out.

    And yet, per Steven Pinker, “a middle-aged congresswoman does not radiate the same animal magnetism to the opposite sex that a middle-aged congressman does”. What’s the deal?

    OK other straight ladies here, raise your hand if you’ve ever felt that middle aged congressmen, as a whole, “radiate animal magnetism”. Anyone? Anyone?



  • I apologize to bring you the latest example of the intersection of US fascism with silicon valley tech industry.

    This time the Whitehouse have decided that UI design is kinda important (gee I wonder if there used to be a department or two for that): https://americabydesign.gov/

    Well nothing wrong with a little updating of UI anywa–

    What’s the biggest brand in the world? If you said Trump, you’re not wrong. But what’s the foundation of that brand? One that’s more globally recognized than practically anything else. It’s the nation…where he was born. It’s the United States of America.

    To update today’s government to be an Apple Store like experience: beautifully designed, great user experience, run on modern software.

    Oh god kill it with fire.

    The web design of their website is also worth remarking on here:

    1. The title text that reads “AMERICA by DESIGN” is an SVG. The alt text is “America First Legal logo”
    2. The page contents are obnoxiously large and obnoxiously gray before they fade in.
    3. For some reason Every single word gets it’s own <span> element to make the obnoxious fade in possible. Because I guess that’s what happen when you fire all the people who actually know what they’re doing.
    4. They managed to include a US flag icon with only 39 stars which is too few stars to be official and too many stars to be visible at teeny sizes
    5. The favicon is just 16x16 pixels of the word “by” in cursive that’s so blurry you can’t actually tell that’s what it is.
    6. If your browser width is between 768px and ~808px there is overlapping text at the top.

    The tech bros tied to this? Joe Gebbia co-founder of AirBNB, along with Big-Balls. Maybe others but those are the two who were retweeted by the twitter account.

    Edit: also this part:

    ©2025 National Design Studio

    Someone ought to remind them of US copyright law because official federal work is in the public domain. https://en.wikipedia.org/wiki/Copyright_status_of_works_by_the_federal_government_of_the_United_States







  • Edit: But also - why do AI scrapers request pages that show differences between versions of wiki pages (or perform other similarly complex requests)? What’s the point of that anyway?

    This is just naive web crawling: Crawl a page, extract all the links, then crawl all the links and repeat.

    Any crawler that doesn’t know what their doing and doesn’t respect robots but wants to crawl an entire domain will end up following these sorts of links naturally. It has no sense that the requests are “complex”, just that it’s fetching a URL with a few more query parameters than it started at.

    The article even alludes to how to take advantage of this with it’s “trap the bots in a maze of fake pages” suggestion. Even crawlers that know what they’re doing will sometimes struggle with infinite URL spaces.