Replies

This profile is from a federated server and may be incomplete. Browse more on the original instance.

TheBreadmonkey, to random
@TheBreadmonkey@beige.party avatar

The internet is a confusing place. I was looking for news stories about Mr Blobby, then I somehow fell down an INSANE rabbit-hole so that when my wife came in and asked what I'm doing because I'm supposed to be getting ready, I said to her the following..................

I'm trying to verify that the man who holds the record for inserting most creme eggs into his anus was eaten by a crocodile.

I hate the internet.

(It's 9!)

Edit - I don't know if they were wrapped or unwrapped and I don't know if he was eaten by a crocodile as the Daily Sport asserts in their article.

SirLich,
@SirLich@mastodon.gamedev.place avatar

@TheBreadmonkey 362880 is an absolutely absurd number of ANYTHING to stick up your anus /s

Cheff, to random
@Cheff@mastodon.gamedev.place avatar

oh. I hadn't actually checked the news

18+ SirLich,
@SirLich@mastodon.gamedev.place avatar

@Cheff 90% of similar crimes go without jail time (CBS). White color crime usually isnt punished very heavily (probably a good thing -prisons are too full!).

I would imagine that Trump is less likely than average to spend time behind bars, though I suppose house arrest is possible

18+ SirLich,
@SirLich@mastodon.gamedev.place avatar

@Cheff Each of the 34 counts has a maximum sentence of 4 years. In these situations sentences are taken concurrently (e.g, 4 years total, not ~130 years).

As far as the crime, they are indeed criminal. It's not a civil matter like E.J.C. He's now a convicted felon, regardless of sentencing.

YoSoyFreeman, to random
@YoSoyFreeman@mastodon.gamedev.place avatar

Raylib is one of the best pieces of software i ever seen.

It seems like an easy way of learning C, and it is. But the source code is so well documented that you will be literally learning Low level computer stuff in a very natural way.

I honestly believe, and i have said this before, one of the bigger issues with Godot is that the code is not documented at all. Just thousands upon thousands of interlocked files without any internal explanation of how things are supposed to be working.

SirLich,
@SirLich@mastodon.gamedev.place avatar

@YoSoyFreeman Godot source code makes me a bit sad. I think having docstrings in a separate XML document is a huge issue.

Also many files are 5,000 lines long, and some functions are 1500 lines long.

Seems there is little will to follow some simple standards like documenting the code, and putting one class per file.

SirLich, (edited )
@SirLich@mastodon.gamedev.place avatar

@tracefree @YoSoyFreeman I also get the sense that refactoring (at least to my standards) wouldn't exactly be accepted.

There aren't really any good tests, so it's hard to verify your work even.

dergell, to gamedev
@dergell@mastodon.gamedev.place avatar

Sometimes I may overengineer stuff?

I'm starting to add replication since I'm now getting into actual player interaction systems. To reduce code duplication, I wanted a generic interaction function with a templated parameter.

Doesn't work. Unreals reflection system, which is needed for replication, can't really handle template types. That's a bummer.

Here's more info from someone who basically had the same idea:
https://forums.unrealengine.com/t/problem-with-creating-a-generic-server-call-system/34974

SirLich,
@SirLich@mastodon.gamedev.place avatar

@dergell I think TECHNICALLY this would be possible via a UHT extension. If you would be able to hook that process and use something like Clang to expand the templates/macros...

But I agree it's way to complex. It's a shame that unreals code gen isn't smart enough to understand any C×× metaprogramming techniques

SirLich,
@SirLich@mastodon.gamedev.place avatar

@dergell My company fights against unreal all the time. Another funky one is no TArray inside of TMap -you need a FStruct dummy layer in between.

ErrorAtLine512, to godot
@ErrorAtLine512@mastodon.gamedev.place avatar

I have a list of Scenes that I references in a script, but the "icons" for the scenes doesn't at all match what's in the scene. And it's very confusing as there are no other indication of what scene is referenced.
Are there any way to update or set the "icon" to what's in the scene?

SirLich,
@SirLich@mastodon.gamedev.place avatar

@ErrorAtLine512 Even worse, the icon preview sometimes shows icons for other scenes 😅

IIRC there is an API for this whole icon thing, but not sure how well it works. Look into the system for drag/drop, it should be around there (not at my PC to give exact info sorry)

SirLich, to random
@SirLich@mastodon.gamedev.place avatar

I'm currently in the process of leaving my company, and I guess they like me because they're holding me hostage based on the terms in my contract (105 days!)

Something tells me if I had been a bit shit they might have let me go a month early, which is what I asked for 💀

Damned if you do, damned if you don't!

SirLich,
@SirLich@mastodon.gamedev.place avatar

Need some advice: I have 30 days vacation, 16 upcoming, and 14 unclaimed.

My workplace is willing to let me go a month early, as long as I'm willing to let the 14 days rot (no payouts where I live). Otherwise I can simply finish my contact, and take all 30 days.

My new workplace wants me to start ASAP, and are already anxious with my proposed August start date. Pushing that back to September might really sour things with them...

I kind of want a break tho 😔

SirLich,
@SirLich@mastodon.gamedev.place avatar

@jesus Well it goes both ways. If I would be fired I would be paid in full the 105 days.

I've accepted their offer. 16 days PTO down the drain, but I will live.

SirLich,
@SirLich@mastodon.gamedev.place avatar

@reidrac I would get my days if I work the full length of the contract. It's the fact I'm trying to duck out a month early that opens the door to negotiation.

It's also a bit of a gray area actually. Companies in Germany must tell each other how many vacation days I took, to avoid "double dipping" if I switch companies part way through the year.

My next company is Icelandic though and they don't care! So I would be *technically allowed to take all 31 days in a row.

No prorated here.

SirLich,
@SirLich@mastodon.gamedev.place avatar

@reidrac Essentially I'm only working 6 months of the year so "fair" would be 50% of my vacation.

It's only because my next company doesn't care about PTO that I can scrape out a technicality and take 100% of my PTO for the year with my first company.

mdiluz, to random
@mdiluz@mastodon.gamedev.place avatar

Is anyone aware of commonly used terminology these days for AI-tainted and AI-free media and tools?

Expecting terms to be coined for these pretty soon, but I'm wondering if any are already emerging and can't think of them.

SirLich,
@SirLich@mastodon.gamedev.place avatar

@mdiluz I hear "slop" used for content primarily created with or heavily using AI.

There are some hashtags associated with humans-only creations, but nothing in particular seems to be winning.

Mittzy, to random
@Mittzy@mastodon.gamedev.place avatar

I made a body editor for my Unreal game (with modular bodies) entirely in UMG

SirLich,
@SirLich@mastodon.gamedev.place avatar

@Mittzy Slate is fun!

SirLich,
@SirLich@mastodon.gamedev.place avatar

@Mittzy Howdy 🤠

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • InstantRegret
  • mdbf
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • osvaldo12
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • GTA5RPClips
  • ethstaker
  • cisconetworking
  • tester
  • modclub
  • everett
  • cubers
  • tacticalgear
  • Leos
  • megavids
  • normalnudes
  • anitta
  • lostlight
  • All magazines