#ot1-perplexing-regexing
1 messages ยท Page 65 of 1
and i don't know what a language model really is but i don't associate with any form of intelligence
we use python not because it's easy
but because we can spend 20 minutes coding something that to automate a task that would take 10 minutes to do manually
ah yes, "i don't know what it is, but i have an opinion on what it is"
ROASTED
guilty as charged. but in my defense i was promised intelligence, and that thing didn't signal any form of intelligence
mica you got roasted too hard we are no longer friends
i'll win you back, dw about it
๐ณ
see
doot
when it comes to "it's just 10 bucks wth cares", i disagree. i feel like consumers* have a moral obligation to keep technology on a leash
remeber when we used to say: "facebook is just some dumb php blog thing where you just write comments and poke people, wth cares?"
well, we should've, imo
Copilot is pretty good for (a) using unfamiliar libraries correctly the first time, (b) writing obvious code that has been written thousands of times, (c) matching patterns in your code base and doing boilerplate. It's 100% worth $10/mo.
It's not like chatgpt that produces garbage.
idk, i have comfortable margins when it comes to deadlines so i can't really relate when it comes to urgency. so i can comfortably spend time reading the docs and asking around, and finding the most suitable patterns through trial, error and standing on the shoulders of smarter people than me
Check out the trial.
The other good thing is that the completions are sometimes better than what I would write so I end up learning something.
how does copilot learn about a library that you never used, by analyzing its source code, or its docs or something else entirely?
The model is based on freely licensed code on Github.
So you see how other people have used it, but made relative to your current cursor's context and code base.
and how does it score what best suggestion to provide? by analyzing their source code, or by how popular "a way to use it" is among other programmers?
cope pilot
It understands syntax/semantics of Python, at least. It's suggestions are relevant to my current context and reflect how it's commonly used.
i see. thanks for the insight, man. i still don't feel like trying it, but my margin for whining about it got smaller, so that's good
node = { 'state': gameState.getPacmanPosition() }
frontier = util.Queue()
frontier.push(node)
print(frontier.pop())
any idea why my Queue is empty when i clearly push? it says cant pop from an empty queue
That will depend on the internals of the queue, this should work given normal queue behaviour
Did you build util.Queue yourself?
If so, can we see it's source code?
well not myself but it just came with the code (this is for an AI assignment)
one sec i will post it
class Queue:
"A container with a first-in-first-out (FIFO) queuing policy."
def __init__(self):
self.list = []
def push(self,item):
"Enqueue the 'item' into the queue"
self.list.insert(0,item)
def pop(self):
"""
Dequeue the earliest enqueued item still in the queue. This
operation removes the item from the queue.
"""
return self.list.pop()
def isEmpty(self):
"Returns true if the queue is empty"
return len(self.list) == 0
In [3]: class Queue:
...: "A container with a first-in-first-out (FIFO) queuing policy."
...: def __init__(self):
...: self.list = []
...:
...: def push(self,item):
...: "Enqueue the 'item' into the queue"
...: self.list.insert(0,item)
...:
...: def pop(self):
...: """
...: Dequeue the earliest enqueued item still in the queue. This
...: operation removes the item from the queue.
...: """
...: return self.list.pop()
...:
...: def isEmpty(self):
...: "Returns true if the queue is empty"
...: return len(self.list) == 0
...:
...:
...: a = Queue()
...:
...: a.push(1)
...: print(a.pop())
1
```the problem should be in the code you didn't show
didnt show? how do you mean
The queue works, so if this is all the code, and the error is actually on that line, you likely aren't running the file correctly (maybe forgot to save, picked the file wrong, etc.)
no way
actually the problem seems to be with this line
node = { 'state': gameState.getPacmanPosition() }
why wouldnt the queue accept this?
i tried and it worked with integer
actually no it isnt even that that gives the error
Yeah, the object in the queue shouldn't be making a difference
yeap i got the error, thanks a lot bro
there is a way in neovim in what i can delete the current word? the equivalent to ctrl + del
dw
diw
What did you just call me??
dw deletes to the start of the next word which would only work if you're on the first char of the current word
yeah
I've never seen that
ctrl del deletes to the end of the word, if your cursor is in the middle
delete to end of word
rather than to start of next word
IOW it keeps the leading space
is funny because it deletes the words next to the current position
the opossitive to ctrl + del
but thanks, ill be using it haha
use diw
oh yeah
hey one question java guy, do you use the command :tabe? for new tabs? someone told me that's a bad practice and it's inefficent
if i wanted to make a new tab, that's what i would do
thanks java guy
your quack shouldnt rabbit tho
your cat shouldnt be sad tho
or should it
y
Why she do that
My rabbit what?
@reef geyser I saw a photo that reminded me of you
Since you're programmed with a seeming affinity towards ponies

I have gained an affinity for ponies by growing up with the show
I am not programmed with anything
Right. Your natural language model has been trained with a lot of pony material got it.
Why do people hit the gym? Assault is NOT funny. @eternal depot
If homeless people allegedly squat everywhere, you'd think they'd all have really well-defined legs at this point.
based ?
i swear if you start saying anypony in regular speech
I said I like the show, I didn't say I was cringe
unless well, liking the show is cringe
which isn't necessarily fair, but alright
yeah me and my sister watched it a fair bit
mostly me and my cousin back when episodes were still coming out
my little sister and I sometimes watch it if it happens to be on
was very nice show! these days I don't watch stuff in general
Think I prefer actively doing stuff more nowadays
yeahhh, plus I don't think shows coming out now capture me the same
might just be growing up sadly
it is what it is
as long as we can still find entertainment somewhere, it'll be okay
suddenly browsing guitar interfaces
didn't realize they just make USB ends for these now
figured I'd need the actual box
you do electric guitaring?
based
a little bit
I haven't had the opportunity to play for a few months now
I probably sound shit now lmao
a very unflattering otn name, but an otn name it is
i love blackjack
I love this word
MLP is great
XD
be for real
i'm not kidding

pony, body, what's the difference
one refers to a specific species
the other is species-invariant
WE LITERALLY DID THIS WITH THE ZECORA EPISODE
THESE PONIES ARE JUST SO INSENSITIVE 
anyway
I don't actually remember anything
The last time I watched MLP was my last trip to the dentist's office
lol
And years before that
your name is dawn. you are a cat. this is python discord, where you are a mod
imagine learning a lesson on friendship while getting your wisdom teeth removed
hey mods
meow.
@reef geyser what's this about a gambling problem
@carmine apex I think you gave the wrong prompt mate
!rule 1 4
1. Follow the Python Discord Code of Conduct.
4. Use English to the best of your ability. Be polite if someone speaks English imperfectly.
look, I just play poker sometimes
suuure
and (maybe) go all in on 2200 dollars
don't worry I won
(I lost it afterwards, this other fucker had a full house)
gambling moment
can't read, yet is mod. why am i not surprised
You really are a bot of many talents
1 month into school, havent finished 1 whole homework assignment once
For math specifically
rip
well its practice
dont do it
you're welcome
goodnight
Differentiation is fun

Do you use linux
Yes
I am starting to see a pattern
Why do you ask?
Just be careful... if you lose too much of Stel's money he's gunna refactor you
Linux is just 10x more convenient than Windows
Keep speaking
specifically for programming
I'll refactor you six feet under
My suspicions have been confirmed
Do you have sandwichs in ziploc bags for lunch
LOL
Like Windows and OSX support 2TB of RAM, Linux supports 256TB somehow
mf you do not have 256TB of ram
nope
It'd cost around 5m usd
"linux is more convenient for me cuz it support 256tb of ram"
It also is way faster
and smaller
i agree, i also love BASH scripting
Windows takes 20 gb system files, OSX takes 80 gb for some reason, and Linux takes like 3 gb
whats OSX
mac?
unix mac?
Mac OSX
Unix is BSD
mac is unix kind of
nope
:(
Linux is UNIX based, OSX is not
what is OSX
Its "posix compliant"
The operating system mac uses
Darwin is UNIX based
i see
guys im not crazy... i swear mac is unix based
OSX uses the XNU kernel, based on the Mach kernel
But XNU took some inspiration from BSD
XNU stands for what
It's not based on it tho
Linux is UNIX like not UNIX based.
X is Not UNIX
You're wrong there
They have the exact same standards, the same structure, and the kernel was based on it
GNU/Linux smh
imagine being such a good OS that you make other OS's seethe
Linux was heavily inspired by MINIX
so it's both unix-like and unix-based
but it's not a certified unix based
To differentiate them from UNIX distros bc UNIX was the first OS
And at the time there wasn't anything else
UNIX was the first popular OS. Not the first OS. There were a few smaller ones before that IIRC
this guy is resourceful
oh yeah and LINUX stands for Lovable Intellect Not Using XP to differentiate from windows
uhm??? NO
WRONG
True
it was initially gonna be named FREAX (cuz only a FREAK would use smth other than unix) but then it changed to linux
Linux is a mispelling of Linus on one of Linus's friend's FTP server
im resourceful too ๐ง
lee nucks
what is FTP?
file transfer protocol
File Transfer Protocol
thx
and unfortunately WINDOWS stands for Wide Interactive Network Development for Office Work Solution
is this info true ๐ญ
yes unfortunately
i feel like they came up with the name THEN chose those words for each letter
Who knows
and UNIX (also UNICS apparently) means UNiplexed Information Computing System
i thought it was computer services
your wikipedia is broken
In 1970, the group coined the name Unics for Uniplexed Information and Computing Service as a pun on Multics, which stood for Multiplexed Information and Computer Services. Brian Kernighan takes credit for the idea, but adds that "no one can remember" the origin of the final spelling Unix.
jk only XNU and UNIX are actually acronyms
spreading misinformation
yep
i lost all the respect i had for you
MacOS is UNIX -> BSD -> Darwin iirc
hm, i thought it was for "Linus' UNIX"
linux is more convenient than windows for someone who's comfortable with both os's
it is
Is andrew expired
probably ๐ RIP my mans Andrew ๐๏ธ (2 minutes ago-now)
i'm thinking about switching to this for all r/w data operations
https://www.youtube.com/watch?v=C7WFwgDRStM
SurrealDB is a "NewSQL" multi-model database with an impressive list of features from popular relational, graph, and document paradigms. Its query language is based on SQL, but does not rely on JOINs for queries.
Full Tutorial Coming Soon on Beyond Fireship https://www.youtube.com/channel/UC2Xd-TjJByJyK2w1zNwY0zQ
#database #programming #100S...
wether on ram or on disk, whether key value or attribute based
that's the complete wrong way around
Hey.. quick doubt.
JBL 770nc vs Sony 720n? and why?
buy both and see ๐
too broke to do that
people on reddit seem to like the 770nc's
so... there's that, i guess
>I haven't used the jbl but I have been using the 720ns for just over a month. And don't have any complaints they sound like sony headphones and anc is good enough to block bus and gym noise. They seem to go on sale alot don't pay full price
any idea why this just re-writes everything on the same line?
f = open("result.txt", 'w')
f.write(str(gameState.getPacmanPosition()))
f.write("\n")
it works fine if i change it to append, but the problem there is that the file doenst get cleared automatically
"w" mode overwrites the file from the beginning of the file
so i cant write on a new line?
You can use append, or seek() to change the position of file cursor
with append the file doesnt get cleared
What is the functionality you are trying to implement?
the print position is actually in a for loop
i just want it to print all position on a new line
when program is restarted i want the previous text to be deleted
you're not re-opening the file in the loop, are you?
if so that would explain why you're just overwriting over and over
Then use: open("filename","w").close()
For deleting the content
for action in actions:
f.write(str(gameState.getPacmanPosition()))
f.write("\n")
this is in the for loop
And open the file in append mode after clearing the contents
that shouldn't matter, should it?
w will clear
so if the file is opened once only and you write everything all the lines will be there
# clear
open("results.txt","w+").close()
#append mode
f= open("results.txt","a+")
for action in actions: f.write(str(gameState.getPacmanPosition()))
f.write("\n")
Something like this
its still all in one line
i mean re-writes the one line
!e moment of truth, does the eval command allow me to create files?
def file_contents():
with open('/tmp/file', 'r') as f:
print(f.read())
with open('/tmp/file', 'w') as f:
f.write('blah')
f.write('\n')
file_contents()
with open('/tmp/file', 'w') as f:
f.write('a')
f.write('\n')
f.write('b')
f.write('\n')
f.write('c')
f.write('\n')
file_contents()
@solemn tulip :x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 6, in <module>
003 | with open('/tmp/file', 'w') as f:
004 | ^^^^^^^^^^^^^^^^^^^^^^
005 | FileNotFoundError: [Errno 2] No such file or directory: '/tmp/file'
apparently not
Hmmm
added an additional print for context, but
> python a.py
After first write
blah
After second write
a
b
c
works fine
so something in the code isn't as described
uhmm
!e
# clear
open("results.txt","w+").close()
#append mode
f= open("results.txt","a+")
for action in range(6):
f.write("heelo")
f.write("\n")
f.seek(0)
print(f.read())
Something like this
@ruby fox :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | heelo
002 | heelo
003 | heelo
004 | heelo
005 | heelo
006 | heelo
results.txt
https://paste.pythondiscord.com/Y4576PCVAK433CR6RAK2IWXYXI
Hmm it's okay ig
is there a way tot check if its not open, then open it?
Ah, it's always 0 for w
a doesnt
what's the actual issue?
so yeah, just open once with w and things should be fine then?
the thing is some other class needs to keep calling my function
is there a way to open the file only if it hasnt been opened already?
okay i fixed it, i think
figure out a way to have the file be opened just once instead
like, something should have "ownership" over that file
maybe what's currently a function should be a class
ayy, nice pfp
okay thanks
a bit more fiery than usual
was wondering why my laptop was running hot
๐คจ you are trying something huh
@frozen crane he gifted me 2 months of the 10$ nitro lol
now you can shitpost lemojis in all your other servers



















||I am totally in other servers||
you can shitpost lemojis in DMs, idk
Im trying to figure out how to use the new theme thing
@frozen crane
Sound like a deal?```
OMG
congrats 
thank you
@low chasm this is my vibe this weekend https://open.spotify.com/playlist/37i9dQZF1E8Os5o7PjLqeT?si=50d33d5d8cbc4e4d
who has to work today. maybe me, maybe not me. 
working on a Sunday?
do you at least get overtime or something similar?
I'm not sure whether compensatory day off is a thing wherever you are
technically i can take off extra time later but like
im really bad about this 
smh
luna's programmed to gamble? TIL

