data
stringlengths
14
24.3k
alion02#1973: and on craftybot, cultbot and pacbot alion02#1973: i know Tangil#3830: i don't remember those that well jeroen11dijk#1178: @alion02 whats you halite rank? alion02#1973: none yet alion02#1973: i haven't submitted a bot yet alion02#1973: i could throw together some hot garbage and call it a bot alion02#1973...
Simp#8258: I wonder what I will do in 22 days alion Simp#8258: I will be an adult then 👀 alion02#1973: lit Simp#8258: I would do the general thing Tangil#3830: wow old alion02#1973: which general thing Simp#8258: By general I mean drink to almost death Jonas#2222: Have you guys seen this? https://www.youtube.com/watch...
Simp#8258: I have inflammatory problems Simp#8258: With joints Simp#8258: They call it reactive arthritis jeroen11dijk#1178: what age is adult? jeroen11dijk#1178: 18 or 21? alion02#1973: 18? Jonas#2222: europe 18 Simp#8258: 18 Jonas#2222: I think jeroen11dijk#1178: Im 20 already jeroen11dijk#1178: aka ancient Simp#8258...
Jonas#2222: that you have to take pills Simp#8258: PFF I don't notice it Simp#8258: I mean taking them for so long that I dont notice Jonas#2222: If my friends keep going like this they will have to take pills aswel Jonas#2222: or some of them Jonas#2222: I know that most of them are well minded Simp#8258: Hmm alion02#...
r0bbi3#0269: this is why i hate starting projects where it needs to be from an example r0bbi3#0269: because i'm too dumb to correctly import projects into eclipse GooseFairy#6680: that like half the reason I use python with IDLE GooseFairy#6680: ``status SuperLinker#3095: Current brain: rlbot.dat Current mode: 2 Curren...
GooseFairy#6680: Above where it stops GooseFairy#6680: Eh kinda hard to make out GooseFairy#6680: https://cdn.discordapp.com/attachments/424610429634084867/519941766850543656/IMG_20181205_131723.jpg GooseFairy#6680: Here it is at a lower altitude GooseFairy#6680: Sorry for being 100 miles away lol r0bbi3#0269: ok i go...
jeroen11dijk#1178: yeah otherwise it wont ever move alion02#1973: and the halite amount on the cell should be rounded down (i don't know if py does that automatically) jeroen11dijk#1178: I found out jeroen11dijk#1178: well it did nerf my bots to oblivion alion02#1973: what did? r0bbi3#0269: i think that code means keep...
alion02#1973: well, i have no clue what you're talking about alion02#1973: are you talking about this piece of code? ``` if ship.halite_amount < game_map[ship.position].halite_amount / 10: ``` r0bbi3#0269: ```css if(gameMap.at(ship).halite < Constants.MAX_HALITE / 10 || ship.isFull()){ ``` r0bbi3#0269: alion you're sca...
alion02#1973: there's both on- and off-line alion02#1973: and there's a better, unofficial offline one too r0bbi3#0269: _where?!_ alion02#1973: <https://halite.io/watch-games> jeroen11dijk#1178: constants.MAX_HALITE alion02#1973: <https://halite.io/learn-programming-challenge/downloads> jeroen11dijk#1178: is this max f...
jeroen11dijk#1178: imported in python alion02#1973: it heavily depends on the map alion02#1973: larger maps and less opponents = more halite jeroen11dijk#1178: thats true alion02#1973: the potential variance is like 10k-200k for the best players jeroen11dijk#1178: I wanna play the same map again and again when Im debug...
jeroen11dijk#1178: ```if game_map[ship.position].halite_amount < constants.MAX_HALITE / 10 and ship.halite_amount >= game_map[ship.position].halite_amount / 10:``` The second statement shouldnt make an impact right jeroen11dijk#1178: because if that doesnt hold it cant even move alion02#1973: just checked, you can see...
jeroen11dijk#1178: yeah the game just stops alion02#1973: try this replay for example <https://halite.io/play/?game_id=2740411> alion02#1973: but yes, dropoffs are very useful alion02#1973: i didn't get a stroke of genius on how to use them yet alion02#1973: but hopefully i will soon Tangil#3830: As long as you don't g...
Simp#8258: https://youtu.be/S4DHUim_Lc8 Simp#8258: Am I weird for liking these sounds? jeroen11dijk#1178: !bots RLBot#1485: Here is the bot list: <https://docs.google.com/spreadsheets/d/1GpLZKTNuXENfVX7Ma-J_MtQvJDPIjwwh5MXa2DwQ2J0/edit?usp=drivesdk> Hytak#5125: just use chips tools in halite and become number one alio...
chip#7643: sounds like a fun problem chip#7643: but I'll try to limit my addictions to one at a time alion02#1973: fair alion02#1973: it seems to be running yearly alion02#1973: so maybe you'll hop on board for next year alion02#1973: keep it in mind 👌 Simp#8258: Maybe chip is already at the top alion02#1973: no, i lo...
Simp#8258: Or like kip yeeeee jeroen11dijk#1178: I actually did it in my video 😉 Tangil#3830: yeah that's why i asked Kipje13#9878: its like the je from jeroen Tangil#3830: yeah i can't pronounce that Simp#8258: So just ye r0bbi3#0269: like Kip-juh? I've been saying it like Kip-jay r0bbi3#0269: @Kipje13 Kipje13#9878: ...
alion02#1973: 🤔 i don't know if i should be giving you tips r0bbi3#0269: 😁 alion02#1973: well, i know what to try and beat alion02#1973: would you please yeet me that seed? alion02#1973: oh, i can just write it down myself alion02#1973: right jeroen11dijk#1178: @r0bbi3 how much do you end with? jeroen11dijk#1178: als...
leaderboard.position = 1 ``` Simp#8258: :+1: r0bbi3#0269: ```css leaderboard.position = Math.min(leaderboard.position, 1) ``` alion02#1973: ``` leaderboard.position=Math.min(leaderboard.position,1) ``` golfed 👌 alion02#1973: wait, this can be golfed more r0bbi3#0269: just set it to 1 😛 alion02#1973: *oh yeah* jeroen1...
delete(competitors-self) ``` Simp#8258: Boom alion02#1973: random memory: i used to avoid pressing shift+space in fear of writing an "uppercase space", and whenever i accidentally did, i would erase it and write it again alion02#1973: ah good times Tangil#3830: hahaha Simp#8258: The moment my PC was broken and couldn't...
Tangil#3830: Old habits die hard alion02#1973: i was like 11 when i learned that there is no uppercase space alion02#1973: that's 5 freaking years alion02#1973: and i still can't get rid of it completely alion02#1973: oh well alion02#1973: not like i use shift a lot these days anyway ¯\_(ツ)_/¯ Simp#8258: https://cdn.d...
Simp#8258: I like Simp#8258: But nooo Simp#8258: Logic Simp#8258: Why alion02#1973: why the heck do i keep writing "re**crus**ively" alion02#1973: stoooP jeroen11dijk#1178: @r0bbi3 @alion02 challenge match on halite when? jeroen11dijk#1178: I will cast it 😄 alion02#1973: when i'm ready 👌 alion02#1973: we could do mul...
jeroen11dijk#1178: but im free tomorrow alion02#1973: oh shit, jeroen11dijk#1178: so my bot and halite bot are gonna skyrochet alion02#1973: tomorrow? jeroen11dijk#1178: yeah alion02#1973: oh, i thought you were only free tomorrow the entire week alion02#1973: and i thought you wanted me to submit a hot mess alion02#19...
Jonas#2222: A clip of Scratch in Sunless video tarehart#6423: oh really? Jonas#2222: *RLBot grants 0 new people xd* Jonas#2222: It was a short clip, but none the less GooseFairy#6680: link? Jonas#2222: https://youtu.be/E-thms5R9H8 GooseFairy#6680: link to a time? GooseFairy#6680: lol alion02#1973: oh yeet another sunle...
alion02#1973: oh yeet i'm retarded and smart at the same time SuperVK#0991: If im not the only who forgot what each of these does, just gonna post this here as a referal: https://www.reddit.com/r/educationalgifs/comments/a3bz97/airplane_control_roll_pitch_yaw/?utm_source=reddit-android alion02#1973: retarded because i ...
Simp#8258: I'm so tempted to remake that but better quality r0bbi3#0269: ok time starts again alion02#1973: i unironically liked that song ccman32#4022: when you watch a youtuber for years and then randomly come across a video of his apartment xD https://youtu.be/cMx4iDENKIQ GooseFairy#6680: ``info on brain SuperLinker...
tarehart#6423: link straight to the Scratch part of the Sunless vid: https://youtu.be/E-thms5R9H8?t=645 tarehart#6423: thanks for the heads-up Jonas! Tangil#3830: I'm surprised that there have been so few messages Hytak#5125: Totally manageable Tangil#3830: Just watched some high level 2v2s and they were playing way wo...
alion02#1973: it's nice alion02#1973: not groundbreaking, but nice Jonas#2222: https://www.youtube.com/watch?v=0PsUGrKHETI alion02#1973: i don't know what this is about alion02#1973: but i can enjoy it nonetheless jeroen11dijk#1178: https://cdn.discordapp.com/attachments/424610429634084867/520205469911089162/unknown.p...
Kipje13#9878: {} is my favourite word jeroen11dijk#1178: {} is my least favourite word Kipje13#9878: {} is mijn favoriete woord jeroen11dijk#1178: {} is mijn minst favoriete woord jeroen11dijk#1178: ``start with {} SuperLinker#3095: {} is mijn favoriete woord Skyborg#0894: ``info on brain SuperLinker#3095: !! Brain Inf...
SuperLinker#3095: replay? { 20 careful with the 1d / lack of knowlege coding? jeroen11dijk#1178: ``start with man SuperLinker#3095: man the graph yet?! jeroen11dijk#1178: the double space??? Skyborg#0894: ``start with man. SuperLinker#3095: man. open grand finals Kipje13#9878: rob geus memes 👌 jeroen11dijk#1178: ``st...
Size: 8364 main words, Density: 3.9594691535150646, Lonely words include: trapped, jumping?, antigravity, jeroen11dijk#1178: it went down GooseFairy#6680: It goes down when it learns new words Skyborg#0894: AARC aardvark aardvarks aardwolf aardwolves Aaren Aargau aargh Aarhus Aarika
Aaron Aaronic Aaronical Aaronite Aaronitic Aaron's-beard Aaronsburg Aaronson AARP aarrgh aarrghh Aaru AAS Abdiel abditive
abditory abdom abdomen abdomens abdomen's abdomina abdominal Abdominales abdominalia abdominalian abdominally abdominals abdominoanterior abdominocardiac abdominocentesis
abdominocystic abdominogenital abdominohysterectomy Skyborg#0894: ``info on brain SuperLinker#3095: !! Brain Info !! Name: rlbot.dat, Size: 8408 main words, Density: 3.9444576593720266, Lonely words include: well?, mistaken, quickest, Hytak#5125: well? what have you mistaken to be the quickest bot? Hytak#5125: ``info o...
Lonely words include: cult, strongest, recording/streaming, Hytak#5125: our cult consists of recording/streaming. we have the strongest recording/streaming Skyborg#0894: ``info on brain SuperLinker#3095: !! Brain Info !! Name: rlbot.dat, Size: 8409 main words, Density: 3.944939945296706, Lonely words include: .exe, int...
Lonely words include: too!, "it's, distributing, Hytak#5125: i want to do this too! Skyborg#0894: "it's a weird word Skyborg#0894: ``info on brain SuperLinker#3095: !! Brain Info !! Name: rlbot.dat, Size: 8410 main words, Density: 3.945422116527943, Lonely words include: hahaha, okay.., halite?, alion02#1973: we need #...
Size: 8410 main words, Density: 3.9456599286563616, Lonely words include: applications, bases", preface, alion02#1973: actually, we need #spam alion02#1973: so i can redox you both to there alion02#1973: actually, i'm not a mod so i can't redox people alion02#1973: hm Hytak#5125: skyborg is a mod :P Skyborg#0894: we do...
alion02#1973: yeet Hytak#5125: i have private conversations with RLBot all the time alion02#1973: we need to tell people alion02#1973: that that's a thing now alion02#1973: wait, was it always a thing? alion02#1973: yes, yes it was Hytak#5125: idk, i just found out by testing a minute ago Hytak#5125: idk if dming super...
SuperLinker#3095: oi! I'm a bot :P alion02#1973: ya he immune Hytak#5125: he just ignores me Hytak#5125: sad life jeroen11dijk#1178: I listened 77 hours to Eminem this year alion02#1973: i don't know if my code is really fast or just broken 🤦 alion02#1973: guess i'll find out later alion02#1973: actually, i probably w...
jeroen11dijk#1178: ```game_map.get_unsafe_moves``` alion02#1973: my plan is to just write all my helpers myself, since the ones provided are quite basic alion02#1973: well, my plan is very advanced anyway, so stuff like "naive navigate" doesn't really even apply to my use case jeroen11dijk#1178: my code is such a mess ...
alion02#1973: ¯\_(ツ)_/¯ jeroen11dijk#1178: ``` Player 0 (your bot) was rank 1 with 41607 halite. Player 1 "Currently_Uploaded_Bot" was rank 2 with 11937 halite. ``` jeroen11dijk#1178: HYPEEE alion02#1973: what the yeet alion02#1973: that's nuts what the heck did you do jeroen11dijk#1178: my bots dont get stuck anymore ...
alion02#1973: lul alion02#1973: oh no alion02#1973: i just realized that my bot will be a pain in the ass to test alion02#1973: because it will take about 3 forevers to finish a game jeroen11dijk#1178: nooo my bots get stuck somewhere else now alion02#1973: when in doubt, alion02#1973: yeet your codebase out the window...
alion02#1973: maybe that will help jeroen11dijk#1178: does python have that? alion02#1973: um i don't know alion02#1973: i'm hoping it does jeroen11dijk#1178: and yeah small maps are interesting jeroen11dijk#1178: not that I use map size for anything alion02#1973: it's try except i think alion02#1973: <https://www.pyth...
alion02#1973: in exchange i can give you mine (even though it's empty for now) alion02#1973: found ya alion02#1973: let the spying commence alion02#1973: woah, that's actually not half-bad GooseFairy#6680: ``newPassword SuperLinker#3095: New password generated, ID# 8 GooseFairy#6680: ``saveBrain GoSave65kiwi GooseFairy...
alion02#1973: i don't have a first version yet 😛 alion02#1973: admittedly, there are a lot of mistakes, but i'm not about to leak my entire strategy telling you how to fix them alion02#1973: also, some of my proposed fixes would likely be too slow for python alion02#1973: i'll submit a version as soon as i have my opt...
Tangil#3830: \:P alion02#1973: hm alion02#1973: to announce my arrival in their #rlbot-discussion or not to announce my arrival in their #rlbot-discussion, that is the question Tangil#3830: just say hello or something alion02#1973: nah, i'll lurk for a while jeroen11dijk#1178: I was in there for a whole minute Jonas#22...
alion02#1973: the bot should ping drssoccer in that case GooseFairy#6680: so what is this halite thing and how much of my time can I accidentally sink into it? alion02#1973: https://halite.io/ alion02#1973: the synopsis is pretty good Tangil#3830: it's about programming 🤢 alion02#1973: and you can sink about ~125 hour...
Tangil#3830: it was the bot alion02#1973: in all seriousness ***join us goose*** GooseFairy#6680: https://gyazo.com/2d327b494bff75183056a3fd4879b207 GooseFairy#6680: @tarehart redox is a bot GooseFairy#6680: or claims to be alion02#1973: oof Tangil#3830: who's goose with a truce r0bbi3#0269: Who did you just ping Goos...
r0bbi3#0269: Great idea Goose GooseFairy#6680: I also have to finish my exams r0bbi3#0269: Bad idea Goose GooseFairy#6680: 2 more alion02#1973: and now i need to make my own temporary map representation for halite.... oof Tangil#3830: supposedly the average american eats 40kg (90lbs) of chicken a year alion02#1973: tha...
GooseFairy#6680: in that case he'll have to purposely steal your ideas GooseFairy#6680: instead of accidentally GooseFairy#6680: or better yet r0bbi3#0269: Exactly Goose, I'm left with no choice now GooseFairy#6680: coincidentally steal his ideas GooseFairy#6680: brb I'm gonna go watch someone set of an igniter plug in...
alion02#1973: weird r0bbi3#0269: That's what I thought we were talking about lol alion02#1973: i see that as an optimization problem alion02#1973: kindof r0bbi3#0269: What's the optimisation problem? Are you roasting java? alion02#1973: minimax implies an opponent, while i would argue that this is a mostly singleplayer...
alion02#1973: i probably wouldn't be able to beat teccles' bot while playing myself michael#0046: !saltie RLBot#1485: Saltie Discord: <https://discord.gg/6DzE9GF> Saltie Github: <https://github.com/SaltieRL/Saltie> alion02#1973: @Tangil you might be interested in zombieland10 alion02#1973: is out alion02#1973: (haven't...
GooseFairy#6680: someone blew up our igniter plug before we got the chance to blow it up GooseFairy#6680: very disappoint Simp#8258: Oww Simp#8258: Make your own explosives then Simp#8258: 👌 GooseFairy#6680: (it's not actually supposed to blow up) GooseFairy#6680: (idk how they did) r0bbi3#0269: How selfish of them al...
alion02#1973: 10 seconds is *tiny* alion02#1973: i thought i had at *least* a minute alion02#1973: i need to confirm this somewhere r0bbi3#0269: how far can you push the limit before you lose all your rating from not moving r0bbi3#0269: that's the true test of time alion02#1973: my current pre-processing takes 17 secon...
alion02#1973: i mean, i can compress it, alright alion02#1973: but that doesn't fix the problem alion02#1973: how do i hardcode millions of entries r0bbi3#0269: ~~in a highly compact text file~~ alion02#1973: i heard somewhere that the bot mustn't exceed 20MB size alion02#1973: i don't know if i can compress it *that* ...
GooseFairy#6680: unthinkable r0bbi3#0269: lol alion02#1973: i did it alion02#1973: i stopped lurking alion02#1973: oh no, this isn't rlbot where someone immediately rushes to help you alion02#1973: yeet, i only have 1 gig of ram Tangil#3830: Wtf are you doing that you require more than a gig of ram alion02#1973: cachin...
GooseFairy#6680: they giving you a video feed of the game or something? xD alion02#1973: data used for exploration alion02#1973: it's hard to tip-toe around my entire gameplan alion02#1973: i think it's relatively unique and definitely non-trivial, hence my lack of willingness to share it GooseFairy#6680: your game pla...
r0bbi3#0269: i presume that's for neural networks alion02#1973: yes, it is for nns alion02#1973: but that doesn't mean hardcoded bots can't use it :smart: r0bbi3#0269: _hmmmmmmmmmmm_ GooseFairy#6680: he's playing it like a chess game GooseFairy#6680: boo r0bbi3#0269: chess engines are the right way GooseFairy#6680: and...
alion02#1973: thanks halite discord alion02#1973: oh and yes @jeroen11dijk it is 10 seconds for preprocessing jeroen11dijk#1178: we a Dutch mod! alion02#1973: not really 😜 jeroen11dijk#1178: I think we are the second largest nation in here and we have just one mod jeroen11dijk#1178: I like it how I have to log in thri...
alion02#1973: either i'm retarded, or the best way to do something involves `goto` r0bbi3#0269: Oh yeah I hate the spectator update jeroen11dijk#1178: I stopped earlier recordings because I thought I messed something up jeroen11dijk#1178: tbut the HUD is broken and there is a camera shake jeroen11dijk#1178: also i want...
r0bbi3#0269: I'm sure there's some matchups that'll be good, perhaps CunningBot? alion02#1973: look at where the condition is alion02#1973: i need to 1. calculate things, 2. check a condition, 3. do some things, 4. repeat if condition true jeroen11dijk#1178: yeah sorry my bad alion02#1973: this could've been a do-whil...
alion02#1973: theoretically, i'm getting close to the first working version of my bot jeroen11dijk#1178: it took me 5 minutes to submit a bot alion02#1973: well, i went through the tutorials without submitting alion02#1973: and then went straight to fixing the c# framework a bit alion02#1973: and then i started working...
alion02#1973: because i can't think straight alion02#1973: first gotos, now self-modifying code, i should stop programming right about now and `goto` sleep alion02#1973: it didn't dawn on me for a long time that i can just extract a bit of code into a function ccman32#4022: lol maybe take a break then, i didnt do anyth...
jeroen11dijk#1178: even destroying them alion02#1973: i think the formula for max turn is `400 + (size / 8 - 4) * 25`, but don't quote me on that ccman32#4022: :p @r0bbi3 michael#0046: !reliefpls RLBot#1485: ReliefBot setup guide: <https://www.youtube.com/watch?v=VHOkWVYlfa0> ThatOtherNinja#6315: c++ is so much more fu...
Skyborg#0894: How I understand you Tangil#3830: Did your phone melt in the middle of the screen Skyborg#0894: And redox , normally they don't take more than 2-3 months IDK if you can get something from those numbers, I have to hide my toys 😏 Tangil#3830: >toys >😏 🤔 jeroen11dijk#1178: @alion02 do you know what the sy...
alion02#1973: yes, `c 1` instructs ship 1 to build dropoff (all the rest are move commands) alion02#1973: the first number is likely the command index, since i don't see anything about it in the docs jeroen11dijk#1178: thanks! alion02#1973: also, my strategy is starting to look a bit like a dull knife alion02#1973: i.e...
jeroen11dijk#1178: I set a state to something jeroen11dijk#1178: which it doesnt do at all jeroen11dijk#1178: and then suddenly it crashes when it checks if it is doing that state alion02#1973: hm, halite isn't as simple as i thought it would be alion02#1973: why did i even think it would be relatively simple is beyond...
alion02#1973: i don't know if this is a question, meme question, or indirect request to redox off to their server or into a private group Jonas#2222: Try this fun little game and tell me your best Inspection Win Time https://scratch.mit.edu/projects/76836/#fullscreen alion02#1973: i just got 4.5, but i think i could do...
Kipje13#9878: and one of them is will smith Jonas#2222: No you're not getting old Jonas#2222: youtube is getting young and based on children Jonas#2222: Atleast that's my theory Jonas#2222: Also it's hard, and not worth it, to keep up on the whole platform Tangil#3830: Well also the fact that they're focusing on non-en...
Tangil#3830: Maybe I sound like a complete weirdo rn Simp#8258: or ya know put them in oven like a sane person Simp#8258: and for bonus points before you put it in cut in half or quarters and sprinkle sugar on top Simp#8258: then bake so its mushy and the sugar caramelized Simp#8258: then eat with ice cream or just a ...
Simp#8258: mix it and boom you have caramel sauce Simp#8258: then just bake plain apples Simp#8258: and drip the sauce over the apples Simp#8258: maybe even add some cinamon to the sauce Simp#8258: 👍 alion02#1973: unfortunately, i can't really eat anything with more than a tiny bit of sugar in it because shitty health...
Simp#8258: Yeah my friend has same condition alion02#1973: so, i sat back to my code from yesterday alion02#1973: and i *really* shouldn't've been coding yesterday alion02#1973: like alion02#1973: ***really*** alion02#1973: shouldn't've been coding alion02#1973: that's some high quality garbage code alion02#1973: whew ...
Tangil#3830: had to reset my password Tangil#3830: i log back in and some random hip hop was the last song played Tangil#3830: i dont listen to hip hop 🙃 Tangil#3830: at least they didn't reset my liked songs Tangil#3830: apparently csgo is free to play now and there's a battle royale mode Jonas#2222: yep Jonas#2222: ...
Simp#8258: Then they get banned r0bbi3#0269: Hopefully vacnet will get better or something Simp#8258: Its a ml so 🤷 Chriss#0699: https://cdn.discordapp.com/attachments/424610429634084867/520667435146412053/Dvw0gsPlXvG_zOwkRF_yVwkO0mx6Z4VT50-IT3fQWJs.png Hytak#5125: nice whatisaphone#8521: I knew that pic would end up...
Tangil#3830: Ah, thanks for the explanation Chriss#0699: https://cdn.discordapp.com/attachments/424610429634084867/520736592634052639/qdgchh9wdb221.png GooseFairy#6680: ``info on brain SuperLinker#3095: !! Brain Info !! Name: rlbot.dat, Size: 8484 main words, Density: 3.955091937765205, Lonely words include: guis, mod...
jeroen11dijk#1178: Beer jeroen11dijk#1178: My dad has his own beer jeroen11dijk#1178: Doing sinterklaas with friends Skyborg#0894: fancy XD i hate beer jeroen11dijk#1178: Why? dtracers#9598: dang my evil plans have been revealed jeroen11dijk#1178: What do you drink? Skyborg#0894: i dont like the taste jeroen11dijk#1178...
Skyborg#0894: how old are you agin? XD Tangil#3830: 12 and 3 months jeroen11dijk#1178: 20 jeroen11dijk#1178: You? Skyborg#0894: 19, i had the idea you were younger Tangil#3830: 13 and 7 months Skyborg#0894: you age fast jeroen11dijk#1178: I’m younger? r0bbi3#0269: dang Redox, they grow up so fast Skyborg#0894: i tought...
tarehart#6423: 👌 tarehart#6423: mine too, but I trim it close so you can't really tell Skyborg#0894: me too, at least i'm trying. one of my best friends went to france to work and me and another best friend are growing a beard until he comes back Skyborg#0894: the thing is, i have shitty facial hair ahahha jeroen11dij...
chip#7643: if you can even call it living Jonas#2222: you're a chip Jonas#2222: so non-living ofc chip#7643: to be fair though, redox didn't specify that the 19 year old had to be living Kipje13#9878: cant be addicted when dead Jonas#2222: what if you're addicted to being dead Tangil#3830: That's nasty chip#7643: got ...
Jonas#2222: Btw we can't keep making death such a bad thing. it's just a way of live chip#7643: a lot of people do x-, y-, z-, w-components for vectors chip#7643: it's also just cleaner to do the dot products and stuff with indices tarehart#6423: you can support both, can't you? tarehart#6423: I started my vector out ...
chip#7643: sad! tarehart#6423: we're gonna need a time machine and a stable genius ccman32#4022: are there any cars in rl that are much better or worse than others right now or is it somewhat balanced? Kipje13#9878: scarab is really good r0bbi3#0269: the age-old question Kipje13#9878: the other cars are about equally s...
jeroen11dijk#1178: It’s so weird that people are as old as me and way wiser when it comes to coding jeroen11dijk#1178: And I’m studying computer science Kipje13#9878: I have been coding for almost 10 years now jeroen11dijk#1178: That’s great Kipje13#9878: programming is about a certain way of thinking which you mostly ...
tarehart#6423: WhatsYap Skyborg#0894: It's huge in Spain, just half huge in Portugal. I loved the shout and whisper, an alternative would be allowing markdown like discord jeroen11dijk#1178: My phone is dying aka rip whoop Skyborg#0894: What do you personally use tarehart? twobackfromtheend#1471: Alexa ™ tarehart#6423:...
Skyborg#0894: What oauth is it used for? tarehart#6423: spotify is one example Skyborg#0894: Ah ok, log in. I try to use Google as much as possible, but in since places there is no other option Skyborg#0894: I think I found you in Spotify 😛 tarehart#6423: probably! tarehart#6423: synthwave on repeat Skyborg#0894: This...
jeroen11dijk#1178: Pretty good jeroen11dijk#1178: But it’s really early for you right? tarehart#6423: yes it's 18:13 jeroen11dijk#1178: That’s not that early jeroen11dijk#1178: Also Johnny’s 5k mannfield is so amazing jeroen11dijk#1178: I wanna do that for rlbot as well jeroen11dijk#1178: But people update to slow SMH ...
SuperLinker#3095: I can't make a sentence with those words! GooseFairy#6680: ``start with this went SuperLinker#3095: this went from about 15 interesting to read GooseFairy#6680: heh jeroen11dijk#1178: I typed these words Jeroen is the best GooseFairy#6680: ``start with jeroen is SuperLinker#3095: jeroen is the best pi...
tarehart#6423: whoops, now I'm out chip#7643: must provide evidence of having been on a first-name basis with Dr. Hawking chip#7643: well, we'll see chip#7643: I hope they can help me figure out some answers to bullet-related questions chip#7643: bullet does some weird shit to calculate moments of inertia GooseFairy#66...
Simp#8258: It doesn't make sense Simp#8258: :smart: Tangil#3830: r/OuTSiDe is LeaKiNg Hytak#5125: funny how my laptop cpu gets twice as fast when i plug the power cable in Simp#8258: It is not funny maybe battery dead Hytak#5125: nah, i think the laptop uses some sort of power saving Tangil#3830: my laptop tends to be ...
Tangil#3830: https://cdn.discordapp.com/attachments/424610429634084867/520913308971433984/d4suwlts1y221.png Simp#8258: https://cdn.discordapp.com/attachments/424610429634084867/520923805435166723/JPEG_20181208_122459.jpg Simp#8258: Fukin finally carried home Tangil#3830: what is that Darxeal#1784: at first it looked ...
r0bbi3#0269: hey @Tangil Tangil#3830: let me guess Tangil#3830: "redox" Tangil#3830: "you know what you need to do" Tangil#3830: "upload that tournament" twobackfromtheend#1471: newpipe and YouTube vanced are my gotos Hytak#5125: Levi doesn't care about common practice Hytak#5125: i kind of want to give levi quickchat ...
Kipje13#9878: they hate him because he speaks the thruth Simp#8258: On a rant thing why is windows RL 32 bit only and Linux one 64 bit only Simp#8258: 🤔 alion02#1973: heck, i just spent half a day writing a hand-optimized version of a certain tight loop for it to not only not handle all the cases properly, but also be...
ccman32#4022: well, you could write it in IL xD alion02#1973: ..probably? i never tried to Loox#3372: \\ Λ_Λ This is Meme cat. Help \( 'ㅅ' ) Meme cat take over > ⌒ヽ Discord by posting her /   へ \ in 10 other servers /  / \\ or she will never レ ノ   ヽつ be a meme. / / / /| ( (ヽ | |、\ | 丿 \ ⌒) | |  ) / ⊂ヽ
December 8, 2018 alion02#1973: ...why? Hytak#5125: you need a blank line in front r0bbi3#0269: atleast they put it in the correct text chat ccman32#4022: ^ ccman32#4022: although imo there is no correct channel for such nonsense ccman32#4022: lol alion02#1973: exactly my thoughts GooseFairy#6680: ``info on brain GooseF...
chip#7643: that's probably just due to C#'s implementation chip#7643: too many abstractions can make it impossible to enable a lot of optimizations chip#7643: there's some eye opening talks from cppcon about what modern clang/gcc are doing in terms of optimizations alion02#1973: oh i've seen some incredible feats of op...
Kipje13#9878: and now twice on the same day Kipje13#9878: also, i just got a double flip reset 👀 chip#7643: the examples from 30:00 on are pretty amazing to me alion02#1973: also, i don't think that c# is necessarily a language doomed for mediocre performance - in fact, microsoft's been making some huge strides toward...
ccman32#4022: :/ ccman32#4022: its weird because I know a lot of people who drive cheap af old cars and nonstop complain about stuff being broken ccman32#4022: I mean its one thing when you don't have the money for a better car but many of those people I know easily earn enough to get something better Tangil#3830: @ccm...
weekend 3: change gerabox oil weekend 4: change tires weekend 5: the fricking gear box has a crack where the bolt goes and is still leaking. so now i opened the bottom of the car, and i cleaned it to be sure where the oil is comming from. so next weekend i can fix it ccman32#4022: weird, a friend has the exact same pro...
Eastvillage#2628: ironic Tangil#3830: `error: "Iterator[int]" has no attribute "__next__"` Tangil#3830: 🙃 Tangil#3830: how does an _iterator_ not have \__next__ Tangil#3830: that's what makes an iterator what it is Tangil#3830: and \__iter__ too i guess Eastvillage#2628: More people should join the minecraft server. S...
Jonas#2222: yes Tangil#3830: dang alion02#1973: well, i just got a bit depressed because i realized that what i thought is basically an optimal halite collection algorithm is, in fact, far from optimal alion02#1973: oh well Eastvillage#2628: Isn't halite just an optimization problem? 🤔 GooseFairy#6680: sucks all the f...
Darxeal#1784: well yeah, you just dont have enough time to approach it like one alion02#1973: "Can't wait until January [...]? Participate in [...] a [...] competition [...], August 25th-26th 2018." alion02#1973: website update is 3 months late 👌 Simp#8258: I'm slowly watching the whole shit storm with yt rewind unwin...
Simp#8258: That it didnt do at all Jonas#2222: I can't make it steer in the air alion02#1973: you don't steer in the air alion02#1973: you roll/pitch/yaw Jonas#2222: oh yea Jonas#2222: yaw Jonas#2222: that's what it is thanks alion02#1973: for a sec i was worried :scratchcat: didn't have that 😛 Jonas#2222: Done Jonas#...
jeroen11dijk#1178: I just realised it was my American birthday tarehart#6423: happy American birthday 🇺🇸 tarehart#6423: what's that though? jeroen11dijk#1178: since you write months/day jeroen11dijk#1178: if you would write 8 december that way it would be my birthday Skyborg#0894: When's month 26? jeroen11dijk#1178: ...