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

help-circle

  • Oh for sure, I’m just saying they don’t even need to hit any targets and they’d still be winning long term. They are capable of much more, and Israel can’t fight Iran without US.

    Satanyahu is betting on forcing Trump to agree to war with Iran on his watch. Avoiding that is thankfully one of Trump’s main priorities, hopefully they don’t succeed in changing his calculus on it.

    And they aren’t able to and won’t be able to maintain media blackout much longer, Iran has stated that they will keep going and will go harder, and we’ve already seen some seriously damaged neighborhoods. As long as Iran keeps it reasonable (and what is reasonable has changed tremendously in the last two years of genocide and western media going hard to defend and justify Israeli war crimes), I think Trump can tolerate way more destruction of Tel Aviv than netanyahu thought he would.




  • 3abas@lemm.eetoProgrammer Humor@programming.devJavaScript
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    1 month 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
    ·
    1 month 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.








  • They are overlapping areas, but they are “two completely different things”. They overlap by sharing common goals, not by being interchangeable.

    Anonymity to me means the message recipient can’t tell who you are.

    Right. And Signal doesn’t provide that at all, it ties your private messages to your identity (phone number), it explicitly does not provide anonymity. In fact, it proudly advertises you as a signal user to other signal users that have your number saved. It allows you to post public status updates, it encourages you to save your first and last name on your account.

    If a THIRD PARTY (the server operator) can ALSO tell who you are, that’s a privacy failure, not just an anonymity one.

    Okay? And? In this hypothetical world where Signal offered anonymity but still tied you to your number for other practical reasons, then you’re be correct that it would be a privacy concern.

    But they don’t offer anonymity, they offer private conversations.


  • Real world development isn’t creating exciting apps all the time, it’s writing the same exact boring convention based code sticking to an established pattern.

    It can be really boring and unchallenging to create your millionth respiratory, or you can prompt your ide to create a new repo and with one sentence it will create stub out 10 minutes worth of tedious prep work. It makes programming fun again.

    In one prompt, it can look at my finished code and stub out half decent documentation that otherwise wouldn’t have been completed at. It does hallucinate sometimes, or it completely misunderstands the code, so you have to correct a few sentences, but the brain drain of coming to with the sentence structure to write useful documentation is completely lifted, and the code is now well documented.

    AI programming is more than just vibe coding, and it’s way more useful than everyone here insists it’s not.


  • 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.




  • You’re asking good questions, but there’s a bigger picture here.

    Keeping the war going does deepen the rift between the “West” and the “rest” (Global South, China, parts of Africa, Latin America) because the longer it drags on, the more global fatigue sets in.

    Europe may strengthen militarily, but economically and politically it’s getting weaker… inflation, energy crises, internal divisions (think of Hungary, Slovakia, even parts of Germany), and rising far right movements that don’t necessarily want to give aid to Ukraine.

    Meanwhile, countries in the Global South see the West’s endless funding of the war and start asking why wars and genocides elsewhere (like in Palestine, Sudan, Yemen) don’t get the same attention or aid. That erodes Western moral authority globally, this alone is probably why you’re here on this platform today.

    China and Russia use that frustration to present themselves as “alternatives” to U.S. and European dominance — even if it’s obviously self-serving.

    Also, a prolonged war keeps the U.S. distracted and pouring resources into Ukraine instead of focusing fully on Asia-Pacific (where China’s real ambitions lie). From Putin’s view, even if Russia suffers economically, the systemic weakening of Western unity is a bigger win in the long run.