#ot1-perplexing-regexing
1 messages · Page 77 of 1
x^2n e^-x^2 I think
from 1 to infty
I've tried to use generating functions
turned it into a diff eq
and the answer uses like erfi and incomplete gamma function
I would try to continue but I have personal things to deal with
I'll see if it gets anywhere tmr
i got banned from github for some reason
I wonder what that reason could be...
I mean yes. Being the Original Poster of something that violated their TOS would surely do it.
Incorrect
I think the term you're looking for is "Overpowered"
But it's still not why the kid got banned from GitHub.
That's probably sadder.
i would appreciate it if you didnt belittle me
Why
dunno yet. github hasnt replied to my ticket
i have no emails about this
Did you just commit a lot all at once or sth?
ratelimiting?
that's what i meatn
no? i was browsing github in the morning starring repos i found interesting and adding them to my lists when all of a sudden i started getting 403 forbidden errors everywhere
i was on github for like 5 minutes this morning before i got banned
yeh im temporarily moving my stuff to gitlab
best temporary solution i could find tbh i dont wanna make a new acc on github and get banned permanently for trying to get around the first ban
god i love this project. what would normally require me to write hundreds of lines can now be reduced to tens
btw gonna make it so that if you define a on_read function in the cstruct class it'll get invoked once the class has been read so you can do some post processing
how do you know you're banned again?
i login and im greeted with a account suspension notice
oof
also my profile is gone if you check my gh on my discord acc
told you it was your fault with the 403s ¯_(ツ)_/¯
cares
rate my drawing

