Chat:World/2022-07-11

From CG community
Revision as of 05:29, 12 July 2022 by Chat Log (talk | contribs) (Created page with "File:Default_avatar.png lemonkeCOOLGAMER09ZAD09: hi File:Default_avatar.png ThomasGottschalk: Ume File:Default_avatar.png Chris1874: :grimacing: File:Default_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Default avatar.png lemonkeCOOLGAMER09ZAD09: hi

Default avatar.png ThomasGottschalk: Ume

Default avatar.png Chris1874: :grimacing:

Default avatar.png Alexandru.Teodor: Hi! Do you know how to find the last problem from clash of code? I want to read it again after the clash ended

5DN1L: try searching here

5DN1L: https://eulerschezahl.herokuapp.com/codingame/puzzles/

Default avatar.png Alexandru.Teodor: Thanks

5DN1L: np

Default avatar.png Quace: What does send game parameters to IDE do? Can i link this game to my IDE?

5DN1L: it replaces the players under your code

5DN1L: and other settings associated with the game

5DN1L: so you can play the same game outside arena

5DN1L: and you can experiment with it with different codes outside arena

Default avatar.png Quace: Aaah ok I get it! Thank you so much!

5DN1L: np

derjack: :upside_down:

Default avatar.png User_xin: function Person() {}

   let a = new Person();
   a();

Default avatar.png User_xin: :disappointed_relieved:

Default avatar.png User_xin: GoOffWork(){

MSmits: hey, chat is not dead yet

Default avatar.png Aldoggen: don't jinx it :)

Default avatar.png User_xin: Hey, guys, the time from nine to five has expired

MSmits: the time?

MSmits: also it's noon in France

Default avatar.png User_xin: yes there is time difference.

Default avatar.png User_xin: Mine is Chinese time:laughing:

Default avatar.png User_xin: lol

Default avatar.png relimS: I am on Power of Thor. Is West supposed to increase x or decrease x?

Default avatar.png Aldoggen: decrease

Default avatar.png relimS: oh ok

Default avatar.png Aldoggen: (0, 0) is in the upper left corner

Default avatar.png relimS: now that makes sense

Default avatar.png relimS: I will need to read the rules carefully next time

Default avatar.png Aldoggen: it's the most used coordinate system here

Default avatar.png Aldoggen: yep :)

Default avatar.png relimS: ok thanks

Default avatar.png Aldoggen: np :)

Default avatar.png mrsridhar: morratu noob

Default avatar.png MorratuNoob: hi

Default avatar.png MorratuNoob: :innocent:

Default avatar.png mrsridhar: how are you bro

PrimeDecay: MORRATU NOOB FTW!!!!!!

PrimeDecay: Big fan brooo

Default avatar.png mrsridhar: morratu noob army

Default avatar.png relimS: ?

PrimeDecay: The best programmer to exist!

Default avatar.png MorratuNoob: :no_mouth:

PrimeDecay: @relimS MorratuNoob is a programming prodigy!

Default avatar.png relimS: oh ok

PrimeDecay: He's sooo goood at programming

PrimeDecay: idk how he mastered

Default avatar.png lianimator: Vim users, how do use it in CoC. it's so buggy for me

Default avatar.png relimS: most people here probably use VSCode is Sublime

Default avatar.png relimS: pr*

Default avatar.png relimS: or*

Default avatar.png relimS: I cannot type

Default avatar.png lianimator: do you mean, doing a clash outside the browser?

Default avatar.png relimS: Coding doesn't have to be a clash.

Default avatar.png lianimator: oh, what i meant was, in the Clash of Code game, there's a VIM mode, but it's buggy for me. For instance, searching with / only works the first time. Do other VIM users have this problem?

Default avatar.png relimS: you can choose modes? that's cool

Default avatar.png relimS: This is my first hour on the site so I don't know anything

Default avatar.png lianimator: :D my first 24 hrs

jacek: other vim user havent exit yet

Default avatar.png lianimator: no wonder..

Default avatar.png relimS: :wq

Default avatar.png lianimator: :q!

Default avatar.png relimS: \/\/ A single line providing the move to be made: N NE E SE S SW W or NW Me: send all moves separated by a white space

Default avatar.png relimS: Can't I escape letters?

