#ot1-perplexing-regexing
1 messages · Page 9 of 1
is that really enough
its only like 5 essays
i could easily do it over night
start now
luckily i've got all the other stuff like rec letters done
i just need to crank out this essay
get cranking
wacky
i am simply built different
quality of work increases as time left before deadline decreases
it's an inverse function
please, please, please get started on your applications
this is not a habit you want to continue reinforcing
!remind 12H see if Robin has completed his essays
Sorry, you can't do that here!
damn
!remind 12H let @proven ermine know if i did my essays
Your reminder will arrive on <t:1667309206:F>!
hell no that's before i wake up
very good point my friend
I have no idea how you don't find this intensely stressful
ignore it till ya cant
sigh.
i'm a really good influence, aren't I?
you just have to be very good at not showing it
I can't-
Maybe don't do that..?
as long as i keep to once a year all is well in the world
i dont know how im going to function in society
lol
Then wake up, have 2 hours left, and get the essays done?
you're catching my drift!
ain't too long before Robin gets high on lean while doing his apps
Have you started yet?
the lean?
💀
lean addict since age 3
start your applications man
listen to the new member robin
no it fuckign doesn't

!bonk @grave cove do your college applications
warm robin
i guess i'll get started that's always the hardest
unfortunately I am not a mod
and even if I were a mod, I wouldn't be allowed to joke-infract a helper
do you at least got access to otn
!otn absolutely not
yeah and that never happens does it
cough cough @low chasm cough
Well it is policy to not do so, ignoring mistakes 😅
or was it 
twas a conspiracy by all the mods to ban aboo 
*rolls eyes*
The absolute glee from some of our mods realizing they could infract me again...
hahaha of course, infractions are the pydis staff currency
What do y'all think of Go? (the programming language)
I know it's not the most popular here, and I find it's error handling to be weird
the error handling is not the worst part
i still have no idea what golang is other than the gopher
What are the bad parts? And what are the good parts? (apart from the supposed really easy concurrency)
one of the good parts: easy dependency management
one of the bad parts: weird implicit interfacing
e.g., you just declare a method in an interface and if a struct has the same signature for its method it implicitly implements that interface
no explicit connection between the interface and the struct
there are more bad parts, but it's also great for building incremental versions quickly
and ✨ cross compiling ✨
unless you use cgo
Hmm, do I give into the gophers despite Rust and Dart
ehhh
I mean, do you want to?
another good part the ecosystem is nice too
goreleaser, for example, is a great tool that I wish other langs had
Well, felt like adding another tool to my toolbelt
I don't really do server stuff since that's not really my thing
you wouldn't be missing much I'd say then
The niches of programming that interest me are desktop apps, mobile apps, game dev and CLI tools because ffs I can't seem to stop rolling up my own tools
One more language to add to my toolbelt
obligatory: use asdf nvm you're on Windows
69% 👀
It's a coincidence I swear
sure... likely story hmm...
List of programming languages* I have installed
- Dart
- Go
- JavaScript
- Deno
- Node.js
- TypeScript
- Python
- Rust
Noticing the amount of static typing here
First thing to find, about Go linting and formatting
surprised there isn't any FP languages up there 👀
I have realized some things
I'm lazy, I'm smol brained and "wait a minute what about distributing standalone executables with Elixir?"
Third one suffice to say is well, less than ideal apparently
Something about Erlang VMs
i agree, too small brained for FP as well
what the hell is this crappy design where I can't toggle this one option
xD
formatting is built in
Now what about linting?
linting well, builtin is somewhat okay
but for better results you need 3p linters
Here's your reminder: let @proven ermine know if i did my essays
[Jump back to when you created the reminder](#ot1-perplexing-regexing message)
@grave cove did you complete your essays?
aye
thanks for the reminder
Nice
bit of a long one last night but I got it done
God DAMN!!
warning: `cryptograms` (lib) generated 4 warnings
Finished dev [unoptimized + debuginfo] target(s) in 8m 05s
``` from cargo check 😔 😬
skill issue
tbh probably is
Good shit man
Ty Ty
Proof? 
i am not sending you my college apps
it's incredibly cringe
tis for my eyes only
Or are you
You probably pulled the "I'm apart of the staff at the official python discord server" card
fuck
I think he already said he did
he's on to me
I saw your application😶🌫️
I'm also applying for PSF membership and going to put that on my apps due later
thanks to the advice from a certain mod
You're probably a bean
Bean?
L?
W bean
You're not real
you can do that? 0_o
As a helper you qualify as a "contributing member"
Sign up and put it on all your applications!
Well not exactly
I'm assuming if you're a helper you have at least 5 hours of contribution to the community
like, on our codebases? Or just hanging out
Just in general
alright
but aboo is a new user 🗿
shut'
amongus moment
I'll do this later in the week
Aye
I've reached the sad state of having more tabs open on my phone than my PC
I'm nearing 200
You must be my grandma
but I'm younger than you 😔
And
I was past 200, but today I cleaned some and now I'm at 117
Past 200?! That's a lot
I keep the tabs as "to read/check later" because I noticed years ago that bookmarks don't work for that kind of stuff for me
Today I cleared some stuff that I'm no longer interested in or where the item i wanted is no longer available (kept only one tab where it is)
Closed some tabs from shops i check from time to time anyway
Closed some tabs about stuff to read that no longer is relevant
Etc
I've reached 203
i just dump links on notion
because i'm not going to read it if there's a lot of tabs
at least if it's in notion my tabs won't be insane to navigate
Nothing to dump links works for me because I just never check it later :x with tabs, I sometimes browse them and check what to close and move more relevant ones to the front
@honest star your pfp and name are out of season!
It's Oct 32nd what do you mean??
😩 😩 😩
its october 33st here
thirty thirst
rd
uhh what? @hard rapids
@hard rapids we don't allow advertising.
I apologize for the inconvenience! I must have misunderstood the advertising part 🙂
December -53 here
does anyone remember the octal/decimal joke? something about halloween being christmas? like october 31 is essentially christmas because oct31 = dec25
that is pretty cool
that is actually insanely cool and coincidental
that just got posted in the TCCPP server so yes
I need some views on these doubts i have. People consider latex as a markup language while others consider it a programming language, a markup language since it uses a set of rules and abstractions to manage the structure of a document and a programming language due to its compiler, so that raised a question, can a markup language also be a programming language due to some abstractions? That made me think about HTML, it has "Markup Language" in its name, yes, but it has classes and is a declarative programming language, talking about declarative languages, SQL is a declarative query language, so does that mean HTML can be a declarative markup language, what about latex? Does it fall into that category or is it a declarative programming language due to its compiler?
calling latex markup might be a slight understatement
it has like.. loops and conditionals
i'm pretty sure it's turing complete
a markup language since it uses a set of rules and abstractions to manage the structure of a document
How would it be an understatement exactly?😅
turing?
ya
essentially, can the language do everything a turing machine can
In computability theory, a system of data-manipulation rules (such as a computer's instruction set, a programming language, or a cellular automaton) is said to be Turing-complete or computationally universal if it can be used to simulate any Turing machine (devised by English mathematician and computer scientist Alan Turing). This means that thi...
I think latex is where these terms start to fray heavily. There is tikz, which is an imperative sublanguage for drawing figure. It's similar to... Lisp in this way, where you simply construct the API the way you want without caring about whether it's declarative, imperative or whatever
what is it
what
quoi
the joke
yes
yes what is it
idk what you're looking for but here's the image i saw
yes thanks! thats what i was looking for
"why do programmers always mix up halloween and xmas" 😭
Halloween was when I'd get together with friends. Christmas can go EABOT.
eat a bag of ticks?
eat a bag of uhh
ayo
eat a bag of time
how about eat a bag of proper mysql drawings
no eat a bag of finite state machines
Tinsel. Because it would be both really quite awful and seasonally appropriate.
Bad…
lol why you say that?
That’s not a professional GUI
well, no. Its the title screen for my game
I literally see pixels
I’m not saying it to offend you, It’s not what I’m looking for
ok
Youre not going to make professional looking GUI by yourself no matter which high end product/framework you use
You need entire teams for stuff like that
whenever I mention i am making a game with tkinter there is always 1 person who says <insert high pitched voice here> "well why dont you just use pygame its so much easier"
First of all, I never said that, Second: Like I said it’s not what I’m looking for
it wasnt aimed at you, just people in general
and I understand, alright
Its not
its turing complete, so you can do anything which would be possible in any programming language
If it’s not, Python is very simple, And easy to learn
Yes and?
To make very cool things you have to learn and do hard things
Says who
Why not learn a more complex programming language that is better
its easier than using something like c++
Okay let’s take an example
Its easier to put up a react SPA with a bunch of plug and play components than it is with python
You know Warzone?
yes
The call of duty game?
My guy you'll never make anything like warzone by yourself
I dare you to make just the loading screen of Warzone with Python
Do you understand how many manhours go into something like warzone
Does it take that long to make a loading screen?
what is the loading screen?
Warzone the 100gb game btw is not exactly the epitomy of good programming
what exactly is so difficult about that? It might be a bit tedious, but you could do it
You can’t make a call of duty game with Python
zombiekatj9 just vibing watching this chat
Even if you had 100000 people working on it
says who?
Reality
Going to interject quickly and say that just because a language is limited in a very specific domain because of a lack of tooling, does not make that language bad.
Also a general, non-specific reminder to keep conversation constructive and respectful
Oh wait guys, I’m not a Python hater
python doesn't have the performance, really. it's not useful in this domain (domain being writing graphics or physics engines and the like)
It’s the best and the only language I know
dont challenge programmers theyre the craziest mfs on the planet
not the best
That’s why I’m saying it’s limited
well, i am making a game in python, and I have been able to release it, because it has gotten good enough
imo
you have doom running on pregnancy tests i think you can make a game in python
The thing is, I wish C# was simple as Python
what.....
python was made in c#
Yes but can Python do as much as C#?
technically, yes
ok, actually what
I think it’s fake
no one really cares about "technically" though
sry, i take everything literally
IF PYTHON CAN DO AS MUCH AS C SHARP, THEN DELETE C SHARP FROM REALITY AND START USING PYTHON TO MAKE EVERYTHING YOU WANT
and make Warzone
no 👍
plz
C# can do some stuff better than python can
I think so?
WDYMMMM
LAWYERS, BACK ME UP
tf u up to bruv
Obviously YES
I’m gonna sue you
where are my lawyers?
imagine if we both ended up paying 50 grand for an argument about which programming language is more powerful
That’s what I’m scared of
well, can we just end this argument?
it's not though
it's better at some things and worse than other things
pay up
that will be 200k
lets go i have my racquet and ball ready 🎾 🏓
racket*
no its racquet
I will make another rule if you say one more thing
💵💵💵💵💵💵💵💵 agree with me and you get all this
How much is that
$700
alright then walks out the door
From now on, Anyone that spells wrong has to pay 100k for each wrong letter.
waht od o crae aobut htat
I don’t want to count just give me a million please
And if you don’t
I will send FBI
i cant i would get muted for spamming
Well…
Shush
Or I will send FBI to you
That’s a wrong spell
Pay 400k please
@steady jacinth you thought I didn’t see?
Fun fact
Pay 600k please
on
Why are we still entertaining this….. person
wait I have a program which randomly misspells words you type
I made pizza one day
And it was delicious
I should make a pizza place
Bruh
Imagine
mmm im loe pizzav
How old are you again?
Why? I will hack your social security number with your age?
Or your credit card number
probably not
Turn that fucking program off
<@&831776746206265384>
Why…
?
fine
🤔
Are you gonna report me
Just scroll up a bit, this person is only here to troll
It will be more luxury if you said, Yes how can I help you.
No I’m not I swear
This is a off topic channel
It just looks like some joking in a conversation
Yes exactly
Sorry it was a joke🤍
accepted
Have mercy plz
Hey
Hi
As a reminder to all, this off-topic. It's not a free-for-all to spam and be silly for the sake of it.
Joking around is fine, but be respectful to others.
etzeitet is typing
I want some tips regarding python?
wrong place #python-discussion
K
Dont get spoonfeeded
K
K
And from where I can learn advanced python
#python-discussion is a good place for all python
K
ok, you are actually a nice person
And then advanced
I was all the time
ok
if your question is pretty general, i would always suggest googling it first
How can I hack google
whats so funny
wait i might actually be breaking server rules here
!rule 5
5. Do not provide or request help on projects that may break laws, breach terms of services, or are malicious or inappropriate.
wait, you are joking about wanting to hack google?
no a better one
i will make google to rick roll you if you don’t add a rickroll prefix to your search
do it
and you must use malbolge
but how…?
i will make a python script to hack the main board
and kill all the switches
malbolge is a programming language where programs look like dr98egfdi)(I$@#5iuFDIJL'yrwpoodifW()%#
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, the Malebolge. It was specifically designed to be almost impossible to use, via a counter-intuitive 'crazy operation', base-three arithmetic, and self-altering code. It builds on the difficulty ...
I WILL MAKE MY OWN PROGRAMMING LANGUAGE
which one?
The one who made Emerald
no i never put emerald on my youtube channel
Are you comparing java to html5?
k nvm then
i mostly put music on my youtube channel
how does Youtube use Python?
its literally coded in python
Frontend for fancy sites can only ever be in JS/TS
Yes I’m not talking about Front End
I think the algorithm or the videos are shown with Python
Everybody uses python somewhere
Youtube isnt just its website
Can we remove rule 5 just for one day?
You havent even been a member for that long
for vars in [[int(input("Number 1: ")),input("+, -, * or /? "),int(input("Number 2: "))]]: print(vars[0]+vars[2] if vars[1] == "+" else vars[0]-vars[2] if vars[1] == "-" else vars[0]*vars[2] if vars[1] == "*" else vars[0]/vars[2] if vars[1] == "/" else print('Error'))
the programming language developed by microsoft
Failed to get response.
.wa s define basic
pertaining to or constituting a base or basis
a characteristic state or mode of living
.wa s define my life
Failed to get response.
have fun!
can you write a program which modifies the exact contents of the terminal, and appends to it the letter H, then e, then l*2, then o, then a space, then w, then o, then r, then l, then d?
can you write a program which prints "Hello world" to the terminal
that is exactly the same as this
close enough
WHAT
HOW
lol
dont even try ```py
while True: pass
do nothing forever
i have no idea what those numbers mean
My head is bleeding
why?
Guess
i actually dont know
!rule 5
5. Do not provide or request help on projects that may break laws, breach terms of services, or are malicious or inappropriate.
they hate that rule
no idea
yeah same
was that supposed to be funny?
No 😂
American joke is very weird
wtf is knock knock
see
I didn’t
Even said it as a joke
And this guy thinks it’s a joke
see
I didn’t
Even said it as a joke
And this guy thinks it’s a joke
Joe mama
Who’s there
Your dad who
Dad?
Is that really you
Omg
Do you know for how long
I’ve been waiting for that
Milk
Give me that milk mf
Im 17 dumb dad
🥛
ill leave you to it
No
Okay
If
Im 17
You can’t leave for more than 17 years
How did you manage to leave 30 years
YES
.
No you did
Newton was a physicist
Lhobital
If that mother ducking apple
Didn’t land on his head
We wouldn’t be talking rn
I might have eaten you
What’s life
.wa s define life
a characteristic state or mode of living
.wa s define characteristic
.wa s define something
a certain undetermined or unspecified thing; an additional amount that is unknown, unspecified, or forgotten; an idea, person, or object of some value, importance, or esteem
https://www.youtube.com/watch?v=EBCYvoC4muc cool accordion
A fully functional 8-bit accordion with bellows made out of floppy disks.
Learn more about the project: https://linusakesson.net/commodordion/index.php
Support my work on Patreon or Steady:
https://patreon.com/linusakesson/
https://steadyhq.com/linusakesson/
The title cards are a homage to the classic 1973 movie “The Sting” that repopularised...
anyone know C?
https://www.youtube.com/shorts/lUEWTVCd2ws Great WiFi password
Communication is key. #misunderstanding #typo #relatablememes
@timid latch
Turn Based Tower Defense Game. Contribute to vivax3794/TTD development by creating an account on GitHub.
give me in text
Im not sending the whole file
i am lenaring
lasbgfmgvfmdkskaSldkmffnaskj bkjgfdlsfm
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
most of things here is paid
oh
there is also a lot of free stuff
but free one is not good enough
i dont' know man how to learn
i reach now the leveal where i hve ot find librbries
n learn them
but then i not have any use case
many recommend "automate the boring stuff with python", it is a great (free) book
try working out how this works: for vars in [[int(input("Number 1: ")),input("+, -, * or /? "),int(input("Number 2: "))]]: print(vars[0]+vars[2] if vars[1] == "+" else vars[0]-vars[2] if vars[1] == "-" else vars[0]*vars[2] if vars[1] == "*" else vars[0]/vars[2] if vars[1] == "/" else print('Error'))
its a calculator in 1 line of code
doesnt mean it is good code
this is loop but i not understnd what this loop will do
My reaction: what the hell am I looking at?
no its not good code at all
Then why bother reading it?
not even I know where to start on this one
run it and see what happens
Read good code and be influenced by that
no thank you I do not want to get a brainfuck in trying to understand it
Number 1:
69
+, -, *, /?
this is oprators
- 9223372036854775807
636,412,670,542,979,530,683
depends on the system
i havent found a limit yet
Memory's (RAM) definitely a factor
I multiplied extremely big numbers and python still handled it
Look into software hosted on GitHub
good idea but what type of project would i look into
the things i need sometime i have no idea how to figoure out
n i not have enough recources
Up to you
i try to make some bot for my entires to show up when i trade
Just search "<name of software you're interested in> source code"
Like say "Inkscape source code" (note their source code is hosted on GitLab)
Well, I'll leave that for someone else to answer since I'm not really into cryptocurrency
no its was not about crypto
it was simple singup thing
n they give you code
n you can sell this
as nft
can i show you some vidoe
@floral apex
they have vanished
No, I'm absolutely not interested in NFTs and would like to avoid it
what is Mensuration
and no means no
i dont like nfts
Yes and I'd like to distance myself from it as much as possible
Something you should ask dr google instead of in a programming discord server 👀
just a money making method if you ask me
okay
hmmm how long has this thing been around? Its very useful
what about making a program which mass generates 1000 nfts and sells them to make money /s
it would not work like this
I'd like to distance myself from it as much as possible
/s
i resepct your dession
I'd like to distance myself from it as much as possible
Regardless if it's a joke or not
same
what kind of things you can do with web scraping
test
double test
a search engine, i... think...?
i saw web scraping safe information
form interent
n orgonaize it
i wanna know if with web scraping you can do more than this
Hey @steady jacinth!
It looks like you tried to attach a Python file - please use a code-pasting service such as https://paste.pythondiscord.com
fine
it would make it so much easier if i could just attach a python file
can someone tell me if this is good code? https://paste.pythondiscord.com/fiyakoviza
ignore the fact that it doesnt work on its own
i dont' know this website not laoding for me maybe coz of vpn
now it work
your code is advance for me
maybe somone else can tell you
i was just wondering if it would be a good learning piece of code
what web browser do you use?
chrome
i have very old pc
ok
try making a calculator
hmm
i have to learn something that i can use n get some real money
you arent at that level yet, i wouldnt say
sry to crush you
I just follow whatever random idea comes to mind
And then 5 months later down the rabbit hole hopefully finish it
how to atumaote streaming
like if you do anything it update
on your stream
like vlaues
for exmple
you tradeing
n you streaming it
n everything you do
it show up on vidoe
what you buying what you selling how much is your profit
like time fram base
or anything else that you wanna show
i saw this software yeasterday
n it work very good for this other work
this is diffrnt tiopic thing >
i like the way this software work
That's pretty dependent on the exact specifics, like what trading platform you're using, where you're streaming to and what recording software you're using. But you could just create a small webserver of sorts that you can paste a link to in OBS, and it'll stream a little embed that displays the information you want
i watch some dude stream n he menual update
this things
some things get updated automated
n some he update mentual
manual
That can be done easily through OBS, pretty sure it gives you options to just throw some text on there
So you can just edit that on the fly manually as you'd please
omg that was scary i wrote a program to write a program but the program to write the program wouldnt stop writing the program
😆
hence why i was writing that weird stuff
for fun
good reson
big mistake
Feels like an origin story for a rogue AI
Sounds about right
does anyone know mips assembly
what is your favorite messaging app (except discord)
for me i like google messages
messages
i'm talking SMS messages
can you use mobile data to send sms messages?
or wifi
i love google messages man, you can set reminders
check for a place and a lot of stuffs
did elon really get suspended for few minutes?
that don't sound good
reportedly
someone used the twitter report button!
reportedly, about 100% of twitter users are gullible
If it was true, then Twitter's gonna meet it's downfall quality wise
But I don't really see anything mentioning it other than a Reddit post and a Hacker News post
"reportedly" means self-reported by people
Several twitter employees said (reported online) that they were to print their code from last 30 days to go over personally with Musk
Yeah and that got mocked by someone making a website out of it
A "service" where your code gets reviewed by Musk himself
https://eloncodereview.com Here it is
Print out your last 30/60 days of code and Elon Musk will review it.
I don't see anything good coming out of this other than the chance they might adapt literate programming to secure their jobs
Which is pretty minor compared to this big blow Elon Musk might do
that is a very nice looking site for a joke site
too many web developers out there
literate programming? like cobol and stuff?
being a good web dev does not necessarily mean that you can make a good looking site
yes, there's just too many
truly
hope some of them move to rust so we don't get 1 javascript framework every minute
admittedly we have like a rust framework per month already
think Jupyter notebooks
1 framework per month is way better than 1 framework per minute
ohhh i like it, but boy is elon really gonna do that 💀
¯_(ツ)_/¯
rust for frontend? 🗿
🗿 for yew atleast
no just get them away from web dev
it's 100% tailwind ui
or at least tailwind
I'm guessing, i haven't looked at the code, but it looks very much like it
yeah looks like it
It's the nextjs + tailwind stack. You should look at the github readme and their contribution guidelines though 

My favourite stack
Had a dream where my dad installed destructive malware and there's nothing I could do about it other than delay the inevitable
The dream was complete with dramatic music
i've wanted to make a pr to avoid that for a while (for the multiple dots case)
but i can't figure out where it's handled
i was thinking you'd check it in an on_message event but felt that to be a bit crude
but i can't think of any other native ways to do it
if message.content[0] == "." and message.content[1] != ".":
await bot.process_commands(message)
here's the line where they show the prefix https://github.com/python-discord/sir-lancebot/blob/main/bot/constants.py#L145
the thing is
even with multiple ... it considers it to be a prefix
!!!help
its even an issue with python
something that needs to be fixed at the bot-core level
i mean i don't care in python, it seems fine
but prefixing messages with ... is very common
there's multiple on_message listeners though
Listeners, yes
I'm talking about an event
well i don't know enough about discord.py to know the difference
Conditional process commands, you know
Someone in Discord linked to this tweet and I figured I'd take a stab at singing it in my totally not awful fake accent: https://twitter.com/bhilburn/status/971019559095427075/photo/1
Download:
WAV: https://kaslai.com/files/program_in_c.wav
MP3: https://kaslai.com/files/program_in_c.mp3
how many ice cubes do you guys usually put in your drinks?
none
well, let's say you had to
one then
a tiny one
that'd be reasonable
i wouldn't want ice cubes melting in my drink then it just turns bland
yeah
based
sometimes i just put an ice cube in my mouth and drink slowly
What the fuck rusty
is that bad
The hell do you mean "is that bad"
u guys don't do it?
That isn't how you use ice cubes
ya'll missing out
i'm not inviting you to my skribbl.io games anymore 😠
its actually a very good approach when drinking thicc lassi
use a spoon to drink it and put the ice cube in the spoon
spit it out after every sip
on the spoon
I don't take ice cubes with lassi tho
Hi
I'm a forex trader but I've no coding experience
Can anyone guide me to develop a python trading bot ?
well, you do you
😭
Anyone?
I'm here cuz I don't wanna disclose my trading strategy to any freelancer which makes me a consistent 5-10% gains on monthly basis
So I want to code it myself I just want some guidance
here i drew u a schematic because i don't want you to misunderstand 🗿
loop it until drink finishes
why would you spit it out tho?
refill
why not keep it in the mouth
sometimes it gets too cold
then don't have an ice cube 🗿
can't have both smh
your drinking algorithm is horribly inefficient
what can i say i'm not the brightest when it comes to leetcode
i also saw you go from blue to white ☠️
It depends on the water volume
Usually 4 ice cubes for 500 ml, and sometimes 5 or 6 ice cubes
banning
despicable procedure but great schematic
thanks
L
im sorry
im gonna release a 2 hour long video apology 🙏
with tears
I decided to see how much coding I could do in one week, just for fun. (I'm building http://codecombat.com, a multiplayer programming game for learning how to code.)
http://blog.nickwinter.net/the-120-hour-workweek-epic-coding-time-lapse
Time-lapse video was produced with no post-processing other than stitching together the still frames from m...
Anyone know what tool that is he uses to track his stats shown at the bottom of the screen ?
I would guess that it's part of their logger. https://github.com/nwinter/telepath-logger but I'm not sure.
Mhm, will definetly take a look at it, thought it was some like tool a ton of people use xD
https://twitter.com/DMACalvert/status/1589018238431940608?t=VLuLcJkAoc_aepcn4YSi6w&s=19 Current news about Elon's footguns
There is a plan, trust it
!rule 6
I'm sorry. I didn't know this is counted as advertising. I just wanted to put myself out there
Weird Al is a gem https://twitter.com/judson/status/1589082808651485186?t=jX7WtJ0UgZAWUE0pd_b7ng&s=19
An unexpected duo, a coyote and a badger, traveling together through a tunnel under a highway.
278148
26426
@edgy tulip Hello!!! I saw your python question!!! I am not familiar with weights of your exact species, but the important thing is that they are eating properly sized food on an appropriate schedule. Some snakes are smaller than others, some may be picky eaters and their growth could have been inhibited. As long as your snake seems in good health, the weight is likely not an issue. Just keep them eating well and watch them closely for any signs of poor health.
I assume that bredli pythons are like other, similar australian breeds and probably fairly temperamental eaters
r/wrongpython
read/write real ong python
fr
it's been confirmed
Fake screenshot, can't find that message in the server 😠
no ban pls
u will get banned for impersonation
AI Teaches Itself How to Escape!
In this video an AI named learns how to escape 5 rooms I've designed. The AI was trained using Deep Reinforcement Learning, a method of Machine Learning which involves rewarding the agent for doing something correctly, and punishing it for doing it incorrectly. Albert's actions are controlled by a Neural Network...
@distant hazel teach English? 🥺
we demand english lessons
👀
ooh I know this one
shush
uhh
||1forrest1||
2 Forrest 2
read it outloud
I haven't watched forest gump 😔
my. god.
isn't it always on reruns on tv
hells kitchen >>
oh, I was planning on watching money heist, since everyone raves about it
i've tried to watch three idiots
not my cup of tea
idk how far i have to get into it
it's so campy
is that budget 3 stooges
its about these three dudes who go to an engineering college
desi stuff i've liked is khoobsurat, sacred games
its sort of a comedy coming of age thing
sounds like budget 3 stooges
@distant hazel ?
what docu
I'm young 😤
oh fr?
frfr
the Matt Damon one
ong
😔 it's funny
WHY do you have a santa hat
well, for me at least
it's that time of the year
its NOVEMBER
doesn't stop stores from playing mariah carey
hearing mariah carey start singing is the one thing that makes me feel violent
I like winter ;-;
that's not that bad. we had a 10 degree difference during the daytime last week. like from 10 to 20 in 2 days
mina will you do my english homework for me 
!rule 9
too bad I don't have english hw tonight 😔 woo! no english hw tonight!
wait wtf am I saying
remember your thesis statement
that's all the advice i have for you
and read lots of books
learn latin
instructions unclear, submitted essay in latin
i've never actually watched that one
no need to watch it if you are the three idiots
ouch
I wouldnt take that if I were you
the real deal is figuring out which 3 of us are the idiots
me and aboo are two for sure
what the fuck man
ratio
lmao
@young shoal i actually got a request from a coworker to review their daughter's supplemental essay thing
what timing
i blame this otn
hello
@distant hazel have your read a clockwork orange?
mmm it was definitely mentioned a few times in school, but i dont recall reading it
is it good?
I mean it’s not something I personally would read but I have to for IB so
It’s not bad tho
i think the only reading i remember much of is the intro to a tale of two cities and a little bit of... crime and punishment. maybe
i did a lot of sparknotes
oh i do remember bits of the fountainhead
staff breaking rules?! this is just sad to see!11!one!
He doesn't know better, they've only been a helper for a week or so.
😔 why you though lol
mina is the english teacher
just imagining english teachers coding
they would probably have the most readable code possible
same lmao
I taught my dog the meaning of "yes" and "no", but how can i use this to talk to him lol
my cs Prof calls SQL "system query language" and he says it's the only language you need to get hired
DBAs are paid very well
my uncle is an oracleDB certified kinda engineer and makes a lot of money
I thought that was dying and just becoming part of other roles
I mean, people are never migrating away from MSSQL or oracleDB or DB2
and those thing do take a dedicated engineer
huh
but yeah, no startup will need a DBA
@graceful basin What can you share about Computer Science and Information Technology job wise?
Wdym?
What should I expect to learn, do on the job and where it's demanded
That depends heavily on the specifics