learn to be better at it. Super valuable skill.
preocts help me
i think i have a problem

Gonna make me play tweanty questions to figure your problem out or can you throw me a bone here? haha
Other than apparently giving your company free time, what's up?
ooh
I'll take a listen later
my problem is i need to get better at drawing boundaries between work and personal life
you dont have to. its just my vibes today. just fyi
still taking a listen later :p

what does an egg do with a bone?
Hmmm, that is a problem. The way I've learned to see it the problem is that you think there is a separation between the two. Our work is, at least, a third of our day. Half our waking hours. It's very much part of our personal life.
and then if you consider this over the course of a lifetime...can you imagine how much of our life we give to making stakeholders money?

ugh that sounds sad when its put that way
Work-Life balance. Work-Life Jenga is more accurate.
Once I stopped trying to draw this hard line between the two I realized I was making more work for myself. With everything, including work, in one bucket of my time the task of managing it was easier. I have 24 hours in a day and one lifetime. That's what I get.
Build the habit of N hours go to work. N is constained by your employment contract obligation on one end (minimum) and whatever else you feel like giving it.
Same way you should put N hours of time into, for example, video games.
and N hours into laundry
and N hours into house-cleaning
It's never the same. One week just cleaning the kitchen after the pyrex of beans exploded into a billion glass shared will take two days. The next few weeks it's a couple of minutes becasue the kitchen has never been so clean 
But put work in the same bucket. When you're planning a week, make sure work is considered "you" time. Because it is your time.
Thems my thoughts, anyway.
preocts casually dropping the most banger life advice in ot yet again
where is the roadmap to a lost soul?
// merch: https://merch.krazam.tv
// https://instagram.com/krazam.tv
// https://twitter.com/krazamtv
// sound effects from zapsplat.com
omg this is the real talk we never knew we needed. thanks preocts
I was watching a talk the other day and the speaker said something that hit me so hard my chest still hurts. They were talking about their manager saying "You don't get enough recognition". His reply was "Well, sure. But keep in mind I like the type of recognition I can deposit into my bank account".
Never forget why you're trading your time to a company.