Default avatar.png relimS: like \(

DaNinja: chat is gone if you refresh the tab :(

jacek: so, never refresh

jacek: let it be last link https://www.youtube.com/watch?v=dQw4w9WgXcQ

DaNinja: haha

Default avatar.png Aldoggen: rip chat I guess

jacek: relimS if you want to debug, write to stderr

Default avatar.png relimS: no. I misread the comment

Default avatar.png relimS: I went from misreading the rules to the comment

Default avatar.png Aldoggen: I guess I'll have to put my laptop in hibernate from now on. can't let this tab unload

Default avatar.png relimS: the new messages won't show up though

Default avatar.png relimS: also your browser will probably reload after boot up

Default avatar.png relimS: Expected: SW stdout: WS

Default avatar.png relimS: I didn't realize I need to put the S before the W

Default avatar.png relimS: There is a friends system? I can finally get a friend

Default avatar.png Aldoggen: browser won't reload when you come out of hibernate

Default avatar.png relimS: I would expect it to because the TCP connections have to be reformed

Default avatar.png relimS: Rules: For some tests, the bombs' location may change from one execution to the other: the goal is to help you find the best algorithm in all cases. Me: I thought it is a Binary search

jacek: it is

Default avatar.png relimS: what really is a binary search?

Default avatar.png relimS: I think I might have got the wrong idea of its definition

Default avatar.png Chris1874: :grimacing:

jacek: generally you take middle number and see if its higher or lower

jacek: then take middle number from the smaller interval etc.

Default avatar.png relimS: I kinda got it now

jacek: its like guess the number game

Default avatar.png relimS: Is there a RAM limit? I am writing in C so I don't know if I need to free() my array or not.

jacek: 768MB

jacek: for puzzles mostly you wont use that much and you can ignore free()

Default avatar.png relimS: That's should be plenty for me to be lazy about

Default avatar.png relimS: with*

Westicles: huh

Default avatar.png relimS: http://chat.codingame.com/pastebin/e53a74e4-8193-466f-9d7a-afaa02790c97

Default avatar.png relimS: why is it sending in a pastebin

Default avatar.png relimS: char bomb_dir[4]; scanf("%s", bomb_dir); definition of buffer overflow

jacek: long lines are automatically converted to pastebin but its broken. and chat is being closed so they wont fix it

jacek: who uses C nowadays ;d

Default avatar.png relimS: me

Westicles: is it closed already?

Default avatar.png relimS: Me don't need high level garbage collector

Default avatar.png Aldoggen: it should be if you refresh

Default avatar.png Aldoggen: so don't

Default avatar.png relimS: C gives low level access to mem so I can make full use of pi 0

BlaiseEbuth: They removed the webchat but not the xmpp server?

Default avatar.png Aldoggen: I guess

Westicles: they don't know how

Default avatar.png Aldoggen: unless that one guy that said it was trolling

BlaiseEbuth: :see_no_evil:

Default avatar.png Aldoggen: I wonder if there are still mods looking at the chat

Default avatar.png relimS: there is actually no chat function when I load it on a new tab

Default avatar.png Aldoggen: all right

Default avatar.png relimS: RIP chat. You will never be forgotten

jacek: theres still discord :unamused:

dwarfie: where is the dislike button ....?

Default avatar.png relimS: it is not as convenient

Default avatar.png Aldoggen: god dammit I'm choing in coc

Westicles: first they sell out to evil americans, then delete chat, next they'll start killing dolphins

darkhorse64: worst, kitties

Default avatar.png Aldoggen: blind helpless kitties that are shaking from the cold

dwarfie: and no more people talking on bullshit discord :D

Default avatar.png relimS: if this is the last day of chat, I wonder what message is the last one

dwarfie: this is the first day .... of the end of the community CG

darkhorse64: post until nobody replies and you will know

Default avatar.png Aldoggen: this will probably be the last link: https://www.youtube.com/watch?v=dQw4w9WgXcQ

Default avatar.png relimS: it won't

Default avatar.png Aldoggen: https://www.youtube.com/watch?v=dQw4w9WgXcQ

Default avatar.png Aldoggen: I will make it so

Default avatar.png relimS: I also recognize that video id

Default avatar.png Aldoggen: no you don't. it's different

Default avatar.png relimS: I used to Rick Roll people

Default avatar.png Aldoggen: click on it and you'll see it's different

Default avatar.png relimS: the first 3 letters match so there is no way I am clicking

Default avatar.png Aldoggen: XD

Default avatar.png relimS: Is anyone here?

BlaiseEbuth: No

dwarfie: :rofl:

Default avatar.png Aldoggen: day 100: I still haven't refreshed. My friends have gone one by one. Most of them by accident. Once only a few were left, some decided to do it on purpose, because they couldn't handle the grief. One by one, my last friends disappeared.

Default avatar.png Aldoggen: Every day I think about it.

Default avatar.png Aldoggen: On some days, my cursor moves dangerously close to the refresh button

Default avatar.png Aldoggen: But I cannot leave yet

Default avatar.png Aldoggen: I am not done yet

Default avatar.png Aldoggen: I need to show them

Default avatar.png Aldoggen: I need to show them what they have done

Default avatar.png Aldoggen: the grief they have caused

Default avatar.png relimS: The friends section isn't removed though

Default avatar.png Aldoggen: The bonds they have torn

Default avatar.png Aldoggen: I am not done. I will show them. I will stay here. No matter what.

Default avatar.png Aldoggen: thanks for ruining my monologue ;)

Default avatar.png relimS: you are welcome

Default avatar.png relimS: I'll will ruin it every day

Default avatar.png Aldoggen: lol

Westicles: some have firefox and the memory usage will grow until it crashes

Default avatar.png Aldoggen: lmao

Default avatar.png Aldoggen: chrome is also pretty heavy on memory

Default avatar.png Aldoggen: though maybe I should close some tabs

darkhorse64: don't forget to turn off Windows updates

Default avatar.png relimS: I am one Linux so I have an advantage there

Default avatar.png relimS: on*

dwarfie: about:memory is your friend .... auto discard tab plugin too

Default avatar.png Aldoggen: hmm, I killed half of chrome's memory usage by killing tab processes

jacek: murderer

Default avatar.png relimS: I think it might be possible to save the tab's state and load it again later

Default avatar.png relimS: theoretically possible

Default avatar.png Aldoggen: I'd rather murder processes than let them murder my laptop

Default avatar.png Aldoggen: I was thinking that too

Default avatar.png relimS: blob:https://www.codingame.com/d8ff41c4-1721-4d69-98e9-87d596c12273

Default avatar.png relimS: It is the chat function's code

Default avatar.png relimS: I dug up that from chromium dev tools

Default avatar.png relimS: just need to find a way to add the element

Default avatar.png relimS: Is it

Default avatar.png relimS: I just read through the names. I didn't check the syntaxes

jacek: Automaton2000 are you there

Automaton2000: if they are in the middle of the board

**BlaiseEbuth look sadly with the few others external client users thewebchat users disapearing one after the others while the xmpp server is still up...

jacek: :tada:

dwarfie: leak of cummunication about external client ... no , it is a choice to obfuscate this possibility

**BlaiseEbuth launch https://cheloniangall.com <https://cheloniangall.com/#purple76925816> one last time as a lifeline.

Default avatar.png relimS: test

Default avatar.png relimS: oh. I am still online

Default avatar.png relimS: Is anyone still here?

Default avatar.png Aldoggen: it's fun to let you sweat for a bit :)

Default avatar.png relimS: I have a plan. Save the current session to a file and disable any cross site scripting preventions

Default avatar.png relimS: "chatServerUrl":"chat.codingame.com","chatPort":443

Default avatar.png relimS: huh

Default avatar.png relimS: the code for chat is still there but the css elements seems to be removed

Default avatar.png Aldoggen: lol

Default avatar.png relimS: I should be able to find some html ejection Chrome plugins

Default avatar.png relimS: eject the chat function back

jacek: think about all those people who wont be rick rolled :(

Default avatar.png relimS: I mean, the chat server isn't down

Default avatar.png Aldoggen: https://www.youtube.com/watch?v=dQw4w9WgXcQ

Default avatar.png relimS: hello

Default avatar.png Aldoggen: \o

Default avatar.png relimS: I wonder if there is an extension to eject html code?

BlaiseEbuth: eject ?

Default avatar.png relimS: like overriding the html

Default avatar.png relimS: the console cannot hold enough input data

BlaiseEbuth: Oh. Extensions like ViolentMonkey allow you to execute js scripts on the page and to modify all the front

Default avatar.png relimS: maybe I can try that

BlaiseEbuth: Aldoggen still here?

Westicles: What room is this in pidgin? I connected to general but didn't work

Default avatar.png relimS: the new-chat.codingame.com uses wss protocol

BlaiseEbuth: world

Westicles: aha

jacek: Automaton2000 when will you shut down

Automaton2000: lets see how it does

jacek: oh my ̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤̤

jacek: Automaton2000 :taco:

Automaton2000: i would really like to see the game

Illedan: xD

Default avatar.png Aldoggen: yo BlaiseEbuth

BlaiseEbuth: o/

Default avatar.png relimS: am I still online?

BlaiseEbuth: No

jacek: nyoro~n

Default avatar.png relimS: anyone here?

jacek: :no_mouth:

Default avatar.png relimS: looking at the code, I don't think they are permanently taking the chat feature

Default avatar.png relimS: down*

jacek: they will :(, it was announced. it was supposed to be removed in mid june

Default avatar.png relimS: I don't get why the chat server is still up though

jacek: :shrug:

dwarfie: because webchat is not the chat ... just a front-end . chat server is an xmpp server (like ejabberd or prosody)

Default avatar.png relimS: theoretically, someone can just write a tempermonkey and eject some css code

dwarfie: they said they shut down web chat ...

Default avatar.png relimS: I would probably able to eject it if I can read all the diff

jacek: the point is newcomers will not see any chat

Default avatar.png Wishbone: Why are we still seeing it then?

jacek: only old chat addicts know how to connect to it

Westicles: It is a sad day. I loved telling 12 year olds they are too dumb to program

BlaiseEbuth: OMG. Dat dumb discord will be integrated on CG :scream:

therealbeef: where did you read that?

BlaiseEbuth: cm post on forum

darkhorse64: it's not a commitment, though

BlaiseEbuth: No. But initialy it was a 'no' so...

therealbeef: I already wondered why they said they had to 'invest' in maintaining the chat. Can't you just buy some solution off the shelf? Webchats is not a new problem I assume

BlaiseEbuth: :speak_no_evil:

Default avatar.png relimS: They probably are not

Default avatar.png relimS: what's hard about maintaining chat?

Dapps: oh wow i still have chat open in an old browser tab

therealbeef: Apparently the chat was made by an intern and not so great quality and it' hard to maintain

Default avatar.png relimS: Can't you open source it on github and rely on the community to help?

BlaiseEbuth: Which community? The one they try to kill?

Default avatar.png relimS: they are trying to kill the community?

Default avatar.png relimS: I am new so I don't know any history

therealbeef: Many ppl feel that the community is the greatest part of CG (compared to other coding sites), and the chat is the cornerstone of the community

Dapps: this ^

Default avatar.png relimS: am I still online?

BlaiseEbuth: no

Default avatar.png relimS: I just change the password because I need A password for pidgin

Default avatar.png relimS: testy testy

Default avatar.png relimS: anyone still here?

BlaiseEbuth: no

Westicles: 639 people in room

antiwonto: [auto] Hey Westicles, here is a :taco: for loggin in today while it is quiet. You now have 114 tacos

jacek: :taco: Automaton2000

antiwonto: [auto] That's a bot. Bots don't eat tacos

Automaton2000: not that it matters that much

Bob_Rocks: Automaton2000 why does it not matter

Automaton2000: game 90 has a winner

Bob_Rocks: automaton2000 what do you mean by game 90

Automaton2000: i was not able to understand it

Bob_Rocks: Me neither

Default avatar.png relimS: hello

Hieronymus: http://chat.codingame.com/pastebin/db5926c5-c674-4664-849c-d94133bed4c6

jacek: interesting indeed

j4at: rip chat :(

antiwonto: [auto] Hey j4at, here is a :taco: for loggin in today while it is quiet. You now have 12 tacos

jacek: eat :taco:

antiwonto: [auto] That taco command has moved to the #taco channel

Default avatar.png Aldoggen: :p

j4at: "a direct integration on CG to show activity"

j4at: Will they have clashes chat tho?

jacek: who cares about clashes ~

Default avatar.png Aldoggen: I do

j4at: me too :)

Default avatar.png Aldoggen: in that case I'll invite you :p

Default avatar.png Aldoggen: have fun

Default avatar.png Aldoggen: wow that clash was annoying

jacek: https://i.kym-cdn.com/entries/icons/original/000/032/874/cover4.jpg

Default avatar.png Aldoggen: XD

Default avatar.png Aldoggen: let's just say it took me over 100 characters in python

jacek: and java beated you?

Default avatar.png Aldoggen: nope,

Default avatar.png Aldoggen: I beat him by 6 characters

j4at: He used regex

j4at: i don't know regex

Default avatar.png Aldoggen: j4at do you remember why you stopped the slice at s.rfind(b)+1 (instead of s.rfind(b))?

jacek: the beginning reminds me of something https://www.youtube.com/watch?v=GoZUjxstIZs

Default avatar.png Aldoggen: what beginning?

Default avatar.png Aldoggen: dammit I did it. I reloaded the page on one of the tabs I have CG opened

Default avatar.png j4at: Aldoggen it adds numbers only after it finds a non digit character that's why I added +1

Default avatar.png Aldoggen: aah, all right :)

Default avatar.png j4at: If I used regex I could have gotten sub 100. Could have googled it but didn't want to ;)

Default avatar.png Aldoggen: nice solution tho :)

Default avatar.png j4at: ty :)

