

They would no longer have to pay taxes.
They would no longer have to pay taxes.
Oof, this reminds me of a personal experience.
Me: Oh this grapple system is easy, we’ll just push the player’s vector towards the destination vector.
Game: Oh but there’s a small object in the way that cannot be moved. This will make an immense amount of collision data per tick.
Me: Can’t we just ignore-
Game:
Opened their fridge and took a sip of ketchup straight from the bottle.
I’m pretty sure she still writes books.
Though she’s been writing some Netflix animated series lately.
In all honesty I just use the browser now as that’s been the best experience with Discord for me.
Your concerns are valid - Every time an instance goes under you’ll always have some people that will just leave entirely. Though you would have to have a lot of instances burned to see Lemmy as a whole basically stop happening.
As for long term, that’s difficult to predict, but you can say that about any site.
I think this will be the nature of the fediverse, with instances coming and going. I don’t think you can rely on volunteer labor and donations to keep things running indefinitely.
I also don’t think this is inherently a bad thing, just a quirk of the design.
I got about a dozen YouTubers and streamers that fit in this box.
It seems to be inevitable. They either stop posting or streaming, or they reveal themselves to be kind of messed up.
That is partially what inspired me to post this. A lot of business advice I have gotten has been staggeringly bad.
I realize most people have worked at a business and should know a thing or two about how it works, but I don’t think many consider the huge differences between their workplace and how a small business operates.
Here’s a weird one:
Don’t offer advice unless its something you have some experience with.
Googling someone’s issues and giving them a boilerplate answer from the first thing you find isn’t helpful and can actually be a hinderance more than anything.
Yeah, probably.
Because of many factors, we’re seeing an erosion of the ‘third place’ which has been somewhat replaced or supplemented by the internet.
But now the internet is turning into a watchdog which desperately wants to monetize you, or direct you towards something that it can monetize.
Its hard to say while we’re in the middle of it, but I’m going to assume fifty years from now people will say we took privacy for granted and didn’t realize how influential algorithms really were.
I don’t know if it would ruin the entire movie per se but if you’ve heard Darth Vader (David Prowse’s voice) pre James Earl Jones dub, its definitely a character ruiner.
I can’t think of many movies where voice work is detrimental to everything except documentaries, but I know some games have annoying protagonists and it absolutely harms the whole experience.
You’re at +1 now for me.
I’ve played enough RimWorld to know I wouldn’t be totally ok in any of these scenarios.
All it takes is a random bug bite or infection and home meds just won’t be enough.
I’ve seen similar. Whole two story office building’s wifi got knocked out by some big ol’ 1960s microwave.
No one could figure out why the wifi kept going down during lunch.
I mean it just goes down to whoever uses it first, then all the others effectively never had a time machine.
This sounds dumb as all heck but a Fediverse equivalent of LinkedIn. Not some corporate hellscape, but something geared towards semi-pro or hobbyists who are looking for collaborative projects. It would serve as a portfolio and a way to group up and network.
So for example, you’re a YouTuber who is looking for an editor. Its not career pay but its a paid side gig. Or maybe you’re an audio guy and are looking to get into the film industry, and want to see if there are local indie films looking for your skills.
There are ‘services’ for these but they’re either adapted from something else (like Reddit or Facebook) or they have some aggressive middleman monetization. And many basically require you to host your portfolio elsewhere, which is sometimes funky to run your own hosting.
How are you going to acquire the voices? By recording other media? Most media has some sort of license attached, and recording it (for movies and shows or music) isn’t usually something allowed.
I know a guy that took a security camera and hooked it up to watch his lawnmower, which is set to automatically mow a certain area as guided by the camera.
So he just hits a button and watches his lawn get mowed.
I don’t know the “right” answer, but I set it so if you hit something, it plays out some checks similar to as you described:
If we collide with something but its only waist high, then we will have the player stop the grapple and attempt to vault over whatever it is.
If we collide with something and its more than waist high, then we wait for a very small delay and see if we made any progress towards our destination. If not, end the grapple because something is in the way.
Ignore all collision damage otherwise when grappling. Either we get stopped on the way and give up, or make it and then end the grapple.
… And last but most horrible of all:
All my games are janky though so I don’t think this is some ideal setup.
Edit: Cleaned up the collision damage part as I thought I handled it differently.