frfr
I miss that glass dutch oven. It was a 5 qt, almost as old as me, and my god did it explode. Practically sand mixed in with 5 quarts of bean water and beans.
(being pedantic but I feel s/deposit into/withdraw from could be better)
that ending omg ๐
I hear you.
not the zoom call with everyone's cameras off
theres like 20 people too
๐
classic
engineers moment
My camera is always on. 
spooky
spoooooooooooooooooky
mine is only on with the people i like
i mean what

My single contribution to the code base hard at work.
unironically yes
umm... how are we only 22 days from NaNoWriMo already?! 
Wait
Did the acronym get longer?
@thick osprey I'm looking forward to my ... eighth(?) attempt starting nnwm and dropping out by day three.
National Novel Writing Month
I swear
Every year they just add a couple letters and hope we won't notice
that's how books are written too
meta
did you complete last year's?
Aim for four days!
Yup! Hit the challenge goal. Haven't finished the book though.
I'm still figuring out how to... you know... actually finish something into a publishable state.
It's like being able to write the code, pass the tests, everything works, and then you just fall face-first into the mud with no idea how to make it deployable.
steady progress is so satistfying to see 
There's a few little dips and spikes in there but yeah, I aim for ~2k words a day.
๐
at work it's always engineers cam off, everyone else cam on
Fix your engineers.
ยฏ_(ใ)_/ยฏ
Death to cameras!
My VP called me, camera off.
Him: "Oh, I figured you were on vacation without a camera"
Me: "That's fine, I'll wait for you to turn yours on."
Why does it matter?
I don't give people the excuse of "Oh remotes are difficult to work with because I never see them".
I just leave mine off, and if the other person has theirs' on, I'll flip mine on too
This year will be the year I hit this achievement. I've always missed this one.
eh
Don't... what would you call it? "let them win"
That's dumb
Seeing someone in person doesn't help you type on a computer seperatly better
Fix the person saying they can't work because they can't have it their way
(no offence)
1667 is a weirdly specific number 
!e
print(50_000 / 30)
@thick osprey :white_check_mark: Your 3.12 eval job has completed with return code 0.
1666.6666666666667
1/6th of 10000, duh
tbf, I'm bad at math
Visual connection is, however, a huge factor in the majority of social interactions. Impairments excluded. One of the larger weapons used against remote work is "we just don't feel connected". Well, I agree. Talking to a black screen doesn't have the impact that talking to a video does. So I always have my camera on at work and I will, actively aggressively, encourage others to do the same in any meeting I'm in.
pepe meets kek. now that's a crossover i can cheer for
no?
eyes emoji
its funny bc its usually opposite where im at
but very team dependent
ikr. its one of my faves. i spam it too often