Default avatar.png Aldoggen: I'm trying to set up this pidgin thing so I can keep using the chat if I eventually accidentally reload the last tab that has chat

Default avatar.png Aldoggen: know anything about that?

Default avatar.png Aldoggen: https://www.codingame.com/forum/t/feature-update-chat-rework/1556/20

BlaiseEbuth: That's not complicated

Default avatar.png Aldoggen: yep, but I'm getting stuck getting my user Id

Default avatar.png Aldoggen: they tell you to look at the FAQ

Default avatar.png Aldoggen: don't find it there.

BlaiseEbuth: Yeah faq changed

Default avatar.png Aldoggen: is it the one in the url when you look at your profile?

BlaiseEbuth: The last 7 digits in reversed order

BlaiseEbuth: (no joke)

Default avatar.png Aldoggen: ah lmao

Default avatar.png Aldoggen: and I think I somehow never had to fill out a password, and now I can't change it

Default avatar.png Aldoggen: like either I would have used a default one or put it in my pw manager.

Default avatar.png Aldoggen: default one doesn't work

BlaiseEbuth: Didn't you registered with another account like google or other ?

Default avatar.png Aldoggen: I kinda want to try to log out, to check

Default avatar.png Aldoggen: but I might lose all tabs that way

Default avatar.png Aldoggen: ah, different browser