just say the word and i'll leak the chats
do not leak the chats
like actually
lol
New Jersey Institute of Technology
They are the only online program with thesis option
nice 👍 not familiar with them but sounds like you'll like it!
😁
New Jersey Institute of Technology (NJIT) is a public research university in Newark, New Jersey, with a graduate-degree-granting satellite campus in Jersey City. Founded in 1881 with the support of local industrialists and inventors especially Edward Weston, NJIT opened as Newark Technical School (NTS) in 1885 with 88 students. As of fall 2022...
It operates the Big Bear Solar Observatory, home of the Goode Solar Telescope; the Owens Valley Radio Observatory (both in California); and a suite of automated observatories across Antarctica, South America and the US.[21][22]
This is so cool!
Isn't njit like numba JIT
lol
Thank you sir
i think it literally is
they call it njit lol
rather than saying numba jit
I think it stands for nopython.
As in a strict adherence to the set of things numba likes to use.
@numba.njit being an alias for @numba.jit(nopython=True) I believe.
Well this is online @spare oriole
hmmm, why online?
personally i'd say no, but idk what your goals are
I wanna be in an ML engineer
with NLP focus
honestly CS is better
😄
Im staying with CS
are you aware CS is mainly theoretical?
oh o.O
well NJIT has an AI specialization
I wanna take CS 610, CS 630, CS 656 and CS 675
CS 670
DS 669
CS 677
CS 732
CS 782
CS 681
these are the courses I wanna take
😄
I can probably ask them if I could take an NLP class too
😄
CS Masters has a Software Engineering specialization too
I would probably take CS 673
Software Design and Production Methodology
Im trying to stay away from courses that requires me to learn C++ or C @spare oriole
Nah
its mostly Python
They require Python knowledge
CS 675. Machine Learning. 3 credits, 3 contact hours.
Pre-requisites: Basic probability, linear algebra, computer programming (Python), and graduate or undergraduate senior standing, OR approval of instructor. This course is an introduction to machine learning and contains both theory and applications. Students will get exposure to a broad range of machine learning methods and hands on practice on real data. Topics include Bayesian classification, perceptron, neural networks, logistic regression, support vector machines, decision trees, random forests, boosting, dimensionality reduction, unsupervised learning, regression, and learning new feature spaces. There will be several programming assignments, one course project, one mid-term and one final exam.
I took ML in my undergrad degree
we did tons of python
if you're doing higher level work, then maybe.
but last ML engineer i knew, told me they worked a lot with C/C++
interesting
o.O
I mean all the ML courses from other colleges require Python
UT DS masters require Python
not C++ or C for ML
it is also possible they let you choose the language of your choice
i'm sure that's the case for CS theoretical stuff.
but for applied it's different.
a CS phd i know used a lot of python but he was mainly working on the math aspect of things and very little programming
his code was a mess
i don't think that's the case
unless your professor / advisor knows all the possible langs you want to take and accepts it
if you look thru the slides, most of it is the math aspect of things
and very little applied
they have coding too1
😄
bro if this is the midterm
🥲
Its so easy
I did all of these during my undergrad
CS isn't all that cracked up to according to my friends, PHDs is where it's at
yeah
I can do PHD with this program if I choose a thesis option
this is like the only CS masters online that has thesis option
We barely use C++ at work
Thanks @spiral zephyr
I think I will do CS with AI specialization @spiral zephyr
That's a good choice! There's diminishing returns on how much value AI courses give you once you're super deep in it.
It's strange you need to do DSA at master's level
DSA?
Oh yeah
It’s good tho cuz I don’t know much about that
I had my undergrad in Data Science + Cybersecurity (Double major)
Then it's fine indeed!
The program looks good
My recommendation: do a mix of software, CS and AI electives
Okay 😄
this is about as nice as i can get the answer
i've tried converting at least the first bit to the hypergeometric function 2F1, but it doesn't quite work
answer checks out numerically so it should be fine
there may be a better way to tackle that (u^2-1)^n exp(-u^2) integral
if it was from 0 to infty i could convert to -inf to inf and then maybe look at something with hermite polynomials?
idk
it might be nicer to write in terms of pochhammer functions instead of gamma
erfc?
the (complementary) error function, an integral of an exponential that does not have an antiderivative but can be evaluated numerically
.wa s erfc
Erfc is the complementary error function, commonly denoted erfc(z), is an entire function defined by erfc(z)≡1-erf(z) equals 2/sqrt(π)∫_z^∞ e^-t^2dt.It is implemented in the Wolfram Language as Erfc[z]. Note that some authors define erfc(z) without the leading factor of 2/sqrt(π). For z>0, erfc(z) equals Γ(1/2,z^2)/sqrt(π), where Γ(a,x) is the incomplete gamma function. The derivative is given by d/dzerfc(z) equals -(2e^-z^2)/sqrt(π), and the indefinite integral by ∫erfc(z)dz equals zerfc(z)-(e^-z^2)/sqrt(π)+C. It has the special values erfc(-∞) equals 2erfc(0) equals 1erfc(∞) equals 0.I
i think the name comes from communications applications, where having additive gaussian noise makes you mistake one "symbol" for another, and the probability of doing so depends on the chance of observing noise values over a certain threshold. computing that chance requires integrating the gaussian probability density function, which has a nice exp(-x^2) hidden in there
a lot of cool statistics stuff has to do with communications
either because it enabled communications, or its study was prompted by comms
shoutout to shannon
wouldn't those gammas kinda cancel? (other than getting a gamma with the erf
yes
the entire part not associated with erfc(1) is a rational multiple of sqrt(pi)
gimme a min to rewrite it with pochhammer symbols
what did you settle for for your latex needs btw?
i insist vscode is pretty good for latex. i use it for that, and not for python
I'm using obsidian rn
it's a bit restricting tho
so I might look into neovim since I plan on learning that anyways
setup still definitely needs to improve tho
kinda sad when the best editing experience is on desmos
actually, expanding the n choose k itself will cause some cancellations
yes, but it'd be three Gammas vs two gammas and a binomial coefficient
so I figured the latter would be nicer
tho I still do feel like pochhammer would be nicest
might even be able to simplify something
even with just the first cancellation it's
2 Γ + 1 factorial + binom
vs
2 Γ + 2 factorials
but yeah, it's mostly just shuffling things around
lol that leading factor reminds me so much of Stirling's approximation
e and sqrt(pi) sure like hanging out together
and divided by a n!
how did you get here? who sent you.
this is a nicer formulation of it i think
A_n and B_n are purely rational
what's k underscore again?
falling factorial
i use knuth's notation because pochhammer notation is objectively cringe
might be simplifiable further actually
some guy in teensrv sent me to this server
@split wagon consider checking "don't use palettes"
since your image got converted to P mode (palette)
so cuteee @rough sapphire
cat
car
Thats a greg destroyer of worlds
So
Broadcom just acquired VMWare
Pls dont hurt it broadcom thx
is there precedent for Broadcom ruining companies they've acquired?
Im not aware of it
I defaulted to feel some dread when a big company makes a move
who is broadcom?
Their product is probably in one of your devices
They are well known for making NICs and anything related to networking
You gonna sue them?
why would I? 
Because he exists
hi fellow penguin!
Getting so close now 👀
yo can someone put this on another server
@royal lake we need to update your virus scanner
((my kindred light mode user in there though))
If you don't send this to ten of your friends, at midnight, the boogieman will eat all your chicken nuggets and rearrange your bookcases by colour.
😨
Me staring at my bookcases: Something's different.....
My understanding is the C19 viruses can live on and in a dog's nose for a short time, so contamination, but is unable to infect the dog.
Cats being a different matter.
I remember tigers getting sick.
Also vaccinated.
They're designed to draw in particulates and dogs are often exceedingly friendly.
I, however, am not.
!kindling @foggy mountain
The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.
thanks opalin
@thin acorn oh i should have linked to sphinx's official tutorial instead of the getting started guide since i found that more useful in understanding sphinx
regardless if it helps, here's how i'd summarize setting up sphinx for your library:
- Install sphinx (
pip install sphinx) - Run
sphinx-quickstart docsto generate files in docs/
i. (choose "no" for separate source/build directories) - Enable the following extensions in conf.py:
extensions = [
"sphinx.ext.autodoc", # extracts and parses docstrings
"sphinx.ext.autosummary", # generates autodoc directives for modules/classes
"sphinx.ext.intersphinx", # links to external sphinx documentation
"sphinx.ext.napoleon", # adds numpy/google docstring support
]
``` 4. Add the following configuration values to conf.py:
```py
# Automatically document module/class members:
autodoc_default_options = {"members": True}
# Find numpy references and link to stable docs:
intersphinx_mapping = {'numpy': ('https://numpy.org/doc/stable/', None)}
``` 5. Use the autosummary directive in index.rst, or another page if you prefer:
Welcome to mylibrary's documentation!
.. autosummary::
mylibrary
.. (mylibrary should be installed in your Python environment)
``` 6. Ensure your mylibrary/__init__.py looks something like:
"""This is my library."""
import numpy
def func(arr: numpy.ndarray) -> numpy.ndarray:
"""Does something with an array.
Args:
arr (numpy.ndarray):
The array to do something with.
Returns:
A new array.
"""
``` 7. Run `make html` inside docs/ to generate the documentation
8. Open docs/_build/html/index.html
thanks a lot for taking the time to write all of this. I will definitely give this a look tomorrow with a clearer mind. I just got a bit frustrated 🙂
im with you on that, it (still) takes a while for me to figure out stuff in sphinx too
the above should output something like this:
instead of .. autosummary:: you could also make your own page and use .. automodule:: instead:
docs/index.rst ```
Welcome to mylibrary's documentation!
.. toctree::
:maxdepth: 1
apidocs/api.rst
API Reference
.. automodule:: mylibrary```
at least I figured out why the markdown syntax for linking wasn't working in pdoc. It was the google style docstring as you suspected.
regular reST and numpy (which partly uses reST) seem to work for that use case
@honest star
re: #python-discussion message
https://youtu.be/eIl1VuGTk3g From 0:49
Kat of the air. 🦉😁
"Joel Fitzgibbon, Chief Government Whip." Originally aired on ABC TV's 7.30: 19/07/2012
http://www.mrjohnclarke.com
http://www.twitter.com/mrjohnclarke
http://www.facebook.com/ClarkeAndDawe
I miss these guys. The one in the green tie passed away some time ago and the after-the-news comedy segment on TV has never been the same.
Also was into environmental conservation. Man loved his birds.
Hello, I am trying to follow what you wrote here, right now the package I'm developing isn't installed in my environment. Is there any other way to setup sphinx to correctly import mylibrary?
I added this command in conf.py: sys.path.insert(0, os.path.abspath('../src'))
It seems to have fixed this issue.
The html docs are built, but I don't find any of the functions I wrote inside.
My functions are actually written inside mylibrary/modulename.py, not the init file. Maybe that is the reason why they don't appear.
I had to run the sphinx-apidoc command. It seems to work now
MY DOG SPEAKES ENGLISH
Why am I using macos monteray?
one of us!!
does anyone know how to stop the sphinx-apidoc command from using the :undoc-members: option?
it's duplicating entries for class variables I defined, see https://github.com/sphinx-doc/sphinx/issues/8664
Keep in mind I don't really understand Sphinx right now, so I may be wrong on this.
A Python class with type annotation produces a warning: WARNING: duplicate object description during the sphinx-build if the sphinx.ext.napoleon extension is used. This used to not produce any warn...
Am I supposed to even use sphinx-apidoc, or is that not necessary if I am using autodoc already to generate docs from my docstrings?
You're trying to avoid duplicate output from duplicate tools?
I just figured out they are duplicate, if you see above i was trying to follow the help I was provided, then I tried fixing an issue I was having by myself and thought using apidoc was the fix
Ah, yeah, 8664 just says to remove undoc from here
i havent needed to use sphinx-apidoc before, but if you wanted to document a submodule with automodule, you would provide the path to that module, i.e. .. automodule:: mylibrary.mymodule
with autosummary you can make it recursive too: ```
.. autosummary::
:toctree: generated
:recursive:
mylibrary```
huh, discord's only showing one of the three images...
I haven't really understood how to use the index.rst file: I tried writing like you suggested here
.. autosummary::
mylibrary
..
where mylibrary is the import package (I think that's called?) that contains the init.py file and the module I'm trying to document.
However when doing that, running just make html without doing sphinx-apidoc first, rendered an empty html page with none of the functions in my module. I guess I just have to configure the index file differently?
right, as per my second example you need to make it recursive, and also define a toctree directory so it can auto-generate .rst pages for each module/class nvm that's enabled by default with autosummary_generate
ok i tested that in the wrong order, the toctree is definitely needed to have it generate pages
if there's anything i can rely on, its sphinx to act weird because of artifacts laying around
@thin acorn btw if you want a more topical channel, you can ask about sphinx in #tools-and-devops - at the time, i sent my guide here to avoid pushing other questions away
yeah I tried asking a question although it's quite generic, I haven't understood how to write the index file, with the recursive example you mentioned.
think of your .rst files as .md files but in a different format
you still have the basic elements like headers, paragraphs, etc. but beyond the built-in reST syntax and directives, sphinx provides its own directives like table of contents and autosummary
for example: ```
Welcome to mylibrary's documentation!
mylibrary provides the tools for all your numpy needs!
.. warning::
mylibrary may or may not provide tools for all your numpy needs.
The authors are not liable for any damages or injuries that may
arise from believing the above fact to be true.
Table of Contents
.. toctree::
:maxdepth: 1
tutorial
api
changelog
migrating
thanks for yet another explanation. I'll just fiddle out with the rst files and see what I come up with. By following your tip I managed to also fix the duplicate entry issue I had. Appreciate all the time you took to help me.
i asked gpt to generate a dog being propelled by a dyson sphere
it tried its best
btw there is an ot0 thread for this kinda stuff #1007424600205971636
oh thats dope
do yall FW this discord bot ❓
the name is accurate 10/10 would not use again
Why
what "it"?
Everything
I shouldnt have opened glassdoor on a Sunday, the lord's day
lunch wit team
Some day it'll be legal to backhand slap people for misbehaving in public
And that day will be a good day
Im gonna need a glove and stuff
thou shalt not job hunt on the sabbath
also "lunch wit the team" lol
are they trying to be hip with the kids
Nah, missed typo
9 and a half hours of work for this is actually wild ngl
in search for groups or buddy that want to study python (currently doing cs50p/lecture 1) dm or tag
I'm trying to learn python for the third time now and I took the advice to think of projects and do them. However, I always failed and didn't manage to solve the problems by googling or asking for help.
I want to start from scratch again this time learning with Python Crash Course any mindset tips on how to keep going after learning the basics this time?
The last two times I was doing projects which involved a lot of webscraping maybe I should start doing some example projects with solutions this time
Maybe start small
A game is a big project
Do smaller projects
And when you're comfortable with those you can go for bigger things
Also, as a side note, if you primarily want to code games, python probably isn't the best option
As for mindset tips, try solving some problem you have IRL with coding, no matter how small within reason.
Thinking about what projects to do can be time consuming, so starting organically by actual problems you want to solve is how i kept my momentum.
@foggy jungle maybe? https://youtu.be/E91pJYO_s7I?si=qIS1Hge15Q7AXjub
Official Music Video for 'Call Me What You Like' by Lovejoy, from the new EP 'Wake Up & It's Over' out now.
Stream here: https://lovejoy.ffm.to/wuandio
Listen to Lovejoy
Spotify: https://lovejoy.ffm.to/music/spotify
Apple Music: https://lovejoy.ffm.to/music/apple
Keep up if you like
Twitter: https://twitter.com/lovejoy
Instagram: https://ww...
#ot2-never-nester’s-nightmare message 
Was too slow
im sorry is your name rem?
leave it in sunlight, that's what I do.
nah should still work
Whew. A few more chapters to go and then the second draft. 👀
toxins are tasty
Assembly users be criticizing sqrt op for taking more than 3 clock cycles
XML was chosen as the most appropriate format as it can be used in various environments, regardless of the operating system in use.
gives malformed xml
some resource im using
what is this?
@young shoal dang my friend has the fancy 3d printer https://bambulab.com/en-us
Bambu Lab builds state-of-the-art desktop 3D printers that break the barriers between the digital and physical worlds. Explore High performance 3D printers on Bambu Lab official website.
it never was going to come in today. didnt you say that

