#lounge

1 messages ยท Page 1062 of 1

graceful sequoia
#

welp I'll wait for relic to finish reading bjarne's blog post on the topic

cursive crypt
#

Chicks will fall for that one.

graceful sequoia
#

bjarne is quite the lady's man

deep copper
#

ah, how weird, ty

graceful sequoia
#

ok I give up

#

too many packs

vestal violet
#

I couldn't find anything relevant enough lol. I'm gonna guess it's doing something weird and converting all arguments to int

graceful sequoia
#

seems sound, a pack can have no types eh

vestal violet
#

well B would still be double, but it'd be an empty pack (again, I think lol)

#

I'm curious just how wrong I am because templates gonna template

graceful sequoia
#

๐Ÿฟ

#

munches quietly

#

see this is why I write my unreal code in python

vestal violet
#

เฒ _เฒ 

graceful sequoia
#

well, it's a lisp written in python but close enough

vestal violet
#

Good old lisp, keep adding parens until you get where you want

cursive crypt
#

Gave you a joker, but thank you for participating.
The answer is... dies horribly

graceful sequoia
#

aww cmon dies horribly is not valid syntax

vestal violet
#

Let me guess, you'd have to have nested templates for multiple packs?

vestal violet
graceful sequoia
cursive crypt
#

A<int, double> B<double>

graceful sequoia
#

awwww man

vestal violet
#

A would expand to a container?

#

wtf

cursive crypt
#

Nah, just way to describe the pack.

graceful sequoia
#

so char went the double path

#

that traitor

cursive crypt
#

Yeah, that was a trap ๐Ÿ˜›

graceful sequoia
#

this is why you can't trust chars

#

but why though

cursive crypt
#

Especially NPC ones

#

^

vestal violet
#

This is why I dont touch templates ๐Ÿคฎ

graceful sequoia
#

its the class... for me

cursive crypt
#

Not gonna show you the + star difficulty example then.

graceful sequoia
#

what is this java

cursive crypt
#

That was another trap.

vestal violet
graceful sequoia
#

if i wanted to write in java id make a unity game

graceful sequoia
#

nothing else going on

vestal violet
#

If I wanted to write in java I'd stop programming

cursive crypt
#

I โ™ฅ๏ธ C++

#

Need a tshirt

graceful sequoia
#

youll need to custom order it, no one makes tshirts for C++ programmers

#

just the javascript people

#

teeheehee [goes and writes a bunch of JS while wearing JS tshirt]

vestal violet
graceful sequoia
#

thats exclusive or, you wear shirt, or you leave the house

#

anyway, im intrigued

#

what is this high level template brain breaker

cursive crypt
#

ah, sec

graceful sequoia
#

and it better not have two variadic packs

vestal violet
#

It has 3

#

You're safe

graceful sequoia
#

at least three

#

two is too easy

cursive crypt
#
template <class... A, class... B, typename C>
void f (A... a, B... b, C);

f<int, double> (1, 2.0, "c");

What is A, what is B and what is C

deep copper
#

what is life ๐Ÿ˜”

graceful sequoia
#

ahmmmmm A is still <int, double>, B is empty pack, C is const char[] ?

#

im not hep on this new stuff but from what i gather typename is the same as class, that's a trick question

#

(not hep on the old stuff either though)

graceful sequoia
#

welp, relic you're up

vestal violet
#

I wanna say compile failure since typename C is after a param pack and has no default

#

but idk if I'm being honest

vestal violet
#

ยฏ_(ใƒ„)_/ยฏ

graceful sequoia
#

ok it wouldnt be const char[] it would be const char* but im sure thats not the main way i was wrong

vestal violet
#

some deduction bs then

graceful sequoia
#

how about: here it finally makes some sense, and B ends up being a single double pack

vestal violet
#

here it finally makes some sense C'mon, this is C++, lets be real here

graceful sequoia
#

heh

#

im optimistic

cursive crypt
#

Okay, okay...
B will be never deduced in any case of calling f

graceful sequoia
#

hey relic was on the right track there

cursive crypt
#

This is illegal by the standard, but the compilers are free not to error on it. And they don't

#

You will be killed by your compiler without warning.

vestal violet
#

Sounds about right

graceful sequoia
#

i feel like anyone who uses double pack variadic had it coming anyway

cursive crypt
#

I get the sentiment.

vestal violet
#

Yeah that'd get a few... choice comments on a review

cursive crypt
#

Frankly, not sure there are many ppl who knows about these.
Kinda party puzzles as I said at the beginning.

graceful sequoia
#

now, were you just looking up potential interview questions for tomorrow or did this bite you

vestal violet
#

Not even sure what the main use case for a fully generic double pack is. I can see multiple typed packs at least...
If thats an interview question, I'm gonna resign ahead of time

cursive crypt
#

Nah, I'm old fart, not moving anywhere.
Code should be simple.

graceful sequoia
#

so class/typename though, that's a trick yeah? they are the same after c++11 at least?

cursive crypt
#

same

vestal violet
#

As params they're interchangeable but typename has some extra functionality elsewhere in templates iirc

graceful sequoia
#

template templates fwig

#

but wouldn't apply here

#

you know what c++ templates needed? template templates

vestal violet
#

templates are just verbose lisp parens

graceful sequoia
#

ohhhhhhh

vestal violet
#

just keep abstracting

graceful sequoia
#

I'm sold

pearl elk
#

template templates are concepts arnt they

#

only took em 9 years to sort it out

burnt lake
graceful sequoia
#

@sand oxide did you ace the ryobg challenge

#

no cheating

#

what's A and B here

#

spoiler alert we both failed

vestal violet
#

For level 2:

template <class... A, class... B, typename C>
void f (A... a, B... b, C);

f<int, double> (1, 2.0, "c");

What is A, what is B and what is C

graceful sequoia
#

yeah yeah relic you actually tried

vestal violet
#

I mean, I guess? lol

graceful sequoia
#

I tried but more in a sad puppy way

