#ot1-perplexing-regexing
1 messages · Page 18 of 1
you can always clean up your notebooks after exploratory phase
Long story.
Short version is: Server python version got updated & missing packages. Almost 1 week trying to get it solved.
or clean as you go
NOT EVEN MY CODE 
thats the true tragedy
why do you have to fix it then
wheres the person that wrote it
did they leave
why aren't you using poetry or pipenv or a requirements.txt
wait is this one of those


i mean you already know about my SWE friend who also has to deal with this
who is also in insurance lol
trying to wrangle DS and their notebooks
It's my monthly task to run this MF script on BOTH my local machine AND the server because there's no easy way to pass data from data lake & s3 buckets to local due to governance. 
hes lucky though that like 1 out of 10 DS from each team leans more on the SWE side
so they can help deploy models
jk
who said that
data engineer, more like data losers
"Did anyone try automating this" was the first thing I asked when the script was handed to me. 
One thing I miss from start up, is having my own VM.
wait wait i have a numbered list for you
hmm this is kinda you at the moment
which number is you rn?
he looks like andrew tate
Isn't data engineering team meant to write tests...
i believe hes referring to unit tests on the data producer side
not data quality tests before and after pipelines
His full name is Chad SandersQL
You guys say sequel right? Not Ess-Queue-Ell?
Just want to make sure I'm not interacting with heathens.
some people apparently say squirrel
it's the other way around
The uirre is silent apparently.
Trying to start WW3? 
ok that one made me die a little
This isn't a 'this or that' scenario.
Either you pronounce it sequel or you're wrong.
L
tf?
did you get knocked in the head in the military
Many, MANY times.
too many crayons?
definitely related
guys
😤 SWE need not apply to this argument.
you're literally unemployed
how do I go about deploying a VoIP server
I just accepted my internship, it counts 
How's your internship application process going? 
where?
At NUNYA Inc.
Until you graduate
sequel >
then you become unemployed
dont know about them
i've got 3 years 😔
damn, rex exposed as a boomer
bro everyone in data world says sequel. have you even taken your database class yet

i don't need one, i'm just that good
LOL
bruh you can't react to your own message
It's boomer shit.
sez u
i cant?
banned
bro
Squeal
ok got off work
lets start here
how much spotify do i listen to? well lets check last years unwrapped
how much of that time do i spend on podcasts 🎙️
65%
thats quite a lot
almost all of the podcasts i listen to relate to either data or ML or AI
software engineering and coding and such is a close 2nd category
out of ALL these podcasts, do you know how many peeps say sequel vs. "es-que-el?"
i rest my case
POSERS 
The real question is how many ads did you listen to.
for outside ads, none since i have premium.
for the in-built ads, i just double tap my earbuds to skip them.


