#ot1-perplexing-regexing
1 messages · Page 502 of 1
lol
Yet nothing is visibly broken?
Well, try to install any big library like numpy
and tell me if they work flawlessly
Only breaking issue I’ve had was the numpy Windows update issue
I don’t exhaustively use numpy but in my limited use it’s working fine
Again from day 1
Alright, from a quick random search, this is because of the update to 3.8 https://github.com/numpy/numpy/issues/11451
Just from the embed I see that it is an issue with not having wheels
Just need to build from source
Not a breaking change
This is an expected part of being a developer and I already had the build tools
Man installing these packages is taking forever
@plain radish to answer your next question: you almost certainly meant time.sleep, not sleep.time 
oh ok
hOw Do I cAtCh FiSh WiTh PyThOn?
make a fish catching game with Python!
@proud patrol
Thank you
How do I uninstall Github Desktop
just uninstall it
aren't there other folders associated that will be left behing
...
lol
i much prefer apps with a proper uninstaller
If you have a shortcut on your desktop you can find it's path and uninstall associated folders and files.
.
@acoustic wraith so what do you need this gpu for lol
Well
Since i tried to play warzone on my 1050TI and other battleroyale games
And some RTS games
I noticed that my FPS is around 40 fps
And that's bad..
So
Mostly on games
oh lol
Beside programming.
can i manage to sell 1050TI for around 100e ?
wait until there's enough stock of the new GPUs and grab a cheap used 2060 super
I don't like Revision GPU's
Just new
beggers can't be choosers
I don't beg lol
:recycle: Congrats @acoustic wraith you have recycled 1 oxygen bubbles
Just asked for suggestion
probably not tbh, 1050tis don't go for much these days
Hm, alright.
I sold a 1050 ti last year around this time for 75 bucks, so... yeah, 100 is out of the question :P
you might be able to get 75
So 5700xt you say ?
- discounts for holidays
I'd rather go with nvidia, to be honest. but you do you.
Are discounts better on black friday than on christmas ?
why is that?
Same
I like nVidia more
But they are expensive af
yeah black friday is like basically meant for just discounts
these new ones are really good, but the 5700/xt ones have/had driver issues, issues with heat and just a "meh" experience all around
they fixed all the driver issues like a year ago lmao, and the heat is based on what model you get, not the actual gpu itself
if the model has a shitty cooler ofc itll get hot
@cosmic ravine Which one would you suggest by nVidia ?
i find it better not to just get stuck on a certain brand and rather find the best price to performance
used 2080 super
that would technically be better, but idk if you'll be able to find any good deals
Idk, im not that into "used" cards.
like I said, I'd wait for people to be able to buy the new cards (when stock arrives finally) and get a cheap "old" generation one, but you don't want used, and I'm not sure how much they'll fall
^
but yeah, 2060 super or 2080
Last time i took used one, i had problems with it.. constantly crashing
yeah you probably just got scammed lmao
Yeah ikr
yeah, the only ones that are a good value new are the 3000 series but theyre impossible to get
there's a rumored 3060ti but nvidia hasn't confirmed it and it probably won't happen lol
yeah if you can somehow find a 3070 in stock and can get the $500 to pay for it that would be awesome, but unlikely
amd honestly crushed nvidia with theyre 6000 series cards
Well, i suppose its time for brand changing.
in overclocking leaderboards the 6800xt which is 650 beat the sht out of most 3090s
in terms of total performance lmao
lmaooooo
Don’t tell the kids
son_exist = False
python is like the only lang with capitalized booleans
Haskell
True
False
XD
C as well
#define True 1
#define False 0
😛
@young shoal
https://www.rosettacode.org/wiki/Boolean_values
I think you'll like this 🙂
I don't know why anyone would want Python with braces
python has semicolons?
I mean Python indentations are sort of acting like braces
your keyboard has semicolons
Python already has semicolons, it's just optional
I thought Python always had semicolon? Though it's not necessary and probably discouraged
I think you posted that in the wrong channel lol
I've seen some semicolons in the standard library for stuff like do_something(x); del x
someone made python mashed with js
"some people just wanna see the world burn"
I think Nekit added braces to Python using the tokenize* module
You can use semicolons but chances are you shouldn't be using them
the fun thing about Python semicolons is that the parser chokes if they're not after an expression... including an empty line. Fun compared to other mainstream languages, at least:shell $ python -c ';' File "<string>", line 1 ; ^ SyntaxError: invalid syntax
hard no from me. Semicolons add nothing if you were going to use a line break anyway.
but you can't write ;_; in the REPL, which is sad
!e
_ = 1
_;_;
@frozen crane :warning: Your eval job has completed with return code 0.
[No output]
people don't have 2 mouths
@frozen crane :warning: Your eval job has completed with return code 0.
[No output]
WHAT NOW
I think the kids would say "get rekt" now or something
$ node
Welcome to Node.js v15.3.0.
Type ".help" for more information.
> ;_;```no problem in node
but I just did it in python
Because python is happy
but 1) that's not the REPL 2) if you try to do that in the Python REPL you'll get several lines of garbage
!e
͜ = 1 \
;͜ ;
@frozen crane :x: Your eval job has completed with return code 1.
001 | File "<string>", line 1
002 | ͜ = 1 \
003 | ^
004 | SyntaxError: invalid character '͜' (U+035C)
ugh so needy
I'm having such a weird bug with manjaro. If I boot straight into manjaro it doesn't want to actually use a driver for my wifi. Since I dual boot windows I boot into windows and back into manjaro and no problems
I thought python supported unicode characters?
!e open(True, 'wb').write(b'Hi\n')
You are not allowed to use that command here. Please use the #bot-commands channel instead.
I thought python supported unicode characters?
it does, but not all of them
you can't use emojis, for example
I'm not sure what the rules are, I suppose that character does not count as "a letter" but as a diacritic or whatever it is
lol no mods work in #discord-bots
!e
var="test"
for t in var:
if v="t":
await ctx.send(v)
You are not allowed to use that command here. Please use the #bot-commands channel instead.
i mean I USE ROSETTA CODE FTW
but u didnt ue code snippet
!code
Here's how to format Python code on Discord:
```py
print('Hello world!')
```
These are backticks, not quotes. Check this out if you can't find the backtick key.
it works without it also
im usually dark mode on everything
but unusually light mode looks cool
The only reason I don’t like light mode is that it hurst my eyes
!e ```py
if True: (
print(1)
)
You are not allowed to use that command here. Please use the #bot-commands channel instead.
same
aaaaaaa, i don't know, why both themes is cool
if i wanna upgrade my computer to be able to run games and junk with graphics settings that i could toast marshmallows on, should i upgrade my gpu or my cpu first~?
im thinking gpu for obvious reasons, but im also thinking like, i'll prob need a decent cpu to make everything good in the first place (if thats even how it works.)
What is your current hardware?
tbh modern CPU's are more than capable of handling most stuff for games
as generally the workload for games is offloaded onto GPU's
as long as your CPU isn't hot garbage, a GPU is a better upgrade for pretty settings
CPU as a videogame bottleneck has become less of a thing
true, but if the GPU is much newer than the rest of the system you have problems with bus speed, ram speed, etc.
if you dont want to buy an entirely new box with optimized components you could go sony and buy a playstation
eh, if your mobo supports a new gen GPU then it'll work fine
it's not like GPU's will go "oh, i'm in an old PCIe system, i'll just reduce how many channels i use."
if the rest of your hardware is old it's vital you check a few things
- your mobo's PCIe version
- your PSU's power connectors
RAM speeds haven't been relevant to gaming performance in quite a while
since the memory controller went on-die and GPU's started sporting gigs of GDDR, RAM performance is pretty low on the priority list
i disagree, but to avoid escalation i give you a thumbs up and move on
@torn walrus ...if data collection is the world's greatest problem then collecting useless data about people whose data isn't useful is actually good 
since it puts random stuff that isn't useful into the same systems as stuff that can be used for bad stuff
well they might think it's useful when really it isn't
I think its a HUGE problem
Even tho some parts of the data collection is useless
most of it isnt
I'm pretty sure most of the international corporations have better ideas on how valuable data is than some rando on the interwebz
and they have enormous influence over our elections
Facebook had an enormous role in the 2016 and 2020 election
You should all watch 'The Social Dilemma' on Netflix
well if someone's data is useless, you shouldn't be telling them not to let their data be collected