#

cause c++ is my umpteenth language and esoteric rules of packs... well I'm crap for this

#

if unreal doesn't make me do it....

vestal violet
#

I lost track of my language count honestly, C++ just happens to be a favorite because I like pain it

graceful sequoia
#

other languages straight up disallow this

#

it feels like one of those "bjarne in a committee" moments

graceful sequoia
#

aw well, #cpp is too interesting to show us up

deep copper
#

is it holiday season or something for you, rezonant?

#

quite odd that you are in #lounge for this long ๐Ÿค”

graceful sequoia
#

i am offended as to the implications to the contrary

#

i definitely do not need to go to sleep to go to work tomorrow

deep copper
burnt lake
graceful sequoia
#

is it really just breads

graceful sequoia
deep copper
#

sleep = usually night

graceful sequoia
#

how do you keep us all straight

#

truly affectionate

deep copper
#

wdym? you want to bend ๐Ÿค”

zinc matrix
#

I'd rather not have my spine bent in a bad manner

graceful sequoia
#

i mentioned not sleeping like a week ago

#

or maybe days ago

zinc matrix
#

or any part of me for that matter

graceful sequoia
#

its not clear when there's no sleep

deep copper
graceful sequoia
#

no! im not getting my kidneys taken

#

this has been made clear

deep copper
zinc matrix
#

I wonder how affectionate is IRL, probably completely normal no doubt (not sarcasm)

graceful sequoia
#

i basically only talk in #lounge other than (A) being annoyed by questions or (B) being in #cpp where im not usually helpful

zinc matrix
#

@deep copper How long have you known about discord for?

graceful sequoia
#

!user @deep copper

turbid spindleBOT
#
**affectionateUser#4018**
Status

:black_circle: Offline

ID

926083750276780073

Roles

@everyone

Joined Server

January 22, 2022, 2:15 PM UTC

Joined Discord

December 30, 2021, 12:06 PM UTC

graceful sequoia
#

!8ball should i sleep

turbid spindleBOT
#

@graceful sequoia, :8ball: Yes.

zinc matrix
#

they could have alt accounts

graceful sequoia
#

lol

zinc matrix
#

sleep

zinc matrix
#

sleep is good

graceful sequoia
#

no

vestal violet
#

I thought that was code related shitposting

graceful sequoia
graceful sequoia
#

i guess

deep copper
graceful sequoia
#

there are other channels

deep copper
zinc matrix
#

oh huh

deep copper
zinc matrix
#

so you've been involved in this community for a while more or less

deep copper
graceful sequoia
#

i shifted to discord when ue server moved from slack to discord
when... ue community moved from slack to discord in january 2022?

deep copper
#

no that was in 2016

graceful sequoia
#

this is one of those UDN things

zinc matrix
deep copper
#

yes, 3

turbid spindleBOT
#
**Vicky Boi#7853**
Status

:green_circle: Online

ID

702047879224623135

Roles

@everyone

Joined Server

June 12, 2021, 10:35 AM UTC

Joined Discord

April 21, 2020, 6:47 AM UTC

graceful sequoia
#

oh no

deep copper
#

not more

zinc matrix
#

understandable

graceful sequoia
#

now we need to guess who @deep copper was before this account

#

@zinc matrix

deep copper
graceful sequoia
#

i just did

zinc matrix
#

lorash was affectionate user this whole time?

broken sigil
graceful sequoia
#

mystery solved.

#

i wondered where lorash went

deep copper
#

because i co existed with lorash before

graceful sequoia
#

thats not corrobative evidence

#

and thats a word

deep copper
#

did my explanation not resonate with you ? ๐Ÿค”

graceful sequoia
#

i felt it, im just saying, one can have multiple accounts at the same time

#

and how convenient that theyd be active at the same time

deep copper
#

but I can't speed type and send message from 2 accounts together xD

graceful sequoia
#

the advances in modern AI and computer-assisted communciation

deep copper
#

oho

graceful sequoia
#

or... you know

#

just two discord windows

deep copper
#

that kinda makes me feel more cool

#

but i only have 2 hands !!

broken sigil
#

There was a person ages ago that worked on an mmo with small planets or something like that, can't remember

Is that you ๐Ÿ˜…

deep copper
#

have you seen how insanely quick lorash types?

graceful sequoia
#

yes, and ive seen no other username since match that cadence

#

except for... dun dun dun

deep copper
graceful sequoia
#

@deep copper

deep copper
#

maybe we never met before ๐Ÿคท

deep copper
zinc matrix
#

I see nothing in #rules about impersonation

graceful sequoia
#

I'm boring, it's zero. and I'm just playing, affectionate is not lorash

zinc matrix
#

hmmm

graceful sequoia
#

the real lorash waits among us

broken sigil
#

Tbf I can't remember half of the people I interacted with on here from like 3 years ago

deep copper
deep copper
#

we are powerless against it

deep copper
#

and luos

#

luos wasn't orange back then

graceful sequoia
#

we can only hypothesize it's ways

#

wait hevedy

zinc matrix
#

how much bribe money is needed to become orange /s

graceful sequoia
#

oh my god

deep copper
graceful sequoia
#

affectionate is hevedy

deep copper
#

no lol

zinc matrix
#

speak spanish

#

prove it

graceful sequoia
#

speak

broken sigil
deep copper
deep copper
#

bonjour

zinc matrix
#

that face

#

it's great

graceful sequoia
#

story checks out

broken sigil
deep copper
graceful sequoia
#

voice chat requires active work

broken sigil
deep copper
#

so one day you got an offer from some account with pfist's name and you accepted?

graceful sequoia
#

sounds like a day to remember

zinc matrix
#

I hope one day we see affectionateUser in orange

broken sigil
#

It was a nice day lol
It wasn't pfist, it was one of the mods

I was very active here tho

deep copper
graceful sequoia
deep copper
zinc matrix
#

you're abnormally devoid of hatred

deep copper
deep copper
zinc matrix
#