Matrix result = new Matrix(NUM_FEATURE_SETS, input.rows - KERNAL_SIZE + 1, input.cols - KERNAL_SIZE + 1);
for(int i = 0; i < input.z; i++){
Double[] featureMap = new Double[(input.rows - KERNAL_SIZE + 1) * (input.rows - KERNAL_SIZE + 1)];
for(int j = 0; j < NUM_FEATURE_SETS; j++){
Double[] temp = Matrix.simpleCov(input.matrix[i], kernals[j].matrix[0]);
for(int k = 0; k < featureMap.length; k++){
featureMap[k] += temp[k];
}
for(int k = 0; k < featureMap.length; k++){
featureMap[k] /= temp[k];
}
}
result.matrix[i] = featureMap;
}
return result;``` anyone mind checking this?
its suppose to be the forward of a convolution layer
Matrix.matrix is a Double[][] represneting [num images][flattened image]

pls
@gaunt basalt Just disengage mate. Don't waste time with people like that
aight
int main()
{
int isInteger;
do
{
std::cout << "Write a list of numbers for me to process (Seperate with a space): ";
std::string nums;
std::cout << "hi";
std::getline(std::cin, nums); //https://www.grepper.com/answers/38705/c%2B%2B+wait+for+user+input?ucard=1sgth
isInteger = isInt(nums, nums.length());
std::cout << '\n#######################';
} while (isInteger != 0);
}
So apparently the program isn't executing the std:cout << "hi"; before looping to the next iteration and I have no idea why or how to fix this
buffering, probably
oh yea the quotes
yes, in C++ u need to use "" for strings
the same with C. '' is used for char
it's a different emoji
actually left lol
I just wanna post that I'm playing with rhinestones. Annoying little shits (3mm), but look awesome when you manage to put them where you want them
GPT-4 is truly insane
what is this reddit UI bruh
Copying YouTube
looks like some sort of twitter thingy ngl
don't worry there's always https://old.reddit.com/
didn't know that
tho how you got that ui
yes
So ChatGPT isn't meant to code. It's meant to be very conversational with people, it's a chatbot.
Also, AI in general isn't at the point where it can extrapolate beyond a given prompt. More importantly, it doesn't know when to ask for more information or to pushback on a given prompt. In the workplace, programmers don't blindly implement tasks. They'll think things through, ask questions, design a system, pushback a bit if they think something is unreasonable or too vague to do.
Programmers are problem solvers that use code as a tool, not necessarily code monkeys. That's the primary difference maker there.
They might certainly incorporate AI tools, but it won't ever totally replace people doing actual, technical work
won't chat gbt help programmers to the extent that less are needed and then alot lose jobs
I dont see how thats helping
That's the thing, there will always be more work to do and more things to make. At least that's how it's turned out with the past couple of big technological/industrial innovations. What the jobs specifically are might shift, but that's kind of a given
oh ok thank you for explaining I got worried
I don't see programmers being phased out. It's too integral to our current society
wish we could pin this in #career-advice

there's also the pending question whether chatgpt is even legal, and the use of it without attribution is flatly forbidden by OpenAI's terms of service
haha, I would want to bikeshed the wording a bit before pinning that
and also, ChatGPT is a language model. i don't doubt at all that AI will help programmers, and potentially replace certain classes of jobs, but i don't think ChatGPT will be what does so.
Use a resource to learn the basics and then make things!
can u give me a good resource
I like Byte of Python: https://python.swaroopch.com/
specific recommendations are usually that or "Automate the Boring Stuff"
I sure hope gpt gets better to the point where its usable, right now even for the simplest css issues i'd have to feed it tons of files in the include chain for it to have context to answer
i will wait but if i have to go through another 6+ months of "im not going into programming bc AI is going to take over all programmer jobs" in #career-advice ...
im going to flip some tables
Or maybe its just the way the company fucked up with project structures

there's a tag for that actually (╯°□°)╯︵ ┻━┻
(╯°□°)╯︵ ┻━┻
I see that as potential competition voluntarily taking itself out of the market
with chat gbt if I just plug in all the code and the error and say fix it will it work
theyre only hurting themselves imo
If you want to try your hand at crafting a nice message summing things up, I'll be happy to pin it
no wait you dont want me copyediting anything
Try it and see
But try it with a fairly complex realistic problem, tons of tech debt in the code, shitty shell scripts to run things, terrible CI, no tests, etc
You know, enterprise style coding
having a !chatgpt would be wonderful in general, especially during the current time of not being codified as against the rules
idk what this means I just follow the YouTube videos
bro thats too realistic omg
It means, it would probably solve the problems that are common and well documented and everyone and their dog has solved already and theres tons of pages about them
But not the problems that matter
oh I understand
lmfao, my reputation on this server apparently oscillates between "super nice and sweet" and "holy shit what a power tripping dick of a mod". But you can use what I have above as a base, but I can also take a stab at it tomorrow
or I could make a programmer do it for me instantly
tfw i gotta run a bajillion functions whenever i ssh into the dev machine or else my env is borked and nothing runs
But "if it works™"
- eshannnn
cool cool cool 
But time to make a booze run ✨ I've successfully steered pygen back on topic
It doesnt and i hate it and it almost makes me cry every day, tears of fury
@honest star with that thing u sent me how am I supposed to remember all of it
and like apply it
You won't memorize everything from the start. But as you code more and look things up, you'll naturally remember more and more of it.
so I should look things up as I'm making stuff?
Yup! That's totally normally and how you learn
alright thank you
@deep terrace what was the context for this otn
discord search for an otn name prevails, for once
it seems you were the one that did it: #data-science-and-ml message
also why is your word cloud about doom
I thought it was me
imagine having an otn

jk
i dont want one unless it has to do with coffee

Yall rate my neofetch
wtf
lmao
based
took me longer than it should have to figured out why you posted the flag of the canary islands, @jaunty wraith
I see
tis a shame there's no (proper) emoji for that
@gilded cloud how is Rust not easy to read?
this language is super hard in general, u know the syntax has some haskell inspiration right
ok, that doesn't mean it is unreadable
i know there's good things in rust but stop saying it's easy -_-
C# is readable yea
idk if rust is more C++/Haskell mix or C#/Haskell mix
I don't think anyone said it's an easy language
but it's hard to write some memory errors that are very easy to write in languages like C
in one day ?
not a lifetime if you have enough free time on your hands (and good tactics of learning, ofc) (ah, yes, also a brain)
python is easy but there's a huge amount of builtin stuff even if everything is easy
c/c++ just have a few keywords but they take a huge amount of time to know correctly
both take some time
never get foolded by the amount of keywords you have. asm has a bajillion instructions but....
it doesnt ?
Are you serious?
im not sure how that argument fits in
assembly has to have tons of instruction
that's not an argument
c# is still pretty high level i would say
nobody said it doesn't have to, idk what you're implying here
understanding is not binary. it is a matter of degree.
There's not a huge amount of builtin stuff, unless you're on about the standard library, in which case I wanna point towards the C/C++ standard library and STL
What have you built in python in the one day you tried learning it
apologies, i misinterpreted what you said
it's okay no worries
Learning is hard, being aware of a language and a couple keywords isnt learning
the most important thing, if you're self-taught, is to never be lazy to google. if you think "there must be a better way to do this", then GOOGLE IT. If you can't find it on google then ask it in some chatroom
I wish I knew about chatrooms when I was getting started
there was bbs's and usenet back in the day
don't be silly, no one uses chatrooms anymor-
oh wait, that's what discord is. 😨
and good old irc
also compuserve, AOL, etc
well, I didn't know much
I didn't exist then
same
I use that word to generalize Discord-like chatting places
zoomers
I only caught the very end of IRC's popularity, I kinda just appreciate what a simple system it was
ironic
one thing I would add to this is that you should always attempt a problem yourself before going to Google
I know many people who just see a difficult problem and give up immediately when once you sit down and look at it without all the intimidating details it's actually quite straightforward
ofc there is also the risk of wasting your time trying to solve a problem you won't get, so a balance is good as well
yeah im single
shingles?
what does that even mean?
I think I use double prec
not all programmers conform to the singleton pattern
why would that be?
seems like a blanket statement
just dont be a nerd then
which are almost all of the time untrue
that just means you're hanging out with the wrong crowd. trust me, when you're making $120k or $180k or $240k, if you hang out with the "right" crowd, the girls will flock to you
on a serious note it's not true
pretty sure there's people here in this discord that are married
lies
and they won't really care if you can talk to them or not
for all the right reasons, clearly 👀
lol, different strokes for different folks, man. who am I to judge?
I mean, historically marriage was mostly about economics. don't really see why that reason is so frowned upon today.
cuz people became gold diggers
and that's a problem how?
morally
im talking about the ones that solely got into a relationship because of money. no connection or anything like that
why is it morally a problem? who are you to judge someone else's motivations for what they want out of a relationship?
but it jsut isn't right
so culturally insensitive
I don't think it's a moral issue
sure, they can do whatever they want to their life, but if a person actually lives with whomever they actually love, they will be a million times happier. after all, we live only once
understand that real cultural differences are about what is right and wrong. don't mistake the trappings of culture (food, dress, arts, etc) for the underlying foundations of culture.
a loveless relationship doesn't sound like something that many people should really be wishing for, but hey, its a free world 🤷
that's what I'm implying too
why are you guys so sure that someone can't love their partner for providing them security and a good life?
all I'm saying is to not be so narrow minded. don't restrict yourself to what your culture tells you is acceptable parameters for a relationship
I don't want to keep talking about this because we clearly have different opinions
and we won't be able to change each other's opinions
so there's no point
I don't actually have an opinion on it, per se. I'm just trying to get ya'll to open your minds a bit 🙂
security and a good life is a bit more nuanced than just "money", which is what it seemed like you were implying
lmao
that's what money is though. is that any less shallow than being attracted to someone because they're "hot"?
as in, getting people to open their brains
lol, that animation is great
Well, I guess there's no "objective right" in this situation. That's why I don't want to argue about this
it's not, but basing relationships on a single parameter is sketchy at best in general 
the rest can often be developed if both partners are willing
as a sole reason yeah, that sounds pretty shallow by definition, if the only quality you're looking for in a partner is the number of figures in their salary, or simply what they look like
but is either a problem for initial interest? is one better than the other?
If money is enough to make you happy, then sure, I guess go with it...
But money doesn't buy happiness for a lot of people
true, but no money often leads to unhappiness
in fact, the #1 reason for divorce is "money problems"
It's not only "no money" or "lots of money" tho
of course, I think we both know that
I think we have come to agreement that there's no 100% rules. All I was suggesting was that if you have a hard time approaching women, you might want to hang in places where women will approach you instead because of your strengths.
initial interest sure, but if you haven't found any other qualities you like in your partner before you decide to become a couple, then both are equally shallow in my opinion
you can't select on other qualities until you have choices to select from
wdym?
the entire thread started because someone was bemoaning that they had a difficult time approaching women and seemed afraid of staying single forever.
(I was happy to leave it at the single precision float joke :^)
when we move on to 128 bits, will we have quadruple precision?
yeah I remember that, I suppose I just disagree with the idea that having a big paycheck is enough to attract the sort of woman that you'd wanna be with for a long time
but whatever works for you works for you 🤷
i love how this started with a rust argument
memory safety to financial safety
pretty sure it just started from this
its like buddhism, you have to give up all of your material possessions in order to become a true programmer
including women
at least that's the stereotype 🤷
lol
(and stereotypes have a tendency to reinforce themselves)
it's only because so many programmer types are unwilling to challenge cultural norms
that's my theory and I'm sticking to it
"the real world is dumb, unpredictable and complex, at least computers are predictable"
Hello, I have a very simple problem and its solution is very complicated, which is the black line of the xbox Game Bar. It appears to me as a black line and never goes away. I tried various ways to try to remove it. I did a reset of the program and corrected the errors and did nothing. The result. Can any of you help me? I will be Very thankful to him
Well they are on a software engineering server
Works even better than abstinence
"money doesn't buy happiness" was originally a saying about how accumulating wealth doesn't bring more happiness. Not about how money is irrelevant at all
Anyways, I just came here. My 3yo nibling tired me out when trying to put them to a nap... which they originally wanted.
what's a nibling?
Neutral word for nephew/niece. N- from that + sibling.
?????
(sounds like a snack)
@jaunty wraith why the canary island flag
(which is a great flag imo)
🇮🇨
it's like vertical ukraine but with white and doggos.
ic -> i see
yep
do you like the doggos though
they're actually trying to get
but you see, they're genteldogly discussing who gets it
oh okay. great!
Ah, so you agree flags with solid colours + a centered complex element are good?
the "centered complex element" should be simple enough that you can memorize all the elements with only a few seconds of exposure.
agree
I thought you were going to bait me into saying that I like US state flags
like this crap
lol
chaos
most of them are "blue with complicated thing in center"
this map isn't update for Utah though
shoutout to new mexico for actually being good
maryland as well
lol that ohio flag
the DC one is the best 😛
arizona is pretty okay. the symbolism for the hawaii one is weird.
alaska is actually nice
which one's the Nepal looking flag
it would be hard to discern the elements on a non-windy day
Ohio
i always confuse the flags of DC and chicago, probably because half of tv shows take place in one of those those two cities
ohio doing its own thing with not being rectangular
that's a great idea
they're similar for sure
stel, do you just have these flags ready to post?
only in the sense that google images exists.
mississippi changed their flag a few years ago to not be racist, and someone who graduated from the same university as me (not in mississippi) proposed this crap
mississippi moment
small details, text on flag 😔
complicated flower aside, in god we trust is so weird on a flag
it's too graphic-designy
when the mississippi legislature voted to change the flag, one of the concessions was that the new one had to have "in god we trust" on it.
set up for failure, I see
yes
damn, that looks cool
thanks ❤️ , its for a game jam
pyweek?
interesting!
tater trod
has anyone used a http://hdrhistogram.org/?
kinda don't understand how it does what it does
@high haven https://www.youtube.com/watch?v=N2QC6VQXo8U
Hiring a green screen and letting Quinns loose on the topic of Excel as an eSport seemed like a good idea at the time, but honestly, we should have seen this coming. Here's a very weird video we've made.
Support us on Patreon: https://www.patreon.com/PeopleMakeGames
Created by Quintin Smith:
https://twitter.com/quinns108
And Anni Sayers:
http...
Excel esports 
wouldn't that be similar to a vim competition
🤷♂️
like a speedrun to complete a certain task or something
It's like speedrunning analytics
But my instant reaction upon seeing it was "why in the world would you not use python"
so you guys have sufficiently ruined me.
our work here is done
old school news. how many data podcasts do you think i listen to


hold on I'm deobfuscating malware again
do i have to pull up my spotify unwrapped again

is it sad that i listen to more podcasts than music?
probably

also what do you think the finance excel bros do?
i—
jk

!paste
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.
lmao why did they share the same keyboard + mouse
anyway
Malware, I just never remember the link.
clippy 2.0 will do all the obscure excel stuff for us
in the future
https://blogs.microsoft.com/blog/2023/03/16/introducing-microsoft-365-copilot-your-copilot-for-work/
Humans are hard-wired to dream, to create, to innovate. Each of us seeks to do work that gives us purpose — to write a great novel, to make a discovery, to build strong communities, to care for the sick. The urge to connect to the core of our work lives in all of us. But...
what do you do when you have no idea what to make/do
has there been news about chat gpt like bots available for business solution? some businesses are concerned with privacy and refuse to use chat gpt and i was wondering if there's business purpose chat gpt where records will be saved per company owned storage...
dunno. any new tech you interested in trying out
im interested in giving this a whirl
Write web apps in pure Python. Deploy in minutes.
apparently its next under the hood
also allows you to wrap up react components

sidenote: ive been digging this grey version of github
dark dimmed
Taking the jobs of hard working frontend devs
This is what you gotta be worried about, not chatgpt

mar
yknow this framework was featured in the gpt 4 demo
Pynecone?
yeah
dunno
but frontend devs probably will run into the edges of this framework easily
like
i dont think theres much media support
i wanted to port my podcast helper app over
but no audio support
🕯️
but its good for idk
maybe a portfolio website
probs not scalable i dont think

but i would need a web dev to actually comment
instead of making hypotheses like me

Lol
Something about python syntax makes it feel ugly in the context of web dev
The frontend part anyway
def index():
return pc.hstack(
pc.button(
"Decrement",
color_scheme="red",
border_radius="1em",
on_click=State.decrement,
),
pc.heading(State.count, font_size="2em"),
pc.button(
"Increment",
color_scheme="green",
border_radius="1em",
on_click=State.increment,
),
)
This is just gross
blasphemy
honestly i saw that
and i feel that
like why cant i abstract all this away

or there has to be a better way idk
Not enough operator overload
I guess its not a pypi thing
oh i tried that one
that one is def horrible
but its usable for very specific use cases

this pynecone is def two steps up from that one i would say
I need to find something to build with stuff like this
for me, i want to recreate a chat ui
for the new gpt 4 API
i think its easier to build something if you have a use case for yourself too
bc you know your own requirements or whatever
id love to try out frontend dev (pynecone/whatever doesnt count) but it seems like a gigantic mess
nextjs is pretty cool
can i get started with just npm run or whatever or do i have to figure out webpack
Next.js?
yea
ok that is excellent
I think something is wrong with my pc
bruh
(thats in its lifetime)
what's its lifetime?
do you listen to a lot of podcasts? you could also make a podcast helper app

I dont but i should
My spotify going unused
Could build some feed aggregator but the problem then becomes finding decent feeds instead
i mean i just listen to podcasts bc im lowkey addicted
you just need to find a good one
then youll pick up on related ones
like idk if youre into architecture
theres 99% invisible
everyone loves the true crime podcasts
but im like no thanks
no psychoanalyzing for me

what are your interests bud?
!paste
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

I'm having an uncool time gamers.
this is obfuscated, obfuscated, and obfuscated again.
riddle me this
what did you do all day today
Woke up at about 1:30pm with a migraine, went to Panera, deobfuscated this, played some D4, deobfuscated this some more... and now we're here
fucking nerd
😦
Why don't you help us since you didn't do any pico 😛
aww sorry about that bud
Ooh, writeup? What's this?
Standby, it's on a private repo since I'm not allowed to share outside the team
thank you 
My interest is piqued
what's your GH?
Robin5605
added
oh hey
you finally changed your name
i just realized
lmao

im glad
it was lowkey stressing me out
I need to fix the images in the markdown still.
Special, Specialer, and SOAP are pretty cool and I solved them in (I think) neat ways.
@foggy jungle this is actually pretty cool
What did they do? 👀
Just obfuscated some pretty crazy code
err deobfuscated
in a manner that... I aspire to. lol
Stickie is pretty based
@tardy rain bro i dont think i have the patience for web dev. im already tired of this lol
Are you trying out pynecone
Checking to make sure malware devs aren't active on pydis
Be spooked if it ever actually pings someone lol
Hello who pinged???

caught lackin

I just copied and pasted stuff into python console and then pasted it back in
and then eventually compressed the program down to like the 4 lines it actually was
this reminds me of when i have to fix the tv for my grandparents
I will say pycharm variable refactoring helps a lot
just turns the underscores into actually readable stuff
that's what I was doing with what I sent in SOC
Just clearing up the B64 obfuscation.
If the creator is in here reading this, 
I knew that already, though I'm not sure why.
hidden within
the depths of your mind database

anyway
pynecone is a nice toy framework
DROP TABLE python;```
pretty sure it would be a nightmare to build anything big on
Pretty much the state of most Python front ends atm
JS Is not bad if you use TS
ah i dont have a typescript emoji