they should put the useless data completely out there so that everyone will collect useless data and be a bit less efficient at causing a huge problem
i know most people's data (according to you) is useful, but for the people who aren't influenced by internet ads and stuff, and aren't particularly interesting for any other purposes, ...
Thing is, uninteresting people can be used to get to interesting people
They collect data by tracking what we do on Facebook (and outside: https://www.businessinsider.com/facebook-clear-history-offline-activity-tracker-tool-how-to-use-2020-1?r=US&IR=T). So if we wanted to trick them, we'd have to have a MASSIVE global campaign that made us waste hours on our phone that we didnt like doing?
guys, do u know why youtube's interface changed yesterday?
Its also about addiction. We're addicted to our smartphones and the hormones it releases
none of this has to be massive
a small amount can have a small effect
if one person contributes some random data that's not going to do very much but it does make the entire process a bit less efficient

I dont understand. Your solution to companies knowing everything about you is to change the people? Why not go after these MASSIVE corporations that benefit billions of our addictions?
Just link those people who appear to have random data to technology ads. They're probably all techies with an interest in data collection.
If you have facebook click here: https://www.facebook.com/off_facebook_activity/activity_list
Its what facebook knows about you
Scary, isnt it?
i think if you want an absolute solution to this you need some kind of absolutely huge force
We need data regulation yes
either a massive quantity of people, or a large very restrictive new law, or... something like that
one random person is not going to have a solution
Ofc not. We need laws in place
to protect vulnerable and exploited users
(everyone who has facebook: https://www.facebook.com/adpreferences/advertisers/?entry_product=information_about_you)
honestly i don't think it's necessarily just vulnerable and exploited users who could benefit from enough laws that companies will give up on data collection
anyone who's just mildly concerned about data collection will no longer have to go through the annoying processes that some sites require to opt out of cookies

Sure. By vulnerable and exploited users I mean every single user btw.

U might think im overreacting
ok i don't think every single user is vulnerable and exploited
but im rly not
Do you have Netflix?
Ironically GDPR is what requires websites to use these annoying popups with opt out options. Companies chose to implement it in the most annoying way possible to the user because they really didn't like GDPR
tbh i think any true existential quantifier over the set of all humans is almost required to be something trivial like "every human being is a human being"
anything else can probably be found to be false if you just think about an unusual enough case
I didnt understand that. Do you have Netflix?
there's nobody with a name that's hundreds of characters long? what about Adolph Blaine Charles David Earl Frederick Gerald Hubert Irvin John Kenneth Lloyd Martin Nero Oliver Paul Quincy Randolph Sherman Thomas Uncas Victor William Xerxes Yancy Zeus Wolfeschlegelsteinhausenbergerdorffwelchevoralternwarengewissenhaftschaferswessenschafewarenwohlgepflegeundsorgfaltigkeitbeschutzenvorangreifendurchihrraubgierigfeindewelchevoralternzwolfhunderttausendjahresvorandieerscheinenvonderersteerdemenschderraumschiffgenachtmittungsteinundsiebeniridiumelektrischmotorsgebrauchlichtalsseinursprungvonkraftgestartseinlangefahrthinzwischensternartigraumaufdersuchennachbarschaftdersternwelchegehabtbewohnbarplanetenkreisedrehensichundwohinderneuerassevonverstandigmenschlichkeitkonntefortpflanzenundsicherfreuenanlebenslanglichfreudeundruhemitnichteinfurchtvorangreifenvorandererintelligentgeschopfsvonhinzwischensternartigraum Sr.
you can't have multiple personalities in one brain? i've met people who do
What are you talking about rn
people seem to consistently underestimate how variable the set of absolutely everyone is

Okay, I'd like to rephrase. 97%.
"this applies for every element of set X" is stronger than people know
ok that is a lot more believable 
You're comfotable with that?
i can't actually verify it but it's not obviously false anymore

so yeah ok let's go with that
Are you comfortable with huge amounts of data being collected for the 97% of the users of facebook (close to 2bn I think)
*2.7bn monthly active users
that is... not good 
...although i still agree with my original statement that you have barely addressed, that someone in the 3% or whatever of people who would not be adversely affected by data collection should actually be encouraged to share that useless data because if enough people do that it will start to make the systems work less well on the rest of people
I think it's weird and unrealistic how you phrase it. Data is super personalized. Your likes, dislikes. But also how long you look at each thing in your feed. How often they can send you ads that isnt too often. There is a reason why Facebook is free.
Sure you can be weird and screw your facebook up
like the republican party as a democrat
but it'll only affect you
there are people whose data cannot usefully be used against them and it's near-useless
Those are the vast minority. How many % has multiple personality disorder?
a vast minority does not mean nobody
even if a very small number of people have multiple personalities, they still exist
but it only affects their feed
well if they either will have a feed, or won't
is it not better for them to have a feed that is absolutely useless and will not do anything 
and divert some computational resources that would have been used on people who would actually be affected
I guess?
So your idea is to have anyone who suffers with multiple personality disorder screw their own facebook feed up, and divert som resources?
worst case is that it affects nothing, in any other case it has a positive impact, the overall expected value of this can't really become negative
How is that better than regulating this industry
well not people with multiple personality disorder, people who wouldn't be affected by data collection
they're just both groups that are uncommon but still exist
this is not a replacement for regulating things
...one particular person will start doing this, and everyone else will not change

do you claim that this has an overall negative expected value
if it doesn't, why not do it? 
doing what? fking up their own feed?
well just, allowing data to be collected about them
data that won't actually be useful because by definition this is a person whose data is not useful
if they allow data to be collected about them, they aren't going to be affected (we're assuming that), and there's no way it can have a negative impact on anyone else
so there isn't really any reason to not do that

I guess?
right, so there you go 
that was my original point and you agree with it, apparently
now i'm going to sleep 
good night! Im also going to sleep
At the very least you'll probably want to change your discord password
my discord closed
So that they can't access your discord account
i forgot my discord password
But your computer also probably has a virus so that may be redundant
Then sounds like you're out of luck
damnnnnnnnnnnn
If you have any antivirus software run that
If not
I guess just save the stuff you want and reset your pc
Wouldn't have a clue
uh
my pc files are dleeitng
how is this happening
im not controlling
or doing
Because you have a virus
anything
what should i do
my friend told me to delete system 32
should i do that
yea, don't do that
@wise turtle If you want a typing test try monkeytype
It's real nice
i got 37 words per minute
oh boy
is that bad
yes
ik
whats yours
wow
Colemak I'm sitting at about 70 atm
any errors tho
i had 0 errors
Colemak my accuracy is real good though
so yeah
two errors so not to bad
i feel like i type way slower when im actually trying to type fast lol
when im just casually coding or writing then i am way faster
NICE! I tried one and it was not good, I need to practice (not colemark btw)
My qwerty speed has probably deteriorated a bit lol
I should just switch to colemak full time at this point
I'm fast enough now
aight colemak mode
yoooo typing test time
ooo monkeytype is amazing
i've been using it for weeks now
joe
this is pretty slow for me, but it's 2AM lol
I've been using it pretty much every day for at least a few minutes to practise colemak
a wild mudkip has appeared.
Throws pokeball at it.
i used to be able to do 150
but haven't typed in a while
it's certainly something
that's nice
i just have a tkl qwerty lol
joe
mudkip
ahh
since you track message content with metricity, can you make one of those graphs where the word used most often is largest
you don't?
An open-source keyboard for serious developers, gamers, and people who care deeply about their craft.
damn
the whole point of metricity is that we don't, lol
wdym point?
I mention it in uhhh
We're a large, friendly community focused around the Python programming language. Our community is open to those who wish to learn the language, as well as those looking to help others.
yeah
"Message contents may be cached internally in the bot, however we do not make use of this data."
oh
i did not read this part i guess
but damn that graph would be cool
i wonder if the largest word is "python"
lol
Just a lil bit 👀
$365 wow
ergonomic keyboards are certainly expensive
I should probably like
not have a macbook air
before I start doing down this route
lol
Same
I'm building a pc soon
Finished getting all the parts for the computer a day or two ago
hey!
Bought the monitor today
So just gotta wait for that to get here then I'll be all set
noice
Holdon I got a photo somewhere I think
Nothing to insane but a solid first build
I think 2:20am is a good time for bagels
samsung ssds 👌
So that's pretty good for 500gb of nvme m.2
bloody hell
that's a very good price
The 1660ti I also got for a real nice price
I think it was 360-370
For some reason they've been really cheap recently in Australia
i think that's my case, nice
wew
i have a 1660 as well, it's not a ti tho, just a super
yeah the case is nice
what's the processor?

rip
oof
where is that from
join the club
my macbook hahaha
o lol
lol
I mean I've only ever used it when contacting apple support
so probably not
rip dual core
I've been putting off my projects for a while until I built my pc
I was attempting some ML stuff
Pretty sure my macbook would have blown up
If I continued
I'm meh about them
I'm not a Mac user but I think ARM has hit "Good enough" point
I think it's more about Apple Profit then "User Experience" they are selling
but yes, initial bookmarks look like it's not murdering the user experience
damn why even palemoon exists lmao

@tranquil orchid you can use google collab for ML stuff
ik
But I wanted the visuals as well
Which I can't really use it colab
As well as it just being more convenient to have it running on my own pc
And as I was going to be building a pc anyway so
¯_(ツ)_/¯
Figured I'd just wait
you can
custom one's?
if the test server has it yeah
oh ok ty
sharing a song
I'm waiting
Provided to YouTube by Sony Music Entertainment
REMEMBER · SawanoHiroyuki[nZk]
RE/MEMBER
℗ 2019 SACRA MUSIC
Released on: 2019-03-06
Arranger, Composer, Lyricist: Hiroyuki Sawano
Lyricist: Benjamin
Lyricist: Mpi
Auto-generated by YouTube.
I am waiting for a emote
can't find a matching one
whatever, there is a lil bit of japanese 
Nice, very much not my taste xD but not bad
control spotify from cmd
give those commands some keyboard shortcuts and you can play pause skip from any workspace
That's cool

You need to generate ssh keys and add them to your profile
It is described here https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/connecting-to-github-with-ssh
You can connect to GitHub using SSH.
what are doubles?
Let itself use the default
Yes
You can do git rm file.py and it'll stage a commit that removes that file
It's still viewable in previous commits however
Might want to check your git config
git config -l
license.txt is the standard I believe
so if you were to make a language using python how would u declare keywords
Like a DSL in Python?
no,
So if you were to make a language using python, how would u declare keywords in python for that langauge
Well, it will depends on your parser
If you want to make a new language, you'll need to parse it at some point, right?
mhm
it is true in some sense
when you start training some ML model you start at some random point and then fastly converge to the best fit solution
the fastness comes from the power of the computers that we have today
I keep meaning to pick up machine learning but idk if I can just “pick it up”
i3 10100f or ryzen 5 3500x?
Hey think 60 bucks for a dell optiplex 380 is good? WOuld it be a decent server?
if you spend some enough time you will know what to do :)
I think at the very least I’d like to adopt some of the principles into my algorithmic development
Hell I adopted some election practices into my algorithms lol
I think ML algorithms will be most prolly be blackboxed
True
unless you grind down to implement them on your own
Yeah unless I go back to school for it probably not lol
Basic machine learning is pretty easy to get a grasp on
I'm considering getting that Neural Networks From Scratch in Python book
Looks pretty good
And the basic neural nets I've made from scratch so far haven't seemed to work out super well lol
So might be a worthwhile read
Damm it's heartbreaking when you want to change to your new name, only to find out it's taken by an 8/9 year old account....
BluePhoenixGame...
jesus I hate that
I can add 2 after, like I have in some places. But it looks rather, unprofessional
same for me with google account
Yeah that's always a rip
It's like, fine, when it's at least used.
Like, sure it's not wasted
But when it is 🙃
a pull request is when you request your git branch to be merged into another branch
usually when you merge your changes to master or similar
so first you clone and then modify then pull request?
I contributed to a github repo once with a pull request but i really dont understand still
usually u fork
you make a commit then I believe you issue a pull request
so git add git commit then pull request?
YES
so pushing to remote repo is "forking"
I remember having a "forked" repo which is basically a clone to my own repo
forking is making a copy of someone elses repo and placing that in ur account
right which is different than cloning because clone is just downloading to my computer right?
fork is clone + push to my new repo
uh fork doesnt clone
no?
it just makes a copy in ur account
ok; so i fork it then change it then pull request it?
clone will make one into ur computer
I feel like the naming conventions are bad in this
git is designed by kernel devs, of course the naming is bad lol
but you sort of get used to it after a while
there is like a difference between what is on ur computer and what is on the remote
fork is basically saying i want a copy of someone elses repo on my account
so i can make some personal changes
cloning is copying a repo from the cloud to ur computer
right because you can't make changes to someone elses repo
it could be a repo u forked or the original repo
well first you would fork then clone to your computer
usually ppl fork then clone it bc u cant directly push to someone elses repo
unless u r added
and when u make a PR it basically saying to the owner, i made some changes see if they are good
and if they are good add them in
That is how basically people contribute to open source right?
Wow thanks!
then make changes on ur computer
once ur done with changes
u push to remote repo that u forked
then u make PR to the orignal repo
then click the pr button right
Thanks alot! I followed instructions once but i understand it conceptually now
i did this 2 times but once they got upset because i didnt write tests with the code
so normally pull requests require tests + code
depending on the project they might require you to verify that your code works
if you are adding new functionality it is good practice to add tests for that functionality if they have automated tests running on the repo
some of them have guidelines on what to do
cuz they want to keep the remote with code that is not broken
.ec lemon
Lemons are great
.ec joe
lol
.ec 
oof, that is a mega 
do 60 seconds
not terrible
you are getting better and better with colemak
1 mbps download speed is great!
i live nw na
it only does this to me at night
i should stop downloading games at night
"nw na"?
northwest north america
during the day i get about 60-100 mbps
that sucks man
well, download shit in the morning then
will contacting your ISP do something?
damnnnnn, that's amazing
thx
I consistently get about 170-200
oh wait
this isn't wpm? lmao
50MBps? which is 400mbps?
oh yeah i am on 10Mbps i am sad
how much do you pay?
Woah that’s littttt
mbps
haha ok
Hello, what is firebase used for plase?
this is a offtopic channel, I guess you should be asking this question in #python-discussion
you can go off off topic
Dude whattttt
my typing speed using ten fingers is around 50wpm
my first type of the day lol
Lets see how much my qwerty speed has deteriorated
you mean your muscle memory
Macro how many pfp do you change everyday
isn't that the same
as long as there are thicc waifus in this hellish world, i will always change pfp
😩

