#CODE

Media Japanmedia@wakoka.com
2025-05-21

wacoca.com/media/337413/ GLAY、30周年グランドフィナーレ記念で貞本義行書き下ろしイラストを公開 – BARKS #{id:1000000015 #{id:1000000164 #code:hogaku #code:news #music #name:ニュース} #name:邦楽} #音楽

【インタビュー】East Of Eden、圧倒的な技術と温かい絆、プロフェッショナルを極めたアルバム『The First Eden - Seeds Of Hope』の多面性 - BARKS

Join us live on May 22 for "Infrastructure as Code: Now and Next" a LinkedIn Live conversation with Kief Morris, moderated by Lori King. Together, they’ll explore what’s changing, what’s enduring, and what tech leaders need to know for what’s next.
Save the date and be part of the conversation.

🔴 Register now for the LinkedIn Live 👉 ter.li/4d8tct

#Code #Infrastructure

Dawiscodawisco
2025-05-21

Member sells source code, APT releases code to spite them

-> "The leaked source code also revealed that the threat actors were attempting to build an MBR locker that would replace the master boot record with a custom bootloader that displays a lock message."

bleepingcomputer.com/news/secu

Media Japanmedia@wakoka.com
2025-05-21

wacoca.com/media/336801/ ケイティ・ペリー、来日公演決定 – BARKS #{id:1000000015 #{id:1000000164 #code:hogaku #code:news #music #name:ニュース} #name:邦楽} #音楽

【インタビュー】East Of Eden、圧倒的な技術と温かい絆、プロフェッショナルを極めたアルバム『The First Eden - Seeds Of Hope』の多面性 - BARKS
🍇stevoo🍇stevoo@eigenmagic.net
2025-05-21

yeah well, I: github.com/stylehouse/stylehou

It's an open standard that open standards grow and live in. Quite boundary dissolution. Software boundaries will still exist, but "we" will be on both ends of the deal, with some idealised guts-patcher. I put a ton of work into articulating the new stuff... It's hard to move consciousness around.

Now I'm looking for some proper funding. I need it, man, what a world. My recent repos have me chasing some creative little frontendy things, now that AI makes that more accessible, to try and prove I can get something out of the factory, even "viable" like remote violin lessons.

I'm all lined up for a big winter of code, but I'll have to do something else pretty soon... Ah.

#getfedihired #fedihire #research #development #compsci #code

2025-05-20

Making Video Games in 2025 (without an engine) - Noel Berry

➡️ noelberry.ca/posts/making_game

#alttaborg #Jeuxvido #Dveloppement #Code #Indie #Blog #Article #Post 🔗via alt-tab.org

💧🌏 Greg CocksGregCocks@techhub.social
2025-05-20

Awesome Strategies To Visualize Change With Time
--
medium.com/@yuanbo.faith/aweso <-- shared technical article
--
databrewer.co/R/gallery <-- shared further examples & background/processes
--
“This article summarizes effective strategies to visualize temporal changes, illustrated with inspiring graphic examples (with link to source code [and methods])…”
#GIS #spatial #mapping #datavisualisation #visualisation #R #code #methods #scripts #opensource #spatiotemporal #temporal #temporalchange #visualise #graphic #examples #opendata

2025-05-20
2025-05-20

Versuche mich gerade an #rust #code

Wie sieht es dort aus, würde man eine Funktion oder besser eine Method zum validieren benutzen? 🤔 gehen würde ja beides...

Und würde man als Parameter das zu validierende Element clonen oder als Borrow übergeben? Auch hier geht ja beides, aber die Frage wäre, was hier besserer Stil wäre....

Rust Code:

impl Ticket {
    pub fn new(title: String, description: String, status: String) -> Ticket {
        Ticket::check_title(title.clone());
        Ticket::check_description(description.clone());
        Ticket::check_status(status.clone());

        Ticket {
            title,
            description,
            status,
        }
    }

    pub fn title(&self) -> &String {
        &self.title
    }

    pub fn set_title(&mut self, title: String) {
        Ticket::check_title(title.clone());
        self.title = title
    }

    pub fn check_title(title: String) {
        if title.is_empty() {
            panic!("Title cannot be empty");
        }
        if title.len() > 50 {
            panic!("Title cannot be longer than 50 bytes");
        }
    }

    // More code....
Ana Tudor 🐯anatudor
2025-05-20

I wrote something about ... something with a long title!

ChatGPT and the proliferation of obsolete and broken solutions to problems we hadn’t had for over half a decade before its launch frontendmasters.com/blog/chatg

It takes the answer to a particular question, dissects it and goes through a bit of web history to explain what ChatGPT gets wrong and why.

Ana Tudor 🐯anatudor
2025-05-20

Here's a little image gallery demo I made on @codepen
codepen.io/thebabydino/pen/LEY

Almost pure . Minimal for changing the index of the current image on click.

For the how ensuring the rotated side images have a given 2D projection on the screen, see stackoverflow.com/a/75063640/1

Ana Tudor 🐯anatudor
2025-05-20

3️⃣ 1044 ♥️ Pure gravity button codepen.io/thebabydino/pen/bGz - a bit mixed about it, it was just an exercise in getting a certain result - don't use it in the wild!

My first ever @codepen demo to get to 1K ♥️. And it got copied left and right.
¯\_(ツ)_/¯

Screenshot of the gravity button. Shows round particles appearing and getting pulled towards the button. As they approach, they accelerate and get stretched before smashing into the button and causing sparks.August 2024 post showing how I found this demo on a website, wrapped in AI-generated crap that claims to explain what's going on. Except it gets it very wrong. And they don't indicate in any way that someone else (me!) made it.My post about finding my demo on in a video on the Indiamoon YouTube channel. The video is 90 seconds of auto-typing code and also doesn't credit me.
2025-05-20

Oh my fucking god, I just noticed Laravel doesn't support per-user session tables.

Oh I'm so fucked for this week deadline.

Peter Krönersir_pepe
2025-05-20

I recently learned (from @manniL that constructors can be private - TS private, not real JS private. This forces people to use e.g. static factory methods. Which overall is quite dumb, but undeniably works.

typescriptlang.org/play/?#code

class Example {
    private constructor() {};

    static init(): Example {
        return new this();
    }
}

let e2: Example = Example.init(); // works
let e1: Example = new Example(); // fails
Chtitedev: Femmes et minorités de genre de la tech dans le Nord, Hauts-de-France, Lillechtitedev@mobilizon.fr
2025-05-20

Non-mixité : Comment tirer parti de l'IA pour le développement

17 juin 2025, 18:30:00 CEST - GMT+2 - Exotec, 59170, Croix, France

mobilizon.fr/events/d821751f-f

2025-05-20

Have you used claude code, codex, or something else to write real features that have shipped to production? How did it go – what worked and what didn’t? Are you doing this all of the time now or not?

I am trying to get up to speed on what’s what, and I appreciate any stories you have. 🙇

#dev #programming #code #webdev #ai #genai and possibly #genai_slop

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst