#ot0-no-stealth-portals-please
3246 messages ยท Page 9 of 4
but I uh, crashed the avionics/efb plugin by being dumb
so dumb apparently that the staff on their discord decided rather than answering my question of what I was doing wrong, they told me to enter a call with them next time and they'll show me how to do it properly instead
๐
lol
well. I think I've done something good
Basically... MovementSystem procs every 20 ticks, RenderSystem procs every tick
ECS?
howdy
It is. Yes.
Wife? @oak hemlock ya got wife?
i just knew from the return and the useState
no i'm the wife
Cyph's wife?
ye
I have a wife?
Yeah.
not me making a compiled language
right so
basically what my parser does is
converts the string to an array list
wait no only a list?
I'm also playing rocket league
ArrayList is an implementation of the List interface
why is your compiler expecting an ArrayList
it should expect List
i made it so
also something just fucked up wait
okay i think i fixed it
what i need now is a way to convert my input to a List
for example, I am bob becomes [I , am , bob]
@solid prawn helpppp
public class Parser {
static HashMap<String, String> tokens = new HashMap<String, String>();
//static HashMap<String, String> tokensFound = new HashMap<String, String>();
static List<String> tokensFound = new ArrayList<String>();
public static void parseInit() {
tokens.put("PRINT" , "print");
tokens.put("LBRACKET" , "(");
tokens.put("RBRACKET" , ")");
}
public static List<String> parse(String parseInput) {
//System.out.println("lol k");
String[] input = parseInput.split(" ");
for (int i = 0; i != input.length; i++) {
if(tokens.containsValue(input[i])) {
//tokensFound.put(input[i] , Integer.toString(i));
tokensFound.add(String.format("%b" , input[i]));
}
else {
//tokensFound.put("Error" , String.format("Wrong Token : %s" , input[i]));
tokensFound.add(String.format("Error Wrong token %s" , input[i]));
}
}
//System.out.println(tokens);
// System.out.println(tokensFound);
return tokensFound;
}
}
``` epik parser
Which nft tag should i buy
but its valid c code
i guess its fine to simplify things
i noticed this a while back but i'll fix it later lmfao lemme get a myp working
or else you might go crazy
i did print() like in python and it errored out lmfao
anyways
i need a way to convert an input of words into an array list of words which i can feed to my compiler
so it does shit
making an actual compiled language is hard
my other language just prints everything after PRINT
DragoLang flaskbacks
Disregarding efficiency and other approaches this could be done easily with a loop over the string of code.
you might be able to read a file character by character and while doing so convert it into a list of words or tokens
i think the fastest way would be to construct the tree or intermediate representation as your reading character by character instead of reading the file into one big list then feeding it to your compiler
unhh
Arrays.asList(s.split(" "))?
I think I'm oddly proud of my crappy ECS
this will basically do the loop for you
love when that happens
yeah i made one recently and im pretty proud of it.
i will find it tommorow and maybe we can share
sad. there's a single millisecond of lag
just the actuall thing i basically made a duplicate of thing
EJHW HUF????/
@sick olive help
@solid prawn you too help
ok so
for (int i = 0; i != input.length; i++) {
if(tokens.containsValue(input[i])) {
//tokensFound.put(input[i] , Integer.toString(i));
System.out.println(input[i]);
tokensFound.add(String.format("%b" , input[i]));
}
else {
//tokensFound.put("Error" , String.format("Wrong Token : %s" , input[i]));
tokensFound.add(String.format("Error Wrong token %s" , input[i]));
}
}
``` i did this right
print
(
)
``` it printed this out as `input[i]`
bUT when the forloop ends
and i print the list System.out.println(tokensFound + " what ");
IT'S [true, true, true] what ???/
WHY TRUE TRUE TRUE
AND NOT [print , ( , )]
and () are three token
?
oh
yeahh
lucky i got that becuase im terrible with lang dev stuff
glad i could help
UGH this won't work
Use f-strings
wait something worked
There's very little reason to use .format() over f-strings
do you know java?
nop
this is java not python.
oh
yeah
that looked like python at a glance lol
damn
what did
OKAY SO
huh
MY PARSER WORKS
yeah
nice
caps bro
THIS CAN BE CORRECTLY PARSED AND E3BFUHRB
AND COMPILED
aND IT CAN
HANDLE ERRORS
never been more happy in life
now i need to rework the entire parser to make the print statement like this
print -> [whatever]
ez
it's a simple api to add new functions ngl
Anyone know of a visual studio code extension to show the assembly of my program?
Isn't there a compiler option to show intermediary assembly?
pogg
and ill need to know what my compiler produces.
it's fun to make one
have you made one?
yeah a few
wow cool
yeee
did you use c?
yeah i used C
i could give you some code that just chonks you into using C
but reminder, it's not fun if you just start from C
i don't mind giving it lol
i dont know where to begin
maybe making my own implementation of string and other data strucutres
Abandon all hope and switch to LFS
then maybe make emulators
Who needs to make their own OS when they can make their own Linux distribution
lemme get you a starting point?
also guys. i lost all of my programming data
everything in my RAW folder is gone.
Hasn't it for a long while
iDK
yeah that happend to me after i bricked my system
shut it off while updating
tried fixing it but even grub was broken
gn
english be like
lol
lol
bruh
Seems like everyone is asleep
Make your online purchases more secure with http://privacy.com/forrest and get $5, too!
After finding an article about why the author dislikes open source, I came to the conclusion that the opinions in this article were formed based on false information. That's why I want to go through it together so we can all have a better understanding of op...
Fun vid
Today, I realized that I was no more a beginner...
my total number of lines exceeded 100...
well it is afternoon
also ;) more job opportunities for js devs
more vulnerabilities
@sick olive You know way too much to not know how dynamic arrays work ๐
i haeve written 200 lines of css
sad css noises
css is kinda boring
but I have to learn it
it changes every day
0:00 utc
!ot
Off-topic channels
There are three off-topic channels:
โข #ot0-no-stealth-portals-please
โข #ot1-banned-from-discord
โข #ot2-egg-is-gluten-free
Their names change randomly every 24 hours, but you can always find them under the OFF-TOPIC/GENERAL category in the channel list.
Please read our off-topic etiquette before participating in conversations.
Ahh got it
Thank you
I'm sorry for asking such stupid questions, I just joined last night so I didn't know
Sorry just saw it, wdym?
waht
english is weird
why discord red underlines english
It might want it capitalised
seems i can run sway now, now that nvidia supports GBM
watch a yt video xD
Lots of people on this server that can do that
hello
anyone can do that
any programmer
can do that
nicee
yooo same
pov : i stood up for myself
That's kinda toxic ngl
Good job. Don't let people who trampled over you try to use you.
Also do people still use gay as an insult? Really?
^
But why get "insulted" of someone called you gay tho?
bruh
i
les goo

Anyone "can", not many people know what they're doing though
Why know what you're doing when there is google.
Is googling what most programmers do if they don't know something? Do they not try and figure it out themselves first?
C moment
well
isnt googling part of trying to figure it out yourself?
you will be hard pressed to find any programmer who does not google stuff from time to time.
I mean doing sort of hands on work yourself
if not, why not? Explain your position in 500 words.
if you don't know something that's already past the trying to figure it out part.
does this sprite look like a top down motor boat lol
i suck at pixel art so bad
strike that, i suck at art so bad
I get that googling it is very useful, but isn't part of the fun of solving whatever problem you have trying to solve it yourself?
why isnt googling part of that
^ ?
Google is probably more used than coding when you're a programmer
are you getting someone else to come over to your place and fix it for you?
lol nice
are you contracting someone to fix your issue?
aNyone?
well, some times you kind of just want to get something done.
more just why you are coding something in particular.
this sounds like youre trying to put someone's efforts down because they used google
I know functions that I use somewhat frequently from the top of my head, but for less used functions I definetly google the docs entry etc.
youre not any better just cause you can remember some obscure function names
i try to think through most of my problems first, but if i am just doing something because i need to do because it makes something i am doing easier, then i will happily copy paste something from the internet.
i can figure it out later, after all.
soMeone check my sprite please
No no, I'm sorry if that's the message I portrayed. I'm just trying to ask if googling the answers ruins the fun of solving questions for you.
it can, but it assumes that somebody found the problem fun in the first place.
this is a python server, we don't google stuff here
we find a package on pypi instead
google is part of the fun, its a reference, how are you supposed to solve problems without referring to anything
One of those with a massive fan at the back
/s
PYTHON MOMENT
(its a propeller)
me and the boys aimlessly filling our project with dependencies because we want to be using Node.js
but just tell me does it look like a boat?
I'm sorry if I made it look like I was putting people down if they google stuff, I just started so I can't judge haha
no
It does somewhat, but I find it hard to tell for such small images.
my sister and someone else told me the sprite i made earlier looked like a mailbox...
not necessarily
oh well :C
some people just Google shit because it helps get it done quicker. i do not find every programming problem i come across fun.
Fun fact: Sprite used to have anti depressants in it.
what
i still enjoy it, but programming is still a mix of a tool and hobby to me.
Just like Cola used to have actual coke in it.
what
why do you think its called coke
why not
Well it's not called coce
i think they used to give kids heroin.
It's one of the best painkillers.
That used to be ok and be the norm, but things change
for mental pain AND physical pain! =D
it sure kills something
career goals is getting into investment banking and doing lines on a skyscraper somewhere maybe
That seems like harmful advice.
spaghetti lines of code i meant
and ur sanity
you cannot lose what you do not have. ๐คช
good point
I WAS TYPING THE EXACT SAME THING

it just proves how youre all instances of the same bot
hmm
It's the kind of thing where you find out you still a a tiny bit of sanity left and then lose that ๐ฆ
obviously
we are running on different shards.
aboo is the puppet master
D:
let it go ๐
Great minds think alike!
banned for botting
this just proves bananas are our overlords
evil aboo be like
Bye D:
vim is 1 year closer to when people stop using it
whenever that may be
monke = best friend of banan
you dont hear text
i can hear my keyboard though.
les gooo another joke ruined
you never know when you may need it
there's worse emojis
elaborate ๐ซ
write me a 3 page essay on the quality of Discord's emojis and then submit it to the drop box by 4:32 AM yesterday night.
Yesterday night?
doesnt render for me either lol
I answered to someones question
excuse me thats a rectangle
pregnant man
inferior home row ๐
Agreed
A pregnant man holding his round stomach. Sometimes used in jest to represent feeling too full after overeating, as in a "food baby."
oh lmao
problem? 
arstneio
yes, and maybe even last year.
Ok...
arstneio
is that some Harry Potter spell?
or some obscure Python library i am unaware of?
your silence speaks volumes.
they're both the same
TRUE
aka. stickers
^
wungus:
yes exactly that
big wungus
Or whatever it is supposed to be
@wintry copper you're needed
wungus*
bring forth the wungi
wtf
thats a curse and a half
hot
What exactly is that supposed to be?
god
yes god
non cursed image
big ed
no, no and no
A
chungus + wumpus
uwu ed
yes, yes, and yes.
we stan big ed
I'm so sorry for so many questions, but who's wumpus?
writing ๐ฏ
wtf
discord's mascot
wumpus is discord mascot
I assume chungus was that meme a while ago
girl of my dreams
yes
ily<:3
Ohh it's that guy
lol
Ok thank you!
what?
and we somehow trippled our networth
my stock trading bot
3 x 0 is still 0
it does trade real money?
this one
you put a stonk bot on heroku?!
lmao
what does it trade, like actual stocks irl?
with defineitly real money, trust me on this one
it trades actuall stocks on my paper account
we started with 200k
so not actual money
ok ok i thought it did use real money would be interesting on heroku
put commas
gib invite
๐
too lazy
brh
the last part is cents..
f"{amount:,}"
yes
right we sold everything
To wump or not to wump.
oh i thought you meant like a comma instead of the decimal point lol
That sounds so wrong on so many levels haha
istg someONE bought snowneo
Krillin is unbased
We only accept yamcha memes here
That is krillin right, i cant tell on account of there only being like 4 pixels there
Kuririn
not me buying 1 dollar of bitcoin and checking it every 4 seconds
this will 100% be added here
aLSO I MADE GOOD MONEY OF ETH yest
undoubtedly
eth for up 2 percent and when i woke up it was like 6
oh speaking of eth when they go to proof of stake its going to take 146,075.84$ to become a validator
seems like scams
and thats just now but itโs really just 32 eth so when it undoubtably goes up by then it will cost more
ahaha
thank you
bruh u have stickers for everything
how do i stop font hopping ๐
i switched from ibm plex mono to fira code to meslo lg to fira code to jetbrains mono to sf mono all in 3 days
Easy, I started to use Fira Code and never changed it again
i like fira code, but other fonts entice me too ๐
o wow
so u will search for other fonts
Comic Sans Mono
comic sans mono is actually very nice
Have you considered the thinking font?
#TechnicallyTrue
bruh
i didnt realize its all ๐ค
That's what makes it great.
apple themed firefox looks so cool!
LMAO
Who
truly an exemplar genshin impact player 
you better not know..
lolololol
Hi :D
bye D:
Hello ๐
Firacode superiority
How dare you
I use fira code even in browsers
lemme see how that looks
IMO monospace is better..., just IMO
looks good but fira code is just ๐
Hack pro is a mono space font
@ocean walrus ๐คทโโ๏ธ
I'm forgetting the name.. wait.. the defualt one in xfce
Agreed agreed
Oop
I'm too bored with Monokai in sublime, and I cannot decide among other themes...
Its about quality over quantity
any sugesstions?
u saying that "Hi :D" isnt quality? heresy
lmao
One dark
You are keeping me on my toes with the constant nickname and profile changes
One dark superiority
Thinking font only
select interpreter from there
Are you implying that my messages aren't quality???
im the imposter 
looks a lot like atom editor...
Best color scheme
yes
True true
Don't use the Code Runner extension, I find it's behavior very weird
Lies
D:
Lies
not at all aboo, you're messages are great
Kinda nice, agree
Gnome is poggers
Thank you Brad
I'm flattered
See hsp
yeah :)
This is a great example of a great message
theyre beautiful dont worry
hi flattered im dad
iron male > sigma male?
Hm
yes
Ok
fe is iron, nicely noticed
ye
Try Xfce,(except default, using themes like Qogir) looks cool and is so light....
Hm
Guys like if once in ur life u got to choose 2 languages for ur carrier, which 2 languages will you continue learning or will choose in between all of the present rn?
I want to become a programmer but I don't know which languages do I need to learn as my primary and as my secondary
As I said primary and secondary so ofc I will focus first on primary
Python is a great start
I wouldn't force yourself to choose a primary and secondary until you have an idea about what kind of programming your personally enjoy
As a first lang, i'll say learn Java, since it's fully OOP, or learn Python, if you like to learn on ur own..
Web dev and app dev
Python is also fully oop
JS
anything web related = JavaScript at this point
Yeah
What you want to do and what you enjoy to code will likely inform which languages are best suited for you
It's not my favorite language, but it's more or less indispensible for web
Not as OOP as Java
JS is pretty much necessary in the web
Oop enough :P
noooooooo
And once you've learned it, you can always ditch it for typescript
JS makes me sad
java isnt more oop just cause it forces you to put everything in a class
but it's not that great for first lang
JS is perfect for a first lang
I mean stricter OOP
โญ TS
How is it stricter
I would say Python is as object oriented as Java, but it also has some functional attributes and doesn't force you to use OOP
I don't know what 2 languages shall I choose as my primary and secondary language
Js would be a fine first language
Yeah,
JS and literally any other lang
JS/python works, JS/C# works, just pick one
Would HTML count as a language (I think that's the one you use for web development)
And you don't necessarily need to restrict yourself to two
Don't keep a second language in mind yet
Focus on your first one
HTML and css are included in JS imho
But, if you look at data types logic and ugly thing of JS such as 1+2+3+"4"
I know python, and hello world in rust and C++
bro this is such a non issue, are you for real
and such type wirdness
@ocean walrus
its not weird at all if you understand what type coercion is and how JS does it
Downfalls of weak typing, but it's still a fine first language
Wtf
I wouldn't really count html as a programming language, there isn't any logic to be found for it. It's a markup language, designed to build up the structure of a webpage
L is for language ๐ but not a programming language like others are saying
JS has some issues and "quirks", but that doesn't make it unusable
It's in the name, markup language
Html + css Turing complete ๐
modern JS is really nice
And once you've learned js , you can always learn ts
i like js a lot since, it's easy and has a huge community but it stands out in the way of doing things
the JS "1" + 1 = "11" issue is literally the same as if <iterable>:
isn't that assuming the spacebar is advancing it/the input?
I'm sorry I don't really know a lot about programming. I don't even know what HTML stands for, my apologies.
https://javascript.info/ I highly recommend this tutorial
My biggest gripe with JS is that it fails silently and that drives me nuts
Hm, I don't know all too much about it lol
Dont know why but I have a list of 7 Lang's but don't know what to use as my primary
Hyper text markup language
"did that actually work or is js lying to me"
Use whatever language is best for the task at hand
"use strict"; makes JS fail a lot louder
Always use strict
undefined has no property "foo"
Function is not a function :P
no need to apologise for not knowing something, that's the default after all
.wtf python
Hm, for web dev?
CSS and HTML
there isn't a reasonably sized set of languages that are universal enough to be called best
Amateurs, who needs css, my web pages are pretty by default
Python and JS
I know quite a few languages and still there are a lot of things that I would have to learn more languages to do effectively
oh yeah, that reminds me. I wanted to open an issue for that. I think it would be neat if you do .wtf with no query, it links you to the repo directly
.wtf python
Search result for 'python': โถ Okay Python, Can you make me fly?
Go to Repository Section
That's a good idea!
between C++, python, ARM and x86 assembly, prolog, haskell and TypeScript you cover the majority of possible problems you can solve as a programmer
but that is a lot of things to know
Oh what is proloy for
and still there are a lot of things where a different language would be significantly better
prolog is for bigbrains
Lmao
if you run into a problem like the social golfer problem, prolog is often the only reasonably fast way to solve it IRL
I know of someone who had to figure out how to send surveys to employees in a sensible way
and prolog was the only viable way to do it
in reasonable time
Damn
actually, add Coq into the list, you probably want a proof assistant of sorts
What about Haskell
haskell was in there lol
Haskell can give you type safety in ways few other languages can, and unlike those few other languages, it is actually useful
Only 1 pair? Btw thanks
Take it with a massive grain of salt
i have a math background so i've always wanted to get into working with theorem provers and stuff
Ok if I don't want to go for web dev then what?
well, then what do you want to do?
JS is pretty much sufficient for webdev(front +backend)
python and C maybe depending on what you want to do
Kotlin, and/or Java
if you want to make GUI apps, JS, C++, C# are great options.
If you want to write scientific stuffs, python, C++, fortran, julia
if you want to contribute to the linux kernel, C
Cybersec:-, ruby, js, python, go, c
@mystic urchin I don't think learning kotlin and Java makes any sense
Cause learning any one of them will be fine
Just in case if u want to go to android dev
it'd be hard to not pick up any java by doing kotlin
yeah.. must hv said or
Kinda funny that no one mentioned rust
there isn't an area where rust can do everything you want from that area
It's nice for anything almost
or well, webdev, but is rust really better than node.js?
it is immature imo
fair
i had to write a small amount of JS lately and I think I have a newfound appreciation for just about every other language
since, most things in rust are basically C ports to Rust
lol
lmao
imagine having iterators, with map and filter and nice things ๐
Do I start web dev with TS or F#
I am just a student till now so guys can you suggest me 2 Lang's that I should learn first. I want to become a programmer. I will continue with more Lang's after I complete my first two. (Plz exclude python)
C# wouldn't be bad, I guess
I mean the obvious answer would be TS but I like f# a lot
I made a fun project lol
https://github.com/SONIC-CODEZ/Discord-Login-System
Then go for f#
๐
It's decent but kinda scuffed
Anyone?
Isn't that against discord tos
?
I made it in the terminal
The input and output
Not the actual lol
Hm idk
You can check it
Have you tested it...
did you read the code?
It isn't that scuffed tbh
yeah
You can check it
Nope
why do you want 2 languages
Just the description looked sus
@clear root have you used Lean? I've been considering learning it
It's definitely not breaking tos
I would read the code in the repo itself before saying it's against ToS
Have you checked
no, I am avoiding proof assistants for now
Okay sorry
read through it quickly, yeah
Thanks
okay i did that, what do i do after?
in line 28, seems like u made a mistake in sequence
I have heard good things about lean though
It works somehow ๐
i've heard it has a warning for implicitly assuming the axiom of choice, which I found incredibly funny
starred it, cause it's kinda hard to get stars...
np,
@clear root ok Even more than 2 is ok I just want to know which languages do I need to learn to solve almost every programming problems
Java, python is one of them
And u can try c++
too many to be practical
400 lmfao
To be a proper programmer I need to learn many Lang's so it is ok
no programmer can do all of programming
you don't need to know many to be a proper programmer
And useful ones
You said you like web dev, right?
I am just asking for some of the main Lang's to solve most of the probs
Imagine brainfuck
Learn JS
yeah, JS is probably your best bet
you want to do web dev, right?
For frontend mostly
even for backend JS is excellent
why not backend
Node.js?
ye
Sure, JS is good for backend
Ahh...
because you dont have to
I just like it and a web dev is good but I want to learn some of the main Lang's like python
Is JS not a main language
JS is also Great for comedy.
To solve most of the programming problems
theres not language that can solve all programming problems well
Not all cause that's not possible
react.js is my best bet for front end
Svelte supremacy
to amend my list: C++, python, ARM and x86 assembly, prolog, haskell, Coq, HLSL, VHDL and TypeScript will handle quite a bit, but not everything.
JS + Python would work
ye
which you stand no chance of learning in a lifetime
whats wrong with those two
learn python+JS, see what you like and specialise
amateurs, imagine not knowing every language in existence
PythonScript when.
theres brython :P
python can compile to wasm, yes? So a WASM framework for python would be nice to see
binary. checkmate
lmao
Malbolge.
Yes finally my microbit is here. I can code with python on it but the board does not have pip so let me load all lib by myself lol
malbolge is higher level than binary :p
Dutch
It's so easy to learn!1!1!1!1
i'd rather code in binary though
Malbolge is a public domain esoteric programming language invented by Ben Olmstead in 1998, named after the eighth circle of hell in Dante's Inferno
oop gtg
Pfttt, I program in alien langauge aka Galactic langauge
Cya
whoa..
wait til you read the really bad parts
Lol
I'll stay away from it
I am trying to find some Lang's that can help me solve almost 50%-70% programming problems but don't know that what to choose. I don't know why but yes I want to become a programmer and need some help from u guys cause as much as I have seen most of u guys have a job and have experience that could be a bit helpful for a student like me ๐
Python + JS
if you learn 1 language, you can easily learn another, solving any problems you had with the first
hardest part is learning the fundamental concepts
I see
as others have said, learning any one language gives you the keys to learning generally.
The first "Hello, world!" program written in it was produced by a Lisp program using a local beam search of the space of all possible programs
GL
then how am i supposed to run python code?
Ok, I already give up learning it
In VS Code? It should be built in once you select an interpreter
Triangle in top right corner
i think that learning a statically typed lang is the best start.. cause after that you will feel dynamically typed langs to be easier
My opinion
Bigger photo
Its my desktop
Colourful... a lot
Vibrancy?
just transparency (GlassIt Extension)
That's Andromeda?
Ty
Extension for Visual Studio Code - VS Code Extension to set window to transparent on Windows and Linux platforms.
Imma install it
oh thanks so much i uninstalled code runner and it works now
Ty @onyx ice
two random questions about these very channels
@mystic urchin can you suggest me some statically typed languages
- are the names randomly generated?
- how often do they change?
ayo why is my program slowing down after a minute or two?
cpp, rust, type script, java, etc
The ot names are added by mods to a big list (1500 ish I think) and they rotate at 0 UTC every day
wrong message :p
my bad..
its not cpp its ccp ๐ก๐ก -4 social credit
Lmao
?
glory to the ccp!
it's a joke about the chinese communist party
oh, just whoosed over...
not joke ๐ก
@mystic urchin ?
They are mostly staff in jokes
yeah, cpp, rust, typescript, Java, etc... these have strong type enforcement
!otn s brad
fair enough
btw when did this ot-name thing start?
Joe-is-JoeMama
No offense btw
The off topic name thing has been a thing for awhiiiile
( #ot2-egg-is-gluten-free is us all having to turn zig up to 200% during staff meetings because his mic is very soft)
lol
When he gets a proper mic we'll all be getting hearing damage.
anyways ill brb and always remember, glory to the ccp!
Lol
kinda reminds me of one of my friends.. he said hail ussr every 5 mins or so...
Whats the list length now?
Glory to the cpp!
- 56 social credit ๐ ๐
oh damn, the names remaining are getting short
he said cpp, not ccp... lmao
WHAT
Learning about regular expressions , why would epsilon be included here ? I thought it has start with a or b
see
1,400 over three years is about 1.2 names added per day
C plus plus
-43298 social credit ๐ก
excuse me what
lol, GitHub said 3 years ago, and I was like what
The epsilon refers to an empty string, I think
@summer robin btw, your about me is very motivational..
Null set symbolโฆ I think
made my day..
Yes , but (a|b) I thought it couldnt be empty
damn
!otn s
do non staff have perms to search otns?
nope, only mods and admins

ah ok
oh yeah
Yeah, but the asterisk means "at least 0 of the previous character/group"
!otn r
if you know the old syntax for how they added old otns you can even find when lemon, gdude, and I think volccy went HAM and turbo added the initial set
hah
!otn s brad
does it allow use of regex
I think I have 1 ot name
(a|b)โ , is it not it has start with a or b then it can have 0 or any character after it
I also have one otn
That behaviour should be the plus sign instead
oh
so if there is a plus then it has to start with that character or chracters ?
Black magic is outlawed.
Hmm, in what sense? If you want a string to start (and end) a specific way, you can use anchors instead; plus signs and asterisks are less about that and more about repetition of characters/groups
thats 2.5 years ago
whats a anchor
GitHub rounded up to 1 SF, so I did too ๐
man the platform code i wrote is so trash
I think your learning material would talk about that
This is just so creepy, the flavor text, the art
whats better: != True or == False?
is False
ok lol
not var
depends on the context
nope
go for the one that is more understandable/readable based on what you're coding
if this_var is False:
that actually sounds like english
Pretty readable then
it's satisfying when that happens
im gonna use is False from now
i was mentioning in context of != and ==; but the one you mentioned is more readable
is and == do different things, use whatever makes sense for what your comparing
hmmm
is compares the identity of two objects, == compares equality
identity in what sense?
@ocean walrus :white_check_mark: Your eval job has completed with return code 0.
139697729627632
so like what sort of object the thing is?
is will check if it's actually False, not just a falsy object
cant believe i had 6 lines for something to do trash when i could use 1 line for it to do a wayyyyy better job
There is only one instance ever of False, True, None in a Python program, so it's fastest to compare identity for those things
and also more accurate in many respects
you can have something that evaluates to True without being True itself, and that can create subtle bugs if you ignore that behavior
an example would be non empty strings
any non empty string evaluates to True, since its truthy, but it isn't actually true
if mystring: evals to False if mystring = ''
each object is a distinct place in memory, each object has a unique id
and those are called singletons, yes?
yup, because only one instance exists at a time
not yet quite grasping it; prolly will read up on it at one point but i'll keep in mind to use is over == in boolean cases
yeaaaa
When you use is, only the actual boolean will pass the if, when you use == a lot of other things can also pass.
i love when kids use logic to pronounce words based on their spelling but get destroyed by english's rules
As if that's based on rules.
you could also do if not self.collis
not x follows the same logic as the ==/!= with the conversions
yes but what i did resembles english more
so its easier to read
how could i
im a disappointment to meself
Guys any reason why ruby is like dieing rn?
Because the remake is releasing soon
Wdym?
remake?
Oh, Omega Ruby released in 2014
LOL
Pokemon?
Yes
lmao
i thought you peeps were referring to the language ruby lol
I mean by ruby language