just be honest
rip
you'll prob get it tomorrow
yeah i think it's only been 2 business days
you either tell them now or tell them later
uhg said they'd decide quickly
yeah and everyones been taking PTO
so idk wtf is going on
people are taking PTO duh
like me
im also off today
wild
but im running around doing errands
im not 😩
extend that weekend 😩

christmas music
4 days including your pto?
5 days if you count thanksgiving
we had thu and fri off
yeah
I got wed through Friday off
ok mr student
i mean for work
yeah schoolwork
for school i had the whole week 😩
It’s terrible
winter break is soon though
I just need to lock in and become an academic weapon
you keep saying that
i think i'll just say like
i'm pursuing other internships
my gpa will be pristine
i'm pretty sure they're not gonna fire me
"It’s not you, it’s me”
it's definitely them
Hellow Everyone!
I'm new here...
Welcome!
ok lmk what happens afterwards
I love microplastics in my body
Mmmm tasty water from a plastic water bottle
I love the little bit of jazz the microplastics adds
Makes it taste special
asbestos
bro's got ultimate instinct
Based?
bro seems like an asshole too
they seem perfect for each other

nah he's based
she's cringe
actually they're both kinda cringe for yelling in public
exactly
ive seen that happen in public
its not pretty
im just like 'can you not please'
have you seen someone propose before
yeah
was it cool
huh
did you have your meeting yet
it's at 2
i've been waiting for my computer to finish updating
speaking of meetings
i just got a teams message
and ended up having to do work on my day off anyway

