ubergeek77

joined 1 year ago
[–] ubergeek77@lemmy.ubergeek77.chat 1 points 1 month ago* (last edited 1 month ago)

Fun fact: they spent quite a while working on a segmented 3D animation system for all the sprites. Every sprite is split up into segments, and then those segments are positioned in 3D space depending on the camera angle. They can even independently move each part of a character, like a leg, without having to create an entirely new sprite just for one frame.

This is 3 years old at this point, but this should give a good idea of how the new animation system works!

https://youtu.be/ybvaehpoYOs?t=52m26s

[–] ubergeek77@lemmy.ubergeek77.chat 18 points 1 month ago (27 children)

People need to understand what this will mean from a developer perspective before getting all up in arms. This initiative is more kneejerk emotional than it is realistic.

If you're going to watch only one of these videos, watch the second one:

https://youtu.be/ioqSvLqB46Y

https://youtu.be/x3jMKeg9S-s

Had to quadruple take this wasn't a Battle Network community, what a crazy thing to see on Lemmy.

We should bring back r/OkBuddyNetwork on Lemmy.

[–] ubergeek77@lemmy.ubergeek77.chat 10 points 3 months ago (1 children)

OF requires strict government issued ID verification in some jurisdictions. Patreon does not, at least in the US.

That should be your deciding factor already. No one should have their privacy invaded just to send you a few bucks a month.

[–] ubergeek77@lemmy.ubergeek77.chat 15 points 3 months ago (2 children)

He did not really step down, it was just a symbolic public gesture. He's still actively contributing to the project, check the GitHub commits and comments. He just stopped having so many Twitter meltdowns.

I don't think I've been banned, but I did a similar thing. I requested all my data from Reddit, then used that list of comment/post IDs to mass-edit them. I think I'm in the clear because I used the official third party API, with an official "app." If you used the private API or instrumented this via the browser, that may be why you were banned.

Anyway, if you or someone else wants their full history, Reddit will give it to you via a data export request.

[–] ubergeek77@lemmy.ubergeek77.chat 5 points 5 months ago (3 children)

I can't believe OP is actually forklift certified

[–] ubergeek77@lemmy.ubergeek77.chat 5 points 6 months ago (1 children)

Forgejo is Gitea. It was a soft fork of Gitea, and more recently a hard fork.

You can read about why they hard forked, and decide for yourself if it's worth switching, but the consensus is that Forgejo is in better hands than Gitea.

Currently it's easy to migrate from Gitea to Forgejo, but the longer you wait and the more it diverges from Gitea, the harder it will become to migrate.

If you like the Forgejo direction and think it's in better hands than Gitea, you might want to consider migrating sooner rather than later. All of your data should remain intact as it's essentially a drop in replacement. This should only take you a few minutes if you're using the Docker version of Gitea.

[–] ubergeek77@lemmy.ubergeek77.chat 2 points 6 months ago* (last edited 6 months ago)

Cloudflare Tunnels are black magic and exactly what you're looking for:

https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/

Free, no need to self host a server somewhere externally. Can even be used for SSH!

They will do literally anything except support the Steam Deck

I'm not talking about that. I'm talking about this:

I agree with the sentiment here, but all the technologies mentioned allowed us to ship a working application in a timely manner. I think that should always be the first goal. Now that this is out of the way, we can start looking at improving efficiency, security, resilience etc.

"Security Second" is not good messaging for a project like this.

But I'm glad my comment was hilarious to you.

[–] ubergeek77@lemmy.ubergeek77.chat 14 points 6 months ago* (last edited 6 months ago) (2 children)

I don't need or want replication of my private projects to a peer to peer network. That's just extra bandwidth to and from my server, and bandwidth can be expensive. I already replicate my code to two different places I control, and that's enough for me.

I'm not sure who Radicle is for, but I don't think the casual hobbyist looking to self host something like Forgejo would benefit at all from Radicle.

Loading the source code for Radicle on Radicle also seems fairly slow. It seems this distributed nature comes at a speed tradeoff.

With the whole Yuzu thing going on, I can see some benefit to Radicle for high profile projects that may be subject to a takedown. In that respect, it's a bit like "Tor for Git."

I suspect that over time, pirate projects and other blatantly illegal activities will make use of Radicle for anti-takedown reasons. But to me, these two projects solve two different problems, for two different audiences, and are not really comparable.


Edit: There is already enough controversy surrounding Radicle, that, if I were someone looking to host a takedown-resistant, anonymous code repository, I would probably be better served hosting an anonymous Forgejo instance on a set of anonymous Njalla domains and VPSes. The blockchain aspect was already a bit odd, and what I'm now seeing from Radicle does not exactly inspire confidence. I don't think I'll ever use this.

 

In the past few days, I've seen a number of people having trouble getting Lemmy set up on their own servers. That motivated me to create Lemmy-Easy-Deploy, a dead-simple solution to deploying Lemmy using Docker Compose under the hood.

To accommodate people new to Docker or self hosting, I've made it as simple as I possibly could. Edit the config file to specify your domain, then run the script. That's it! No manual configuration is needed. Your self hosted Lemmy instance will be up and running in about a minute or less. Everything is taken care of for you. Random passwords are created for Lemmy's microservices, and HTTPS is handled automatically by Caddy.

Updates are automatic too! Run the script again to detect and deploy updates to Lemmy automatically.

If you are an advanced user, plenty of config options are available. You can set this to compile Lemmy from source if you want, which is useful for trying out Release Candidate versions. You can also specify a Cloudflare API token, and if you do, HTTPS certificates will use the DNS challenge instead. This is helpful for Cloudflare proxy users, who can have issues with HTTPS certificates sometimes.

Try it out and let me know what you think!

https://github.com/ubergeek77/Lemmy-Easy-Deploy

view more: next ›