copygirl

joined 1 year ago
[–] [email protected] 7 points 2 months ago* (last edited 2 months ago)

Something else to consider in place of or in addition to a build number could also be using the git commit hash of what you're building. Though I would only use that for non-stable releases.

For example, stable versions of Zig look like 0.12.1 and then there's in-development releases like 0.13.0-dev.351+64ef45eb0. It uses semantic versioning where the "pre-release" is dev.351, which includes an incrementing build number, and the "build metadata" is 64ef45eb0, the commit hash it was built from. The latter allows a user to quickly look up the exact commit easily and thus know exactly what they're using.

[–] [email protected] 6 points 2 months ago (1 children)

Version 5 of a software, device, vehicle or such isn't necessarily better than version 4, and no official definition of the word "version" require this, either. If I may make another anology: You may pick one of 5 different versions of an outfit to wear, and even though they were labeled in the order they were made, from 1 to 5, none are inherently, objectively better than any other. In the case of UUIDs there are versions that are meant to supercede others, but also simply alternatives for different use-cases. Anyone with access to some up-to-date information can learn what each version's purpose is.

[–] [email protected] 1 points 7 months ago (1 children)

I might be too old-school for this but this video felt like it focused on AI assisted programming and I really don't give a damn.

[–] [email protected] 8 points 10 months ago* (last edited 10 months ago)

A personal instance generally doesn't have a big reach, unless people actively follow the person who's posting the doxxing information.* The fediverse may not be a good way to spread personal information of others, throwing up an instance like that is not much different than throwing up a website or forum.

There's two things I can think of you can do: Contact the company that hosts the website to take it down – I'm unsure about how you go about this, but I'm sure you can find out more about that. And to report the instance to other instance admins to get it blacklisted, perhaps get it on a block list, limiting its reach and thus effectiveness. Get in contact with big instance admins, they likely have chatrooms you could join, and they might be able to help with the other step as well.

*edit: In the case of Lemmy, I suppose it would be people following a community, rather than a user directly. If moderators or admins act on the posted informated and delete it, the deletion will federate as well and any legitimate instance will automatically delete the content on their servers as well. This would also be true for Mastodon and such. If not, the above applies.

[–] [email protected] 9 points 10 months ago* (last edited 10 months ago) (5 children)

It could just have something to do with the fact that many people think ads are not only annoying but also highly manipulative, creating artificial needs in people, a tool to make already successful and rich companies even richer, ... and the surrounding technology to power them is unethical, hoarding tons of information, building profiles of people, tracking which websites they visit, what search terms they use, ...

When people talk about blocking ads, being frustrated about them showing up, it's just kind of disrespectful to be like "well you could just pay for the service, you know?". Besides, who knows how much actually ends up in the creators' pockets.

[–] [email protected] 3 points 10 months ago

And you can use the with expression to create clones of the object with some properties modified.

[–] [email protected] 31 points 10 months ago (6 children)

Zig hasn't been mentioned yet, so I'm just going to drop that here.

I personally have enjoyed the meta-programming, the ease of integrating with C libraries, and like that it's pretty straight-forward to compile.

[–] [email protected] 12 points 1 year ago (2 children)

Surely you know more than the lawyers Dolphin got help from.

[–] [email protected] 9 points 1 year ago

Gitea was taken over by a for-profit company, Forgejo is a fork by the previous maintainers to continue it fully FOSS without any of the shenanigans. See also their FAQ.

[–] [email protected] 1 points 1 year ago

This works until you have debug .NET.

[–] [email protected] 1 points 1 year ago

Not hating on people who like and enjoy PvP games, but to me it feels like it's a good way for a developer to make a game that doesn't actually have that much substance. Lacking content? Nothing to actually do in the game? NPCs are difficult to make interesting to fight? Just have players shoot each other. It's basically content that creates itself, not to mention (if you have good matchmaking) the difficulty ramps up naturally without you having to write better enemy AI.

I just want to fight stuff alongside other people, rather than potentially making another person's day just a little worse because I shot them before they shot me, you know? Is that too much to ask?

view more: next ›