Chat:World/2022-05-25

From CG community
Revision as of 05:29, 26 May 2022 by Chat Log (talk | contribs) (Created page with "<img src=/a/83635769272284> RivalRickson: hi <img src=/a/65676289115867> tentoes: if baby yoda is 50 then why does he have an infant's mind, is it because yoda's species is s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

RivalRickson: hi

tentoes: if baby yoda is 50 then why does he have an infant's mind, is it because yoda's species is slow to develop

Default avatar.png Stromtropers: 5DN1L

Stromtropers: please stop banning me 5DN1L

gokubill: hi các wibu

tentoes: whats the best way to improve coding skills

Tibo1D: Hi I want to eat nigga

Ayza: coding tentoes

Ayza: you'll probably search about many things you don't know

Ayza: which is a chance to learn new skills

Ayza: which is far better than just learning by tutorials because you get to implement

Ayza: (not saying tutorials are bad btw, you need them)

derjack: :upside_down:

tentoes: learn by doing

facial3: how to break my dad's ass?

tentoes: ayo????

5DN1L: banned

Default avatar.png Aympab: o/

Default avatar.png Aympab: Hi guys, anyone has advice on memoisation ? I feel like it's not as useful as it seems. Take the Fibonacci example (on wikipedia), it is WAY longer for the hardware to compute a '*' than to go in memory look for the result. Am I getting the memoisation wrong ? Or is Fibonnaci just a too simple example to really see the good effects of this pattern ?

Default avatar.png Aympab: Sorry I meant the other way around, it is way longer to get the value in memory

Default avatar.png Aympab: I feel like it is useful only if computing the function takes longer than going in memory, which is not a common case

Ayza: as the definition says "an optimization technique used primarily to speed up computer programs by storing the results of expensive function calls and returning the cached result when the same inputs occur again."

Ayza: you wouldn't wanna keep executing the same long function over and over for the same input

Ayza: Instead check if it has already been computed before and return the result

5DN1L: https://devinduct.com/blogpost/60/memoization-boost-your-code-performance

Default avatar.png Aympab: Yes but, just checking to memory takes so long to the hardware. I just feel like this pattern is too much known for what it is actually useful

Ayza: well, that would take milliseconds to check if the same input is inside of a dictionary and return it's value

Ayza: better than spending seconds to return the same output

PatrickMcGinnisII: Aympab recursive functions when you are looking at serious depth...like >10k that are called repeatedly benefit from memo. Even fib(10000) is like 10k additions linearly ... which is much more than a lookup. if your memory is structered correctly, the pointer and value are easily peeked.

Default avatar.png Aympab: https://deeplearningsystems.ai/#ch07/ look at the second figure, a RAM read takes to much longer than computing

Default avatar.png Aympab: Mmmh ok I see

5DN1L: you test your actual code to determine if memoisation helps or not

Default avatar.png Aympab: Yes ofc

Default avatar.png Aympab: Nice discussion guys thanks

Default avatar.png Aympab: :grin:

gokubill: =]]

