• 1 Post
  • 11 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle
  • The first two reasons, to me, feel like excuses to hide the true reason(s) they cheat. I’d wager it varies per person but that many just want to be seen as cool or skilled by having everything or beating everyone. It seems equivalent to people who modify cars to be extremely loud; despite many saying the contrary, they’ve convinced themselves that people love to hear their loud cars go by.

    It could also be the anonymous effect of online games. They don’t quite perceive themselves as cheating, really, because they don’t know the players and will never know them. It likely feels like NPCs in a video game, for the most part. If there were actually social pressure, like would be in a schoolyard game of football, then far fewer would be willing to risk the social ostracization. But because they are anonymous online, they feel safe and empowered to cheat.





  • I have concerns about the success of this platform. I am convinced what makes TikTok great isn’t necessarily the algorithm (its good, no doubt) but the volume of content. There are so many users producing content that the amount of content you find enjoyable is always more than you could scroll through in a day.

    A platform like this will be boring pretty fast when you scroll through the 100 new videos uploaded that day in an single hour, and you skip many of them. It’s tough to generate enough content without enough users, and most of the content will likely just be aggregated from the other short-form sites. Of course that’s not necessarily a bad thing, it’s a more privacy-friendly way to browse that content, which is a plus.

    Also, not particularly a fan of more brain-rotting short form content. It’s crazy how addictive it is and I’m wanting less, not more. But if I had to choose a “shorts” platform I’d sure like a federated, free one to be the one to succeed. But it’s got a long way to go






  • Agreed, as a Java developer you will hopefully find C# familiar but more refined. They share a lot of the same features now, but C# seems to do them all better, in my opinion. Linq especially is just so much more enjoyable for me than Java Streams.

    .NET Core (now just .NET) readily runs on Linux and Visual Studio has a free edition that is superb - an IDE provided by the language developers. Of course, you can always use Visual Studio Code or a third-party offering like Rider (by JetBrains so the transition from Java could be very easy of you are already familiar with their programs).

    My only complaint on C# is that the .NET versioning is a little confusing if you aren’t already familiar. However, that’s only an issue if you work with legacy code. New versions after .NET 5 are all the same naming and upgrading is generally effortless, just changing a single number in your project file and downloading the proper SDK