it was just canceling meetings
but STILL
its the principle
brave
mandated by company /shrug
should have done it later so it'll cover my meeting 😭

still dont understand why you asked for a monday meeting
when you knew it probably wouldnt come in today
it's just before a weekly meeting
yeah i realize that now 😔
hindsight is 20/20
perhaps
well at the very least this will improve your meeting scheduling skills (?)
the soft skills you never learned about
dude that soft skills engineering podcast is a gem
need a meeting theory course
wow all 4 of my PRs are still open from monday
i guess everyone was just gone last week 😩
it was interesting hearing the hosts answer this question since theyve both been at fang companies previously
"let's circle back after the holidays"
visual studio got a cool gh copilot update
reviewing PRs on thanksgiving week would be pretty sad
we only had off thursday and wednesday though
imagine
rex i think i'm just gonna say i won't be returning for the summer. i won't offer up any specific details 😩
but what if they ask me to stay 😬
how's the desk btw
ok i'll just be set on not returning
also rex they added shift and ctrl clicking back to the spotify web player
hmm?
idk for a while i couldn't select multiple songs
for what? like adding multiple songs to a playlist?
yeah

interesting
not sure if i would ever use that workflow
so idk if they have that on spotify desktop or not
wack
well, i'm meeting
gl
still on discord smh
it's alright 😌
and its alright for me
since im not shaking my head
im shaking moyens head
smh