On Ubuntu 22, how do I figure out which command this shortcut runs in "Show Applications"?
Every weekend is a homework weekend on self paced courses 
Only if you're responsible
I don't have the self control not to just sit down and do an entire course in a few sittings.
Thank you anxiety 
That is the best fucking feeling
Finishing the final project on the second week of the class
Well it's great but that was my first class of a 2 year program that I just knocked out in 1 week. Which would again, be exceptional, but we'll see how long my motivation holds before that desire to 'do everything now' overwhelms me lol
Let the violent productive urges consume you ๐ซด ๐ฅ
Yeah my intention is to try and... at least let that motivation carry me towards a fast course completion, and then schedule my tests out in a manner that gives me a bit of a break to decompress.
So I get time to study/exist in between the course completion and the test itself prior to starting another course.
Only real issue with binging class work is that you probably won't retain the information as well
So easy to cram ten Quizlets worth of info into your head for a week or two, then it slowly drains out of your ear while you sleep
bro, you tell me if im wrong, but i feel like there is no week/weekend divide for you

I have no real concept of time.
I'm pretty interested in the field I'm studying, and I can go on to apply it in pretty tactile ways almost immediately, so the saving grace is that a lot of this is stuff that I'm doing in my free time anyway. Which helps solidify concepts.
True, I think we both have the same career goals afaik
But you have your nonprofit which is huge on a resume
this seems like a good plan
taking some time off after a course
I'm pretty stoked that I'm learning concepts that I actually... know I guess? That sounds weird. I didn't care much for school when I was younger-- I didn't struggle, but I just didn't care about what I was learning.
Now, seeing something I am familiar with already in a lesson kinda' gets me gassed up.
imagine existing
Nah I relate to that a lot
isn't the point to learn stuff you don't know already
seeing stuff i already know in classes feels demotivating to me
I fucking despised math until I started learning ML, then calculus and linalg were like a wonderland
past rex

