#lounge

1 messages ยท Page 149 of 1

soft night
#

have fun slakers

#

the ringette puck as its different fits 2 ruuvi tags

trail wedge
soft night
cursive crypt
#

Its code, yall too simple

trail wedge
#

I see so a ruuvi tag is just a sensor you could make out of an ESP32 for cheaper

soft night
#
Ruuvi

Measure temperature, air humidity, air pressure and motion with Ruuvi Bluetooth sensors. The measurements can be read with a smartphone. Remote access and long history available using Ruuvi Gateway and cloud service.

trail wedge
#

never heard of them before... are you their marketing department?

soft night
#

no

#

๐Ÿ‡ซ๐Ÿ‡ฎ

#

xero you can translate the ruuvi to english from finnish

trail wedge
#

if you want me to google translate it why not do it yourself?

soft night
#

you dont know how to use worlddatabase or google

trail wedge
cursive crypt
soft night
#

xero see i want to educate you

marble sparrow
#

1- it was au choice why i like or dislike something i am not involved in
2- i were jokiing with NigeyS , and i do not see that he felt offended from me
so i think we have missunderstanding

trail wedge
soft night
#

any language really

trail wedge
#

I'll manage

cursive crypt
#

No, accept help.

trail wedge
#

I don't feel like using my time machine for concerts

marble sparrow
#

well honestly, i felt like u wanna pick a fight and idk why

trail wedge
#

did Nirvana play a show in Finland ever?

sweet rose
#

@unreal ether May I ask what you use Creative Cloud for in Game Dev?

cursive crypt
#

pfew

quasi mantle
#

Ah yes, old Windows 95 themes

cursive crypt
#

take cats, the vicious

ancient ingot
#

@trail wedge

#

June 27, 1992 Turku Finland Ruisrock

#

nirvana

unreal ether
trail wedge
trail wedge
quasi mantle
celest musk
#

iirc there have been even original themes like that

#

or was it windows 3.11? xD

ancient ingot
#

wow UK sending a dozen Challenger 2 tanks to Ukraine, thats some hefty firepower ๐Ÿ˜ฎ

trail wedge
#

Personally I don't like using themes.... too distracting, just gimme a decent dark theme

gusty star
#

I made a dark version as well

#

kinda like a pipboy tho

#

toned down the contrast ofc

#

still fairly high key tho

trail wedge
#

yeh meant a bit more vanilla than that

#

like the normal Rider dark theme

gusty star
#

still, kinda easy on the eyes, but the monochrome is a bit lack lustre

#

fair haha

trail wedge
#

not looking for black or neon colors (bright/saturated ones)

gusty star
#

I wanted an old school monitor feel to it

#

wtf are they called again

sweet rose
trail wedge
trail wedge
gusty star
trail wedge
#

Laura sets it to Comic Sans since she hates Rider and only uses it on Linux since there is no VS

gusty star
#

I just find the palette to be v eyecatching

trail wedge
gusty star
#

too stimulating/fatigues the eye too quickly?

#

yeah i get what you're saying, its hard to look at for long periods lol

#

probably a detriment tbh

trail wedge
#

looks nice though

gusty star
#

i know t_t

slim atlas
#

but it also burns my eyes.

trail wedge
#

same issue with people setting background images in their IDE

#

too distracting

gusty star
#

agreed

#

imagine an ascii background image in your ide? lmao

#

trolling yourself at that point

trail wedge
trail wedge
#

she does her work in VS in Windows

#