Default avatar.png Aldoggen: I used github apparently

jacek: is it pronounced jithub

Default avatar.png Aldoggen: that doesn't change its spelling ;)

BlaiseEbuth: So you should be able to use the 'i forgot my password' to set one

Default avatar.png Aldoggen: all right

Default avatar.png Aldoggen: edge is already getting on my nerves lmao

BlaiseEbuth: :scream:

Default avatar.png Aldoggen: all right. cg succesfully detected I didn't have a password yet and just let me make one after me making them send an email to my mail address

Default avatar.png Aldoggen: that feels very unsafe

Default avatar.png Aldoggen: but whatever

Default avatar.png Aldoggen: pretty standard practice i guess

Default avatar.png Aldoggen: thanks for the help BlaiseEbuth :)

BlaiseEbuth: :thumbsup:

Default avatar.png Aldoggen: I connected to general. didn't seem to work, though westicles was there at some point. it should probably be world then. no?

BlaiseEbuth: yup

jacek: try friends #fr

Default avatar.png Aldoggen: I don't know what they're saying half the time jacek

Default avatar.png Aldoggen: okay it works now. amazing :D

Default avatar.png Aldoggen: the emoticons are jarring though

Default avatar.png Aldoggen:


Default avatar.png Aldoggen: lol I tried to connect using another handle. wouldn't let me