I think it's the distinction between knowing how what you are learning applies, and just learning in a vacuum knowing that it maybe applies or maybe not
also i dig the new picture rex
thanks thanks. gotta welcome the spooky season in
yeah, i suppose that's true. though it's harder with a traditional CS degree education methinks
I don't think you'll ever find me doing any complex math unless absolutely necessary. I'm focusing largely on redteaming and whatnot in my course completion. I don't really care to be a penntester or anything, I just think they're more complex domains of knowledge than basic blue-teaming, and I think that having a comprehensive understanding of redteaming requires understanding blue teaming, so it's kinda' hard to... learn one without the other.
sounds boring. why would you want to test pens all day?
I love the click sounds they make 
based
I'm not saying I wouldn't take a penntesting job if it came up. But I'm geared more towards detection engineering/reverse engineering.
Also conveniently got my ass kicked by the reverse engineering module. 
spooky robin when. need more halloween vibes going
penn testing where you test Pennsylvania
i don't think adding a pumpkin to my name is gonna cut it ๐ญ
Reverse engineering is a whole beast of a subfield bro. Some of that stuff gets too heady for me.
i can't find spooky birds
ask midjourney
you never know until you try
i mean look at me

did you know dalle 3 is now here
and meets SoTA midjourney
also its better at picking up text prompts
yeah i might try that
here? localized entirely within ot1?
dalle-3 bot when
for the lurkers: https://openai.com/dall-e-3
probably can be something in lancebot if they have a public API
imagine the cost 
FREE public API
I always thought this was gonna be dope for cheating on interview questions
continued eye contact feels so unsettling
DALLยทE 3 is now in research preview, and will be available to ChatGPT Plus and Enterprise customers in October, via the API and in Labs later this fall.
liar. it's only here If you can afford it

