• 0 Posts
  • 17 Comments
Joined 2 months ago
cake
Cake day: April 26th, 2025

help-circle

  • The last thing I googled is how to measure dress shirt size. Do you need context and nuance for everything you Google?

    Do you prefer to click on the seo optimized first page results that are full of ads and read through a nonsense article about elegance in formal wear just to get to the instructions on where to place the measuring tape on your shoulder? I MUCH prefer the AI summarized response.

    Most of the Internet is NOT intellectual writing, it’s blog spam to answer your daily curiosities and practical needs. A sufficienty trained model is a really good (and environmentally friendly) alternative.



  • Different types of AI, different training data, different expectations and outcomes. Generative AI is but one use case.

    It’s already been proven a useful tool in research, when directed and used correctly by an expert. It’s a tool, to give to scientists to assist them, not replace them.

    If you’re goal to use AI to replace people, you’ve got a bad surprise coming.

    If you’re not equipping your people with the skills and tools of AI, your people will become obsolete in short time.

    Learn AI and how to utilize it as a tool, you can train your own model on your own private data and locally interrogate the model to do unique analysis typically not possible in realtime. Learn the goods and bads of technology and let your ethics guide how you use it, but stop dismissing revolutionary technology because the earlier generative models weren’t reinforced enough get fingers right.




  • It’s not really begging for censorship, it’s begging for healthier consumption.

    The issue is entirely one of parenting IMO. I’ve seen what’s on YouTube kids and my kids aren’t allowed to watch anything on YouTube without my supervision.

    Gross sexual stuff, violence, and cruelty is being pushed to your children as fun with flashy colors and silly sounds. Go watch YouTube kids for a while, click on the random kids channels not the corporate ones.

    We’re not talking about sex education and more mature topics, these shoes are promoting sexual violence, violence, bullying, and it’s all being pushed in a fun way.

    It’s a parenting problem, and the parents need to be educated on it. They don’t see the problem, kids have their own phones, and Google doesn’t give a fuck they will push the must engaging most addicting most disturbing content to your kids to keep them watching.



  • It is. It’s just… how do you know you’re actually talking to the fingerprint sensor and not a fake one that’s been plugged in?

    Think of it like a locked mailbox: the fingerprint sensor might securely match the fingerprint and only unlock if it’s correct—but if anyone can swap out the mailbox with their own lookalike, and the OS just blindly accepts the “unlocked” signal, the whole security model breaks. Without an attestation mechanism (like SDCP on Windows or secure enclave-backed verification), the OS can’t prove it’s getting input from trusted hardware. Match-on-chip helps, but it’s not enough unless the result is cryptographically signed by the sensor and validated by the OS through a trusted, authenticated channel.

    That’s the gap in Linux: there’s no widely adopted standard for verifying that trust path end-to-end.



  • 3abas@lemm.eetoProgrammer Humor@programming.devJavaScript
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    9 days ago

    Sure. And you’re entitled to yours. But words have meaning and this isn’t MY OPINION, it’s objective reality. It follows strict rules for predictable output, it is not nonsensical.

    You’re entitled to think it’s nonsense, and you’d be wrong. You don’t have to like implicit type coercion, but it’s popular and in many languages for good reason…

    Language Implicit Coercion Example
    JavaScript '5' - 1 → 4
    PHP '5' + 1 → 6
    Perl '5' + 1 → 6
    Bash $(( '5' + 1 )) → 6
    Lua "5" + 1 → 6
    R "5" + 1 → 6
    MATLAB '5' + 1 → 54 (ASCII math)
    SQL (MySQL) '5' + 1 → 6
    Visual Basic '5' + 1 → 6
    TypeScript '5' - 1 → 4
    Tcl "5" + 1 → 6
    Awk '5' + 1 → 6
    PowerShell '5' + 1 → 6
    ColdFusion '5' + 1 → 6
    VBScript '5' + 1 → 6
    ActionScript '5' - 1 → 4
    Objective-J '5' - 1 → 4
    Excel Formula "5" + 1 → 6
    PostScript (5) 1 add6

    I think JavaScript is filthy, I’m at home with C#, but I understand and don’t fear ITC.


  • 3abas@lemm.eetoProgrammer Humor@programming.devJavaScript
    link
    fedilink
    arrow-up
    11
    arrow-down
    5
    ·
    10 days ago

    It’s not nonsensical, implicit type coercion is a feature of JavaScript, it’s perfectly logical and predictable.

    JavaScript is a filthy beast, it’s not the right tool for every job, but it’s not nonsensical.

    When you follow a string with a +, it concatenates it with the next value (converted to string if needed). This makes sense, and it’s a very standard convention in most languages.

    Applying arithmetic to a string would be nonsensical, which they don’t do.


  • but it’s also not right to expect scholars to lower their standards, simplify their analytic framework.

    A livestreamed genocide where the perpetrators were unapologetically genocidal since day 0 and with the 100 year history of colonizing Palestine, any “genocide scholar” who was held back by their standards was a glorified record keeper, waiting until it’s widely recognized as a genocide before labeling it as such themselves.

    And you’re white-washing their cowardice as scholarly integrity and standards. Bullshit.




  • This is a reactionary response, you’re just arguing, slow down a bit.

    Do you see a value in a check engine light that tells you something is wrong in between full inspections? This is similar, this is telling you there isn’t enough oil and damage is occurring before you get a chance to inspect the dipstick.

    It’s not planned obsolescence unless they also make it unreasonable to service. We already expect to routinely service engines, and they are already very complex and full of sensors, sure this is adding to the complexity but it’s relatively pretty minor.

    The argument being made, and I agree with it, is that the benefits of an additional long-serving sensor way outweigh the con of having one additional sensor in your car. You get early warning before damage occurs, you get built in fraud protection when you’re changing your oil at a shady chain, you eliminate a direct access port for dirt to contaminate the oil.


  • Non of those examples are relevant.

    Those examples are specific tools or specific implementation pattern, AI in development is a tool.

    It doesn’t dictate how to write software or what the written code will look like, it’s a tool that speeds up your code wiring. It catches typos and silly bugs that take hours to debug, it’s able to generate useful unit tests, it can clean up and apply my code style way better than codemaid or resharper ever code, it’s taken care of so much tedious shit and made software development fun again.

    Vibe coding is not the future of development. If you aren’t learning to use AI as a tool in development, you are going to be left behind.

    It’s more apt to compare it to IDEs. Sure, you can still write you entire app in vim and compile it in the terminal, but you would have been very foolish to deny the future of development was in IDEs.