Necessary evil
my friends and i were talking today about how
js + python can get you pretty far
as a good generalist
Ye...add SQL too
Like that
It depends on the location
As a programmer you'd probably be ok knowing these two and surrounding tech but i kind of struggled to find a python backend using company in london
Mfs love dotnet here
fr same in india and uae 🗿
I kinda made a framework like that
(hit 12k recently)
yeah lots of places love dotnet. most of my companies devs are dotnet devs. theres only like 3 devs that do python lol
!pypi Lemon-Library
grats
thanks
but like do i really want to do dotnet?
no
don'tnet
Uh idk about that especially in the context of fintech
oh yeah besides them
Glassdoor is being a bitch
@tardy rain is tomato a fruit
Yes
then I'm a tomato
why is a tomato basic
It goes on pizza and anything that goes on pizza is basic and for the masses
Pizza sucks
A true controversial opinion
oh. I haven't even taken into account derivative products
Also what kind of tomato theres a bajillion
do any of you know javascript?
no
Cherry, salad, plum, heirloom, etc
na
idfk? I'm applying for dev, not tomatology
Lmao
Teams want a well rounded dev that knows exactly what the fuck kinda fruit they are, denied
😳
Goes in cakes, breads, milk shakes, lots of things
Dominant flavour, outshines other fruits
oh? doesn't listen to others well? denied
Versatile, strong, team player but also independent,
Satisfying shape for gripping
Certified primate favourite
(and so am I)
I think I have too much analysis paralysis all the time
Just ask
I code my bot in Javascript to autorole and a welcome msg. The welcome msg is working but the auto role is not. here is my code for anyone would like to help https://paste.pythondiscord.com/eqitizenip .
Errors?
no errors shown on console
indeed
for now
ugh. power cycling killed all my tabs
yeah? wanna pay for it?
you think it would be fine if I go to the association for computing machinery - women, meeting. it's interview practice. for context, I am not a women
tomato is a fruit
tomato is a vegetable
lol only if it was a chromebook 
yeah its fine as long as you arent a prick
i went to whats it called
society for women engineers for a bit
and im also not a woman
cool. I don't want to like, infringe or something
yeah just dont be a prick lol
though maybe your opinion is not as relevant 
maybe I should just email and ask. but EAFP, lol
yeah just go dude
you wont be the only guy
probably
at least thats how it was for me
oh well
as long as I don't embarrass myself wrt interview skills I think I'll be fine
ye ye
it's "coding and behavioral and interview questions", but I don't think that second and is meant to be there
no but the meaning is different
indeed
there's no fixing lol
you sure its not a driver issue
just need to last 5 weeks to the end of the semester
yes. pressing on the places the bottom connects with the screen occasionally fixes it
Lol
going to mail my coding assignments
but actually we do have a computer lab I could use
Compile your school java homework by hand
use the computer lab
its there for a reason
maybe make a friend or two
jk
thats what i would do
you can ignore me
but my development environment 😭
I mean to be fair, the computers have vim so it's not far off
if I wanted to I could enable password auth on my desktop and use that, but 🥴🥴
tfw some guy isnt responding to me so i gotta message his boss about it and the boss isnt responding either
So now im stuck with texting people's bosses
become the boss
Im only a couple steps from the CEO, you think he'll get back to me?
rip
theyre taking a long lunch lol
Its 14:20 💀
I prefer binary
binary is so 20th century man, we should graduate to trinary
I think they call it ternary
threenary
ok, thanks for the correction
bowing to the man
How else would a wagie taste adrenaline
become the man
Thats for longer term
Short term is another significant pay bump
Like 1-3 years maybe
I will look for MC to grow into one of the largest consulting firms in the world. and for the "Big 5" to turn into the "Big 6"
ngl consulting sounds scary
Im too small fry for that kind of stuff
Besides eivl do we know anyone else that does consulting
Tagging might get more responses than asking generally in #career-advice
it'll grow so big, there won't be a big 5
now that's the sort of ambition I can respect!
@rugged owl from your favorite linkedin poser. jk, from mine. https://www.linkedin.com/posts/mikikobazeley_datascience-datascience-mlops-activity-7043597053293142017-QO2l