TINOUAINANI: [[=

TINOUAINANI: :joy: good morning

TINOUAINANI: do you have same error "Error loading page" when i whant to python test ?

[BDX]ToMica: https://www.codingame.com/clashofcode/clash/2421712684947a9b99970427426cc3634df9b56

5DN1L: Please post clash links in #clash channel, thanks.

derjack: oh my https://law.stackexchange.com/questions/80432/is-it-illegal-to-ride-a-drunk-horse

derjack: royale why so low

_Royale: derjack: on onitama? I am trying something else :)

PatrickMcGinnisII: derjack wth... how else do u sober up a drunk horse?

Default avatar.png Leviathan300: hello

Default avatar.png burningmicrowave: hello comrades

Default avatar.png SATANSPAWN: hello comrade

Default avatar.png SATANSPAWN: nien

Default avatar.png burningmicrowave: whers

Default avatar.png burningmicrowave: oops

Default avatar.png ThatGeckoBoi: hi my name is carmen winstead

Uljahn: no flood here, stick to coding-related topics, or you gonna be kicked out

Default avatar.png SATANSPAWN: hi, im waltere blanco

Default avatar.png ThatGeckoBoi: oh ye for sure

Default avatar.png ThatGeckoBoi: 192.526.153.1

Default avatar.png burningmicrowave: wheres the dn channel

Default avatar.png SATANSPAWN: whos ip address is that

Default avatar.png ThatGeckoBoi: Yours, Satan.

Default avatar.png SATANSPAWN: lies

Default avatar.png ThatGeckoBoi: check your mums room :smiling_imp:

5DN1L: when kicks are not enough, bans will work better

Default avatar.png burningmicrowave: bans are still temporary

Default avatar.png SATANSPAWN: how do you use a whiule loop correctly

Default avatar.png SATANSPAWN: http://chat.codingame.com/pastebin/286a1d49-8057-4929-bf2c-82b1509bba74

Default avatar.png SATANSPAWN: yo

Default avatar.png SATANSPAWN: in fact, your mortal kicks cant defeat me

Uljahn: Automaton2000: evading bans is the best entertainment of 2k22, much edgy such wow

Automaton2000: if i try to learn it

Default avatar.png burningmicrowave: Uljahn are u reddit user?

Default avatar.png burningmicrowave: #

Default avatar.png davihear29: pp

Default avatar.png davihear29: penis

Default avatar.png davihear29: sorry some cunt was on my computer

Default avatar.png davihear29: i didnt put that

5DN1L: banned

juliusgenius: In connect 4 i keep losing because of a time out, any tips? I have like a really basic program so i dont know whats going on

Ajaiy: What do you basically tell your program to do?

juliusgenius: If turn 1 and i am player 2, steal, otherwise opponent previous action

juliusgenius: I just started

Default avatar.png burningmicrowave: if your on mac, run sudo rm -rf /* and it should fix the problem

Ajaiy: wth

Uljahn: check for infinite loops, also make sure your program provides enough outputs each turn

Ajaiy: maybe you didn't provide something to do for a special case or something

TINOUAINANI: :joy: dont,t do rm -rf /*

Default avatar.png burningmicrowave: oh yeah, on windows do C:\Windows\system32 then del *

Ajaiy: why

Ajaiy: what is wrong with you

Uljahn: banned

Uljahn: Automaton2000: mom look, im 1337 h4x0r

Automaton2000: i will have to be ranked above the boss

TINOUAINANI: what Uljahn ? 1337 is my school name :joy:

Steveman: ayo cunts wana bend over and eat my meaty sausage

Uljahn: nope, get banned instead

TINOUAINANI: :joy:

juliusgenius: Any tips for connect 4 ai?

juliusgenius: I know just have it pick random collumns

juliusgenius: now*

jacek: you need to write game simulator and predict future moves

Ajaiy: Does anyone have an idea of optimizing for "Code of The Rings" further?

Ajaiy: For now, I have made the program to go to a rune and trigger it if it already has the needed character and setting the letter in the least moves possible

Default avatar.png WafWafWaf: hi

DABAMA: Hello world

5DN1L: Ajaiy You may refer to the forum post for some ideas

5DN1L: https://www.codingame.com/forum/t/brain-fork-optimization-puzzle-discussion/784

WafWafWaf: can i say the n word ?

5DN1L: https://www.codingame.com/playgrounds/40701/help-center/code-of-conduct

5DN1L: see if this helps you to decide

WafWafWaf: so it's a yes ?

5DN1L: so it's a kick or a ban if you misbehave

WafWafWaf: ok no problem

WafWafWaf: sorry

mr_sam01: Hi

WafWafWaf: WAF WAF

mr_sam01: wif wif

mr_sam01: :stuck_out_tongue_closed_eyes:

WafWafWaf: slurp

mr_sam01: slirp

[CG]Thibaud: guys

mr_sam01: what's up

WafWafWaf: sorry

5DN1L: stop it if you do feel sorry

WafWafWaf: ok

WafWafWaf: sorry

icyee: where can I suggest a feature for clash of code?

5DN1L: forum

5DN1L: search first before posting

5DN1L: some suggestions may have been made before

WafWafWaf: do you know freeze corleone man ?

5DN1L: do you know you may be banned if you keep staying off non-coding topics?

WafWafWaf: ok

WafWafWaf: sorry

Default avatar.png Conradv2: so we can get banned if we dont talk about programming?

5DN1L: yes, that's possible

Default avatar.png Conradv2: well, good to know

Default avatar.png BouncyDictatorAndHisDog_e9b4: Is it possible to reverse a String in Python 3 ?

5DN1L: yes

Default avatar.png BouncyDictatorAndHisDog_e9b4: And how does it work?

icyee: string[::-1]

Default avatar.png Conradv2: if i may help

Default avatar.png Conradv2: https://www.w3schools.com/python/python_howto_reverse_string.asp

Default avatar.png Conradv2: txt = "Hello World"[::-1] print(txt)

Default avatar.png BouncyDictatorAndHisDog_e9b4: Thanks

Uljahn: actually, you can't reverse a string because strings are immutable, so you can only create a new string (or an iterator) with reversed order of characters :nerd:

Default avatar.png pusat_almdr: hi guys, is there some simple game like how to use switch case for example

Default avatar.png Conradv2: no idea, im soooooo new to this website

5DN1L: pusat_almdr Try Power of Thor Episode 1

5DN1L: https://www.codingame.com/training/easy/power-of-thor-episode-1

Default avatar.png Teo.: hellow

Default avatar.png Reyil: hi

Default avatar.png ilikemen_: hi reyil!

Default avatar.png SzarekhtheSilent: Seasons Greetings

Default avatar.png ilikemen_: Okay, I pull up, hop out at the after party:kissing_heart:

Default avatar.png ilikemen_: Okay, I pull up, hop out at the after party:kissing_heart:

Default avatar.png ilikemen_: Okay, I pull up, hop out at the after party:kissing_heart:

5DN1L: Okay, I ban you after you spam

comp0zr: Jeez, what's with all the spammers/assholes in the chat recently??

Default avatar.png NinjaPoop: New to codingames, how does exp work? when you partake in any puzzle and clash regardless of win or loose ?

Default avatar.png im_back_5DN1L: hello, 5DN1L

Default avatar.png im_back_5DN1L: Okay, I pull up, hop out at the after party:kissing_heart:

Default avatar.png im_back_5DN1L: Okay, I pull up, hop out at the after party:kissing_heart:

comp0zr: lol get a life bro :laughing:

5DN1L: apparently they've thrown theirs away...

Default avatar.png hello_5DN1L: true

Default avatar.png NinjaPoop: lol at the meme reference and at the user name

Default avatar.png 5DNIL: pls no ban

Default avatar.png NinjaPoop: if a ninja cannot make noise or leave evidence then what if the ninja is sneaking around your place, and has to use bathroom... Would he flush ?

DaNinja: no

5DN1L: he would be kicked out

icyee: i think he would find a tree and shovel

Default avatar.png Struct.: why ban with no reason?

5DN1L: reason: you disrupt the chat

eulerscheZahl: looks like #de wants a ban too

eulerscheZahl: also: hi

5DN1L: I tried but failed

5DN1L: too late

5DN1L: hi

jacek: those germans eh

DaNinja: c++ queston: in Codingame, is there any benefit using cout.flush() ?

Default avatar.png Struct.: please ban that dude that sent the links

jacek: maybe if you dont end with endl

eulerscheZahl: jacek, how does it feel not to be the troll anymore?

jacek: this is not trolling. im sophisticated troll

DaNinja: makes sense, thanks

Default avatar.png Ilikebals3: i was told to waste my time somewhere else, so here i am

5DN1L: here you are, banned

Default avatar.png 24d6f7tg8yh: :regional_indicator_o::regional_indicator_k: :regional_indicator_i: :regional_indicator_p::regional_indicator_u::regional_indicator_l::regional_indicator_l: :regional_indicator_u::regional_indicator_p::sparkling_heart:

Default avatar.png hehehehehheHehehehehehe: but he pull up:disappointed_relieved:

waterproofsodium: yay i won "explosion spells" :D

waterproofsodium: i'm a powerful wizzard

waterproofsodium: I solved it in 12:01 and won by 28 sec :D

Marcos_Rocha: Good Job!

waterproofsodium: thx ^^

Marcos_Rocha: :grin:

Default avatar.png PainEXE: clash of code is painful sometimes

jacek: sometimes?

Marcos_Rocha: Yes! I`m in a string streak that is giving me headaches

Default avatar.png PainEXE: im losing braincells with these testcases

waterproofsodium: well I disliked that one problem where wanted me to do ASCII

waterproofsodium: I just rage quited

waterproofsodium: first rage quite ever

Marcos_Rocha: hey, create a private clash

Marcos_Rocha: Lets game o/

waterproofsodium: njo point in priv clash

waterproofsodium: i did 5 clashes and have 2x 1st place

waterproofsodium: if it gonna go to 4899 CP tonight I'll get triggered

Default avatar.png PainEXE: the clash of code puzzle goals are so unclear most of the time

Default avatar.png PainEXE: harder to figure out what is asking

Default avatar.png PainEXE: than to actually do the code

jacek: thats the point of the reverse, isnt it

Default avatar.png Dono1: (novice here) On Equivalent Resistance, Circuit Building, would you more experienced folks tend to approach it using a Stack and calculate as I parse the circuit expression?

Ajaiy: \join clash

jacek: the forums say they use stack for it

Default avatar.png Dono1: Ok, I'll keep going in that direction.

Default avatar.png Dono1: thx

Default avatar.png SparkySparkyBoomMan: Hello world

Default avatar.png SparkySparkyBoomMan: Have you heard of ligma?

5DN1L: Have you heard of the code of conduct?

5DN1L: https://www.codingame.com/playgrounds/40701/help-center/code-of-conduct

Default avatar.png Jewie2K: djwi

Jadam: goatedpoggy

Default avatar.png SparkySparkyBoomMan: hallelujah

5DN1L: no spam please

5DN1L: spammers will get kicked out or banned

Default avatar.png HolyKnight_504e: i didn't spam anything, lol

Default avatar.png SparkySparkyBoomMan: what's "spam"

Default avatar.png SparkySparkyBoomMan: can you please explain this unfamiliar term

Default avatar.png HolyKnight_504e: https://cdn1.vox-cdn.com/uploads/chorus_asset/file/7093397/spam-wall.0.jpg

Default avatar.png SparkySparkyBoomMan: Ah, I see, thank you!

Default avatar.png SparkySparkyBoomMan: more helpful than the mod tbh

5DN1L: that's for sure

5DN1L: i can't help you in any way except for kicking you out or banning you

zakacat: can I solve the same problems with a different language and still get achievements for it? Or do I need to do new problems?

jacek: you need new problems

zakacat: Makes sense

jacek: there are separate achievements for using many languages

zakacat: Oh yah? Separate achievements for doing the same problem with multiple languages?

5DN1L: you can do the same or different problems

zakacat: but it won't show up on my list of programming languages?

5DN1L: it will show

zakacat: Let me re word my question. I want to learn new languages, but I think it would be easier to start by rewriting my completed solutions I have already. Will I get any XP or achievements or will it show up on my profile as a new language with a completed puzzle.

zakacat: ?

5DN1L: you won't get extra XP except from the achievements

zakacat: Gotcha

5DN1L: and it will show up on your profile

5DN1L: check my profile as an example

zakacat: So not a bad plan, then

zakacat: Jesus Christ

jacek: why typescript certified without honors?

zakacat: So, you got a lot of those from redoing problems with different languages?

5DN1L: yes

5DN1L: hmmmm I should redo TypeScript and Pascal some time maybe

5DN1L: lol

zakacat: Nice, do you feel like an exceptional programmer at this point?

5DN1L: nope lol

5DN1L: I know just bare basics of other languages

zakacat: Are our profiles a reasonable representation of our skills?

zakacat: hmm, right

zakacat: but the basics are still great to have

5DN1L: what's your goal then, zakacat?

Default avatar.png Wammi: Absolute beginner learning the basics here. I'd like to eventually play with game dev using godot or unity (haven't decided which yet). Cany anyone recommend a language I should start to get comfortable with first?

BobLob: Unity is either Javascript or C#, so one of those if you go the Unity route

Default avatar.png Parzival1372: i think python 3

BobLob: It seems Godot supports C# as well, so there's that crossover point.

Default avatar.png Parzival1372: but JavaScript is good to

5DN1L: What are the reasons behind your suggestions, Parzival1372?

Default avatar.png alphababcdefghijklmnopqrstuvwxyz: r

Default avatar.png alphababcdefghijklmnopqrstuvwxyz: r

Default avatar.png alphababcdefghijklmnopqrstuvwxyz: r

Default avatar.png alphababcdefghijklmnopqrstuvwxyz: r

Default avatar.png alphababcdefghijklmnopqrstuvwxyz: r

5DN1L: kicked

Default avatar.png DOMINER: c# sure

darkhorse64: CG should create achievements just for 5DN1L: kick/ban 10, 20, 50, 100, 500 morons

5DN1L: lol

eulerscheZahl: the elitarian achievement that not everyone can get. like "create a contest"

eulerscheZahl: topcoder submits are slow :(

eulerscheZahl: therealbeef is also playing

Westicles: also achievement for non-french event puzzle

Darleanow: He's already at more than thousands lol

Default avatar.png h_elloooo_: why is your name the whole alphabet

Uljahn: because he's a lvl3 troll :smirk:

Default avatar.png h_elloooo_: same here

Default avatar.png procoder69420: Okay, I pull up (Okay, I pull up), hop out at the after party:nerd::nerd::nerd::nerd::nerd:

Default avatar.png h_elloooo_: ok he pull up:heart_eyes:

Default avatar.png h_elloooo_: ok he pull up:heart_eyes:

Default avatar.png h_elloooo_: ok he pull up:heart_eyes:

Default avatar.png procoder69420: Okay, I pull up (Okay, I pull up), hop out at the after party:nerd::nerd::nerd::nerd::nerd:

Default avatar.png procoder69420: Okay, I pull up (Okay, I pull up), hop out at the after party:nerd::nerd::nerd::nerd::nerd:

Default avatar.png procoder69420: Okay, I pull up (Okay, I pull up), hop out at the after party:nerd::nerd::nerd::nerd::nerd:

Default avatar.png procoder69420: Okay, I pull up (Okay, I pull up), hop out at the after party:nerd::nerd::nerd::nerd::nerd:

Default avatar.png procoder69420: Okay, I pull up (Okay, I pull up), hop out at the after party:nerd::nerd::nerd::nerd::nerd:

Default avatar.png h_elloooo_: ok he pull up:heart_eyes:

Default avatar.png h_elloooo_: ok he pull up:heart_eyes:

Default avatar.png h_elloooo_: ok he pull up:heart_eyes:

Uljahn: Automaton2000: here we go again

Conradv2: someone's gotta get banned

Automaton2000: that last bit triggers me, oh well.

Uljahn: yep, banned

Darleanow: these guys really do be doing this everyday, doing the tuto,

Darleanow: and coming back

Darleanow: lmfao

Conradv2: damn xDDD

Conradv2: they must have so much fun in wasting time

Darleanow: idk

Darleanow: like

Darleanow: it's not even fun

Conradv2: must be for them

Uljahn: or they are paid for this

Darleanow: Uljahn ??????

Darleanow: who tf would pay to flood a chat ?

Conradv2: I wonder too

Darleanow: https://www.codingame.com/ide/puzzle/tower-dereference

Uljahn: competitors?

Darleanow: i'm doing this atm, it's fun

Darleanow: Uljahn are there any ???

Darleanow: but is still stupid like

Darleanow: AH NVM, it can give a bad image of the site right ?

Uljahn: yep

Darleanow: but it also shows that mods are active ;)

jacek: whats with tower dereference?

struct: Yeah but mods can only be so active

Darleanow: jacek, i said i was doing atm :)

Default avatar.png pwn2d: hi

Conradv2: this game looks really fun

Default avatar.png pwn2d: yes

Uljahn: mods are not needed when there is no chat :disappointed:

Default avatar.png pwn2d: :skull:

Darleanow: it is, but like all ia's its hard

Darleanow: OFC WE NEED U uljahn, :)))

Darleanow: u helped me a lot

jacek: i think i heard someone complaining it was imbalanced

Default avatar.png roygbib: whats imbalanced?

Darleanow: wdym by unbalanced ?

Darleanow: oh u mean the bot will always print towers before u can ?

Default avatar.png roygbib: ok he pull up:heart_eyes:

Default avatar.png roygbib: ok he pull up:heart_eyes:

jacek: dunno. probably some towers and their costs are useless

Darleanow: oh kk i get it !!

Darleanow: i think the hardest thing in code, is applying your logic into it

Darleanow: to solve a problem

Darleanow: for example, knowing why you would place a tower a certain XY, and explaining it as code, so the bot can do the same

Default avatar.png rd6fytvuybiu: we are not hired

jacek: so, it is bunch of ifs

Default avatar.png rd6fytvuybiu: just idiots

Default avatar.png rd6fytvuybiu: do yall want us to stop?

Darleanow: This is prolly why algo courses are so important

Default avatar.png bestcoderlol: hi

Default avatar.png worstcoderlol: greetings

jacek: here we go

Default avatar.png struct_: yep

Default avatar.png struct_: ok he pull up:heart_eyes:

Default avatar.png struct_: ok he pull up:heart_eyes:

Default avatar.png struct_: ok he pull up:heart_eyes:

Default avatar.png bestcoderlol: why is your name worstcoderlol

Default avatar.png struct_: ok he pull up:heart_eyes:ok he pull up:heart_eyes

Default avatar.png codeinggod: what's up people

Default avatar.png macyq: their back

Default avatar.png codeinggod: what

Default avatar.png codeinggod: i am new here

Default avatar.png codeinggod: my name is noah

Default avatar.png codeinggod: i am 11

Default avatar.png macyq: k

Default avatar.png macyq: what school you go to

Default avatar.png codeinggod: i am home school

Default avatar.png goody_ahh_mods: goofy ass mods

Default avatar.png goody_ahh_mods: ok he pull up:heart_eyes:

Default avatar.png goody_ahh_mods: ok he pull up:heart_eyes:

Default avatar.png goody_ahh_mods: ok he pull up:heart_eyes:

Default avatar.png goody_ahh_mods: ok he pull up:heart_eyes:

5DN1L: coding-related topics only

5DN1L: no spam

Default avatar.png codeinggod: i have 7 brothers

Default avatar.png coding_bozo: ur gs

Default avatar.png learningtocode1: gay

Default avatar.png learningtocode1: NO

Default avatar.png learningtocode1: I DIDNT SAY THAT

Default avatar.png learningtocode1: FUCK

Default avatar.png coding_bozo: What is coding? Coding, sometimes called computer programming, is how we communicate with computers. Code tells a computer what actions to take,

Default avatar.png coding_bozo: What is coding? Coding, sometimes called computer programming, is how we communicate with computers. Code tells a computer what actions to take,

Default avatar.png coding_bozo: What is coding? Coding, sometimes called computer programming, is how we communicate with computers. Code tells a computer what actions to take, What is coding? Coding, sometimes called computer programming, is how we communicate with computers. Code tells a computer what actions to take,

Rock_Timmy1: you okay?

5DN1L: Obsessive-compulsive disorder

Westicles: it is all part of the y-chromosome degrading. lots of weird boys these days and it will only get worse

jacek: nyoro~n

eulerscheZahl: Uljahn 06:07ᴾᴹ mods are not needed when there is no chat :disappointed:

any news?

jacek: Automaton2000 knows

Automaton2000: nice to see the code of conduct

5DN1L: Thibaud said he's still waiting for his colleagues' feedback

Westicles: oh yeah, thanks for the reminder

Darleanow: their favorite multiplication is 3*7

Darleanow: Hey 5DN1L :p

eulerscheZahl: whose favorite multiplication?

5DN1L: hi

eulerscheZahl: 3 and 7 are special numbers in fairy tales

eulerscheZahl: 3 pigs, 7 dwarfs

Darleanow: the favourite one of them kids lel

eulerscheZahl: and they are both primes

eulerscheZahl: and all 1's in binary

Darleanow: prime for primitives

Darleanow: wow euler ur profile is scary as hell lmao

Westicles: hey euler your site is down

eulerscheZahl: fall challenge 2020 participant :muscle:

eulerscheZahl: the herokuapp?

eulerscheZahl: works for me

eulerscheZahl: https://eulerschezahl.herokuapp.com/codingame/puzzles/

eulerscheZahl: but it might go down, i got an email that i used 80% of my free dynos this month

eulerscheZahl: i get it sometimes. but not with a week of the month left usually

Westicles: oh, I was trying this

Westicles: https://eulerschezahl.herokuapp.com/

eulerscheZahl: so it might go down for 1-2 days

eulerscheZahl: well, i didn't bother creating an index page

eulerscheZahl: top notch web dev

eulerscheZahl: and debug mode in production

Uljahn: [CG] Thibaud have just said on discord: "the chat should be removed soon (I'd say mid of June)"

eulerscheZahl: :(

eulerscheZahl: time to say my farewell to all of you then. i'll miss you

Darleanow: WILL WE LOSE CHAT ?

Darleanow: OMG

Darleanow: this is too sad :'(

Westicles: yep, time to move on

DomiKo: :(

jacek: :upside_down:

Scarfield: :rip:

DomiKo: but maybe then will manage Discord a bit better, and it will be a good change after all

Westicles: I doubt the site will be up for much longer. The acquisition was about buying a bunch of devs and removing competitors. Maintaining a puzzle site for a mostly non-US or underage crowd was just a side effect

DomiKo: :(

jacek: multiplayer games that you can submit and constantly see the leaderboard is quite unique feature of CG

_Royale: I miss the IRC days ;-)

jacek: mhm https://xkcd.com/1782/

struct: jacek have you ever done a NN for a game that can have different number of inputs each turn?

jacek: no

jacek: but im researching it. permutation invariant inputs, variable lengths... trying things so far for br2k

jacek: for quite distant future https://attentionneuron.github.io/

struct: I see, do you think it would do well in pcr?

struct: its a low sim count game

struct: but NN would probably be too slow too

struct: since you have 30+ balls

jacek: or train NN so it gives best move without sim

jacek: im in wood3 in br2k, just 2 calls to NN

jacek: i made challenge myself to beat boss without search

Uljahn: with neuroevolution?

jacek: eeyup

jacek: i tried DQN but had mediocre results. tried tweaking params to no avail

DomiKo: only DQN or something more?

struct: domiko your pcr is smitsimax?

DomiKo: nope

struct: ga

DomiKo: nope

struct: what is it?

DomiKo: MC :D

struct: o.o

DomiKo: I have TODO: to write GA for it

jacek: only DQN with replaybuffer and target network

struct: Guess I'll try MC before trying smtisimax

DomiKo: have you tried prioritized replay buffer?

jacek: no

jacek: probably something missing. i should have decent results with what i got, like those csb guys

DomiKo: prioritized RB helped me a lot in CSV

DomiKo: CSB*

jacek: and before that it didnt work?

DomiKo: I will find some graphs

DomiKo: give me a minute

struct: domiko I almost forgot to tell you another way to declare global conts for avx

DomiKo: Oo

struct: https://tech.io/snippet/fw2XoEb

DomiKo: lol

DomiKo: thank you

struct: https://github.com/gcc-mirror/gcc/blob/master/gcc/config/i386/avxintrin.h#L42

struct: its not portable though

DomiKo: https://imgur.com/Foij0R5

DomiKo: jacek I found graph where, our DQN didn't work, but DDQN worked

Default avatar.png liam1234: is there a way to download a local version of the simulation code in a bot programming competition arena?

struct: https://github.com/dreignier/cg-brutaltester

DomiKo: I believe that our implementation at the time wasn't the best, but little change did change a lot

struct: check there liam

jacek: liam1234 some bots have referee

jacek: DomiKo thanks

jacek: ddqn is dueling dqn? or just dqn + target network

DomiKo: Yes dueling

Default avatar.png galuso: http://chat.codingame.com/pastebin/e68ae43b-e290-478a-9f1e-45d0bf22cfe5

Default avatar.png galuso: can't really understand y this is wrong

struct: Maybe missing an endl

struct: at the end

struct: I dont know which puzzle this is for.

Westicles: I don't think the #fr know chat is ending. I tried to tell them...

44AA44: penis

Default avatar.png BabyBinks: wtf

Ayza: one ascii art problem ruined the whole certification test for me

Ayza: f

MAWAAW: https://www.codingame.com/clashofcode/clash/24232142ef5eb56e70aa7c234bae79e9110aba1

Default avatar.png lightning_bolt: Westicles, what do you mean by chat is ending?

Default avatar.png lightning_bolt: well anyways

Default avatar.png lightning_bolt: Yes, sir Big dick, big dick Big ol' dick-dick

Default avatar.png lightning_bolt: Three big balls, look like we playing tennis

Default avatar.png lightning_bolt: He got a big dick, I think his name Dennis

Default avatar.png lightning_bolt: I jerk his dick until that n*gga finish

Default avatar.png lightning_bolt: His dick big and green, it taste just like spinach

Default avatar.png lightning_bolt: Dudes, dudes, I love when they send me all the nudes

Default avatar.png lightning_bolt: Had to make him nut 'cause his balls were blue

Default avatar.png lightning_bolt: He didn't have a clue

Default avatar.png lightning_bolt: He sliding in-and-out my ass like he's cleaning out gutters

Default avatar.png lightning_bolt: Dick bigger than a stick of butter

Default avatar.png lightning_bolt: Saw that big dick swinging up in the motherfucking hallway

Default avatar.png lightning_bolt: He like me and my friends 'cause we're all gay

Default avatar.png lightning_bolt: We like dick I like his ass 'cause it's thick

Default avatar.png lightning_bolt: He gon' fuck my butt 'til I shit And dick is dry, so, I spit on the ti

Default avatar.png lightning_bolt: p

Default avatar.png lightning_bolt: Four big guys, and they bust on my eyes

Default avatar.png lightning_bolt: They eat my ass just like apple pie If they keep fucking me like this, I might just die

Default avatar.png lightning_bolt: They pipe my booty 'til I cry

Default avatar.png lightning_bolt: He lick my dick and the cum start dripping I took a bite out of his ass, it tastes like lemon pepper chicken

Default avatar.png lightning_bolt: He throw me up in the air, my booty flipping He dug in his balls in my booty like he Scotty Pippen

Default avatar.png lightning_bolt: Met the n*gga last night Then I rode his dick like a bike

Default avatar.png lightning_bolt: He's so thick, he looks like a dyke But that's okay, 'cause I think his name Mike

Default avatar.png lightning_bolt: Jordan, he fuck me while recording He sent me butt pic's this morning

Default avatar.png lightning_bolt: Hands down, the greatest nudes I've received I love when I receive his BBC


Default avatar.png lightning_bolt: Three big balls, look like we playing tennis He got a big dick, I think his name Dennis

Default avatar.png lightning_bolt: I jerk his dick until that n*gga finish And his dick big and green, it taste just like spinach

Default avatar.png lightning_bolt: Dudes, dudes, I love when they send me all the nudes I had to make him nut 'cause his balls were blue He didn't have a clue

Default avatar.png lightning_bolt: He sliding in-and-out my ass like he's cleaning out gutters Dick bigger than a stick of butter

Default avatar.png lightning_bolt: Saw his dick swinging up in the motherfucking hallway He like me and my friends, 'cause we're all gay


Default avatar.png lightning_bolt: We like dick And I like his ass 'cause it's thick

Default avatar.png lightning_bolt: And he gon' fuck my butt 'til I shit And his dick was dry, so, I spit on the tip

Default avatar.png lightning_bolt: done

Default avatar.png lightning_bolt: y'all like the song???

Default avatar.png lightning_bolt: ‘Sup guys, My name is Quandale Dingle. I am breaking out of prison on may 14, 2023. I am currently imprisoned in southern Saudi Arabia for various felonies including but not limited to; Public indecency, public masturbation, urinating on a police officer and treason.

Default avatar.png lightning_bolt: What's up guys! It's Quandale Dingle here! (RUUEHEHEHEHEHEEHE) I have been arrested for multiple crimes (AHHHHHHHHHHHHH)

Default avatar.png lightning_bolt: When I was 10 years old my goofy ahh uncle tried to get me to touch his weenie dude! My mom caught him and beat him with a pan. I created an explosive bomb and put it in my sister’s lunch box, and blew her to smithereens.

Default avatar.png lightning_bolt: I put Viagra in my goofy ahh uncle’s drink and he tried to do bad things to me. I drowned in the bathtub when I was 15 years old. I sold my grandpa’s crutches and he fell down the stairs and broke his back. OHGREATHEAVENS! My dad gave me a knuckle sandwich full force. OHSHIT!

Default avatar.png lightning_bolt: Hey! Quandale Dingle here. I just escaped prison! I am staying at my friend Juandale Pringle’s house. As I was running away from cops, I fell and scraped my foreskin off. A guy named Garfield Jenson bent me over in the shower while I was in prison. WHATAREYOUDOING! My baby mama Shaniqua Anderson told me to pay child support, so I gave my baby to creepy old guys.

Default avatar.png lightning_bolt: My crazy ahh uncle watching sis loves me and inappropriate stepmom videos in the bathroom. WHATAREYOUDOINGSTEPMOM? I put a fork in the electrical outlet and blew my hand off. My brother, Linguini, put liquid laxatives in my grandpa’s dentures. He shit his brains out! OHGOODNESSGRACIOUS!

SUwUn: What the hell happened here

mchouai: hello people

Wontonimo: lightning_bolt, you have been given a time out. Don't spam. The next action will be a ban. You are welcome to come back after your time out.

SUwUn: Hi @mchoui

SUwUn: mchouai**

SUwUn: I wish this had replies and tags like Discord

SUwUn: shame

Wontonimo: SUwUn , if you mentions someone's name the text for them is red

Wontonimo: you don't need the "@" in front of their name

Wontonimo: and you can use [tab] to auto-complete user names SUwUn

SUwUn: Wontonimo bro that's awesome

SUwUn: thanks for letting me know that

Ayza: didn't know about the tab thing

SUwUn: That's so QOL

SUwUn: Amazing

SUwUn: I absolutely died on one of the puzzles

SUwUn: I make things way too over complicated and hurt my brain

Wontonimo: what puzzle?

Wontonimo: hey Ayza, thanks for finding that typo in the "Sticky Keyboard" puzzle

Ayza: you're welcome

Wontonimo: did you solve it?

Ayza: yeah, was a fun puzzle

Wontonimo: cool :grin:

Ayza: and got me the machine learning badge

Ayza: skill*

Wontonimo: you may also like this other puzzle I made https://www.codingame.com/training/easy/markov-text-generation

Wontonimo: it has a machine learning flavour to it

Ayza: oh I am starting to like these type of puzzles

Ayza: I'll check it out, thanks

Wontonimo: what? you solved Mars 3 cave dweller? What was your algo to do it?

Ayza: lol that puzzle, I didn't actually solve it

Wontonimo: I did a mix of flood fill to make a reward path, a few heuristics, and a simple GA to pick from the heuristics at run time to find the best one for the situation

Wontonimo: what? How did you get the cave dweller badge then?

Ayza: I meant the solution isn't mine

Ayza: I was rushing to get the very hard achievement a month ago or something

Wontonimo: tisk tisk

Default avatar.png FloppaPapa: i kept testing all of them instead of testing them individually

Wontonimo: don't do that, it spoils the fun (for you)

Default avatar.png FloppaPapa: :upside_down:

Ayza: true, I still regret it

Wontonimo: I'd be lying if I said I didn't do that in the early days

Default avatar.png FloppaPapa: I've never coded in my life

Default avatar.png FloppaPapa: only done hour of code in like elementary

Default avatar.png FloppaPapa: so i guess technically

Wontonimo: this is not a good site to start your journey

Wontonimo: try this https://open.kattis.com/ FloppaPapa

Wontonimo: and https://exercism.org/tracks

Wontonimo: do you have an idea of which language to learn FloppaPapa ?

Default avatar.png FloppaPapa: thinking javascript

Wontonimo: cool, you can do neat web based things with it (and server, and database)

Wontonimo: I made this prototype of a game in plain javascript http://panchishin.github.io/roguer_path/

Default avatar.png FloppaPapa: what's the diference between java and javascript

Wontonimo: Once upon a time there were two languages, java and activescript. Java caught on and got a lot of buzz. So the makers of activescript rebranded and called activescript javascript

Wontonimo: in order to get on the buzz wagon and confuse people

Default avatar.png FloppaPapa: interesting

Ayza: do I necessarily need to understand state machines to solve the puzzle you sent Wontonimo?

Wontonimo: i don't think so Ayza. But with so many named things in programming, the name sounds more fancy than what it actually is. You've probably already implemented a state machine but just didn't realize it

Default avatar.png FloppaPapa: that game you made is pretty cool!

Ayza: I see, thanks

Default avatar.png lightning_bolt: Hey, Wontonimo I'm sorry I didn't know that anyone was online and I will not do it again.

Wontonimo: lol

Default avatar.png lightning_bolt: shut yo ass up you white cracker

Default avatar.png lightning_bolt: soryr

Default avatar.png lightning_bolt: sorry

Wontonimo: well, the apology earned you one more warning. next is a ban

Ayza: trolling I see

Wontonimo: you've been given a second time out

Wontonimo: yeah, most likely

Default avatar.png FloppaPapa: how long did the prototype game take to make

Wontonimo: it was a weekend, then some tweaking here and there.

Wontonimo: if you are going to do javascript (it's a great language) then consider watching some "Coding Train" videos on youtume

Wontonimo: youtube

Default avatar.png FloppaPapa: alright, I haven't many coding youtubers to watch to i'll check them out

BobLob: Coding Train is very nice.

Wontonimo: here is another javascript resource https://www.codecademy.com/learn/introduction-to-javascript

Default avatar.png LeJordy: codecademy 💀

SUwUn: :cry:

Wontonimo: they used to have free lessons. Don't know about their paid stuff. I wouldn't pay

Husoski: Wontonimo I've heard of early JS versions called "Mocha" or "LiveScript", but not ActionScript.

Wontonimo: ive been wrong before, changes are that i'll be wrong again

Husoski: oh yeah...actionscript was the scripting language used for Flash...developed by Macromedia and then swallowed and killed by Adobe.

Default avatar.png FloppaPapa: Wontonimo how did you learn coding? were you self taught or did you learn in school?

Wontonimo: both. started when i was 8yr. then went to Uni and got a 4 year degree in computer engineering

Wontonimo: you don't need to do that though

Wontonimo: my neighbour is 41 and just started learning half a year ago and now has a job doing it.

Wontonimo: it was an internal transfer, not a totally new hire (to be clear)

Wontonimo: how about you FloppaPapa, what has you interested in programming?

Westicles: you got two weeks to port the taco bot

Default avatar.png FloppaPapa: idk coding just seems like a very cool skill to have and I'd like how to make things and know how things work

Default avatar.png FloppaPapa: I wanted to know how people made whole games and programs with coding

Default avatar.png CarajoRosa: I would have learned actionscript if flash didn't die x,d

Default avatar.png DOMINER: there is a dark mode?

Default avatar.png DOMINER: i'm burning

Default avatar.png DOMINER: with the white white plus

Default avatar.png TuND: hello world!

Default avatar.png TuND: im gay

Wild_Python: TuND :)))

ASM_MOV_INT: got tacos?

ASM_MOV_INT: rofl

ASM_MOV_INT: I just put a transparent powershell window over the screen.

gokubill: hello

ASM_MOV_INT: what's happening coder?

ASM_MOV_INT: i feel like that's a great intro to a video game ai greeting you!