ok gym done
why not shaking moyen's hand
peace
apparently it's possible for me to move to a different team in the same company
probably not though
i think i'm getting finessed
MoyenHead
my manager: "i think we're pretty close to pushing this to prod, don't you think?"
me: "uhh, yeah i think that's pretty accurate" 😬 😬 😬
robin you can just skull emoji instead of saying skull emoji you know
sobbing emoji


that’s good news
@high haven have you seen any of the news about cheating in chess
there's this former world champion who does not have a great handle of statistics trying to use stats to show that another player cheated
then a bunch of actual statisticians came out of their holes to debunk the claims
a lot of cool data stuff though
are you talking about the gm cheating scandal
indeed
🔌 
not that one 😭
which one?
the recent one
the hans niemann one?
no that was like last year
like, a week ago
yeah but it's so bad
he's cherry picked a streak out of a lot of games to try and show that his performance is anomalous
The only one I know of is magnus resigning.
yeah that's the adult toy one
Wasn't that just speculation? I don't think they ever got concrete proof.
it's usually really difficult to find concrete proof
but yeah they didn't find anything for otb chess
pretty cool stats though
reportedly, they used jammers for a few tournaments last year lol
maybe it's still happening
he did offer to play in a Faraday cage I think
the chess boards need to be networked i think
idk if they're wired
we need air gapped chess boards 😭
lol
casually playing at infinite elo
yeah but this is just a basic fallacy
I mean, what is that supposed to mean?
streaks aren't anomalous
45.5 games won outta 46 games?
damnnnnnn
draw
yeah so score is 0 for losing, .5 for draw, 1 for win
til theres a new godzilla movie
oh it’s coming out soon
What's GM elo again? 2.9k?
this friday
2500 FIDE. but online ratings are inflated
hikaru's a super gm tho
what are yalls
yeah super gm would be like 2700+ fide
mine is like shit because I only play no brain bullet
im a solid 500
Fundamentals In Data Engineering (@high haven )
(i started like 5 days ago)
there are 2500 fundamentals in data engineering?
i think rex is driving from the gym