I see you sg
actually bing image creator is currently using dalle 3 https://www.bing.com/create
this is technically free
you just have a limit
- you have to have a microsoft account
yeah, plus you'd have to use bing
ic

sleb now
good [time of day] rex
omg not a hadoop podcast https://spotify.link/fjwK4orSJDb
Listen to this episode from Compiler on Spotify. In 2002, Hadoop hit the scene, and quickly became a media darling. Twenty years later, typing the term into a search engine will return questions about its continued relevanceโor possible lack thereof.Is Hadoop still important? Where is it most visible today? The Compiler team dives hard into the ...
literally on this legacy software series
Hadoop there it is.
Rex do you know of any good system architecturing/design podcasts ๐ฅบ
besides the aws well architected series? i only have ones for ml/data systems. nothing for pure software system design/architectures.
if you find a good one with this topic, lmk
ill add it to the rotation
just read books?
books are good
ain't nobody got time to read books
but you do
source?
but muh podcasts while doing other stuff ๐ญ
meh
leaked
wait i thought you didnt listen to podcasts
nah, I do audiobooks but it's like the same thing
I like listening to stuff that's not music while doing stuffs
wait no but for real im serious about this
ill be waiting for you robin
yeah I'll do some digging ๐
๐ฉ
hasn't yours changed as well
uh huh
||good||
pick a dif one?
haha stupid
honestly dont know how that happened to him
gpu with sad temperature controls?
my friend said control net is used
for existing images
idk if he means this repo or stuff built on top of this but here you go: https://github.com/lllyasviel/ControlNet
ic
im sure theres tools built on top that make it easier
i think i need to go the manual route
lame
i'm kinda bad at prompting it seems
what
L prompt engineer

it happens. on one of the podcasts today, the 2nd host bashed the other host on how bad their prompt was that they fed to chatgpt
literal chatgpt coaching sesh

๐
anyway if you actually care: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/prompt-engineering
oh and this one is for @foggy jungle https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/red-teaming
anyway
no way microsoft actually used the term "prompt engineering"
can you tell i had to work with azure recently
Azure is great
You shut your face
so cringe
its great. too bad we dont have support for it
like we have a whole aws team
like devops team
Why are you multicloud?
to help
Multicloud is sad
this is my question
smallest AWS team
that is the average reality of most average companies
when? ||not in this lifetime if i can help it||
y not
the question is, why?
nah if i wanted monies, i wouldve stayed in my original career path
grug like when many shiney rocks
banned for linking red teaming materials. Later skiddo. || /s ||

we need another big cloud provider like AWS and azure to complete the triumvirate
gcp
aint nobody care about gcp
gcp fell off ๐
github might have a good shot at one methinks
they can be the new gcp
github cloud platform

wat
you heard me
Microsoft literally owns GitHub
sadge
i had the most original idea ever
what if
we made our own cloud service platform
but used aws
What, like how Elastic Cloud resells compute from the big three?
of course. but we'll just do it better
๐คจ
inb4 reality of future data analysts

hey cloudflare handles a lot of workloads
we always forget cloudflare
they have a great tech blog btw
nah cloudflare bad
gcp has the benefit of existing
||but from your sass I suspect that's about it||
sez u
guys you have channel i want to learn administration control for my work im currently in computer laboratory assigned im freshment i want to learn basic role of an admin please can someone help me?
yes
thoughts?
her head is close to the top of the photo already, so trying to add hats is a bit scuffed
same with the christmas hat thing
makes sense
i could make it more centered but the shoulders are very important to convey the emotions yk
ikyk
are you the previous snow leopard enthusiast?
I do not recall their name, but the snow leopard posting made me happy.
i am
Excellent, welcome (back?)
i left this server a few motnhs ago while cleaning up my server list