people do that?

deep copper
#

a lot yeah ๐Ÿค”

#

the only way to love them is do what they want, and ignore them

#

it's irritating

zinc matrix
#

I have not blocked anyone yet

broken sigil
deep copper
graceful sequoia
#

you have so far not kicked me out of #cpp for off topic so that's a thing

#

undoubtedly you missed me goofing off though

deep copper
#

you are too adorable to be kicked

graceful sequoia
#

it's happened about a hundred times and rightfully so

#

that's why I just chat here, I'm not to be trusted

broken sigil
broken sigil
graceful sequoia
#

and when we meet in battle

#

i will fall

#

but seriously, glad you're on the team ๐Ÿ˜„

#

so can anyone ELI5 lyra to me

zinc matrix
#

like how it's organised?

graceful sequoia
#

what is the point

#

cue tank at this point but they havent been around for a bit

deep copper
graceful sequoia
#

my god

#

so much for lyra

#

i get that its a framework

soft night
deep copper
deep copper
soft night
#

Scorpion tank?

broken sigil
deep copper
#

you can also take me you know?

#

jk

graceful sequoia
#

its more like, it happens

deep copper
#

not free ๐Ÿค”

#

who is tank anyway?

#

first time i heard of them

graceful sequoia
#

likes disney movies, is fairly toxic

deep copper
#

i only know of elsa but that's tuesday paid tank

#

ah so elsa

graceful sequoia
#

currently likes disney movies, is currently toxic

#

sheesh tank is tank

deep copper
#

a toxic disney princess huh ๐Ÿ‘€

graceful sequoia
#

i didnt say it

deep copper
#

don't worry ! i won't let elsa take your kidneys !!!!

graceful sequoia
#

if tank wanted my kidneys theyd be gone

deep copper
#