lol
I thought today was Monday since yesterday
in python, all "primitive" data types are passed "by value" (str, int, float), and all "structures" are passed "by reference" (user-defined classes, tuples, lists, dicts...).
so to pass a primitive type by reference you must put it in a larger structure, like a containing class
@weak dock just wanted to let you know: that's not really true, absolutely everything is passed by reference, just for immutable things it's quite hard to tell
>>> def test(x):
... print(id(x))
...
>>> x = 257
>>> y = 257
>>> id(x)
1913168506608
>>> id(y)
1913175864080
>>> test(x)
1913168506608```
Can anyone help me out in #help-lemon
@chrome atlas please don't ask for people to come to your help session in a bunch of channels. If someone's available to help, they'll check the active help channels and stop at your question.
I'm terrible
yes i guess
i think it's also good to remember that the average typing speed is like 40-45wpm
i think they say "professional" typists average ~80wpm
i have a learned typing speed of about 58. and i don’t have a need to go faster
yeah, i didn't even grow up learning to type properly or even doing typing tests
just shit posting on IRC for a long time. average around 90 - 120wpm now
i think the more important part is touch typing rather than speed
How long does a help channel stay up if no one comes to help?
it's such a crutch to have to look at the keyboard
Or can you keep bumping it
I dont look at the keyboard while typing, but dont touch type either
Somewhere in the middle
help channels close every 15 minutes, idk about bumping it. we're also typing about typing in here atm, so ongoing conversation.
as long as i can find my home keys i'm alright
i type normally without looking at the keyboard but then occasionally have to look down for characters.
special characters come later than the rest really
as you have to leave the safety of your hand clusters
a barren waste of hashes and quotation marks
yeah. i’m probably like the slowest coder ever because of parentheses
i learned both an american and spanish keyboard.
it was not smart
oof, moving layouts is rough
i try to keep to the UK ISO layout
big enter button is king
New icon 
hello, I can convert ai to html. How can I convert back?
I mean http://kilo.epizy.com
I created an ai file, than I accidently saved and closed after I edited it
before closing I got it as html
can I get my .ai file back by using .html file
ddddeuuuuuudeeeeeee
Oh hello everyone
hello
I really need that file, nobody knows about it?
Sorry, I only know that .ai files are Illustrator files and nothing more
Although
I would presume that HTML-to-SVG/AI is possible
@tame shadow
but how?
I am searching for 30 mins and I have got nothing
I assume you could rename the file type from .html to .svg, open it in Illustrator, and then save an AI file from that?
@tame shadow
You're welcome!
Apparently yeah
nerd
?
¯_(ツ)_/¯
well hello from dvorak. I just switched, and dang i'm slow
dvorak always seemed appealing but I could never bring myself to commit to switching.
anyone know what is better, devorak or colemak?
I imagine that would be heavily subjective, wouldn't it?
No idea. How did you commit yourself to learn devorak or colemak? I'd give up after a day lol
Oh I see
i feel I will move over to colmak rn
seems better
@young shoal what is ur opinion?
since u use colemak
every recent study I've seen says that Dvorak users are either slower than qwerty typists or just a few percent faster. Dvorak may have some benefits for preventing RSI, but it doesn't seem to have any typing speed benefits.
@polar knoll
!ban 626165598384291847 Antisemitism
:incoming_envelope: :ok_hand: applied ban to @junior sphinx permanently.
remember to ping the moderator role rather than the modmail bot. thanks!
does anyone know if its a good idea to keep a vpn running 24/7 on ur pc?
Aight, first report I've made so I wasn't sure. But I will do that next time 😄
I dont want my school spying on me lol
You can customize your keyboard inputs?
Does anyone else ever wish that GitHub tracked how many times your repositories are cloned?
Not who cloned them, but how many times it has happened.
@calm dawn You should be able to see that on your repositories Insights tab
Well I'll be darned... Thanks!
Look's like I'm a lot more popular than I thought!
round 48, lets go https://monkeytype.com/
wow 100% acc
idk how I got this speed tbh, but I'll take that as a personal beset haha
wanna race?
that is too much pressure for me LOL
https://play.typeracer.com?rt=24u74vt2hi
@eternal wing
i'm typing at 5 wpm
LOL
cause first hour on colmak
ohhh, nice nice nice
you leave the race and join again
legit have to switch to qwerty for texting
ez
Ouch, that is a good song I got though
this is fun
and LOL, these ' are throwing me off
i just can't type fast with quotaionts
My fav
i am coming too guys
haha

i got 3rd
who you think 😏
Nice
haha, it is still good practice regardless

I was at like 30 wpm when I took a typing class

years of casual typing has gotten me to like 80-90 wpm
i avg about 60
Haha I got 1st
oh second
:{
yeah, this pressure is getting me
You probalby need to work on " ' , etc.
I am 80-90 if I am doing almost all lowercase with minimal punctuation LOL, so no really fair
like that i am 100
It was a real race lol
1st
noice
ffs I got 3rd, cuz I misunderstood . as a comma many times.
this is fun
saaaame
yikes
idk what happened
A tie? lmao
i got so bad
Dude it's a draw
lolol, that is awesome
That's why it's frozen lol
dude, we beat the machine haha
ok next
thats probably enough for me, my fragile fingies cant take any more
lol, you should practice typing all week, then destroy us next time
Dude, I got a typo alert. That's why I was behind
🙂
you guys are insane
well we wait 20 seconds
or not
haha I have been typing like this for 5-6 years.
i mean its only 3 ppl lol
at least i got close
ok last race then gotta go
my hands are actually really tired LOL
I'm lucky that I took a computer class in high school.
in my computer class in hs, the teacher would play 80s lovesong type pop music the whole time and it was horrible
lmao. My teacher would've reduct points for typing error.
bruh i meant to do Ctrl + backspace but i did ctrl + +
well cya
gotta go
that was fun
thx for that
haha, ty for invite
ye same it was fun, now my fingers hurt
Rip, I couldn't find my magical gloves that make my fingers type faster.
Is it just me, or this chat's dead. Cuz my Wi-Fi's slow today.

That's not magical.
lol
Too powerful
flexing on us peasants with nitro 😔
oh wait can we send gifs here
I'd delete that lol
that aint bad tho is it
Not to me
Nice. Btw you can add gifs as your favorite so you can use it later.
yes the ones i sent previously were saved as my favorites 🙃 lul
lol. so do you know react?
no lol.
oki
I'm talking about JS framework. Random question tho
shit. smart stuff
im leaving lul
I see
the chat is never dead as long as I am lurking
react is the best JS framework out there and chat is not active enough to change my mind
I agree with you even though I just started using render stuff lol
I figured, why not learn more on freecodecamp after I installed nodejs, react, npm start etc. I just coded a nav bar with react.
awesome! I have spent like 3 hours now working on a sidebar navbar thing for my portfolio site haha
css is hard
lol I coded with html/css for years.
You will be fine with w3schools or Mozilla docs haha
yeah, css still annoys me somewhat often though
even an active chat cant argue with the fish lord 
what is fel typing for so long 
I was going to build website with html/css only, but I realized that it would take a lot of html codes just to make the blog cards lol. I'm learning react, to figure out how to code multiple blog cards with JS faster.
Sometimes I'm slow and sentences didn't make sense lol
Ya just learnt about components but I can't come up with ideas how to do it on my own lol. I need to learn more about the compenents.
wait fel are you an adult 
Hmm yeah
oof
Why? lol
nvm
100% correct
Fisher. What do you use for front-ends? HTML/CSS + JS or React? Or other framework
but yeah, react is nice. i need to better learn how to use components together
It will be a bit of challenge to learn how to add multiple pages
I don't even know plain JS like DOM stuffs. I could look it up if I wanted to, but React is easier for this.
Btw I noticed time are slower today lol
Usually it's like 11pm or later right now
same for me actually, I woke up earlier and got a lot done.
And yeah, it is good to learn that dom stuff imo, but you really dont need any of it with react afaik.
react is really easy to get into, i cant say Im very good with react, or even really "ok", but I can make stuff with it haha
i wonder how can i search for eyes in a picture and do something with it 
i also wonder how hard it is gonna be
I wonder if I need to build a database for blog title, summary, paragraph etc. If I had to build it on my own, it would be in an array in JS lol.
Probably SQL
you can probably do this with a simple youtube tutorial by now. It is not very difficult with the large number of tools available
i c