oh, so that's like 1.5 hours.
i am currently suffering in my greek lit class
greek lit class?
ewwww. the new VS update makes the git repo view so bad
indeed
uh okay let me try another way
Just learn bullet or w/e the 1 minute time limit is called
what is a greek lit class
a class about the iliad and odyssey
dont wanna
oh so it's not about greek people partying
lol no
i like 10 mins
classic. i have a meme for this
I do not have the patience for 10min
bullet is way easier
at low level u just play whatever is most intuitive
no brain
yeah i mean. if you're playing chess for shits and giggles, sure. but if you want to get better, no
i was baited 
pub do you want that book or not
i cant remember
perhaps
pub drop the elo
smh
it's easier to be bad at chess than be decent at chess
whoa
youre either getting it for xmas or not
what does "decent" mean
choose
that is the case for everything in the world btw
When your bad at chess, more people want to play with you 
what's the form factor. i'm not sending you my address
exactly
idk I'm bad at chess
no way we are in a digital age
if you want a physical copy, you have to get your own
smh
??? How else you going to fill bookshelves with books as decoration
im not getting you a signed copy either
;-;
BUT! i will have an opportunity with the jan conference
poached from school
thats for my friend though
Textbooks? Pfft
does pub have an office with bookshelves? doubt
i mean, technically
Calling pub poor? 
i think i'm getting a new chair
sounds like communism
probably, yeah
wait but if it's digital why would you buy it
err
actually the bookshelves are pretty cool
i would send a pic but there's PII so
most of my textbooks are actually not in the bookshelf though 😩. they're stacked on another table
ok have fun then
me when my manager insists an irrelevant ticket is actually relevant and assigns it to me 🙄
Me when my manager assigns a ticket to me 🙄
Is that a "
🚪 " no longer with the company, or a "
" no longer with the company
@low chasm lawyer arc when
what happened to them
oh that was recent i guess. the situation is still developing as they say
no i dont think so
???
no
this is someone who has like
4-5+ (?) YoE
started as frontend dev
but moved "fullstack"
so you know how that goes
didn't you say you had someone that wanted to get into CS or something
they end up doing something devops-y
thats a different person
we'll call this programmer friend uhh
'V'
average "take on more tasks" moment
😩
why do i feel like every other frontend or "fullstack" dev i encounter end up like this
or is it just the ones i know
thats the real question
maybe it's because you know them
probs the latter
it's your spiritual influence
My reply is no
what's your zodiac sign
whats yours
libra lol
apparently my friend and i are well matched
i think it depends
you know what let me ask chatgpt
according to this website we're 8/10 for love compatibility rex
With an encyclopedic knowledge of nearly everything, Libra can always tell you where to find the best coffee
:O
Whether having a friend with the same astrological sign as yours is a good or bad thing depends largely on your beliefs and perspectives on astrology, as well as the dynamics of your individual personalities.
In astrology, Libras are known for their sense of balance, fairness, and harmony. They are often seen as diplomatic, sociable, and cooperative. If both you and your friend are Libras, you might share these traits, which can lead to a harmonious and balanced friendship. You both might value peace, enjoy social activities, and strive for fairness in your relationship.
However, similarities can also bring challenges. For instance, Libras are sometimes seen as indecisive or avoidant of confrontation. If both of you share these traits, it might lead to situations where decisions are hard to make or conflicts are avoided rather than resolved.
Ultimately, the success of a friendship depends more on mutual respect, understanding, and the ability to communicate and grow together, rather than solely on astrological signs. It's important to remember that astrology can offer insights but doesn't determine the entirety of a person's character or the fate of a relationship. Your individual personalities, life experiences, and choices play a significant role in shaping your friendship.
pub, are you indecisive and/or avoidant of confrontation
why yes
i guess that just depends on your beliefs and perspectives on astrology and the dynamics of your individual personality
as most people do
yeah i fell off
balance, fairness, and harmony
no, no, no.
hmm maybe in my past life though
now i just do what i want