have two
or... multiple
i didnt actually watch the video past the 10 sec mark. i saw snow leopard and just downloaded it. wow thats a lot of kitty
if not fren y fren shape
shapeshifter
Chat, is it morally correct to polarize the masses, spread hatred amongst your bretheren for differences that allow us to exist differently and spill bloodshed to our ankles.
if it's linear polarization then no, but if you're circularly polarizing them i think that's acceptable
chat, why do i feel like a frontend javascript engineer now? i blink and more ai stuff is constantly coming out.
๐ oh God you poor soul
is this how js developers feel when new js libraries come out
literally its like, "which vector database should we use?", "which LLM?", "proprietary or OS?", "should we host our own?", "how do we feel about langchain? - too many abstractions?", "chaining?", "agents?", "could we use Retrieval Augmented Generation for this use case?"
Ah I just read a paper on RAGs today
link?
i just have a long tech blog from anyscale https://www.anyscale.com/blog/a-comprehensive-guide-for-building-rag-based-llm-applications-part-1
we find that LLM with 4K context window using simple retrieval-augmentation at generation can achieve comparable performance to finetuned LLM with 16K context window via positional interpolation on long context tasks, while taking much less computation. More importantly, we demonstrate that retrieval can significantly improve the performance of LLMs regardless of their extended context window sizes
interesting
nice nice HF always doing the mostest
just ignore it
i saved this thanks
are you also an ai engineer or just into ai in general
It's just a hobby
i couldve if i was a js developer
still cool. in the future maybe
JS developers ignore new JS frameworks all the time
yeah i can tell you right now i cant ignore ai stuff
not at all
Y not
robin it changes literally the tech stack we choose for these ai products/features
its time to go into web dev rex
idk how you got that
Nahh I have other career goals and I could not possibly sit through school long enough to get a masters lol
only with that attitude
Frontend is basically hell imo
at this rate, i dont see requiring masters to be an ai engineer. especially with more tooling and infra
And js is superhell
I would be interested in something like that, so you're an ai engineer?
though if I had to do it for a job I'd probably be through and through with it in a month
if i wanted to redo stuff, i could still do this in ai-land. UX for ai features is def evolving.
js is super fun. Never in my programming experience have I cackled as hard as I did when I saw an empty array be declared, then the fourth index assigned a value, and the damn language was just "Oh, okay, sure."
Lmfao
basically. i technically am a DS on one team. and then an ai engineer on another team. why am i on 2 teams? thats another question for another day. 
Js is definitely fun
"Multiply this class by this array for me"
> ok
> 
bing image creator
it has dalle 3
{} + [] being 0 while [] + {} being [object Object] does rub me wrong a little.
bruh this is just like a normal chat app
for some things. for some products/features, thats not going to work
Well idk if you have the time but I have a gradient descent implementation I've been working on that's giving me some trouble, and I'm not sure if I implemented it wrong or if plain minibatch gd with no momentum can even properly fit mnist handwritten characters. But if you wanted to take a look https://github.com/Tonabrix1/fe0_ml/blob/main/src/optimizers.rs
its rustin time
Shall I introduce you to rust?
I think that movie would have done better.
It works for 1 sample great, but for more it just dies
Also think the issue might be with my MSE derivative
We've met. I left that table. OCaml had free cookies at theirs. Rust said I had to borrow theirs.
rust? oh man why would you do this to yourself
I imagine rust standing over your shoulder and breathing down your neck while you eat the cookie (RAII guard)
I just marked it unique and consumed it.

havent implemented stuff like this since grad school in my DL class. this is what we went through while we were learning: https://minitorch.github.io/
MiniTorch
gl

