data stringlengths 14 24.3k |
|---|
alion02#1973: but that does sound relatively useful
lemon#0001: it even lets you look at a big bunch of text and query that text for certain stuff, kind of like a regex substitute
lemon#0001: and it's always done in that same SQL-esque syntax
lemon#0001: feels like a nice, high level feature.
lemon#0001: not sure about... |
jeroen11dijk#1178: Calling people beutifull
alion02#1973: tourney runner progress report: first fully automatic test tourney will be run Soonโข (dropshot bots minus flopshot in a round robin); wish me luck!
Skyborg#0894: @alion02can you record it? I'm curious of how the mock-up is working
alion02#1973: right, i should d... |
alion02#1973: basically, to automatically start the next match, i observe the replay directory for new files
alion02#1973: so i can't see the score during the game ๐
alion02#1973: i'd have to hook up the runner to the framework for that
alion02#1973: and i have no clue how i'd do that
alion02#1973: it's definitely in ... |
alion02#1973: @Skyborg yep
jeroen11dijk#1178: Well in case of tournament you want to have some time in between them
Skyborg#0894: Don't make it autostart the next match (it make it a toggle). People may want to chat in between
alion02#1973: yeah, i'm gonna provide a way to schedule a pause/restart/things
jeroen11dijk#1... |
alion02#1973: well, admittedly, most of that functionality isn't complete
alion02#1973: but it's easy to add whenever needed
alion02#1973: we can probably even automate seeding that way ๐
alion02#1973: shit, let's hope it won't destroy my computer the moment i run it
alion02#1973: things that manipulate files are not ... |
jeroen11dijk#1178: Challenge accepted
Hytak#5125: use FEM to solve for the perfect ranking or something
ccman32#4022: @alion02 y u gonna hook up C# to JS?!?!? ๐ณ ๐ค
ccman32#4022: and how XD
alion02#1973: did you ever use the javascript canvas? because i did, and it's amazing how much pretty shit you can make in a short... |
Anthropomorphism#4314: Del in your case
Jonas#2222: Ok thanks
alion02#1973: @Jonas um
alion02#1973: that was a psyonix bot though
alion02#1973: it says right there on the tin
alion02#1973: "Psyonix Pro(2)"
alion02#1973: smh
Jonas#2222: Pro?
alion02#1973: the "pro" difficulty of the psyonix bot
alion02#1973: in game, yo... |
Skyborg#0894: yes it was, it's your voice :p
jeroen11dijk#1178: and my keyboard
jeroen11dijk#1178: its funny how late I realize it as well
jeroen11dijk#1178: and there were many better picnhes as well
Hytak#5125: Leviathan pinch!
alion02#1973: apparently, i didn't know how starting a process in c# worked
alion02#1973: ... |
alion02#1973: ah, work
alion02#1973: makes sense
alion02#1973: well, i've only started out like 3 years ago so i've got a bunch to learn likely
alion02#1973: most notably i haven't touched any of the unsafe stuff yet
alion02#1973: but that's not something i want to (or need to) tackle right now
alion02#1973: and i can ... |
alion02#1973: i am one with the pointers
Maple#6638: spent my whole semester about it
alion02#1973: i am the pointer
alion02#1973: i am...
alion02#1973: thirsty
alion02#1973: i need to go drink something
alion02#1973: but no, seriously, if i could change one thing about c# i would ditch the GC in a hole and manage memo... |
alion02#1973: same with recursion, when you don't understand the stack
Simp#8258: ๐
Simp#8258: Just watch Ben eaters series on yt where he makes a 8bit cpu
Simp#8258: And makes its own machine language
Simp#8258: Explains it
Simp#8258: And boom
Simp#8258: Everything seems easier suddenly
alion02#1973: the weirdest thi... |
alion02#1973: woah, all the bots are moving even though dragon is spamming the console with errors, something is causing bufferoverfilled, java can't connect to server and c# crashes every tick
alion02#1973: wtf
alion02#1973: okay time for a pc restart because this is insanity
Simp#8258: What did you do lul
alion02#197... |
alion02#1973: why a python bot would refuse to run despite no errors?
jeroen11dijk#1178: Lets add some colour!
Tangil#3830: wrong inputs given to the bot
alion02#1973: much better
Tangil#3830: also not offtopic enough \:P
alion02#1973: well, the inputs are being handled by the framework
Tangil#3830: framework silently ... |
alion02#1973: (i made the message general so it can sit in offtopic ๐)
Simp#8258: It does break some things
Simp#8258: Weird but it happened to ms
alion02#1973: hmmm
Tangil#3830: wheres my graphic designer role https://cdn.discordapp.com/attachments/424610429634084867/514853780164968459/rlbotofficial_banner.png
jeroen... |
chip#7643: here's the sad reality: you'll get a job in a language that isn't beautiful
Simp#8258: Shh
Simp#8258: I dont want to hear that... :')
chip#7643: there's a time and a place to care deeply about what the code looks like
chip#7643: e.g. for your code golf games
chip#7643: but that's all they are, a game
chip#76... |
Tangil#3830: @jeroen11dijk ikr it's so neat, i added details like the shading on the logo to make it stand out
jeroen11dijk#1178: what was it for
Tangil#3830: What was what for
Tangil#3830: The banner?
Kipje13#9878: reeee python
Simp#8258: Look im not the biggest fan of python either... But
Simp#8258: For this use case... |
Simp#8258: Well
Simp#8258: Machine code is literally the most superior language
Simp#8258: ๐
Simp#8258: Gotta learn all the opcodes for all cpus
Kipje13#9878: Lets build a wall and deport all languages that arent statically typed ๐
Simp#8258: ๐
Kipje13#9878: Make C great again
Simp#8258: Yas let's use c from several... |
Simp#8258: Dont
Simp#8258: Scratch is too slow
tarehart#6423: there's a way to get reaaally basic ball prediction
Jonas#2222: is there?
Jonas#2222: you gotta tell me
tarehart#6423: ball position + (ball velocity * my distance from ball * some constant)
tarehart#6423: will give you something decent to aim at
Tangil#3830... |
Jonas#2222: like variables?
Simp#8258: Scratch has list
Simp#8258: Of variables
Simp#8258: :D
jeroen11dijk#1178: @Tangil what else is this? https://cdn.discordapp.com/attachments/424610429634084867/514867530154770447/unknown.png
Tangil#3830: Goodness
Simp#8258: Thats windows
Tangil#3830: Did you install Windows 9 or so... |
Tangil#3830: :smart:
jeroen11dijk#1178: but I would rather have a real solution
Jonas#2222: @tarehart so is ball velocity something like this
Jonas#2222: https://gyazo.com/724e490a0d8bcfe75910d37ac6d1209d
Tangil#3830: This is more of #python
Jonas#2222: oh sorry
Tangil#3830: no need to apologise
Tangil#3830: Today feel... |
Simp#8258: @Kipje13 I always... ALWAYS do PR on website
Simp#8258: :D
cominixo#0314: git is kinda rough when starting, but once you get used to it it gets pretty easy
Tangil#3830: having a grasp on the fundementals goes a long way towards being more productive
Tangil#3830: did you try to pr using request-pull?
Tangil#3... |
Tangil#3830: ah so the commits you made weren't already in the rlbot/rlbot repo?
Kipje13#9878: They were
Tangil#3830: wat
Kipje13#9878: ๐ ๐ซ
Kyza#1717: Has anyone seen this meme? https://cdn.discordapp.com/attachments/424610429634084867/514895560348663813/unknown.png
Tangil#3830: you cant ruin it with that theme
Tangi... |
Kyza#1717: https://cdn.discordapp.com/attachments/424610429634084867/514898183730757653/unknown.png
Tangil#3830: https://discordapp.com/channels/348658686962696195/424610429634084867/514896501701607463
because py2 reee
Kyza#1717: https://cthulhuforamerica.com/
jeroen11dijk#1178: @Skyborg you should enter a scratch bot... |
Skyborg#0894: yes, i like my code ugly and dont want to traumatize anyone
Skyborg#0894: but some people have teams
wriken#7580: is there any place i can see your bot in action?
Skyborg#0894: skybot is mine alone, but team bread is with other people
For sure, have you installed the framework?
if so then you can download... |
jeroen11dijk#1178: so when a new skybot video
jeroen11dijk#1178: joined by our best moderator
Skyborg#0894: โฅ
Skyborg#0894: weeee another sub ๐ :p
jeroen11dijk#1178: check again
Skyborg#0894: @jeroen11dijk i need tiiiime
Skyborg#0894: check what?
jeroen11dijk#1178: let me know when you have it
jeroen11dijk#1178: your ... |
jeroen11dijk#1178: @Skyborg teach me https://cdn.discordapp.com/attachments/424610429634084867/514928388738252812/unknown.png
Skyborg#0894: it's a plugin, called discord rich presence
jeroen11dijk#1178: https://www.reddit.com/r/RocketLeague/comments/9z7bi3/why_arent_the_diagonal_kick_offs_spawns/
jeroen11dijk#1178: I m... |
Skyborg#0894: @tarehart
https://www.cnbc.com/2018/11/21/amazon-exposed-customer-names-and-emails-in-a-technical-error.html
This is what happens when you do rlbot on the job
tarehart#6423: whoops!
twobackfromtheend#1471: My bad...
twobackfromtheend#1471: also what's that image
twobackfromtheend#1471: "Jeff Bezos looking... |
!arewebroken
!tournament
!languages
!tutorial
!utilities
!github
!online
!install
!thegif
!saltie
!cone
!wiki
!vod
!bot
!dll |
!id
and a few secret surprises.
Are you a Bot Maker? Type !botmaker to get your role assigned and receive updates.
Please don't spam the bot :)
Gustavo#8421: !wiki
RLBot#1485: Wiki: <https://github.com/RLBot/RLBot/wiki>
Maple#6638: what's it for ๐ค
Maple#6638: !botmaker
dtracers#9598: @Dyst is this for rocket league or... |
dtracers#9598: its okay you missed lots of weeb stuff
Tangil#3830: Yeah those weebs amr
Jaseowns#6694: !botmaker
Jonas#2222: https://cdn.discordapp.com/attachments/424610429634084867/515064948985036800/unknown.png
Jonas#2222: Why is the questionmark there?
tarehart#6423: it helps you understand that the block gives a ... |
tarehart#6423: and sorry I misunderstood you earlier
tarehart#6423: that green thing you built is exactly the same as "touching edge ?" all by itself
Jonas#2222: Funny enough I don't know what you are talking about. When did you misunderstand me?
Jonas#2222: Oh about the defense thing?
tarehart#6423: if you were asking... |
tarehart#6423: here's a clean way to do that though: https://cdn.discordapp.com/attachments/424610429634084867/515071423551635457/unknown.png
Jonas#2222: uuh
Jonas#2222: where the touching color part
Jonas#2222: oh wait
Jonas#2222: that's just another form of saying it
tarehart#6423: yeah, it's saying whether you're on... |
RLBot#1485: Current commands include:
!arewebroken
!tournament
!languages
!tutorial
!utilities
!github
!online
!install
!thegif
!saltie
!cone
!wiki
!vod
!bot |
!dll
!id
and a few secret surprises.
Are you a Bot Maker? Type !botmaker to get your role assigned and receive updates.
Please don't spam the bot :)
Maple#6638: !help
Deleted User#0000: !botmaker
alion02#1973: OOF so close https://cdn.discordapp.com/attachments/424610429634084867/515120472166498368/1_99_503_497_6_93_1_... |
alion02#1973: that's not how it works
Jonas#2222: It is though
Jonas#2222: 2 * 100 = 200
Skyborg#0894: lol, i suck hard
Skyborg#0894: mine is 30wpm
alion02#1973: wait what
alion02#1973: that's not humanly possible either
Skyborg#0894: it might be becaus ei'm not used to this keyboard, and i have to look at it to type
a... |
Jonas#2222: Getting better
Skyborg#0894: got better with the one i-m most used to
Skyborg#0894: the thing is that i always tye
Jonas#2222: You should try type race
Jonas#2222: @alion02
Skyborg#0894: typed in laptops, and having a mechanical now its weird
Skyborg#0894: i-m not ued to it yet
alion02#1973: yes i know what... |
Jonas#2222: Take a break
alion02#1973: i should try it on mobile
alion02#1973: i wonder how fast i am here
alion02#1973: 41 wpm
alion02#1973: sorry sky
Skyborg#0894: 50% of my speed is lost having to look a the words
Jonas#2222: what phone you got<+
Skyborg#0894: i was 40 as well
Skyborg#0894: on mobile
Skyborg#0894: i... |
alion02#1973: no
Jonas#2222: nein
alion02#1973: wtf brain fart made me write "no" in my native lang
alion02#1973: how
Jonas#2222: Minecraft bad place
Jonas#2222: Nether
Jonas#2222: lands
Jonas#2222: right?
alion02#1973: no
Jonas#2222: France?
alion02#1973: ๐ต๐ฑ
Jonas#2222: Poland
Jonas#2222: ahhh
Skyborg#0894: ๐ต๐น
Jon... |
Jonas#2222: and my retarded friend is from ๐ฑ๐ป
Jonas#2222: but he lives in dk
Jonas#2222: fak
Jonas#2222: nas kantri men
jeroen11dijk#1178: ๐ณ๐ฑ
Jonas#2222: โ
Jonas#2222: weed?
Jonas#2222: u smoke?
jeroen11dijk#1178: Nope
Jonas#2222: its legal right
jeroen11dijk#1178: Pretty sure it is
jeroen11dijk#1178: Possession is... |
Jonas#2222: you have your own farm?
jeroen11dijk#1178: If you get caught with XTC you are arrested but if you are under the influence of XTC they canโt do anything
jeroen11dijk#1178: Licensed coffee shops
Jonas#2222: coffee shops you buy weed?
Jonas#2222: but you have to be 18+ right?
jeroen11dijk#1178: Yes and yes
ali... |
alion02#1973: yeah that 99 wpm was a good run
alion02#1973: i average about 95
lemon#0001: me too, around there.
lemon#0001: 95 is comfortable.
lemon#0001: then again typing arbitrary words is not really representative of typing, like, flow of consciousness type of stuff.
lemon#0001: so it's probably higher for real sh... |
lemon#0001: I probably type a great deal faster than in any typing test. I never have to consider what I'm writing.
lemon#0001: but if I'm just chatting, that's different
Skyborg#0894: its hard living with 2 keyboard layout, you think you are making a smily face and this angry monstrocity comes out >(
alion02#1973: oh ... |
alion02#1973: i need a second keyboard to try that out with right now
alion02#1973: shit, i gave away my 10 yr old 10$ keyboard to a family member
Skyborg#0894: https://cdn.discordapp.com/attachments/424610429634084867/515141618349899788/IMG_20181122_122817820.jpg
Skyborg#0894: Close
alion02#1973: and they took it som... |
lemon#0001: I thought you were making a joke
jeroen11dijk#1178: on the topics of keyboards
jeroen11dijk#1178: I need a new onw
jeroen11dijk#1178: any recommendations
Skyborg#0894: no, that is legit my setup XD
Skyborg#0894: half the time
Skyborg#0894: i dont like to have the pc too far
lemon#0001: @jeroen11dijk what ki... |
lemon#0001: on a mechanical keyboard, every key has a keyswitch under the cap.
lemon#0001: on normal keyboards, there's just a big sheet of rubber - those are called rubber domes
lemon#0001: there's a huge difference between the two
jeroen11dijk#1178: mechanical preferably
jeroen11dijk#1178: but not too expensive as we... |
alion02#1973: i'm a linear type of guy
alion02#1973: so i have reds
lemon#0001: for a really good linear keyboard, look at Ducky
Skyborg#0894: i researched a bit before making my cghoice, i just wasnt expectin this much, but its ok
lemon#0001: like man, https://www.amazon.com/Ducky-One-Skyline-Cherry-Keyboard/dp/B07B6D... |
alion02#1973: on amazon it's 100$
alion02#1973: it's that time of year again
alion02#1973: steam game nominations
alion02#1973: i played like literally 5 games this whole year
alion02#1973: so i have a problem
Tangil#3830: I don't even play new video games anymore
Tangil#3830: Heck, I barely play rl
alion02#1973: the o... |
Simp#8258: ยฏ\_ (ใ) _/ยฏ
Simp#8258: If you want tactile feedback there will be noise
Simp#8258: But I saw recently some very nice switch thats super quiet
Simp#8258: Also I'm kinda digging tessoro keyboards the super slim one and the one that has slim key caps
ccman32#4022: hm, i will probably need a keyboard very soon b... |
Simp#8258: ๐
Simp#8258: Yes it wasn't the most accurate thing
Simp#8258: But it worked
Simp#8258: I might tho dumb down gosling
Simp#8258: Try to defend most of the time
Simp#8258: And pull away when a chance arises
michael#0046: I left rocket league running with a bot I made going in circles overnight and now I have ... |
!tournament
!languages
!tutorial
!utilities
!github
!online
!install
!thegif
!saltie
!cone
!wiki
!vod
!bot
!dll
!id |
and a few secret surprises.
Are you a Bot Maker? Type !botmaker to get your role assigned and receive updates.
Please don't spam the bot :)
michael#0046: !tournament
RLBot#1485: **Tournament is over**
We are planning one for November, the 1 Year Aniversary of RLBot
While you wait, if you are a botmaker, you can vote on... |
Everything you need to start your own bot!
<http://www.rlbot.org/>
GooseFairy#6680: @Skyborg
GooseFairy#6680: fix this
michael#0046: !thegif
RLBot#1485: https://gfycat.com/CleanSphericalCobra credits to Chip
michael#0046: !online
RLBot#1485: no, we do not support online play
alion02#1973: zombieland ep 8 was lit
alion0... |
Tangil#3830: No
alion02#1973: hm
alion02#1973: i liked it
Tangil#3830: To each their own
alion02#1973: the last episode was weird af, but this one is fine imho
alion02#1973: now i'm curious about the discussion on mal
Tangil#3830: What was up with shrimpy growing facial hair
Tangil#3830: Is she a guy
alion02#1973: they... |
Tangil#3830: Animation felt off idk why
alion02#1973: oh yeah the eyes were looking...
alion02#1973: heh
Simp#8258: Oh shit
alion02#1973: dead
Simp#8258: I didnt realize this is about animd
Simp#8258: Glad I didnt read enuff to spoil it to me
Tangil#3830: Drop Zombieland at ep 7 kappa
alion02#1973: drop zombieland befo... |
Tangil#3830: So when you said to drop before ep 3 and said kappa, I said no you actually should
alion02#1973: i thought you got autocorrected
alion02#1973: from "no kappa" to "no cap"
alion02#1973: i mean, it conveys the same message
alion02#1973: ยฏ\_(ใ)_/ยฏ
Tangil#3830: I thought it originated from kappa but apparently... |
alion02#1973: i don't remember where it was
alion02#1973: actually, i'm not confident it was even cg anymore
alion02#1973: it might've been just really bad animation
alion02#1973: since their budget was slipping this ep
alion02#1973: in some places
Tangil#3830: yeah the animation was off
Tangil#3830: need to watch bunn... |
alion02#1973: actually i lied, if i "don't know any japanese", then i "don't know any english" as well, since i haven't actually learned any english the schematic way either
Tangil#3830: the reason i know is because i was curious on why the second person isn't used as much as it is in english and such after watching an... |
alion02#1973: bye
Tangil#3830: watashi wa mou shindeiru because of homework
Tangil#3830: bye
Tangil#3830: oh wait i need to look at mal discussions on zombieland ep 8 first
Edgy12yearold#2344: !bots
RLBot#1485: Here is the bot list: <https://docs.google.com/spreadsheets/d/1GpLZKTNuXENfVX7Ma-J_MtQvJDPIjwwh5MXa2DwQ2J0/e... |
tarehart#6423: sorry ๐ฆ
Jonas#2222: It's ok
Simp#8258: Did you try Ctrl+alt+del
Simp#8258: Or shift+tab
Jonas#2222: yup
Jonas#2222: it was fullscreen
Simp#8258: That doesn't matter
Simp#8258: If you waited it would respond
Jonas#2222: also tryed alt+f4
Simp#8258: How long did you wait?
Jonas#2222: I thought I had been ... |
Edgy12yearold#2344: ๐ฆ
Jonas#2222: https://gyazo.com/42b5d8fde93417b879dd8e0807bc81c5
Jonas#2222: This will go in both negative and positive right
Jonas#2222: in total 10 degrees of target
Edgy12yearold#2344: yeah abs does that
Edgy12yearold#2344: Sorry I have no clue about scratch ๐ฎ
Jonas#2222: its ok
Jonas#2222: I g... |
alion02#1973: "`mktime`โs arguments are, in order: hour, minute, second, month, day, year."
alion02#1973: "PHP supports octal syntax with a leading 0, so e.g. 012 will be the number ten. However, 08 becomes the number zero. The 8 (or 9) and any following digits disappear. 01c is a syntax error."
alion02#1973: i need to... |
Skyborg#0894: ?
ccman32#4022: check the task scheduler for it and delete its task?
ccman32#4022: if there is no task for it then its probably in the autostart instead
Deleted User#0000: Update: I rebooted yet again and it said preparic automatic repair for file C:\WINDOWS\System32 \Logfiles \Srt \SrtTrail.txt, I chose ... |
Simp#8258: wooohooo im done
Simp#8258: https://cdn.discordapp.com/attachments/424610429634084867/515441843765510145/board.PNG
Simp#8258: hand routed
Simp#8258: ๐
Hytak#5125: Nice!
Hytak#5125: !chip
RLBot#1485: Chip notes:
<https://samuelpmish.github.io/notes/RocketLeague/>
SuperVK#0991: !help
RLBot#1485: Current comm... |
!github
!online
!install
!thegif
!saltie
!cone
!wiki
!vod
!bot
!dll
!id
and a few secret surprises.
Are you a Bot Maker? Type !botmaker to get your role assigned and receive updates.
Please don't spam the bot :)
SuperVK#0991: !botmaker |
SuperVK#0991: !languages
RLBot#1485: We currently support Python (recomended, it is the most used and most supported), Java, Scratch, .NET and Rust
RLBot#1485: https://gfycat.com/CleanSphericalCobra credits to Chip
SuperVK#0991: !thegif
SuperVK#0991: !cone
RLBot#1485: https://raw.githubusercontent.com/RLBot/RLBot/maste... |
Edwin.#7531: ๐
Simp#8258: ๐
Eastvillage#2628: ๐
Skyborg#0894: ๐
dtracers#9598: ๐
Marvin#2413: โ
Tangil#3830: banned
Marvin#2413: yay
Hytak#5125: What is this!
Tangil#3830: Dang this is so good
https://soundcloud.com/nathanyster/shelter-short-acoustic
Symere Woods#4391: https://www.strawpoll.me/16902040 boys i need... |
jeroen11dijk#1178: ๐
Hytak#5125: wait, does rlbot start rcoket league?
Tangil#3830: Yeah, it came from a new PR by ima9rd
Jonas#2222: @Tangil My friend is short and autistic too
Tangil#3830: ?
Jonas#2222: He doesn't live in a shelter though
Jonas#2222: He lives in a real house
jeroen11dijk#1178: Thats a nice feature!
... |
r0bbi3#0269: @Tangil oh i've heard shelter but not an acoustic version
r0bbi3#0269: idk if you're into the original type, but i trust you to be
Tangil#3830: original song is good too, but i prefer the acoustic version
Zypex#3165: !help
RLBot#1485: Current commands include:
!arewebroken
!tournament
!languages
!tutorial
... |
!cone
!wiki
!vod
!bot
!dll
!id
and a few secret surprises.
Are you a Bot Maker? Type !botmaker to get your role assigned and receive updates.
Please don't spam the bot :)
alion02#1973: i remember when i had an obsession with shelter
Zypex#3165: How do I become a part of python role
alion02#1973: submit a clip of your p... |
Zypex#3165: K, ill just wait till I finish it and then put it in the turkey tournament
Zypex#3165: love ur bot btw
alion02#1973: haha thanks
alion02#1973: -----
back to shelter, i think i watched the pv a total of ~50 times
alion02#1973: o shit, i still have the entire opening monologue accidentally memorized
Stuuu#895... |
!install
!thegif
!saltie
!cone
!wiki
!vod
!bot
!dll
!id
and a few secret surprises.
Are you a Bot Maker? Type !botmaker to get your role assigned and receive updates.
Please don't spam the bot :)
Stuuu#8950: !tutorial
RLBot#1485: - Wiki - <https://github.com/RLBot/RLBot/wiki>
- Video tutorials - Part 1 - <https://youtu... |
- Text tutorials - Part 1 - <https://www.reddit.com/r/RocketLeagueBots/wiki/botguidepart1>
- Quick chats - <https://www.reddit.com/r/RocketLeagueBots/wiki/quickchat>
- Rendering - <https://www.reddit.com/r/RocketLeagueBots/wiki/rendering>
alion02#1973: @Tangil did you also watch the pv? or only heard the song?
Tangil#3... |
alion02#1973: i had it on "masterpiece" on mal for the longest while
alion02#1973: it's not a 10/10 after sufficient reflection, but it's definitely at least a 9/10 to me
Tangil#3830: yeah that was pretty good
Tangil#3830: i consider maquia a masterpiece, and this isn't maquia so
Tangil#3830: it's 8/10 on mal for me th... |
Eastvillage#2628: The ? is just because I don't work on a bot ๐
alion02#1973: weird but okay
jeroen11dijk#1178: luckily you will still be around
jeroen11dijk#1178: but beast is still a really solid bot
Eastvillage#2628: I will return to Beast one day
Tangil#3830: also once i noticed it, i couldn't get out of my head t... |
Eastvillage#2628: But they also say "don't release your first few games. Because they SUCK. Just learn from them"
alion02#1973: huh, everyone i saw recommends to release the first game as soon as possible
alion02#1973: guess we've been browsing the opposite corners of the internet
Eastvillage#2628: You definitely also ... |
alion02#1973: four arms is a bit of a problem
alion02#1973: but split personality is in place
alion02#1973: for example, i love the fireboy and watergirl series
alion02#1973: but i have yet to play it with a friend
alion02#1973: btw ew flash games in 2018
alion02#1973: lol
Tangil#3830: you know what, i've never played ... |
alion02#1973: age of war
alion02#1973: https://lh3.ggpht.com/85VAzGL-C9Bp0RcmBS-JpJaNLgh-_dPdC5-PVpvZoK7dodnqaCQD5oNCNzGuMSXiQA=w720-h310
Tangil#3830: oh the one where you have 2 opposing sides and you grow your civilisation in terms of technology?
Tangil#3830: ah hek yes
Tangil#3830: i never played it in school but wh... |
Tangil#3830: i'm really not
Jonas#2222: you kind of are though
Jonas#2222: at least I think so
cominixo#0314: wow I thought redox was older :P
cominixo#0314: i'm 15
Tangil#3830: yeetus i have not seen bunny girl ep 8
Tangil#3830: has anyone seen akira?
ccman32#4022: I'm 22
jeroen11dijk#1178: 20
alion02#1973: also 16
d... |
1999
Aka 19 year old
Edgy12yearold#2344: @Skyborg you wanted to see the messiest python code ever? There you go : https://github.com/Kapparov/AmbossBot
Jonas#2222: aka not a part of the 2002 gang
Jonas#2222: *This post was made by 2002 gang*
Avocado Tech Support#7914: https://cdn.discordapp.com/attachments/42461042963... |
alion02#1973: that was not a show i expected to make me go woah
GooseFairy#6680: tonight's the first time in my life that I've ever had to make a reservation for a gas station
GooseFairy#6680: xD
Chriss#0699: Ive never heard that'
Chriss#0699: Is it because they are low?
GooseFairy#6680: https://sheltairaviation.com/fb... |
alion02#1973: right yeah excluding my sleep time that would mean i would've had to have spent most of my time in this world watching anime and reading manga
alion02#1973: okay, nevermind, not most of my time
alion02#1973: only like
alion02#1973: 40%
Tangil#3830: how does this person have so much time to watch anime
Tan... |
Simp#8258: I'm neglecting work on it today
Simp#8258: I need to finish it
Simp#8258: But I feel the scratch pain already
Zypex#3165: Lol
Zypex#3165: I'm coding it on python
Zypex#3165: I don't know python
Zypex#3165: I know java
Zypex#3165: But you know, might as well learn another language while coding RLbots
Simp#825... |
jeroen11dijk#1178: Thatโs a nice announcement!
jeroen11dijk#1178: Canโt wait to ping people
jeroen11dijk#1178: :pingsock:
Simp#8258: theres a problem with it
Simp#8258: i can only have one role?
Simp#8258: whatever role i selected last is the role i get
jeroen11dijk#1178: Also all the mods are away, so letโs riot!
jero... |
Simp#8258: skyborg should sort it out
jeroen11dijk#1178: Yeah he should
jeroen11dijk#1178: Also they should have done @ everyone
jeroen11dijk#1178: So everyone gets a ping to check it out
Skyborg#0894: @Simp it's supposed to be like that, you should choose the lowest and you will be pinged for the highest
Simp#8258: o... |
Skyborg#0894: True, I think I'll unlock for now
jeroen11dijk#1178: Oh that makes sense but I still believe we should separate it
Skyborg#0894: It's separated
jeroen11dijk#1178: Okay but you need to reselect the reactions
Edgy12yearold#2344: what is this? Does it come from the rl framework? I dont even have the dll load... |
Edgy12yearold#2344: To me it was ^^
Kipje13#9878: Its part of rocket league
Kipje13#9878: You can also open it by going options -> interface -> performance graphs
Skyborg#0894: https://cdn.discordapp.com/attachments/424610429634084867/515911761203953682/IMG_20181124_102655150.jpg
Skyborg#0894: Catched at a machinery f... |
Kipje13#9878: or people who write `int *a`
RLBot#1485: - Wiki - <https://github.com/RLBot/RLBot/wiki>
- Video tutorials - Part 1 - <https://youtu.be/NjJzPoo16iQ>
- Text tutorials - Part 1 - <https://www.reddit.com/r/RocketLeagueBots/wiki/botguidepart1>
- Quick chats - <https://www.reddit.com/r/RocketLeagueBots/wiki/qui... |
alion02#1973: oh wait i can use a for loop here
alion02#1973: ~~yp i' drunk~~ yep i'm drunk
Kipje13#9878: imagine if someone made a framework allowing us to write bots for rocket league
Simp#8258: Well there are uses when while loop is better
Zomatree#7777: @Kipje13 that would be amazing
alion02#1973: this ain't one of... |
Simp#8258: How about yes?
Tangil#3830: how about yes
Simp#8258: Oh
Simp#8258: I wanted to go on but k
Simp#8258: Glad you agree with me
Simp#8258: <3
Tangil#3830: if you don't want to run out of earphones ever again <https://www.aliexpress.com/item/With-Logo-20-pcs-lot-3-5mm-in-ear-S6-Headphones-Earphones-with-Mic-Earp... |
Simp#8258: If you use headphones daily and all the time you commuting then ye pretty quick
Simp#8258: If I used them only at my desk they would last for ages
Tangil#3830: i feel ya
Tangil#3830: >bad quality
>gives 4 stars https://cdn.discordapp.com/attachments/424610429634084867/515979973413044233/unknown.png
Stuuu#89... |
Simp#8258: 50 or more I think
Skyborg#0894: I only have "all notifications" on this server, all my other are muted
Simp#8258: Oh
Tangil#3830: how do you cope with that
Tangil#3830: i only have mentions on
Tangil#3830: i am not willing to look at people's messages 24/7
ccman32#4022: how the fk did I do this
ccman32#4022... |
Edwin.#7531: https://youtu.be/9cBCYujsXMA
Holy shit sunless is so great :')
Stuuu#8950: Yes
michael#0046: !thegif
RLBot#1485: https://gfycat.com/CleanSphericalCobra credits to Chip
Zypex#3165: !releifpls
Zypex#3165: !reliefpls
RLBot#1485: ReliefBot setup guide: <https://www.youtube.com/watch?v=VHOkWVYlfa0>
JimothyJimot... |
JimothyJimothy#7081: I'm not sure if that set up alrey exists
JimothyJimothy#7081: Hoping it's new so I can get credit for inventing it
JimothyJimothy#7081: Also thanks
JimothyJimothy#7081: Lol
Deceptionz#8714: @dtracers
Deceptionz#8714: Whats like the craziest mechanic you can do then?
Deceptionz#8714: ohh
Deceptionz#... |
dtracers#9598: I play very positionally smart
Tangil#3830: But also #human-rl js
Deceptionz#8714: yeah
dtracers#9598: So it makes up for my lack of mechanics
dtracers#9598: I am really good at reading players and what they will do
Deceptionz#8714: so like
Deceptionz#8714: offbrand torment?
Deceptionz#8714: bad player c... |
Deceptionz#8714: and we made mad 2's plays
Deceptionz#8714: well like I said I kinda dont play all that much anymore, so I dont trust myself with your rank, I just let my brother play most of the time ๐
Deceptionz#8714: but I will for sure ask you if I am ever feeling myself, btw I am USC so it doesnt matter to me
dtr... |
jeroen11dijk#1178: I might have woken up at 2am
jeroen11dijk#1178: So my sleep schedule is once again a complete mess
alion02#1973: holy shite, rlbot bot doing work https://cdn.discordapp.com/attachments/424610429634084867/516240057070387201/unknown.png
Stuuu#8950: xd
Skyborg#0894: alion, yours wont be correct as i tes... |
Tangil#3830: I have ranted about that sub way too many times on this server
alion02#1973: that's why i decided it's time for me to do that
Zomatree#7777: https://cdn.discordapp.com/attachments/424610429634084867/516271467537760256/unknown.png
alion02#1973: just
alion02#1973: argh
Tangil#3830: DAE JAVA BAD?!?! ECKS DEE... |
Tangil#3830: How does it differ to normal high school
Simp#8258: 90% of lessons are coding networking hardware design microchip programming
Simp#8258: Control systems
Simp#8258: Operating systems
Tangil#3830: Oh interesting, that's pretty cool
Simp#8258: I've posted here a PCB we were making on lesson
Tangil#3830: It'd... |
Simp#8258: When you go to general you kinda need to go to uni/college
Simp#8258: If you go to specific you can go work at high profile job
Simp#8258: Or go uni/college
Tangil#3830: I'm not familiar with any educational system other than the UK one so this is pretty interesting
Simp#8258: Our is pretty different from ot... |
Stuuu#8950: Lol xd
ccman32#4022: when i posted this he was sleeping
Stuuu#8950: xdd
ccman32#4022: then i think someone joined on ts and shouted to wake him up
ccman32#4022: seems like he now also forgot how to resume the game so hes stuck in the pause menu ๐
ccman32#4022: oh shit, he just found the resume button
Stuuu... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.