😩
did you see this
i've seen the most amount of incompetent "fullstack devs" than anything else tbh
damn

this is what my friends keep saying
fullstack is just kinda cringe in general tbh
they end up having to do the backend tickets bc the other fullstack devs on their team cant do them
im like
???
why are you called fullstack then
"oh you know how to do this? you're the this-guy now"
most competent fullstack dev

is the situation still developing
you think they should just keep them split? honestly idk if front and backend are sufficient to describe duties
For junior-ish devs, probably
kinda. my other fullstack friend, 'D', ended up talking about how Azure AD B2C is a pain to work with
so now we're talking about that
and 3d printing
I see

i've heard of b2c, we don't use it
dont

and here comes that classic loaded question
.randomcase when does a junior dev become a senior dev
When DOes A JuNiOr deV BecoMe A SenioR dEV
aboose
rex i think i might get a geico interview
to the career ladders we go
When they start creating new problems instead of solving existing ones /j
"might" hmm
so the first day they arrive?
fun
i like this answer
the most
i don't have nitro rip
average poor student
idk a good emote to represent these vibes but we need one
Every school server I've ever used that has some members has level 3 boosts
But also, IT bubble
i could buy nitro tbh
Same
and spotify premium
the school servers had max boosts? literally why
what happens at level 3 again
No clue
you dont have the student version?
nah
I could buy so many subscriptions and still be fine financially
so true
thats just your general vibes. you cant merge vibes pub. you already do that with too many vibes already
But I only pay for backblaze and infinite one time cards and currency conversions at my bank
what's a one time card
not like you can click the globe icon at the top left, right next to the server name
yeah you know why? because i'm a poor student 😛
I debit card that will lock itself after one charge
i cant. thanks for doing it for me thur 
So you pay for one thing with it and then it goes away
also nice to help those with skill issues
huh. it's an nft
300 video stage seats. how many servers do you think actually use that feature
youre not wrong.
i wont deny this
file uploads are probably nice
All debit cards are non-fungible tokens, technically
big minecraft/fortnite/etc servers could probably max 1000 seats tbh
you still have access to so many normal emotes. could widen your repertoire pub
I mostly do generate not-one-time virtual cards though. Makes it very easy to cancel subscriptions
what if i turn into sg. i can't let that happen
yeah cause they're in like 99 emoji servers