(with R#)

sweet rose
#

secrets ๐Ÿ‘€

trail wedge
gusty star
#

weird question, but its like unreasonably difficult to rename a project in VS. Is it hard to do so in Rider?

trail wedge
#

it's my fault for misspeaking... I should have said Comic Mono instead of Sans

#

ahh ok

#

lol

#

makes sense though

celest musk
#

this puts a whole new light on the "rider is for kid" thing

#

since it doesn't even support comic sans

quasi mantle
#

Obviously anime theme ChihaDeal

trail wedge
#

I've never seen that in any of my .Build.css

#

I guess that's only if you use the wizard?

celest musk
#

does the function harm you?

trail wedge
#

I agree

foggy path
#

I wonder why it does that... it seems a bit extraneous, but on the other hand I guess if your build.cs has complicated logic in it, it might make it a tiny bit cleaner ๐Ÿค”

trail wedge
#

It's not in any of mine, just checked

celest musk
#

sure, you see one each day in the mirror

foggy path
#

Some developers are a bit obsessed with adding useless extra functions for "clarity"

trail wedge
#

oh... I just tell people about the wizards I don't use them

foggy path
#

Although now that I think of it, one reason for it to do it that way would be to make sure it adds the deps in the right place. Eg. if you have multiple places in your build.cs where modules are added, it can't really reliably detect which of them is the right place to modify for it

#

Wrapping it in a function call like that would allow it to just modify the function and you can put the call site where ever you feel like

#

It has been good about detecting when you're missing modules in there at least, I haven't added modules from Rider yet so not sure how well that works

#

lol

#

well so far it has worked lol

trail wedge
foggy path
#

Yeah thought so

trail wedge
#

there's nothing generated if you make them yourself

celest musk
#

yes i've seen that, too. but i feel like this only happens when UBT/UHT didn't reparse the stuff

#

maybe they pull the list of modules from somewhere else, rather than parsing the config file

#

i'm kind of convinced that they would be able to parse that value from the config correct and checking for duplicates, without spaghetti code...

#

but who am i to judge, just a random kid

#

sounds like a VIM user ๐Ÿ˜„

foggy path
#

:q!

#

:P

celest musk
#

no, he must save

#

so :wq

#

or something like that

foggy path
#

Yeah

#

I thought he meant that he can't exit because it's forcing him to save, which q! would solve lol

celest musk
#

ah true

#

if it's write protected :wq might fail

#

so maybe :wq!

foggy path
#

might as well just do shutdown -h now

broken sigil
celest musk
#

as if laura wouldn't complain if there wasn't rider in the name

foggy path
#

That sounds like the fault of the developer editing a function that has a clearly defined purpose lol

#

How else should it be generated then if not as a function? ๐Ÿค”

#

Right, but in the case Blue Man said that wouldn't necessarily work because how would it know which array is the right one to extend

celest musk
#

private or public?

foggy path
#

Is there no scenario where you would potentially have more than one place in your build.cs where that is modified?

#

Yeah I guess it would make sense if it defaulted to editing the array in a case where it can figure out the right one

#

and then fall back to this behavior if it can't

foggy path
#

Isn't it a better idea to project install it anyway, at least for situations where you have teammates who don't necessarily have riderlink for whatever reason

#

No? ๐Ÿค”

celest musk
#

see

slim atlas
#

EY EY EY

celest musk
#

no one here who uses rider cares

slim atlas
#

no serious discussions here

trail wedge
#

RiderLink should be installed in the Plugins\Developer folder. That folder shouldn't be in source control anyway

slim atlas
#

this is only for slapping and jokes.

foggy path
#

I mean... Isn't that issue made worse by having it as an engine install

#

If you have riderlink as an engine install, you have to enable it in the plugins list, which forces everyone to install it

#

or fuck around with the plugins file and then be careful to not commit their changes :P

trail wedge
foggy path
#

My point exactly. Better to project install because of this

trail wedge
#

they're the same

foggy path
#

But engine plugins aren't enabled by default are they though?

trail wedge
foggy path
#

Interesting, I guess it never installed it there in the engine then

trail wedge
#

it only works with source engines anyway

foggy path
#

only works with source engines? :P

topaz depot
#

I think its for the best, he said he'll just find another community

trail wedge
#

They say manually doesn't either

quasi mantle
topaz depot
quasi mantle
topaz depot
#

ah alright

ancient ingot
#

๐Ÿซƒ <-- how the fuck can a man be pregnant ? ๐Ÿ˜

unborn lotus
#

Maybe it's a short hair woman

ancient ingot
#

it actually says "Pregnant_Man" though .. weird shit

trail wedge
celest musk
#

that's discords way to troll a specific community

ancient ingot
#

trans is fine but a trans person afaik cannot get pregnant

trail wedge
#

this isn't really that hard to understand

ancient ingot
#

it says MAN not Trans MAN just MAN

celest musk
#

welcome to 2022/2023

trail wedge
ancient ingot
#

how am i being a weirdo ? i asked a simple question

trail wedge
#

you having an issue understanding this is "being a weirdo" in my book

ancient ingot
#

because a trans man is a trans man NOT a man

trail wedge
ancient ingot
#

being a moron because i use biology to define gender? sure, if that makes you feel happy

trail wedge
ancient ingot
#

then shut up ๐Ÿ˜‚

trail wedge
#

I'm just not going to entertain your delusions

ancient ingot
#

biology isnt a delusion, its a FACT

trail wedge
#

one is a social concept

unreal ether
#

oh great. why tf cant i escape this hate war anywhere

ancient ingot
quasi mantle
trail wedge
quasi mantle
#

With due respect, please continue

trail wedge
#

there have been a few people popping off about hating anime in the past

quasi mantle
#

I know talking about anime figures and related franchise in here was obnoxious, I won't repeat that here so that people no longer complain about it

trail wedge
quasi mantle
#

In return I never interrupt topics about violence, politics, and Netflix originals.

trail wedge
#

I dunno if you noticed or not but I just say whatever and don't care about interrupting or if somebody here finds it annoying

#

so I dunno if you wanna talk anime and other people are talking with you... just ignore people asking you to stop unless they're a mod

unborn lotus
quasi mantle
#

Keep the violence and politics in a fantasy, please.

trail wedge
celest musk
#

it's nice that people argue about "art"/movies rather than the shit that's going on in the real world

#

as a world leader i can only welcome this

quasi mantle
#

I don't mind violent and fictional(ized) politics in anime and games

unborn lotus
#

Anyway I used to watch anime in highschool. I can't remember what though, I think it was Trigun, Kaiba, a series about some guys living under a dome in a wasteland and some movies

#

I can't anymore other than Ghibli stuff

quasi mantle
trail wedge
celest musk
#

yesn't

trail wedge
#

and I'm not going to waste my life pursuing power.... money is fine enough

celest musk
#

sure alone you are pretty much useless, but still you can "vote" with your wallet

trail wedge
quasi mantle
#

And we're back at square one.

trail wedge
#

better to understand them and use them to your advantage, affecting change for the better when possible

cursive crypt
unborn lotus
#

Correct...I realized I appreciate the animation quality and backgrounds more, some stuff I watched wasn't so well made

#

Is there a new Berserk out? I watched a series then and it traumatized me for weeks ๐Ÿ˜…

cursive crypt
#

rip nakamura ๐Ÿชฆ

#

I know the TV series and their later rework, but it was never finished at the end.

#

I'm not sure what you have watched.

unborn lotus
#

It was a golden age ark ending with the eclipse

#

97 series?

cursive crypt
#

So, I watched the 97' series (24 eps) and I think the arcs.
Then started watching the new series.

#

The new series is also 24 eps I think

#

Probably there is better source of info, but that was quick search.

unborn lotus
#

Does it have a conclusion to his story or is it a retelling?

#

Of old stuff

cursive crypt
#

The 97 are say, the first part of the story.
The 16' onward extends the story

#

It is worthy to watch both to me. At least the 16'+

queen isle
#

today on my dumb unreal mistakes, spending 15 minutes to clear a string

queen isle
#

Was the ranma anime good? I read the manga and a friend told me anime changed stuff

warm bloom
#

my hands are cold so I drank a milk shake

warm bloom
#

it made my hands colder

#

but it tasted yummy

trail wedge
fleet tangle
trail wedge
fleet tangle
#

Yup

#

Good ol' rika and satoko.

trail wedge
#

That anime has a good soundtrack

fleet tangle
#

Higurashi, brought to you by soothing anime music and the colour of blood.

thorny dock
#

they have been working for over a year on switching to 5.1, and are just now starting to roll out the switch. it will continue using the same modding system. They don't use a modified source engine like you need to download for robo recall modder. You just download the mod project off github and open it in your launcher editor, use their classes and make your map, then use their tool to upload it to them directly in the editor. 5.1 will continue this style, its even steam workshop compatible

#

oh I thought that was ranma 1/2, only ever read the manga though

trail wedge
gloomy inlet
#

Hello my people

warm bloom
#

my people?

zinc matrix
#

they hinted at some crazy new stuff for next year and on for unreal engine, anyone have any idea what that might be?

#

(in the end of year stream for unreal engine)

#

or is that just something they always say

carmine frigate
fleet tangle
#

It's alright.

#

It gets a bit repetitive.

unborn lotus
#

Is that fortnite creator 2.0?

zinc matrix
#

K guys so i have one more question about my game, i decided to go with a stages approach, basically each stage is going to have a different difficulty and a different theme, if you wanna know what the games about look at my reply, but im just looking for ideas for stages, right now I have 3 ideas, (planet/globe reffering to the sphere u move on, and pillars reffering to the things that randomly come out of the ground), a desert world, with pyramaid pillars, a cyber city world (think about the death star) with some sort of skyscaper/futuristic building pillars, and an ocean world with tentacle pillars. It would be cool to hear ur guys ideas if u have any

#

lol

#

oh wait im using the wrong account

#

doesnt matter, question still stands

unborn lotus
celest musk
#

have you ever considered naming your game LauraStartergame?

warm bloom
#

LauraShooterGame?

zinc matrix
#

Hey ! Guess who has lost 5 kilos in last week!!!

celest musk
#

your wife??

#

are you dad now?

zinc matrix
#

your mama

#

!!

#

๐Ÿ˜„

warm bloom
#

Im excited for your weight loss but that is extremely unhealthy amount to lose in that span of time

celest musk
#

not if you eat 5kg each day

zinc matrix
#

well I have big overweight

#

its like 5%

celest musk
#

wait what

warm bloom
#

Yes just make sure you're taking supplements to help your body

celest musk
#

are you 150cm?

zinc matrix
#

178

celest musk
#

and you went from 100 to 95kg?

zinc matrix
#

115 to 109

celest musk
#

ok

#

what's your goal?

zinc matrix
#

75

unborn lotus
#

They say normal weight is 65 kg for that height

zinc matrix
#

in this year

celest musk
#

ok. good luck, don't rush it

unborn lotus
#

It seems so low

warm bloom
#

Don't look at the charts they're not accurate for everyone

zinc matrix
celest musk
#

yea, really depends on your rig

unborn lotus
#

Yeah it doesn't count muscle weight

warm bloom
trail wedge
timber viper
#

is that kali Thonk

#

even worse

#

it that cmake ohno

#

I'd add coroutines to win you back if I was developing xii

marble sparrow
gloomy inlet
#

owo

thorny dock
gloomy inlet
#

where is

#

au

#

@topaz depot

#

eh wrong one

timber viper
#

no

#

we are at 2023

timber viper
gloomy inlet
#

๐Ÿ˜ญ

gloomy inlet
timber viper
#

2 days ago

#

you gotta automate that stuff

#

user shoudnt bother with cmake script

#

Build.cs supremacy

#

Build.cs is more user friendly

#

Btw can cmake can add macro definitions based on build target?

#

nice

#

where its adding to though

carmine frigate
timber viper
#

Build.cs adds to codegen file

timber viper
#

so its shipped with project?

#

then how do you get the macro definition after packaging the project

#

wtf.. so you manually do that?

#

Build.cs supremacy

#

so this automates that stuff?

#

xii_cmake_init()

#

is this a macro

#

how much lines of code exist behind it?

#

doesnt sound very convenient but if I'd never have to work with this other than typing a few lines i could bear it

frigid vortex
#

@bronze axle r u online, I need help.

bronze axle
#

No internet here.

regal pecan
#

Do the rovers' connections to Earth not count as internet?

bronze axle
#

Joking aside, what do you need?

frigid vortex
#

negative, what am I doing wrong. I've done everything right for my own discord bot and it says I authorized it for my own server but the bot doesn't join

bronze axle
frigid vortex
#

I think I did, lemme see.

#

ah yes, thanks.

frigid vortex
#

@bronze axle I lost the token and I can't somehow use the 2FA to generate a new one?

frigid vortex
#

I know but it says incorrect 2FA code

#

I'm putting this account random generated 2FA code

bronze axle
#

Then that's an issue with your 2FA, not Discord.

frigid vortex
#

ok

bronze axle
#

2FA codes usually only last for 30 seconds. Make sure you aren't taking too long.

frigid vortex
#

yeah but it says 6 digits and all of the 2fa are 8 digits?

bronze axle
#

Oh, you're looking at the wrong codes. Those are backup codes.

frigid vortex
#

oh

#

where can i find the right ones then

#

im lost

bronze axle
#

2FA codes are generated by an app usually, like 1Password.

frigid vortex
#

ah i need to download the mf

bronze axle
#

Whatever you're using to store your username and password.

frigid vortex
#

yhh thx

#

got it

#

you smart

bronze axle
#

Nah, I've just worked on Discord bots a lot. lol

warm bloom
#

eww

slim atlas
#

i love you pfist :3

#

from the start

#

always

#

since slack

timber viper
ivory lodge
#

I'm almost done with my PacMan clone!!!

#

Yay!

#

(12 games in 12 months)

solemn sedge
#

Just wondering do you have any idea where those are ? by chance, Thanks. my guess going to check may be the city sample.

naive sigil
thin aspen
#

@quasi mantle I beat both ff8 and 9 today, onto saga frontier

quasi mantle
thin aspen
#

Although iirc itโ€™s sequels or in the same universe that the romancing sagas take place in

timber viper
#

@ionic flame i get why you skip cgi on nier

#

I'm in the middle of ep2

#

i watched Spy Kyoushitsu too

#

didnt like it

#

makes sense lol

#

it was like an average 2010 anime that released on 2023

#

i was trying to avoid them so far ๐Ÿ˜„

#

did netflix acquired crunchyoll or something

timber viper
#

one punch man alone is enough ๐Ÿ˜„

trail wedge
timber viper
#

i didnt watch it yet sadcatup

trail wedge
timber viper
#

its s3 - iirc it was on winter

timber viper
#

its not? Thonk

trail wedge
#

People are saying August for OPM S3

trail wedge
#

I guess you could say both have OP main characters but that's surface level

timber viper
#

ah i see

trail wedge
timber viper
#

๐Ÿฅ
lol

trail wedge
#

OPM had another mangaka redraw it for the manga release (after the webcomic finished)

#

and then they made the anime

#

Mob is much closer to ONE's actual art style

trail wedge
#

Vegeta never skips neck day

#

but yeh ONE got way better at drawing by the time he made Mob and the anime looks closer to the original

topaz depot
timber viper
#

Is there any cooldown for job-posting?? I made several typos and I keep removing and reposting ๐Ÿ˜„

timber viper
#

๐Ÿ˜Œ

#

thanks

bronze axle
#

I thought about adding one, but since there's no way to edit a post, I didn't.

timber viper
#

1024 chars looks like something can be abused

#

๐Ÿ˜…

primal summit
#

that would use over half the available post length

timber viper
#

1024 for defining services

#

1024 for contact info

primal summit
#

and a 2k maximum from discord

timber viper
#

unless Manny has nitro

primal summit
#

including bot overhead

#

oh discord lets nitro users spam longer?

timber viper
#

iirc yes

trail wedge
# timber viper 1024 chars looks like something can be abused
1234 Very Important Street
Unit #49739804783329493247932479832479832583285738257837523432432435333333333333341221414214151515158739853176589365783168814768316489194581586318956813965891365893165893618956319867489317487318947139847983174893174893175897138957631895689136589165983165981365813984763184678317489317489371
Behind The Creepy Shed, Next To The Abandoned Denny's
FOR DELIVERIES: Knock Six Times And Say The Password "Sword Fish"
Nowhere, Alaska 99901
timber viper
#

#49739804783329493247932479832479832583285738257837523432432435333333333333341221414214151515158739853176589365783168814768316489194581586318956813965891365893165893618956319867489317487318947139847983174893174893175897138957631895689136589165983165981365813984763184678317489317489371
NANI_Think

#

bonus points for delivery instructions

#

I'd like to work with a company follows that instruction just to hire me

trail wedge
primal summit
#

you forgot to list the toppings...

trail wedge
timber viper
#

pineapple pizza? PandaOhNo

trail wedge
primal summit
#

ham, bacon, pineapple, whole cashew

#

Woohoo!!! Cheap electronics are improving to the point I can mostly do something I've wanted to do for quite a while!!! Boo!!! Other devices have effectively rendered it pointless!!!

#

should I do it anyway...

steady fox
cursive crypt
timber viper
#

no

cursive crypt
#

Fired.

timber viper
cursive crypt
#

All engineers use Excel

#

But you are not, so that fine - go for it ๐Ÿ’ช

timber viper
#

I'm not an engineer but I'm great at pretending to be ๐Ÿ˜Ž

cursive crypt
#

Don't forget to add to the resume: binging anime and slacking on #lounge

timber viper
#

That's suppose to be a secret

cursive crypt
#

It shows you are a man of culture.

tulip orbit
#

..bacterial culture! Ha ha! Zing!

gloomy inlet
timber viper
#

i hate this gme

soft night
#

right

#

how are you guys

#

that is me to that who stole my domain

#

lost about everything on yesterday

#

talking to customer services folks is like talk to a bot

quasi mantle
soft night
#

I was thing i renewed on december

quasi mantle
#

I don't know how a domain can be stolen ๐Ÿค”

soft night
#

yesterday someone took it that i think had it paid

#

got hacking attempt on my facebook

#

seems like i neeed to knock them on christmas to figure things out

#

when things say renewed for 2023 december

tulip orbit
#

maybe when mine auto-renewed it accidently gave me your domain by accident?

soft night
#

did yours autorenew yesterday?

white oxide
#

i need some help with an old computer
its an HP elitebook, from a now defunct company and i want to reset the OS to factory but dont have admin passwords
protected by HP SURESTART

#

ive had it for like 5 years

#

want to use it for low end hardware testing

#

geek squad said "sorry we cant do jack"

soft night
#

i have done super secret password to one machine and made it very protected

white oxide
#

companies dying sell their hardware for super dirt cheap

primal summit
tulip orbit
soft night
#

it took from heart of me yesterday

tulip orbit
#

I shouldve actually cancelled it. Never actually got any use out of the website

white oxide
primal summit
#

7 often had one

quasi mantle
#

Windows 7 is much easier to get F8 menu going

#

But if it's BIOS lock, then the only real viable way would be to mess with the internals

white oxide
#

sighs

quasi mantle
white oxide
#

no clue

quasi mantle
white oxide
#

its an HP Elitebook 745 G5

#

NOPE

#

freezes on "getting started"

#

i think geek squad botched the install

quasi mantle
quasi mantle
white oxide
#

one sec

soft night
#

@tulip orbit what you use for domain services?

white oxide
#

just pauses at that

soft night
#

when you closes it?

white oxide
#

i hit power, it boots, then freezes at that

quasi mantle
#

Windows 10...

How large is your RAM?

white oxide
#

hp says model was made with between 4 and 32

#

i think its 8

#

its not terribly old

#

i think its a botched OS install

quasi mantle
# white oxide hp says model was made with between 4 and 32

Yeah, then try resetting the Windows

You can trigger the recovery options by turning off your computer by holding the power button when Windows is booting (exactly when the spinning throbber in the black screen with Windows logo appears)

#

Repeat that 3 times until "Preparing Automatic Repair" text appears

soft night
tulip orbit
#

never heard of em

quasi mantle
#

Heard namecheap's CS is awful

white oxide
#

i use it because its cheap

soft night
#

it is

white oxide
#

then handle everything else outside it

soft night
#

the namecheap CS is like you are the problem

#

well at least its more active than hover one

white oxide
#

system restore requires an admin password i dont have

soft night
#

did the geek squad give you the password?

steady fox
#

Hi hoe back to gamedev I go

quasi mantle
#

still having fun with ai

steady fox
#

Gotta fix my inventory still, since I changed a ton

quasi mantle
#

That being said, Protogen seem to have no idea about ahoge and just proceed to give hair spikes like it's a Tetsuya Nomura character lol

white oxide
#

idk if this is geek squad or the original company

#

since they really just said "we couldnt properly install windows because corp computer"

#

and then handed the laptop back to me

#

its also been like 2-3 years since i touched it

quasi mantle
#

There's no guarantee from you saying "it's a decommissioned property"

white oxide
#

that i honestly get

quasi mantle
#

Giving benefit of the doubt can get repair shops in legal trouble

white oxide
#

what i really need is an install flash drive for windows

#

my internet sucks balls so i cant really download the fixes myself

quasi mantle
white oxide
#

i have

#

needs admin password

#

cmd prompt needs admin, recovery needs admin

quasi mantle
#

Oh right, I forgot

#

whoops

white oxide
#

i can force boot from removable media

#

thats easy

quasi mantle
#

But yeah, you have no other options then

white oxide
#

really i just need to nuke the current OS

quasi mantle
#

Other than to download a clean Windows ISO and "burn" it to your thumb drive, there's no other way

white oxide
#

yeah

#

and win10 isnt freee anymore is it?

quasi mantle
white oxide
#

nice

#

im assuming the file is huge

quasi mantle
#

Around 4 GB, not that large

white oxide
#

ok, soo 3 hours on my home wifi

quasi mantle
#

If you have nearby wifi/internet cafe, you could lend a laptop to bring there, or use the computer in situ with caution

white oxide
#

i mean i can haul my main rig out, but might try squad again

#

i have legal company so...

#

all i dont have is receipt for the pc

quasi mantle
#

Kinda tough luck, but one way to find out

white oxide
#

bare minimum ill ask them to help load a drive with install media

quasi mantle
white oxide
#

they likely will say no

#

but honestly i just want a basic laptop

#

great for lower tech hardware testing

#

my current main laptop qualifies but its so WACKY

#

my GPU

#

oh and UE5 builds regularly throw errors my GPU software isnt up to date, when it says it is

slim atlas
white oxide
#

something i can use for media that isnt having the issues my daily use laptop is

white oxide
slim atlas
#

jezus

#

well the 3060 is a secret tip

#

its more powerful then the 4K

white oxide
#

oh i know

#

i have an IT guy who helps but he's not up atm

quasi mantle
#

Maybe ask your friend to download the ISO file

Or download it yourself while you're doing something else

white oxide
#

i have 270kb/s average download

quasi mantle
#

Honestly 4 hours isn't that long, you can go watch a movie, play games, or take a load off

#

At least if you're not bottlenecked by daily data limit or something

white oxide
#

i have a monthly limit

#

best irony? im like 25 miles from downtown dallas

#

one of north americas biggest data hubs

quasi mantle
#

And I thought all North America have good internet connection...

white oxide
#

most

primal summit
white oxide
#

DSL BROTHERS UNITE!

trail wedge
#

especially trying to talk about all of NA... just limiting to the US isn't much better though

primal summit
quasi mantle
primal summit
#

he's missed estimates twice for me so far

wooden sandal
#

And along came chatgpt, and became everything that I wished this discord channel would be in one swoop. I have no more need for you now mortals.

#

thanks for your critique, i will try my best in future,

celest musk
#

i believe in you and chatGPT

#

you are a dreamteam

wooden sandal
#

thank you so much

celest musk
#

go for it! don't look back to us peasants

wooden sandal
#

I won't

#

At this point I really do hate people, so ... ya

celest musk
#

who doesn't

wooden sandal
#

normal people?

trail wedge
wooden sandal
#

it didn't, I told it, and honestly, it did give a lot of help in troubleshooting

#

unlike this shithole

trail wedge
wooden sandal
#

tell me you're judgemental and presumptive without actually saying

trail wedge
wooden sandal
#

and a troll

#

in any case I've shit to do, not going to waste my time with dickhead trolls

quasi mantle
wooden sandal
#

byeeeee

trail wedge
celest musk
#

until he comes back with a new nick, because chat gpt is a even worse useless piece of shit, like us

trail wedge
quasi mantle
#

I'm going to say this though, ChatGPT is decent for making reference code bits, if you know what you're doing

#

Me: Haha AI art go brrr (even though in reality it's unusable due to inconsistencies)

celest musk
#

in "art" you have a higher margin of acceptable failure

#

if the code however is off from what you need, well...

quasi mantle
#

I mean, do corporate looking for something like this?

celest musk
#

someone posted code for an inventory component before... that was so horrible

#

didn't iterate over all slots, etc.

quasi mantle
#

Win the heart of your secretary!

celest musk
#

xDDDD

#

when you say it, it makes sense

quasi mantle
#

As if I don't have the capacity to write a joke visual novel, where the illustration and (most of) the writing is AI gen

celest musk
#

it looks easy, but it isn't

quasi mantle
#

Well, at least I have something to test the quest system

quasi mantle
celest musk
#

and, they had been all excellent?

#

anyways... i'm also waiting for the first AI gen VN

quasi mantle
#

Making a quality VN though (or branching narrative in general), it's another beast

celest musk
#

yea, if you are fine to be the 85%

#

indeed

quasi mantle
#

Just make sure the VN have some mature adult content, and you're golden

warm bloom
#

every triple a company nowadays

quasi mantle
#

I won't actually go that low for realsies, but I can see myself doing it few times for s||hit||s and giggles

inland oriole
#

AAA games be like ๐Ÿ˜›

rancid root
#

@wooden sandal @trail wedge
Hey, could you guys go easy with the discussion. The tone from both sides is undesired and has been noted.

celest musk
#

can't blame Xero here, who helps people a lot and get's called out as useless

#

vs an AI which can't even generate a simple basic game mechanic

trail wedge
#

If I get banned remember to remake my pinned posts lol

quasi mantle
#

Well, Polymorrah do be trolling for no reason

celest musk
#

we will replace them with ChatGPT outputs

trail wedge
celest musk
#

so this is how you want to leave, right? ๐Ÿ˜„

trail wedge
#

maybe it can take on Slate and Daekesh can retire

quasi mantle
#

Wasn't that the whole plan of this server?
wears tinfoil hat

#

Though to be fair, if ChatGPT take over, people will complain more about compile errors more than ever, and if we refuse to help them for taking ChatGPT as gospel...

trail wedge
#

People complain about anything

#

they're complaining in #969360633386655744 about the new Community Creation forum channels now...
after all that pushing for replacing text channels they're complaining about the lack of activity like most of us predicted would happen

warm bloom
#

guys unfortunately we will have to constantly rewrite the lexers and compilers to make sure it works

#

because chatgpt is always right

wooden sandal
# rancid root <@706802213120376862> <@251051260738797569> Hey, could you guys go easy with th...

@rancid root, I understand. I let my emotions get the better of me. I have an extreme stress disorder which is triggered by trolling, the fact that nobody undestands this and continues to troll and make me suffer willfully adds to my frustration. He started it, in fact the minute I posted anything the trolling began from all sidfes. Do you really want this to be representative of this channel?

celest musk
#

lmao, posting chat gpt as alternative to experienced people here is trolling in the first place

quasi mantle
wooden sandal
#

it was a joke, meant to be informative. Can't you just accept my perspective and that there's a breathing human behind this keyboard?

wooden sandal
quasi mantle
#

I rarely say this, but I have moderate case of attention deficit, but why should I use that as an excuse for my bad behavior and playing victim on myself?

unreal ether
#

People responded to your post with legitimate reasons why chatgpt shouldn't be used and you responded by calling the user's of this server useless and calling the place a shithole.

You don't get to play the victim when you made the problem

quasi mantle
unreal ether
#

If you do in fact have an extreme stress disorder, a better course of action would be not creating the situations you find stressful, and accepting a genuine discussion around a topic you brought up

wooden sandal
ancient ingot
#

๐Ÿ˜ wtf.........

celest musk
#

and here we go again...

#

"as it always is" you better stop it

ancient ingot
#

wasnt me this time

stone saddle
#

I've been monitoring along with Robbie, I saw antagonizing, insulting, and such from both sides, let's just not have any more of that, please and thank you โค๏ธ

wooden sandal
#

that's why I would value ChatGPT 100% more as a troubleshooting tool, because though it may not always be correct, at least it provides some direction, unlike this channel, so excuse me for saying shithole as my emotions got the better of me, as they still are

stone saddle
#

I prefer warnings over strikes tbh, so yea ^_^

rancid root
#

Maybe it's worth noting that the people currently active in this chat are not willing to discuss chat gpt the same way you want @wooden sandal. Maybe just leave it at that?

unreal ether
# wooden sandal Scuse me. I was responding to the general tone, which was entirely negative and ...

Why wouldn't people be negative and critical when you posted a sketchy at best answer and said it was better than the useless people in this shithole.

All I'm saying is you can handle the situation better too. There were avenues you could have explored here that would have avoided this. And there is a genuine discussion to be had. You started the insulting. You shouldn't be surprised when you get it back.

That's all I'm going to say.

wooden sandal
#

Honestly my mental health is not good and feeling attacked from all sides is not something which helps

trail wedge
#

All I said was that they were acting immature in a joking manner... let's just chill out.

You were told the problems with ChatGPT and you called all of us shitty in response. Relax.

ancient ingot
#

im going back to my sheep

trail wedge
#

I stopped so you stop too

warm bloom
stone saddle
#

you will both stop ^_^

quasi mantle
#

And I'll say it again, please seek proper help whenever possible.

celest musk
trail wedge
#

I already had lol

wooden sandal
#

Entering into conflict with people for me is very damaging, and it frustrates me when people wilfully troll for no reason, as happened here ...

warm bloom
#

why do you guys get told to stop and continue gaslighting eachother can yall shush up im trying to enjoy my breakfast

#

๐Ÿซถ

celest musk
trail wedge
#

let's talk about anime

wooden sandal
#

Once again, I need to go. This going nowhere. I won't be back again soon. I think I'm gonna quit this whole channel honestly. It's bad for my health

stone saddle
#

the timing of my ^ lol

quasi mantle
#

At least I hope saying "illness is not a perk" isn't controversial
I admire people who put their best effort working around their limitation and fighting it back to do something good.

celest musk
#

this channel is healthy, it has more ๐Ÿ‡ than any other channel

wooden sandal
#

really don't understand why people have to be such casual morons all the time and it's pushing me over the edge

ancient ingot
#

and sheep

quasi mantle
stone saddle
#

this channel is fine somtimes but it needs to be reigned in a bit more often

stone saddle
#

drop it

#

^_^

unreal ether
#

Red pandas are the cutest thing ever

stone saddle
#

red pandas are adorable

unreal ether
#

So are honey badgers but they'll happily rip your throat out without a second thought

stone saddle
#

have you seen japanese snow squirrels?

unreal ether
#

I have not

stone saddle
#

google

unreal ether
#

Just the name sounds adorable

stone saddle
#

you will use red pandas as a body shield to protect them

quasi mantle
unreal ether
#

Holy Jesus. I would indeed. Those are adorable

quasi mantle
unreal ether
#

DDR looks exhausting

quasi mantle
#

There's three arcade machine I wish to own: DDR, DrumMania, and the original 2005 Idolmaster cabinet for me to reverse engineer and emulate

trail wedge
quasi mantle
unreal ether
#

I also wish I had a vr kit. But they're so expensive

trail wedge
#

it was awesome having step charts for basically any song you wanted on an actual arcade machine

#

we even had optical pads

trail wedge
#

AudioShield/Beatsaber isn't the same as DDR imo though

quasi mantle
#

DDR cabinet, DrumMania cabinet, Idolmaster cabinet, full dream drum kit...
I wish I could own them all

trail wedge
#

I can't drum to save my life lol

unreal ether
#

Beatsaber looks fun as a previous OSU player.

Plenty of other games I want for it tho. Half life alyx, gorilla tag,

trail wedge
unreal ether
#

I can drum with the skill of a toddler, that is to say bang thing and make loud noise

quasi mantle
#

I've been into drumming since I was a kid, but not until recently to have myself playing drums without getting the chance robbed from a classmate

trail wedge
#

Space Pirate Trainer is honestly the VR game that gets the most play out of my friends

#

even that can be a workout

quasi mantle
#

My dream drum kit is going to be able to properly play the In The Air Tonight fill
Heavy emphasis on toms, which is prevalent on prog rock and metal

slim atlas
#

here am

#

itchy bum syndrome!!!!

cursive crypt
#

DrAMa? Where??

slim atlas
#

what i missed

cursive crypt
#

I want too

trail wedge
#

well they weren't here at the same time.... maybe they got bored and made an alt to mess with us

quasi mantle
cursive crypt
#

That kinda 2nd grade drama

slim atlas
#

this wasnt good drama

#

and the mods got involved too

#

which further lessens the value

#

you got my hopes up

#

but dissapointed.

cursive crypt
trail wedge
#

oh no I meant their alt was the ChatGPT person

cursive crypt
#

Just watched Black Mirror S02 EP01 - woman bought an advanced companion AI

#

Joked it was chatgpt-6

#

There were some lame programming mistakes tho ๐Ÿค”

celest musk
#

maybe when i die they may say "He reached a breakpoint where he couldn't recover from"

cursive crypt
#

That just gaslighting

slim atlas
#

tell me why capsules have their pivot in the center

#

instead of at the bottom

#

this is fuck all annoying

celest musk
#

...

#

how annoying would it be if their pivot would be at some random corner

slim atlas
#

yee

#

it should be at the bottom center

celest musk
#

no

slim atlas
#

broken

celest musk
#

center is the only correct thing

slim atlas
#

wtf is wrong with you people

celest musk
#

yes

#

no

slim atlas
#

it should be at the bottom center

#

so that you can grow and shrink it with no issues

celest musk
#

capsules usually can be rotated

#

not the character one, but anywhere else you can?!

cursive crypt
#

Center or centre?

slim atlas
#

i mean the character one

celest musk
cursive crypt
#

I was walking into "Yes"

celest musk
#

can't you make your own derived one and replace it in the constructor?

slim atlas
#

no you cant

#

alot of the character controller math

#

is derived from capsule location

#

if you suddenly change the pivot

#

you have to change the location EVERYWHERE

cursive crypt
#

Vegan capsules are an option too.

slim atlas
#

i mean the entire character movement system will get fucked

#

you have to add half size manually

celest musk
#

Out of memory on Vulkan; MemoryTypeIndex=1, AllocSize=512.000MB
FML, i need a 3090 or smth

slim atlas
#

get a 3060

#

they are OP

#

for some reason.

cursive crypt
#

No, get life.

celest musk
#

i have a 3060 rn

celest musk
#

so people can buy the amount of video memory they need

slim atlas
#

thats a crane driver card ๐Ÿ˜ฎ

#

for cranes

cursive crypt
#

Looks easy to handle.

frigid vortex
#

@bronze axle

#

message me when you're online (here)

pearl elk
#

That doesnt look like UE5 physics

zinc matrix
#

Is anyone using blocksite and can share settings for adultery ? like words and sites ?

trail wedge
#

adultery? ummm are you sure that's what you mean

#

or did you mean adult content

zinc matrix
#

adultery is mostly what comes with adult content

zinc matrix
#

so actually I writed it correct

trail wedge
#

adult content would be porn and excessive violence/language

#

not necessarily involving married people cheating

zinc matrix
#

I mean adultery as sin.

trail wedge
#

but it seems English might not be your first language I'm just trying to understand what you're actually asking

zinc matrix
#

adultery sin is not only when married ppl cheat

trail wedge
zinc matrix
#

it's even when u think about sex with other person u are not married with

thin aspen
#

Fornication is the word youโ€™re looking for

cursive crypt
#

Dude prolly just want to run a parental control

trail wedge
pearl elk
#

Y'all need Jesus!

zinc matrix
#

fornication

pearl elk
#

is against the rules

zinc matrix
#

wolf donald

cursive crypt
#

UwU

zinc matrix
#

^^

zinc matrix
cursive crypt
#

For which application? Chrome?

zinc matrix
#

chrom firfox brave and edge

pearl elk
#

It is better to die for the Emporer than live for yourself!

cursive crypt
#

Iunno, ate a big cake, now I just wanna have a nap.

trail wedge
pearl elk
#

eating cake is a sin

trail wedge
#

etc

cursive crypt
trail wedge
cursive crypt
#

It makes you feel sleepy. Don't, it is bad for your health.

zinc matrix
#

u just ate too much

cursive crypt
#

Can't argue with that.

trail wedge
#

What else is on the bad list? Gotta do all the stuff

pearl elk
#

Im surprised there isnt a Jesus app which helps you find Jesus online

trail wedge
zinc matrix
#

there is also character called "Jesus Christ" in South Park

zinc matrix
#

are there any Christians Discord servers ??

#

Like Pope did not have time to create any ?? ๐Ÿ˜„

frigid vortex
#

@bronze axle nothing anymore, fixed the code.

zinc matrix
#

oh there are plenty

#

just explore servers

warm bloom
#

god i need to restart my pc

#

something happened with icue

#

and now everything is shitting the bed

#

and windows is auto suspending services

#

OH GOD I RESTARTED AND WINDOWS EDGE OPENED3

#

TIME TO SWITCH TO LINUX

#

Stop pinging this poor man

#

What does your endpoint look like?

#

@frigid vortex

#

There is honestly no reason for you to be setting up interaction endpoints url unless you plan on hosting just an http server which limits the functionality of a discord bot quite a bit

#

the only benefit is massively scaling for pennies on like cloudflare workers tbh

frigid vortex
#

@warm bloom how can I change that the bot doesn't leave straight after it has played the song

warm bloom
#

i have no idea i dont have your code base

#

it shouldn't be leaving after playing in the first place

frigid vortex
#

thanks, got it fixed.

rigid karma
#

hi guys, im new to this kinda of stuff, but i need help

#

i need to open an utx file

#

just that

#

how do i open that?

celest musk
#

where did you get that file from?

rigid karma
#

does it actually matter? just askin

celest musk
#

yea it does, since that sounds like some kind of "modding" question

rigid karma
#

oh well, someone passed the file to me, i need to do an "icons" in a game

celest musk
#

then ask them to export the file as tga/png

rigid karma
#

so your telling me that i can't open the file

celest musk
#

i'm telling you that you wont get help here for working with extracted assets

rigid karma
#

where can i ask for help then

celest musk
#

no idea, modding communities of that specific game

#

or if you actually have the original game files, you can export textures as png/tga...

rigid karma
#

all right thx

oblique cloak
#

took all night long! im so happy she finally compiles ๐Ÿ˜„

oblique cloak
oblique cloak
#

100% agree with you, always let the user decide what they want ๐Ÿ™‚

warm bloom
#

-++++++++++++++++++----------------..00

#

.+c fgfsvrtfcgf b dcgfbhvvxv xdczccf0000sff aaddttterrrttyr4r5 r55cee2wsq aSS3W2431 35434HBHFHYRDYHC XBUNYBB 7

warm bloom
#

LOL

#

i was cleaning my keyboard

cursive crypt
#

unplug instead of typing garbage?

warm bloom
#

i usually would full clean but i was using aerosol

#

i didnt even know lol i had prntscr on

cursive crypt
#

What if you logged in and bought a pack of useless stuff from ebay

#

I have to uncap my kbd before cleaning, it is an 1h work on average

warm bloom
#

that would have been funny

#

i usually uncap

#

and scrub each keycap

#

too lazy rn

#

same

#

this keyboard is hell to clean

unborn lotus
#

I just vacuum it with a brush head

#

Cleanliness or being able to type...hmmm

cursive crypt
naive sigil
#

um

#

suckmachine is an interesting word

cursive crypt
#

automod workaround

lyric pulsar
#

looking for social media management tool which does everything. calendar showing me all content, auto reposting of content which gave me tons of followers, likes etc. and so on.

cursive crypt
#

putty things ๐Ÿค”

#

uh, wow, never seen one

#

looks... as kids toy

#

Can it fit between the small space between buttons?

#

uh, wow, one more person with k95

lyric pulsar
#

social media tools nobody?

cursive crypt
#

your the 2nd one mentioning it since yesterday I think

#

6? ๐Ÿค”

unborn lotus
#

I'm interested in downsizing to a 60% one...still unsure if it's productive enough or not

cursive crypt
#

I'm in conflict with the size. My mouse is just a little too far with such big kbd

#

But, I use occasionally the keypad for example. Maybe the arrow and 9 buttons above can be cut off ๐Ÿค”

#

Looks my shoulders are narrower

unborn lotus
#

I have a Keychron K4 for work but I'd swap with one without the F keys for other stuff and save some desk space

tulip orbit
oblique cloak
cursive crypt
tulip orbit
#

I think it does, but I think its for the USB hub its got on it

unborn lotus
tulip orbit
oblique cloak
#

Always get some boot errors because of this keyboard.

cursive crypt
#

I meant more like, your mouse hands goes out with big angle - not very comfortable. For me, at least.

oblique cloak
#

USB something. i forgot the message

#

USB over something

tulip orbit
#

my mouse is nearing replacement, my mouse wheel doesnt scroll down very well anymore

cursive crypt
oblique cloak
#

"USB over current error" , this is the error i get from this keyboard

#

I dont know i just kept the bios basic

cursive crypt
#

No, it is a a GaMinG software/driver quality ๐Ÿ”ด ๐ŸŸข ๐Ÿ”ต

cursive crypt
oblique cloak
#

I need the rgb at night tho lol eyes are starting to wear out ๐Ÿ˜ฆ

#

I hate lights at night, i cant be the only one, just the darkness, your monitors and the keyboard rgb

cursive crypt
#

Kinda helpful in evenings. A bit weaker light, but caps symbols can be seen better.

oblique cloak
#

Keyboard is old tho not going to lie i spelled like at least 40+ drinks on it. could be ground issue now

#

Yeah i know ๐Ÿ˜ฆ

gloomy inlet
#

every time i check here the conversation has already finished and i'm late to the party ๐Ÿ˜ฆ

tulip orbit
gloomy inlet
#

op aura

fathom wadi
#

I'll restart it. So.... how about then Giants?

fathom wadi
#

man I hate it when that happens. All my loose change flies out of my pockets

#

https://www.youtube.com/watch?v=bme5gzHHYpw war is it? Well meet my snails !

'Raise Your Snails' is the new single from the upcoming Lawnmower Deth album 'Blunt Cutters'

Album coming out on CD 28th January 2022 and green vinyl 24th June 2022. Pre-Order 'Blunt Cutters' on CD and green vinyl using the link below:
cherryred.co.uk/artist/lawnmower-deth/

Lawnmower Deth Socials:
Instagram: instagram.com/lawnmowerdeth_pete
Fa...

โ–ถ Play video
cursive crypt
#

lol

warm bloom
fathom wadi
#

Lawnmower Deth have been a staple of my life for over 30 years now. Anyone who can write a song called "Satan's Trampoline" gets my vote.

primal summit
#

heh, think a javelina just ran through the back yard

naive sigil
#

lets say im trying to get people to test a beta for a game im working on (for free), what channel would i put it in?

gloomy inlet
primal summit
naive sigil
#

are we allowed to dm pfist

tulip orbit
#

I wouldnt

#

try asking a mod

naive sigil
#

@broken sigil srry for the ping but can u answer this

#

wow that was fast

broken sigil
broken sigil
sweet rose
#

Finally found a new extreme metal band I can get into

broken sigil
#

Too much screaming for me
More into symphonic metal and similar lightweight variations ๐Ÿ˜…

sweet rose
#

symphonic as in progressive metal?

broken sigil