aw :(

#

is tank that strong?

deep copper
#

for that +still free ofc ๐Ÿ˜„

graceful sequoia
#

!8ball is tank too strong

turbid spindleBOT
#

@graceful sequoia, :8ball: Outlook not so good.

graceful sequoia
#

I mean that makes sense, a tank can always be stronger ๐Ÿ’ช

soft night
#

!8ball is DPS too strong?

turbid spindleBOT
#

@soft night, :8ball: You may rely on it.

deep copper
#

tanks are more reliable than dps anyway

graceful sequoia
#

as long as they aren't Russian

graceful sequoia
#

yas, like Batman but also fornite

soft night
#

Arkham games batmobile was powerful for sure

cursive crypt
#

Who is the small bat? Batkid?

tired nova
#

so cold in my room that my gpu is idle at 22 degrees C

pearl elk
graceful sequoia
deep copper
#

oh wait xD

#

obviously i know the correct version! this is to avoid the automod ! ๐Ÿ˜Š
ofc

zinc matrix
#

What if you used partially Cyrillic and partially latin alphabet for each word? It would look weird though

#

How bored are we lol

deep copper
#

รงmyk

deep copper
zinc matrix
#

I hope not in the weird way

deep copper
#

if you hope so then not!

zinc matrix
#

Hope you're doing well though

deep copper
#

like i said, i am better with you around

#

so how are you?

#

bored?

zinc matrix
#

No

#

I should go for a long walk sometime

deep copper
#

do you want some excercise?

#

outdoor air?

carmine frigate
#

no:P

zinc matrix
#

I can just open the window for that

#

There's a lot of trees

deep copper
#

then, do you want a break?

#

also lucky you have tons of trees !

#

make full use of them!!!

zinc matrix
#

How so?

zinc matrix
#

Ah

deep copper
#

go and sniff the tree for some fresh air !!!

zinc matrix
#

Some trees are huggable

carmine frigate
#

so after that git mail thing got closed and 60mil mails got send... some1 really open a new mail with the half a mil ppl tag too call the person a spammer and threathen with death? ๐Ÿ˜›

deep copper
zinc matrix
#

I typically walk/run for about 10km on a good day. Could probably go even further though

#

Just need to time it right before the sun goes down

carmine frigate
#

the person that started it is in there somewhere! might aswell send out half a million deaththreads

zinc matrix
#

Hahaha

carmine frigate
#

also restarting the same shit ๐Ÿ˜›

zinc matrix
#

Much like our friendship

deep copper
#

it never ends ๐Ÿ˜ณ ?

zinc matrix
#

Well depends what ending means

#

It ends from violent disagreement? That's not a good ending

deep copper
#

i would say "no more contact" is an end

zinc matrix
#

I suppose

deep copper
#

disagreements are just evolution of the friendship, it doesn't necessarily ends contact

#

and it can still be resolved later if contact remains

zinc matrix
#

I mean like violent disagreements, they can still be sorted though

deep copper
#

beliefs etc change , so no matter how voilent , it can possibly be resolved kinda, or so i like to think

#

but if you don't come in contact again, nothing happens, it goes static ๐Ÿค” right?

zinc matrix
#

Guess so

deep copper
#

i mean, true that disagreements CAN lead to bad ways of ending.

#

but we won't disagree to that extent ever right ๐Ÿฅบ

zinc matrix
#

Hope not

#

Just don't get banned by accident

deep copper
#

then

#

for safety, how about we friend req each other ?

zinc matrix
#

Uhhh let me consult someone

#

!8ball is this a trap?

turbid spindleBOT
#

@zinc matrix, :8ball: Yes.

deep copper
#

you have already dmed me and it was safe ๐Ÿ˜„
be not afraid

zinc matrix
#

!8ball are you joking?

turbid spindleBOT
#

@zinc matrix, :8ball: It is certain.

zinc matrix
#

Safe

deep copper
#

safe indeed !

zinc matrix
#

Eh, add me if you want

deep copper
#

i already sent the req !

zinc matrix
#

Don't really care too much just joking around as usual

deep copper
#

yes !

#

<@&213101288538374145>

#

<@&213101288538374145>

#

wth ? another?

turbid spindleBOT
#

:no_entry_sign: animdrag#1051 was banned.

tall plume
#

guess they figured out a way around the discord spam detection

deep copper
#

i wonder if they were someone who fell for the scam

unreal ether
#

What were they spamming

#

Free nitro?

deep copper
#

yes

#

3 months free nitro from steam

unreal ether
#

They got hacked lol

#

Ive seen em here before

deep copper
#

which didn't had a nice looking link

unreal ether
#

Although they were still a frequent rule breaker

deep copper
#

and an @ everyone ping

unreal ether
#

They either were fooled or hacked

deep copper
unreal ether
#

They posted various models they worked on

deep copper
#

hey how about we change the @ everyone to ping the mods only or something? would make things a lot easier

#

if that's possible

unreal ether
#

Although one time when i asked them to not crosspost they blew up my dms lol

deep copper
unreal ether
#

Lmaoo

deep copper
unreal ether
#

If it makes you feel better thry used this mainly as free advertising

unreal ether
deep copper
unreal ether
#

No clue

deep copper
#

because advertising

unreal ether
#

Was very sad the other day, i have a lost a friend to unity sad_cat

deep copper
#

aww :( ๐Ÿซ‚

unreal ether
#

Switched from unreal to unity because he "read the docs and thought steam integration is easier"

#

I tried to save him

deep copper
#

isn't it just a few clicks in ue

#

and some blueprint copy paste

unreal ether
#

Its not that hard, especially for achievements n stuff

deep copper
#

can you do anything else with it ๐Ÿค”

unreal ether
#

Steam integration is also pretty great for muktiplayer

#

But i havent looked at that

deep copper
#

i did hear steam has servers for multiplayer which you can buy

#

or rent

#

or subscribe to idk

unreal ether
#

Not sure tbh, all i know steam has a massive database for sessions and stuff, which means its quite nice for implementing lobbies

deep copper
#

that's sweet

left granite
#

i better leave with my pizza

tulip orbit
#

no leave it here

deep copper
torpid star
celest musk
#

yea props to rockstar, for allowing cheaters to flood my client with objects which results in out of memory crashs

#

big props to them not adding a spawn limit

frosty nebula
#

GTA just doesnt have an anticheat

#

Like me and a few friends were messing arround in a session (not doing anything to anyone else) and there is so much we found rockstar just hadnt patched out

celest musk
#

rockstar doesn't care

#

guess their whole code base is trusting user input

#

and it needed a guy who was so pissed at the loading times to disassemble their loading process, to make a fix

#

which rockstar later applied to the game

pearl elk
deep copper
#

can i buy you to defeat them for me ?

pearl elk
#

can you afford me is the question

deep copper
#

i can give you as many hugs as you want !!!!

pearl elk
#

but I want the Paul Walker driven R34 Skyline

deep copper
#

yeah okay.. i guess i can't afford you, yet !

#

if i hug the right people in the right sequence at the right time, i can probably get it though ๐Ÿค”

pearl elk
#

if you break the sequence you gotta start over

deep copper
#

does it loops ? so we can spend an eternity <3 ?

tired nova
#

if only the m chips could actually compete with high end pc parts

tired nova
#

its only a matter of time before we start getting 6 digit cpus

fleet tangle
#

What does " CPUs" even represent?

#

So a random scalar value?

cursive crypt
#

integers

fleet tangle
#

The numbers written on them?

#

The numbers tehy can work with?

#

The number of pins?

cursive crypt
#

It says K, so it must be kelvins

fleet tangle
#

This I can believe.

#

Oh. The numbers in their names!

#

I always fail to see the obvious.

tired nova
#

no vr mention in apple wwdc sadge

pearl elk
#

Isnt M worth more than K in roman numerals?

frosty nebula
#

I9 12th gen 900 series i think

frosty nebula
#

cant remember what I9 means

#

well intel 9

#

but the 9 does have a meaning

tired nova
#

i hate seams in my performance

deep copper
#

as long as it works ?

proud jay
#

how many cpus does that one have

burnt lake
zinc matrix
#

ah, oui, la douleur

north sequoia
#

Tencent owns 40% of Epic games? ๐Ÿคฎ

zinc matrix
#

is that just a budget jake tran channel?

#

to be fair he calls everything the "most evil (business name)" as well

#

2 minutes and no good points made

#

I have many gripes with discord, but calling it the most evil business is a huge stretch

foggy path
#

Seems to be a well produced mainstream conspiracy video

#

:P

#

There may be some truth to what it says about China but then it claimed Discord somehow stores your browsing history... and ended with a really dubious investment advertisement

#

lol

#

It's also funny how everyone seems to forget Echelon exists

#

China is basically just trying to achieve the same as what US and their allies have had access to for a long time

bleak cloud
#

This channel is so weird

#

Delete this

zinc matrix
#

What's wrong?

unreal ether
#

Tbjbu2 has not learned the ways of the lounge smh

bleak cloud
zinc matrix
#

lounge is for us speshul peopple ๐Ÿ‘‰ ๐Ÿ‘ˆ

regal pecan
#

Didn't TenCent buy Epic before they shut down Paragon?

bleak cloud
#

Please don't do that

#

It's Tencent

#

It's like those people who type

#

MineCraft

#

Makes me want to die

unreal ether
#

imma start calling it UnReal Engine

zinc matrix
#

I like FiveTimesTwoCents

zinc matrix
unreal ether
#

perfect

regal pecan
unreal ether
#

I Might Also Start Typing Like This Because Why Not?

bleak cloud
regal pecan
#

ecauseBay igPay atinLay

bleak cloud
#

The issue is where people think it's actually correct to type it that way

bleak cloud
regal pecan
#

a stroke is what I have every time I try to figure out how to capitalize nvidia

quasi mantle
zinc matrix
#

Is it gif or jif? React with dietered and alex respectively

regal pecan
zinc matrix
#

yif

#

if it was old english

quasi mantle
#

It's like GIF-fy, GIF or take.

knotty skiff
#

look at this cat NOEW

cursive crypt
#

It is bonks per day.

cursive crypt
#

Looks intentional.

fleet tangle
burnt lake
#

how did he gain speed or momentum at all with that broom

pastel moss
tulip orbit
#

that looks like the finger puppet thingies I had when I was a kid

cursive crypt
#

TIL: That UE instantiates new component on each of its uproperty change operations. Awful.

thorny dock
#

is there like a dontasktoask.com except for people who use 20 lines to get 1 sentence out?

#

instead of

#

like

#

needing to do every

#

individual thought and syllable on a new line

zinc matrix
#

hi guys

#

so basically

#

I tried doing this in blueprints

#

(sorry for bad quality screenshot)

#

anyway

#

does anyone know how to

#

fix this?

#

Also

#

please respond quickly

cursive crypt
#

f

thorny dock
#

to

#

b

#

e

#

perfectly

#

honest

#

i

#

cant

#

say that

#

i actual

#

ly

#

do

#

than

#

k

#

so

#

much

#

i actually

#

really

#

appreaciate that

#

you see

#

today has been kind of stressful

#

it all star

#

ted

cursive crypt
thorny dock
#

when i was born

#

close but not in your face enough

#

dont ask to ask is perfect, it says hey, don't do that thing! not someone reading documentation on how to ask a question

#

well is there any other kind?

#

HAVE YOU HEARD OF RUST

#

ILL NEVER CODE IN A MEMORY UNSAFE LANGUAGE REAHHAGHHRAHDARAD

night grove
#

Your toxicity happened to be helpful just now!

#

Your joke about mutable made me realize... "oh shit I'm basically using mutable CDOs everywhere"

#

It is fixed now, but I had approximately 20 pointer usages to add const to.

night grove
#

I figured as much. I accidentally got a non-const CDO by calling GetDefaultObject on a TSubclassOf. Crazy that the return there isn't const.

restive crescent
cursive crypt
#

oh, voice chats and multi accounts support in discord

burnt lake
scarlet cedar
#

Who wants to buy a HP DL360p G8 from me?

cursive crypt
#

Selling my old, used UE project. In good state. Only few lines of code.

scarlet cedar
#

What does this mean?

#

Is it just the doubt guy but with lasers?

#

Oh I see

#

I actually have one though and want to sell it lmao. I need to make a post on homelabsales but I don't have them ready to ship and I have to take pictures

unreal cedar
#

If I had the space I'd be buying a few rackmounts. But alas, I'm stuck in an apartment with none.

scarlet cedar
unreal cedar
#

I've got a single small 6u rack with some networking equipment and no more space than that.
So instead I live off of a single HP microserver, a synology nas, and a NUC all of which fit into basically no space at all.

scarlet cedar
#

I love my microserver. It's such a shame it's only a g8 so I had to leave it for the 380p

#

If you want another microserver I can hook you up. No storage but it has a 1265L, 16gb ram and a p1000 graphics card

unreal cedar
#

My only complaint is that they only have external PSUs so I can't put anything actually powerful in it ๐Ÿ˜ฆ

#

actually, idk what the g8s are like. Mine is a Gen10+

scarlet cedar
#

Well not really since I got the 380 which shits all over the microserver

unreal cedar
#

Well yeah. I just can't fit one anywhere ๐Ÿ˜›

scarlet cedar
#

Ye fair. It's also quite loud which is also a concern I didn't consider

worldly sapphire
#

Where do you put your mesh assets? In a folder called 'Geometry', 'Meshes' or 'Models'?

#

I swear every project seems to end up with each of those folders

vestal violet
#
Geometry
    Static
    Skeletal
```Is the usual layout I'll go for
bleak cloud
foggy path
#

Basically you just put all your assets that relate to one thing into where that thing is, so for example you have Characters/Player, so you put all player related assets in there

fleet tangle
#

You can group more generic assets by type still

#

Environment/Trees or whatever and fill it full of tree stuff.

worldly sapphire
#

Yeah I'm not really talking about the structure, I was ventign a bit more about how inconsistent we name folders

#

Especially once you start adding some marketplace assets

quasi mantle
#

I have it categorised based on what mesh is it for. So it'd be something like this

Characters
    Human
        Protagonist
            Blueprints
            Materials
            Meshes
            Textures
Weapons
    Melee
        1HSword
            Blueprints
            Materials
            Meshes
            Textures
#

Not exactly elegant, because I know some people can't stand 4+ layer folders, but eh...

mossy nexus
#

Postman arrived with 2 packages. I'm now the proud owner of 2 water bottles, 2 badges, and 4 T-Shirts ; all from Epic. Smallest damn medium t-shirts I've ever saw but hey ho.. ๐Ÿ˜„

proud jay
#

from bp ninja or you just bought it?

deep copper
#

there's also the possibility of making it yourself and shipping to yourself ๐Ÿค”

mossy nexus
foggy path
#

I have a mystery package coming from the US and I need to declare it but I don't have any information on the contents which makes it somewhat impossible to do :P

mossy nexus
foggy path
#

Oh I see, I guess it might not be it then ๐Ÿค”

#

Now I'm even more lost as to what it could possibly be...

foggy path
#

I wonder if that's even a valid category in the customs declaration app lol

cursive crypt
#

herbs?

quasi mantle
cursive crypt
#

school materials, I dunno

quasi mantle
#

What a ninja delivery, eh

cursive crypt
#

These who didn't participate? Will they receive ninja shirts?

foggy path
#

I wonder if I remembered to refill the form

#

I hope so

#

lol

pearl elk
#

but theres no 0 in roman numerals so M2 > 129+K and 595+X ๐Ÿ™‚

#

Im being kind with the + too

cursive crypt
#

Necroing a thread

pearl elk
#

I was busy eating brains

#

but now Im worried my large ninja shirt wont fit ๐Ÿ˜ฆ

#

then that one time you order something XL thinking L is too small it ends up being proper man size XL and its more like a maternity dress for dad bods

zinc matrix
#

You could fit two or maybe three starved game devs in there?

pearl elk
#

I could but they need to keep working

zinc matrix
#

Finish debugging then I might consider feeding you

pearl elk
#

the bugs are their food

#

Im not running some luxury cruise liner here

zinc matrix
#

If not, then I might have to send @deep copper to uh "motivate" them

deep copper
#

hm? want me?

zinc matrix
#

Lounge in a nutshell

pearl elk
#

slacker merch when

zinc matrix
#

Pfist would be a millionaire overnight

pearl elk
#

it can fund Manny development

zinc matrix
#

!8ball are you doing well?

turbid spindleBOT
#

@zinc matrix, :8ball: It is certain.

zinc matrix
#

!8ball are you just saying that

turbid spindleBOT
#

@zinc matrix, :8ball: My reply is no.

pearl elk
#

!8ball should we have a slacker merch drop?

turbid spindleBOT
#

@pearl elk, :8ball: Yes โ€“ definitely.

proud jay
#

!8ball should I get it for free?

turbid spindleBOT
#

@proud jay, :8ball: It is decidedly so.

proud jay
#

thanks

pearl elk
#

your merch has your emoji all over it

zinc matrix
#

We need a mons emoji

deep copper
#

we need mons

pearl elk
#

Why, Ive been trying to get rid of mons for years but nothing works

quasi mantle
#

!8ball have you compile shaders today?

turbid spindleBOT
#

@quasi mantle, :8ball: Outlook not so good.

knotty skiff
#

Same :(

proud jay
#

short for okay

pearl elk
#

151 K Unusual, origin unknown; also said to stand for 250.

#

see Apple is always the best, just gotta use the fruitarian perception

cursive crypt
pearl elk
#

so who is gonna buy me a Mercedes-AMG One?

fleet tangle
#

I'd love one.

#

Only a couple of mil, cheap as!

proud jay
#

ah shuck, just spent all my money on my diablo immortal character

pearl elk
#

ahh so you can afford two then ๐Ÿ˜›

foggy path
#

Wanna buy my CLK? It's got a V8 so you can show who's the boss to all the poor people at the gas station

pearl elk
#

if only they had service instead of this self serve stuff, then I could go full boss and be all "filler up with premium"

foggy path
#

Shell was trying to bring that back here

pearl elk
#

the guy in the old hatch next to me is like "that fuel cost more than my car"

foggy path
#

I think on some Shell stations they had attendants but I don't fill up at Shell and never bothered to go just for this exciting experience

#

or a "service chief" as they call them to make it sound fancier than "person who fills up cars"

pearl elk
#

was watching a youtube clip bout the Nissan GTR going bye bye and they mention that the EU and UK are trying to bring in noise laws which means any car which makes more noise than close to its tire noise wouldnt be allowed on the road

#

even EVs would struggle is the suggestion which is just crazy talk

fleet tangle
#

I've never been to anything but self-service petrol stations.

foggy path
#

but EV's don't really make much noise though do they? ๐Ÿค”

pearl elk
#

well these noise ratings are just about normal tire noise, not any squeal at all

#

could be louder based on road surface too

foggy path
#

well I doubt you'd hear anything from an EV other than tire noise if it's measured say at 60mph

mossy nexus
fleet tangle
#

My hybrid merc is quiet as fuck.

pearl elk
#

67db is what the goal is

foggy path
#

of course if it's measured at walking pace you might hear some kind of hum I guess but even the A/C is probably gonna be louder than the electric motors lol

fleet tangle
#

Why 67db?

pearl elk
#

no idea, but you wouldnt want a slightly old pair of tires

foggy path
#

normal conversation is about 60 dB

pearl elk
#

trying to reduce road noise I guess so they are making hard targets

foggy path
#

I mean... it seems achievable just fine

#

In my car you can have a conversation at 60mph without raising your voice and the road and engine noise combined is less than that

#

so I don't think 67db is going to be that hard to achieve

pearl elk
#

I know my car would be screwed, once I get the 4" dump and 3" exhaust on there Im going to just make it under 90db street legal here

foggy path
#

and I have big grippy low profile tires which probably increase the noise compared to other kinds :P

pearl elk
#

kinda glad Australia will lag behind with car laws abit to some degree

foggy path
#

it's just gonna be cars with dynamic exhaust systems like they have on those real fancy ones

#

but considering the ICE is going the way of the dodo quite rapidly if EU plans are to be believed I don't think it's going to be a problem for long lol

#

they have a loud mode and a quiet mode on the exhaust in some models already

pearl elk
#

yeah well maybe in EU people can afford new cars, here the used car market is much larger than the new car market especially lately

foggy path
#

they can't lol

#

it doesn't mean you can't have this regulation on new cars

pearl elk
#

its not so much that the cars are expensive its that we dont manufacture or assemble any here anymore so theyre all imports

foggy path
#

but I'm pretty sure majority of existing used cars will fit this regulation just fine :P

pearl elk
#

so a cheap car is kinda pricey no matter what

foggy path
#

unless you buy some kind of boy racer thing with holes drilled into its exhaust to make it sound sporty..

pearl elk
#

well it does seem to be targeting new cars only for now so thats okay

tulip orbit
pearl elk
#

youre not gonna get a model T to under 70db lol

foggy path
#

How?

#

Oh wait model T

#

Yeah probably not a model T

pearl elk
#

EV model T

foggy path
#

lol

pearl elk
#

yeah not a Tesla, Ford ๐Ÿ˜‰

foggy path
#

But yeah I think most cars are not that loud unless you're literally flooring it lol

pearl elk
#

have you seen a Tesla meet? I saw one on a Cali youtubers page once, it was just like instances then you look at the other manufacturers in the car park and its just so much more personalised

foggy path
#

Mine is very well behaved at low revs

#

and it's getting to like 20 years of age in a few years :P

#

wait the teslas are more personalized or which

#

:D

pearl elk
#

nah the teslas are all the same, not even many different colours like the 4 stock colours or whatever they are mostly, no stickers, no stance, nothin

#

not even a rat rod tesla ๐Ÿ˜›

foggy path
#

haha

pearl elk
#

I have seen a few older cars turned to EVs though

foggy path
#

most customization you see here is on old beaters because people who like customizing cars can't afford anything else lol

#

or maybe big fancy wheels on a newer car with tinted windows or something

pearl elk
#

well part of it is you wouldnt mod something like a Lambo would you, unless youre Will-i-am or someone huge

foggy path
#

Yeah

pearl elk
#

most people are okay with modding more common cars, even in the JDM scene crazy mods are becoming rare as they go up in value

foggy path
#

I thought about getting an AMG style quad exhaust for mine but I couldn't find any reputable shop that would do it :P

#

they're all in southern Finland and that's too much of a hassle

proud jay
pearl elk
#

Ive been doing mods myself on my car but damn, not sure if Id recommend it, lots of little hurdles

foggy path
#

I don't even change the tires myself so I don't think I would attempt anything lol

proud jay
#

I don't do anything myself with my car

#

cause it's not even really mine, it's a company car, everything taken care of

pearl elk
#

well I can change wheels, tires I take to a specialist since they have the right tool. Had to get my springs done by someone else too, the tool I had wasnt good enough to compress the long springs safely

#

I did brake rotors, calipers and mounts recently, still working on getting the rear all back together lol

foggy path
#

by tires I mean wheels, I can never remember which one refers to the rubber and which the rest of it lol

#

have to get them changed twice every year due to winter season

pearl elk
#

you have to drive in snow and ice right

#

we can typically get away with all season tires here

foggy path
#

You could run all seasons all year if you wanted to here but they wear out faster in summer and they're not as safe as proper summer tires anyway :D

#

I've got studded tires for winter anyway, those are illegal to run outside of season

pearl elk
#

you want to run super soft in summer hehe

#

I set my pit crew up in the shopping centre car park

foggy path
pearl elk
#

Michelin has been all the rage here for awhile, my new ones I'll be running Goodyear Eagle F1 instead of Bridgestone Toranza

#

should be a good bump in grip, Bridgestone are harder wearing though

foggy path
#

I have Continental SportContacts on mine

pearl elk
#

how wide though, bet they are fat, Mercs typically are

#

I went from 215/60 to 235/40 so I hope the ride isnt harsh

foggy path
#

it's a 235 or a 245 I think

pearl elk
#

makes you wonder how people even drove on motorbike sized wheels

foggy path
#

lol

#

you don't need something this wide when you have 60hp

#

:P

#

or your vehicle weights about a ton

pearl elk
#

yeah you didnt have any brakes anyway so you just rode it like a bobsled

#

its amazing how long disc brakes took to become standard from when they started being used

foggy path
#

yeah

#

I think my old 98 Ford Puma still had drums in the back

pearl elk
#

I remember when the Ford Falcons here got them standard in the XF, they were like big boxy tanks so the brakes didnt do much except make for bald tires since no ABS until waaaay later

#

the XB in the 70s was using them on the track at Bathurst

#

I still gotta remind myself when I drive old cars in rally games about the lack of ABS in escorts every corner its "tap tap tap it in"

foggy path
#

this is what 70s cars here were like lol

#

Datsun 100a's

pearl elk
#

ahh you guys had Datos too

#

who needs a Fairlady Z ๐Ÿ˜›

#

I wish I saw more Valiants around, see more Cadillacs tbh which is odd

knotty skiff
#

30 Minutes for the new Battlefield 2042 Trailer :/

knotty skiff
#

Idk what they're doing

foggy path
#

Does anyone still play it? :P

knotty skiff
#

Cant wait to ratio them with dislike button :)

pearl elk
#

Did anyone here play it?

knotty skiff
#

Probably thousand of them

foggy path
#

I played the beta, it was ok but nothing special

knotty skiff
#

According to the likes ratio

pearl elk
#

oh its 30 mins until a trailer

#

thought it was a 30min trailer for a game which has been out close to a year ๐Ÿ˜›

knotty skiff
#

ITS IS TUESDAY

#

Where is the free assets!?!?

pearl elk
#

Epic are giving them to EA because they feel sorry for them

mossy nexus
#

lol

knotty skiff
#

Oh wait, There it is!

quasi mantle
proud jay
#

that's a great price

foggy path
#

I didn't know you could use GTA currency to buy assets

pearl elk
#

bubblefoiled

#

lets see if it gets 20k watching

#

and... its all over lol

gilded dock
#

sorry was for vc reference

proud jay
#

there's literally text chat included in voice chat lol

gilded dock
#

my bad lol

proper solstice
#

um i just bought this asset and it says unavailable? UNAVAILABLE WHAT? to download? to smth what?
i dont see it in my library how can i add it to my project

fleet tangle
#

Probably wasn't updated for 4.27.2

proper solstice
#

BUT STILL WHY IS NOT APPEARING IN MY LIBARY

#

i should be able to force it into 4.27 or ue5

fleet tangle
#

You don't have ue5 installed.

#

You have the early access installed?

quasi mantle
#

UE5 Early Access doesn't count btw

proper solstice
#

but i cant since it just doesnt appear in my liberay

#

why wont it show up?

#

did epic games just scam me?

quasi mantle
#

Restart the launcher, take the magic bullet

fleet tangle
#

Install ue5

proper solstice
#

ill try the restart

#

i got ue5 its pretty neat

pearl elk
#

you need to use Lubricant if youre gonna force it

proper solstice
#

lumen is by default now right?

proper solstice
fleet tangle
quasi mantle
#

Again, UE5 Early Access doesn't count

proper solstice
#

oh.....

#

ok im sorry ;-;

quasi mantle
#

It's an artifact of the past

proper solstice
#

ue5 early isnt ue5

#

i cant keep up with the updates aaaaah

#

also i see my asset now it just took some time to load but a restart helped

#

thanks

quasi mantle
#

Personally I'll wait for 5.1 and only then started bringing over my source code modifications in 4.27

proper solstice
#

my ue4 projects are simple so it doesnt bother me

#

i just do vtubers

#

guys i dont think i have enough gigabytes for ue5 lol

proud jay
#

Should still work

#

I think source unpacked and built is like 100Gb, but if you just use launcher version itโ€™s a lot smaller

#

At least ue4

#

Dno the size of 5

quasi mantle
#

UE5 is around 40 GB (IIRC from Preview 1, about the same size as 4.27)

mossy nexus
#

Mine is sitting around 53GB. Source was around 160 last time I used it.

proper solstice
#

my buddy got 120gb removed

#

thanks to ue5

mossy nexus
#

You can change what in includes in the install, I remove all the stuff I don't need like iOS, mobile stuff etc. etc. Makes a huge difference to install size.

proper solstice
#

its just one big fat instal

soft night
#

Sonic Central was fast

torpid star
#

I forgot what the dir was

quasi mantle
#

By default it's in the same directory as the Epic Launcher

pearl elk
#

Urrrgh the vault

quasi mantle
soft night
#

vault is the key

pearl elk
#

It always fills up your drive

quasi mantle
#

!8ball Does war change?

knotty skiff
#

Thats it, that's the Season 1 for Battlefield 2042
1 map, 1 specialist, and 2 new vehicles

quasi mantle
#

smh did manny died again

pearl elk
#

!8ball should I use lubricant for big fat installs?

knotty skiff
#

That was the lamest thing I've ever seen!!

torpid star
#

!8ball are you alive?

knotty skiff
#

!8ball TF WAKE UP!!

torpid star
#

Manny is dead?! rip

knotty skiff
#

?!?!?!

pearl elk
#

Quinn help Manny

torpid star
#

!8ball stay with us soldier!

quasi mantle
#

bot's dead

knotty skiff
#

:(

torpid star
#

R.I.P Manny 2014-2022

pearl elk
#

No more game ideas

#

Industry is dead

quasi mantle
#

Fallout: Unreal Slackers

#

valve pfist pls fix

unreal ether
#

Battle hoards of people wanting to make mmorpgs with 0 funding

pearl elk
soft night
#

sonic have some partnership with fallguys

quasi mantle
deep copper
#

what happens when free nitro scams strike during Manny's death?

#

is there a plan B ๐Ÿค”

short grove
deep copper
mossy nexus
#

Can also be done once installed too

thin storm
#

trains and loaders, a childยดs dream becomes true.

deep copper
#

child.dream = true

foggy path
#

Music by John Broomhall.

Tracks:
00:00 Theme
02:46 Easy Driver
06:49 Little Red Diesel
10:48 Cruise Control
14:27 Don't Walk!
18:28 Fell Apart On Me
22:14 City Groove
26:21 Funk Central
30:01 Stoke It
33:50 Road Hog
37:32 Aliens Ate My Railway
41:31 Snarl Up
45:48 Stroll On
49:29 Can't Get There From Here
53:16 Sawyer's Tune
56:03 Hold That Tra...

โ–ถ Play video
deep copper
#

that thumbnail really reminds me of monopoly ๐Ÿค”

foggy path
#

lol

#

I wonder if my friend still has the boxed copy of Transport Tycoon he had as a kid

proud jay
foggy path
#

haha

#

yep

#

wasn't this in a yogscast video ๐Ÿค”

proud jay
#

it was

#

trucking tuesdays

#

honk honk

foggy path
dim ruin
#

UE4s instagram story is asking people to submit a 3d version of their furry friend ๐Ÿคฃ

celest musk
#

what?

#

i should make a 3D version of affectionateUser?!

dim ruin
#

Pet appreciation week but the wording is a double edged sword lol

foggy path
#

furry friend oh dear

foggy path
deep copper
celest musk
#

temporary companion

#

romcom?

#

oh

fleet tangle
#

Most of them begin with some horrendous tsundere'ing

celest musk
#

guess thats my role

deep copper
#

not just anime actually, many low quality real people shows also began that way

celest musk
#

that makes it sound like anime is low quality

deep copper
#

i haven't seen enough romcom to know xD

celest musk
#

should we watch one together?

deep copper
#

I'd rather watch you ๐Ÿคค

celest musk
#

i can tell

deep copper
#

besides i probably won't be able to focus on the show anyway with you

#

even if i said yes you would decline anyway so might as well decline it myself xD

celest musk
#

!8ball help?

turbid spindleBOT
#

@celest musk, :8ball: Outlook good.

quasi mantle
#

I haven't watched it yet tbh, even though it's available on YT Movies

celest musk
#

i think thats the model which started a shitstorm

#

and then they changed the eyes for the final movie

#

but they had the balls to release a trailer with it ๐Ÿ˜„

soft night
#

Makoto no, it seems coming now for something on Sony or something

quasi mantle
#

If it's really in the second movie, it's nice that they're self aware and making fun of the beta model

celest musk
#

it's nightmare fuel

soft night
#

that ugly sonic design is in Chip 'n Dale: Rescue rangers the Disney+ movie

cursive crypt
#

Sonic in Chip n Dale? ๐Ÿค”

soft night
#

as a cameo

cursive crypt
#

weird

soft night
#

seem that movie is packet with cameos

fleet tangle
#

Did he have... a quick scene?

cursive crypt
#

A... quickie?

#

Hope not.

proper solstice
#

guys so ugh i made a new project in ue5 with ray tracking on

#

well.....

#

help

cursive crypt
#

No

#

Check on the dedicated channels

proper solstice
#

i got a 3080 rtx laptop version HOW IS THIS EVEN A THING?

cursive crypt
#

Dunno, heard they had driver issues

proper solstice
#

EVERYTHING HAS DRIVER ISSUES

#

anyways how can i fix this?

#

turn off ray tracking?