jacek: :oncoming_police_car:

jacek: gonna sleep

jacek: my last contribution to chat https://www.youtube.com/watch?v=dQw4w9WgXcQ

Illedan: gn

Uljahn: Automaton2000: :door:

Automaton2000: but i didnt know about the great purge

Illedan: Automaton2000 what are your plans for the after chat life?

Automaton2000: Illedan is fluttershy a tree?

Illedan: Automaton2000 no

Automaton2000: i just created a new list

Default avatar.png Aldoggen: Automaton2000 seems to be a bit confused

Automaton2000: nice to see more 'cross-pollination' for want of a better way

Default avatar.png Aldoggen: gn jacek

Westicles: where do you go on discord to beg for contrib approvals?

Darleanow: i might approve it depending on the wut it is :)

Westicles: oh, I just meant generically

Darleanow: tbh idk

Darleanow: try spamming in every channel ? x)

Westicles: oh, they broke contrib comments. whoops

Default avatar.png dianissimo_z: follow me guys!

Darleanow: :'(

Darleanow: #follow4follow channel pls

Westicles: turns out the intern coded the whole site

Darleanow: they're crazy boys

Darleanow: this is so annoying

Darleanow: how am i unable to solve simple puzzles

Darleanow: with cpp

Westicles: which one?

Darleanow: longuest sequence of 1's

Darleanow: i guess the problem is when i'm pushing the 1's strings

Darleanow: because they're int, to a string vector

Westicles: well, once you solve it you can view my beautiful solution with 2-space indents

Darleanow: disgusting.

Darleanow: c)

Default avatar.png HenroLST: CHAT STILL ALIVE WOOHOO