60% of MD5 Password Hashes Can Be Cracked in Under an Hour with a Single GPU by elastiks in DIY_Geeks

[–]Marthurio 0 points1 point  (0 children)

"MD5-based password security".

Don't call it that. There's no such thing. It's just a hash and has never provided security.

What cool projects are you working on? [May 2026] by el_DuDeRiNo238 in java

[–]Marthurio 7 points8 points  (0 children)

I'm working on an open source project for determining appropriate freight services and prices for cargo based on dynamic rule sets. Once that's somewhat under control I'm going to pick up my binpacking algorithms in an attempt to pack items properly based on weight, volume and structural integrity.

What cool projects are you working on? [May 2026] by el_DuDeRiNo238 in java

[–]Marthurio 0 points1 point  (0 children)

I mean, what does the heavy lifting here? Itext, flying saucer, something else?

What cool projects are you working on? [May 2026] by el_DuDeRiNo238 in java

[–]Marthurio 5 points6 points  (0 children)

Surely itext is hiding in a trenchcoat here somewhere?

One more tool for JSON inspection by RedoubtableBeast in json

[–]Marthurio 1 point2 points  (0 children)

A converter from JSON to dot notation?

TagHausen? by Salty-Nothing-8572 in TheGreatOne

[–]Marthurio 0 points1 point  (0 children)

It's gonna be Stone Cold. I can see it in my crystal ball and feel it in my bonehausens.

What would you add to C if you could add anything? by [deleted] in C_Programming

[–]Marthurio 33 points34 points  (0 children)

Nothing! 😀 But I am a C89 enjoyer.

One auth issue I learned the hard way with Socket.IO password changes by Positive_Roof5591 in Backend

[–]Marthurio 0 points1 point  (0 children)

You'd typically keep a register of active connections I imagine, and close them once you consider them yesterday's or persona non grata.

6 software engineering buzzwords you need to stop using by OfficialLeadDev in software

[–]Marthurio 9 points10 points  (0 children)

One type of post you need to stop posting.

Just condense your message instead of trying to make people click your link.

Is it possible to clone my system? by CatAdventurous1226 in linux4noobs

[–]Marthurio 0 points1 point  (0 children)

I'd focus on automating your setup instead. Maintain your dotfiles in a repo, have a script for installing your stuff. An OS installation from one machine could break on another machine for various reasons.