My manager's asking me to write up a roadmap for one of the model implementations. 
a roadmap? sounds product-y

what do they even mean
like 'what is all the surrounding infrastructure needed to get this model into production?'

type of roadmap?
HELL IF I KNOW 
'well first, you need a UI for all the non-technical peeps...'

'so the SMEs can label the data'
bro they could literally mean anything lol

maybe what they are looking for is a timeline
which you know how that goes in the data world
I feel like my position went from ML work straight to random BS.
me

lets go evolve skyglow
or follow that map
'switch companies'

I have like half a foot into "Data engineering" and half a foot in "business" and a toe in "ML"
accurate
Yea, maybe time to switch companies lol
im in your shoes but my friend said i should try to wait until the 2 year mark
or at least get a big win before leaving

this would be a neat job https://www.linkedin.com/jobs/view/3536251002
Posted 3:58:00 PM. Talkiatry transforms psychiatry with accessible, human, and responsible care. We’re a national…See this and similar jobs on LinkedIn.
swe obv
Not sure what I should do.
but their site is cool
Classes start in 5-6months. Once those start, I'll pretty much be stuck for 2 years. But now starting the job search seems a bit late.
5-6 months? you still have time no?
masters 👀👀👀
probs better to get to a new company first right?
Mid-senior says, 1-3 yoe it says
eh i feel like linkedin creates those tags
Mid is at least 5 YoE imo
Ye theyre meaningless
No, I'm lazy 
Idk if mental health is a good one to be in, wasnt there huge controversy with betterhelp
Also this economy rn where everyone getting laid off.
yeah but if you start looking now it might get better by the time you start school
i think they just werent profitable right
lmao, that's some dystopian sheot right there. "mental health not profitable"
you considering one? or nah
iirc they had issues marketing themselves as offering professional psych help/therapy sessions but did not actually check if their "therapists" were licensed
amirite tho