select distinct 😩
this is my highest emoji count: 
SELECT DISTINCT *
i like pythons 
in the non-custom-emoji days we had 🥕
or reacts 
at ~13 (>14 total emojis) are
and
. no surprises anywhere
and what do those vibes represent
my most used is, of course, 🐊
"carat", ^
what is that one supposed to mean
why is that of course again
smh one of the first questions the prescreening questionnaire asks is what are your salary requirements
why are you like this geico
It's a lizard
That seems reasonable tbh
ig so
have you said what lakmatiol means before
huh
omg people really be sending team messages at this hour. the person who sent it is OOO too AND its after 5p
smh smh
🗿 🤝
shake moyen's head
pub i dunno if i should be angry for you stealing for my thought, or happy that you actually asked it so i didn't have to 🤔
ima pretend i didnt see anything
it shows seen bro
rip rex
nah this is just the preview on my mobile notifications
also, pub, why the hell does your anime pfp have a santa hat on. it's still november

after halloween is the start of christmas festivities
pub is clearly feeling the christmas vibes
I always hate when I ask a question and get an answer outside of work hours. Workstie please you can't put 10PM in your timecard like I can
pub, be honest, have you started listening to xmas music already
what's a workstie
i will know if you lie
i usually don't at all
LIES
.8ball is pub lying to me
Yes definitely
classic
if i was in charge, christmas stuff before december 1st would be a crime
.8ball will i get a geico interview
It is certain
I said bestie first, then realized that wasn't the right vibe, so workstie it is
@high haven !!!
i thought that was just a term that was used
Congrats
and mariah carey stuff at any time would be a capital crime
what about australians and celebrating xmas in their winter time
Great minds think alike, it is very possible
.8ball are you lying
Ask again later
bud i think you should wait to be excited until you actually land the interview. dont want to get your hopes up no?
regional december 1st of course
Fools do rarely differ, and I am both a fool and a great mind. Also it's 2AM I should sleep
i'm joking, i have no financial/accounting background
haha where is this guy even from
I tend to just do gasp, sorta the same vibe
chances are i don't get it
twitch
is it for a financial/accounting position?
is it originally from twitch though?
"analyst development program" 🤔
idk. it's one of the oldest twitch emotes
analyst is a loaded term. idk what that means
i see i see
christmas is still in december. i mean if they want to do when proper time zones are still the end of november.
or do aussies celebrate christmas in the "cold" summer?
exactly. "😦" isn't the same vibe
i only applied bc they mentioned "biz analytics" as a major lol
dunno
i've only intentionally listened to like 3 christmas songs. and it wasn't during christmas season
seems like a finance-ish position. interesting
ive listened to way more
i'm sure 😩
more if you consider listening to the same song as multiple 'counts'
the few i can name are: carol, carol v2, and the one that aespa and red velvet did
from last year
apparently australians have a mini-christmas on july 25. til.
dunno if that's good cause more holiday presents and food or worse cause the infernal music in stores and such
weird
interesting interesting

inb4 they make me write code to "analyze" financial statements
or sum weird fucked up shit
so youre not giving me what i want but making me guess what it is first?
(╯°□°)╯︵ ┻━┻
secret
this is almost as bad as that time when aboo also didnt give me what i wanted
weird
Probably a front to get data for training some ML model
nah they already have that data
some new Product Manager probs wanted to make a splash
and an exec was like 'fine. we'll try it this year.'
behind that screenshot was probably the tears of multiple product, eng, and data peeps

😩

"wheres the data for this"
"can we get access"
"is this API even maintained any more"
"ask X"
"oh they left the company"
😩
looks like they laid off a bunch of people
https://www.reddit.com/r/sysadmin/comments/185473i/broadcom_aquires_vmware_for_61b/kazpqb0/
well now i know one instance where they roll over on their employees and engineers
is this going to be the trend now?
big companies that are too large to fail acquiring other companies that make pretty good stuff and ruining the structure
always has been 🔫
no 
!remind 3days aoc
Sorry, you can only do that in #bot-commands!
excel
Boy do I have the challenge for you
fp
or you can use SQL
im kinda considering haskell tbh, its a fun language 
same
Do the language challenge, new language for each day
tho, the pureness thing turned out to be really annoying cause i have to reimplement every algorithm i know to not have mutations
Indeed
hm i find that to be the fun part
tbf, having pattern matching in functions sigs is makes recursion really easy
Flix.dev gives you the ability to get pure functions that mutate local variables
yea
May be worth experimenting with
im coming from C/C++ and i did a lot of ICPC style contests so haskell is having me throw out a lot of code snippetts out of my brain
in a way, its really educational