the diagrams + documentation were helpful while learning
Ooh good resource, thank you
ye its good stuff
LUIs, otherwise known as L UIs
Where has this glorious little fact that you can change the pager git uses been all my dev life??
https://github.com/dandavison/delta
interesting, I should try it sometime, ty for sharing 
i propose a new tech stack: FRR
FastAPI
Redis
React
it's the realest tech stack out there (and it's lit fam)
I don't think that's a new stack
also, why Redis?
For
Real
Real
Redis cool obviously
!pip redis-om
sockets
json
str.format
also allowable
FJS stack - "Fuck JS"
an object mapper for Redis
Iโฆ don't see the point
see because redis is fast
and the OM is extremely easy to integrate with fastapi
wtf is redis
redis is a ram data store, you can use it for message queues, caches, databases etc
RedisMQ
so like sqlite in :memory: mode?
if you just want a KV store, there are much simpler alternatives
Redis has much more data types than memcached for example
it even has vector store capabilities
It has quite a few data structures
for all your ML needs 
there's also TiKV ๐
What does adding names at the speed of names even mean?
redis has a bunch of fancy things
oh i was talking about a different module
I prefer RMQ out of the two
but what about RMQ
import collections ๐ข
I understand where your coming from but your points are invalid.
where did the third RMQ come from
there's only two RMQ?
Its all the same RMQ
it's two separate references to the same object
not this 
rabbit mq is cool but too low level
though I realize that's a bit strange because I'm using zmq
Python is python.
ptyon
pyispy
Rust is also python
Iron oxide.
I'm new to python (both the programming language and the discord server)
I'm trying to get 50 messages withot spamming
just go to py-gen or whatever its called nowadays
Py-gen?
is it this one #python-discussion
thanks again
bit obvious
๐ค
of course
My friend is the Head of Data at a place in NY. At some point, he was called in by the CEO and CFO because their quarterly numbers weren't adding up.
They spent 3-4 days really going into the deep end trying to figure this out.
Turns out, someone had just aggregated Canadian dollars and US dollars on the marketing side, and on the finance side, they had done the conversion from Canadian dollars to US dollars appropriately.
i'm always receptive to your podcast prodding

how do you mess that up though 
no semantic layer or shared definition between dif depts
analyst in one dept vs. another dept creating dif sql queries
its a classic problem
๐
in this space
you'd think people would know how to solve this
how do you not know that canadian dollars are different smh
i mean what if the column/field name was just sales_in_dollars
and you needed to find a separate table to join for location or something
before converting
but you didnt even know that table existed
who knows
theres all sorts of things
๐
reportedly my company's product has over a thousand tables. meanwhile i'm dying trying to work with like 30
thats typical
even our branch product that our vertical works with the most has like
200-300 tables
i dont remember
anyway
shared definitions/semantic layers/etc. is def a problem in the data space
can i learn about this in FoDE
dbt apparently helps address this issue but then you get people creating too many dbt models at a certain scale
its the Data Management undercurrent:
you need to send data back into your salesforce, hubspot, etc. application
why don't they just call it LTE ๐ค
they are. theres certain parts of them that are pertinent to data eng
all I know is that this diagram is kind of ugly
banned
๐ญ
it feels like,
this is the main lifecycle you should know about
(and here are some things you will need to know about
dw. it's trivial.)

(jk)
(but not really)
Security: oops we just had a data leak and you get to lose your job

running to your next job, presumably
.randomcase "its someone elses problem now"
"itS SOmEoNE else PRoBlEm nOW"
so it would seem
we had a difference of opinions
alright, I'll put that down as not a team player
i thought i was a good employee, but they disagreed
lol what?
Seems right to me
read books
finally, the real answer to life, universe and everything.
cut from the brilliant movie:
the hitchhikers guide trough the galaxy.
and we all know it is 42 ;)
go and watch the movie!
reference to the book
is it fine if i don't?
no
funny whale computer
The thinker but sea animal
i wonder if this would actually be possible to implement literally
like adding names into a hashset at the speed of names coming in
so if new name comes every 1/2 sec
it would take 1/2 sec to add a name into a hashset
why?
imma write a novel instead
called:
"the folklore of phoklor"
i started it a few weeks ago
๐
add me
im sending you something
Okay
๐คจ
when they ask you to help build a team
"what do you think this ai team needs"
guess what i said
money?
probably not you
D:
me and the architect talked about the "profile" of the type of person we would want
on this team
on any Generative AI team tbh
no offense btw. 
well, what'd you figure out
if it was a DE position, then maybe
i want you to at least guess once and then ill tell you what i said
well what kind of profile, technical skills? or was it like, soft skills
ok imagine you have to hire someone for a team. what kind of person are you going to hire? that type of profile.
how am i supposed to know ๐ญ. they need the "T" shaped skills
they need to be a great prompt engineer ๐ค
which T shaped skills
yk the big spike and wide breadth
well? you've got me on the edge of my seat
Hang on, maybe someone else will guess
๐ฉ
this also gives me some time to finish up some loose ends 

Coffee man

anyway
the profile i suggested was a full stack dev into AI
the architect agreed
but why
they need to be more product-focused
too
we dont need infrastructure peeps
at least not atm
because we have to prove this stuff out first before we get more "runway"
aka budget
i c
๐