You were basically sold on online therapy but it was just some dude
real bruh moment
I've considered
Check me out on twitch, "Helping these depressed people out" #GetHelp #Winning #Live

excited for sg lol
"dont forget to like, favorite, and subscribe"
"and send money to my patreon"
Ah yes, I knew I forgot something.

Lmao
sky, psvm is excited for your extra schooling
have fun in classes where you might end up doing all the work
if they allow solo projects, you should pick them
jk
too bad
Literally what happened.
it should be better in grad school
think about how much more employable you'll be
but it still happened to me a couple times
just remember to pick the working professionals
as your groupmates
they tend to be better teammates
I did 99.5% of the work in the MicroMasters program (MOOC but with gtech students too)
try not to pick the kids who went straight from undergrad
lol what
wait what
I just said I considered
did i misunderstand
I literally picked working professionals, at least most of them were I think.
I considered, and decided I wanted a master's
eh its probably bc its a micromasters program than anything
bruhhh. you left it hanging earlier, so i thought it was "i considered. but would rather not."
NOOOO, they were gtech students, at least half was.

😔
I think I'm doing a 4+1
The Gtech's micromasters mixes both mooc & actual students in the program
I picked my group early too
idk man. my only experience with gtech was when we had a grad student from there who was an intern

minimizes opportunity cost, but my school is pretty bad
etc.
oof
would it be better then to do grad school somewhere else?
honestly depends on your goals
I had to try to get my group not to mf plagiarize from a previous homework in another course for the project.
good school would help get you a better network
but if you arent going for that, then it might not be worth it
good question!
I have no idea
honestly you can always do a 2nd masters elsewhere anyway
idk about that lol
Hell no
Academia is toxic af.
thats a real bruh moment
I mean, I'd be ok in terms of tolerance, but the marginal benefit is tiny
The guy who suggested is real bruh person. Smh
Another guy was in India, never showed to the meetings after the first. Didn't do much either. 3rd one couldn't code for sheot, but at least did the PPT.
hmm yeah 4+1 should be fine. plus you can get a higher starting salary with a masters
Idk, I've never had a good group project.
i mean as long as you arent founding your own company, then a better network shouldnt matter too much in this case
youre not gonna be a VC either in the future right?

the extra cost is like 25k, plus the opportunity cost of not working, means around 125k for a master's. if a masters gives me 5k more starting salary, it'd take 25 years for it to pay off
cough Online Masters Cough
welp. heres to hoping thatll change in your masters or you at least >1 group project that is decent
group projects are never decent
why would it only give you 5k more
well idk how much more it's worth
the other option is to just do a bachelors
Work while doing a masters part time. Masters now are geared towards working professionals.
and have a company pay for your masters
but youd be stuck with that company
during that time
and maybe even a bit after
And 1 year after
certainly a little bit after
Mine is 1 year after.
on company to company
Both times has been.
rofl
oh ok
my devops friend has a different contract
but thats probs bc he has experience
I never accepted because I didn't want to get held down by that. Job switch after masters def nets more than what is paid out
like 8 yoe
yeah but do you think youll hit a ceiling without a masters sooner or later or no
i guess maybe in DS but general SWE should be fine
I def feel like I hit a ceiling in DS. Given that all these positions require 3-5 YoE + Masters.
Then again, it could be me not having enough YoE technically speaking.

But either way, masters will be some what future proofing for me.
yeah thats true
Less job in DS for sure. Feels like I"m getting rolled into DE in my current position not by choice. And more so of business sided DE.
the generalist DS jobs have started differentiating
Yea, I think I"ll just stay for now. Maybe I'll jump midway through my masters.
fail no one saw that
Then I'll have a job w/ more than 1.5 years lol










