#voice-chat-text-0
1 messages · Page 570 of 1
Hello
Yes
I m trying to switch to Data Engineering, currently working as product design engineer in core domain
Started learning python SQL i know, started search jobs in azure data Engineer field
Tech: stack python,sql, Databricks, adf
But currently saw there 3 types of DEs
bare minimum: python, sql, snowflake
amazing DES: python, sql, Databricks or snowflake, devops
Masters: same as before including terra form cicd implement who design robust data pipelines
I gave 8-10 but didn't got selected for next round i don't want to watch my time, i started during November sonits been 2+ months considering December month hiring freeze
@crude nova
@candid spire
Simple Social Engineering Trick with a phone call and crying baby
social engineer is incredible
hacking humans
Our Lithium Refinery ushers in energy independence for North America
Regionalized access to critical battery minerals brings jobs, cuts emissions & helps accelerate our mission
Fr
?
No p
I gotta go man!
It's
@bleak sleet
إبط متعرّق
@tall nacelle help
@tall nacelle thank
Date Category Amount Note
17-01-2026 Food ₹350 Lunch with friends
15-01-2026 Travel ₹120 Auto ride
14-01-2026 Shopping ₹900 Shoes
here
Hello
Hi
i = 0
while i < 3:
print("meow")
i += 1
i = three times
i = do I have any fingers up still ? meow
if the answer is true, keep going if the answer is fales, stop
i = 0
while i < 3:
print ("meow")
i += 1
i = 6
while i != 0:
print("mewo")
i -= 1
i = 2
while i != 5:
print("woof")
i += 1
i = 50
while i != 60:
print("mewo")
i += 10
I keep turning the gears
@shut geode 👍🏾
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@shut geode
From now into eternity.
apology
!e ```py
i = 0
while i < 3:
print("mewo")
i += 1
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | mewo
002 | mewo
003 | mewo
!e py for _ in range(3): print("meow")
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | meow
002 | meow
003 | meow
recursion
!e ```py
def func(value):
if value:
print(value)
value -= 1
func(value)
func(5)```
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | 5
002 | 4
003 | 3
004 | 2
005 | 1
TYSM
Recursive Economics
See ya guys
@shut geode I was trying to find the right image with which to reply to your question.
@mental tundra 👋
Lol no problem!
nuisance
fay l yuh
spirits up
He is still around.
He's still around.
Echidnas (), sometimes known as spiny anteaters, are quill-covered monotremes (egg-laying mammals) belonging to the family Tachyglossidae , living in Australia and New Guinea. The four extant species of echidnas and the platypus are the only living mammals that lay eggs and the only surviving members of the order Monotremata. The diet of some sp...
Wombats are short-legged, muscular quadrupedal marsupials of the family Vombatidae that are native to Australia. Living species are about 1 m (40 in) in length with small, stubby tails and weigh between 20 and 35 kg (44 and 77 lb). They are adaptable and habitat tolerant, and are found in forested, mountainous, and heathland areas of southern an...
The eastern grey kangaroo (Macropus giganteus: gigantic large-foot; also great grey kangaroo or forester kangaroo) is a marsupial found in the eastern third of Australia, with a population of several million. Although a large M. giganteus kangaroo male can typically weigh up to 69 kg (152 lb) and have a length of well over 2 m (6 ft 7 in), the s...
https://en.wikipedia.org/wiki/Red_kangaroo We don't have these where I am.
The red kangaroo (Osphranter rufus) is the largest of all kangaroos, the largest terrestrial mammal native to Australia, and the largest extant marsupial. It is found across mainland Australia, except for the more fertile areas, such as southern Western Australia, the eastern and southeastern coasts, and the rainforests along the northern coast.
28 million
@gusty surge 👋
Hey
sardin
Fried dace with salted black beans is a canned food of Chinese origin. Cirrhinus molitorella (dace) is a fish from the Pearl River in China. ‘Dace’ is a trade name of Cirrhinus molitorella while ‘salted black beans’ refers to fermented black soybeans known as “dau si” (豆豉) in Cantonese. Fried dace with salted black beans is made ...
Sardines. 🤮
Small amount of sardine in bolognese sauce. 😁
bol on nyehs
Welcome to Pasta Grannies! I find and film real Italian grannies - nonne - making delicious, traditional, handmade pasta. And sometimes soups, breads, dolci, rice dishes, that kind of thing, because that is what the Grannies wanted to cook for me.
I'm saving skills and sharing traditions one recipe and Granny at a time!
Pasta Grannies posts e...
decay
d'kay
but prevent dacay
It won't completely prevent decay, however, it will help to prevent it.
Even if learning another language isn't a physical excercise, it is a worthwhile intellectual excercise.
nvm
there is a different type of loop called a for loop
type of loop called a ||for loop||
type of loop
1- while
2-For
3- list
Date types that Python supports:
1- ||Strs or Strings||
2- ||Ints or Integers||
3- ||Floats or Floating||
4- ||Bool or Boolean expressions||
5- ||List||
Date type that Python supports"
it is ||Boolean Expressions||
Date type that Python supports:
it is ||Floats or Floating||
Date type that Python support:
it is ||Int or Integers||
we transition to another approach of types of loops using another keyword here, namely a ||FOR LOOP||.
I was looking for a little help on a functional programming problem.
Hello.
hii
lol
You too?
My middle name is "functional"
naah man i'm good
I was looking in to how cons works in functional programming and was thinking how do I go from a constructor to a list
bad idea
Alr I won't.
hell nawww dude
oh, you're looking for the LISP discord
(j/k)
Sounds good, you guys have a good one.
How much messages before I can talk.
@hallow flame is here!
Oh ok.
Everyone be nice to dooooovid because he's very new to Python
Wait, so if they want to use python, can they not append to a list? Or is that considered mutation ?
j/k means "just kidding"
Welcome @hallow flame
that was a joke
guys check this out:https://github.com/aayushbhattari/Expense-Tracker spent 3 days on it
@haughty pier I figured, but you were right lol
cons in Python isn't idiomatic and the closest thing Python has to a linked list is the deque object (a double-ended queue) which is actually implemented in C and is interfaced with the Python list interface (plus a little extra).
Got you, it will be slow but I figured I could make a singly linked list out of a List with a tag kind of like Haskell. I figured it out but, now don't know why I did it in the first place LOL thanks bros.
blaisepabon
You can write your own in Python as a toy to understand how they work but don't expect better performance.
That's a fact. I am pretty intimate with List now. I remember why now I was kind of confused on how recursion worked and went down a rabbit hole. But now recursion looks like a box within a box within a box. like a dream state because you only remember the end of the dream type stuff.
internal screaming
Newtonian gravity is an excellent approximation but not the actual law of nature.
Wsp
Hey @haughty pier
hi
It’s really only useful in low velocity orbital situations, once you start to increase velocity the entire equation falls apart and you see macro differences build into world changing differences. It’s one of those funny “you’re right but only temporarily” moments
And we only learned about its inabilities when we realized the Mercury predictions were off by 43 arch seconds per century… which is mind boggling
Honestly just talking here to get voice privileges.
Fair enough just saw your message and thought I’d give my two cents
At the gym as well so the rest periods are fairly boring
how advanced is your Python?
saying this is... one interpretation
you could look into what Pierre Duhem says about the transition from Kepler's laws to Newton's laws
(Novice, Advanced Beginner, Intermediate, Advanced, Expert/Master)
somewhere between intermediate and advanced I guess
Yo
@unborn storm
GPS satellites experience both special and general relativistic time dilation, resulting in a net gain of approximately 38 microseconds (38,000 nanoseconds) per day. If this time difference were not corrected by engineers, GPS-based navigational fixes would incur errors of roughly 10 kilometers (6 miles) per day.
yeah, sure
gravity doesn't exist as a force,
gravity exists as the curvature of space-time.
yeah
you are pointing the right thing
the very status of what gravity is changed
different pattern paradigm we could say
do you have a list of good anti patterns @tall ridge
contradiction in terms
"List of bad antipatterns"
@haughty pier
yes but I thought he had a comprehensive list of them
a good list of antipatterns
when it comes to Python when people start calling things "patterns" it's usually a bad sign...
@unborn storm but if you are trying to do napkin math and don't care about 10k per day per the distance of earth and you want a rough estimate Newton isn't bad
No force exists for what we’re talking about it’s simply the interaction of the Higgs Field, our mass, and the geodesic path defined by our movement within spacetime.
No force or field forces us to follow the laws and interactions of gravity because simply put gravity is the curvature of spacetime created by mass and energy. Our mass will always follow the straightest path in this curvature and that IS the gravity we think of.
Without the Higgs field we don’t have mass and without mass the only thing producing curvature is energy. Without curvature there is no gravity and we’d likely interact far differently with the planet.
Sorry I’m late, just killing my free time while resting in the gym.
Yeah but for the general public, the phenomena gravity exists even though there is no such thing.
We can still attribute our acceleration do to the phenomena as the phenomena, for general conversation.
as long as we're not putting any equations down with it listed as a force. 🤷♂️
+100 ! yes, the end up speaking Python with a Java accent.
No obviously not. It would fall apart if considered a force. However back to Higgs real quick. I just learned that the Einstein Tensor I was talking to you about yesterday would collapse entirely if the Higgs field didn’t exist. I mean literally no such thing as gravity anymore, no stars or planets or anything just atoms falling apart instantly.
Energy being so minimalistic would fail to create a large enough curvature.
What do you think about dataware house, If I remember one of the anti pattern you say is centralization. And datawarehouse is a centralization of data @tall ridge
an alternative to data ware house are API based search & retrieval like GraphQL
That's cool
@coarse rock does that make sense?
I never been taught about this in college 😔
Yeah in college still have some module that is still from 2018 it's really slow
@spark girder
"Energy being so minimalistic would fail to create a large enough curvature"
Yeah e=mc^2 would imply a tremendous amount of energy to become noticeable.
e=mc^2 would fall apart. It relies on the Higgs field existing. My statement is if the Higgs field, which is what produces measurable mass, fell apart gravity would more or less cease to exist.
Crazy concept but really cool
Just look at the energy required to turn lead into gold, it's like 5x the energy value of the value of gold.
IDK about the Higgs Field I know nothing about it.
If at any point the Higgs field were to fail the entire universe would just disappear… everything would be subatomically ripped apart
What do you think I should do before joining open source project, I'm not confident on joining one
The Higgs field is a quantum field. When an atom or the building block of an atom interact with it, they produce what we see and measure as mass.
MIT 8.701 Introduction to Nuclear and Particle Physics, Fall 2020
Instructor: Markus Klute
View the complete course: https://ocw.mit.edu/8-701F20
YouTube Playlist: https://www.youtube.com/playlist?list=PLUl4u3cNGP60Do91PdN978llIsvjKW0au
Discussing the Higgs mechanics with a toy model and then using the standard model.
License: Creative Common...
There are lots of ways to contribute to Kubernetes. You can work on designs for new features, you can document the code we already have, you can write for our blogs. There's more: you can implement those new features or fix bugs. You can help people join our contributor community, or support existing contributors.
With all these different ways t...
I love MIT. They make so much money they just give away their lessons 😆
I never knew that open source, have office hours
Yeah I'm interested in containers, I have used a lot of docker, podman
Yeah its a cool concept
Because it's anoying to setup container
Thanks I learned alot
Ok @hallow flame
Can’t 🗣️
I'm still a noob though 😐
Just listen
This article explains how to run Software Factory in a container with Buildah and Podman. Containerize Software Factory We are planning on supporting Software Factory deployment on OKD in the future, however, we are waiting for a proper cloud-native Zuul service to mitigate the executor root privilege requirements discussed in …
I just use ssh for the Git stuff though
Yeah its like creating your own github
Yeah Tech debt problem
That's cool
The open-source hyperconverged infrastructure solution for a cloud-native world
gitea is also an option
and yeah i use ssh for git too
Insane stuff damn
forgejo / woodpecker ?
Yess I love think centre I have the m900
That's where I run my scuffed homelan
Sounds complicated
I just use arch and spam containers and use the container network
bye everyone !
@tall ridge feel free to send a dm to me about marx <--> complexity theory
Damn I still alot to learn, I just use wireguard and make it connect to many device over the VPN using the wireguard ip @patent chasm
throw proxmox on it add more proxmox nodes, then you got more power
and zero issues
Wsup
print("meow\n)" * 3, end="")
Intuitively, I feel like matter is frozen energy and the higgs Field is what makes energy condense into matter.
Mass is energy not the other way around. E = MC^2 specifically tells us this. What mass is, is a property of certain excitations of quantum fields such as the Higgs field.
The Higgs field simply provides the term for a W/Z Boson, Quark, Lepton, whatever’s mass interpretation.
And I read further into this and found that I am partially wrong because the Higgs Field only applies to specific types of atoms. Most of the mass of the matter that you or I or our planet is made of comes from QCD binding energy not the Higgs Field.
As for your entire statement. It’s not the Higgs field that condenses anything into matter its gluons, as their name suggests. You have your up and down quarks which obtain about 3-5 MeV of mass from the Higgs field then you have gluons which exert a force to pair or “glue” the quarks together into protons/neutrons and, what I’m about to say is one of very very very very few instances where energy IS mass, the majority of a protons 938 MeV of mass comes from that binding energy of the gluon.
apparently i passed the assessment with my bullshit lol
hi @light grail
@obsidian dragon hellooo
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
+-*/
Good!
@candid spire by any chance you are from india?
while True:
n = int(input("what's n ? "))
if n > 0:
break
for _ in range(n):
print("Pythonic")
while True:
n = int(input("what's n ?"))
if n >= 1:
break
for _ in range(n):
print("Pythonic")
@wind raptor have a min homie
@somber heath I'm delight to have you a debate on channel, if you have leisure time.
while True:
n = int(input("what's n ? "))
if n >= 1:
break
for _ in range(n):
print("Pythonic")
windy
windy
The folder containing the emergency procedures was coloured with a vivid red and white stripe pattern in order to make it easily distinguishable from the surrounding folders.
pro see jures
str eye p
eye
strip vs stripe
@crisp dawn 👋
The United Kingdom of Great Britain and Northern Ireland, commonly known as the United Kingdom (UK) or Britain, is a country in northwestern Europe, off the coast of the continental mainland. It comprises England, Scotland, Wales and Northern Ireland, with a population of over 69 million in 2024. The UK includes the island of Great Britain, the ...
New Zealand is an island country in the southwestern Pacific Ocean. It consists of two main landmasses—the North Island (Te Ika-a-Māui) and the South Island (Te Waipounamu)—and over 600 smaller islands. It is the sixth-largest island country by area and lies east of Australia across the Tasman Sea and south of the islands of New Caledonia, ...
scar on face
@forest trellis 👋
distinguish feature
distinguishing feature
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@somber heath but i see "Voice Gate failled" how i convert it to successfull
rarely
@somber heath ok I got it
@jaunty socket where are you from "Pakistan"
button
press
Saudi Arabia
@jaunty socket really
yes and you
@jaunty socket I am from Pakistan
you are welcome
yes and python
@somber heath you know python
@somber heath i need keylogger code can you help me
@somber heath i doo for legal
@somber heath purpose
@somber heath ok no problem
python is large community distinguished by another languages programing
esaey sntax
easy syntax
What distinguishes you from other people?
What are some of your distinguishing features?
What are some of your distinguishing qualities?
what distinguishes this code is easy.
syntax
I refuse to be the failure
Person one: I heard you got the latest model of phone.
Person two: On the contrary, I did not.
wat chd
can
can't
can
can not
aa can
ah can't
adjective
- opposite in nature, direction, or meaning
Example: he ignored contrary advice and agreed on the deal
- perversely inclined to disagree or to do the opposite of what is expected or desired
Example: she is sulky and contrary where her work is concerned
tough
I am determined to succeed.
suc see'd
de term in'd
In the future, I will determine the correct course of action.
Currently, I am determining the correct course of action.
In the past, I determined the correct course of action.
I determine varibales
ignore, noise, nuisance
nuisance
was stopping in to say hii
Oscilloscope.
signal:noise ratio
An oscilloscope (formerly known as an oscillograph, informally scope or O-scope) is a type of electronic test instrument that graphically displays varying voltages of one or more signals as a function of time. Their main purpose is capturing information on electrical signals for debugging, analysis, or characterization. The displayed waveform ca...
hither and thither
@frail narwhal
hello
Hello
under "standard deviation mastery" what do you think the checkboxes under the "M" in mastery, is for?
I'm trying to find a good icon, and this doesn't look like it's it.
Using HTMX as frontend is bad choice
use React with TypeScript for better user experience
@bleak copper
https://neetcode.io/
like this
A better way to prepare for coding interviews.
one model.py has 31 objects which takes 1270 lines of code.
another one has 5 objects with 131 lines of code.
another one has 8 objects with 250 lines of code ....
etc...
Marked safe from NPM supply chain attacks
name =['Spongebob','Patrick','Squidward']
data ={
'Name':['Spongebob','Patrick','Squidward'],
'Age':[20, 44, 55]
}
df = pd.DataFrame(data,index=[i+1 for i in range(len(name))])
print(df) ```
in this why the index for i starts with 0 instead of 1 as if i try to print the len(name) its 3 like 1 ,2 ,3
are you new to pandas?
yea
you want an index that starts with 1?
i want to know why the index started with 0 instead of 1
makes working with the rest of pandas a little counter intuitive
if len(name) =/= the len(data) the index fails
so make sure those match
got that
as in you fixed it? or its not an issue
yea fixed
In a scorching talk, marketing professor and podcaster Scott Galloway dissects the data showing that, by many measures, young people in the US are worse off financially than ever before. He unpacks the root causes and effects of this "great intergenerational theft," asking why we let it continue and showing how we could make it end. (Note: This ...
name =['Spongebob','Patrick','Squidward']
data ={
'Name':['Spongebob','Patrick','Squidward'],
'Age':[20, 44, 55]
}
df = pd.DataFrame(data,index=[i+1 for i in range(len(name))])
print(df) ```
!d pandas.DataFrame
class pandas.DataFrame(data=None, index=None, columns=None, dtype=None, copy=None)```
Two-dimensional, size-mutable, potentially heterogeneous tabular data.
Data structure also contains labeled axes (rows and columns). Arithmetic operations align on both row and column labels. Can be thought of as a dict-like container for Series objects. The primary pandas data structure.
@somber heath hello ~
!e ```py
import pandas as pd
name =['Spongebob','Patrick','Squidward']
data ={
'Name':['Spongebob','Patrick','Squidward'],
'Age':[20, 44, 55]
}
df = pd.DataFrame(data,index=[i+1 for i in range(len(name))])
print(df) ```
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | Name Age
002 | 1 Spongebob 20
003 | 2 Patrick 44
004 | 3 Squidward 55
!e ```py
import pandas as pd
name =['Spongebob','Patrick','Squidward']
data ={
'Name':['Spongebob','Patrick','Squidward'],
'Age':[20, 44, 55]
}
df = pd.DataFrame(data, index=range(1, len(name) + 1))
print(df) ```
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | Name Age
002 | 1 Spongebob 20
003 | 2 Patrick 44
004 | 3 Squidward 55
@cold flicker 👋
It's a very pretty name 
and all the venomous creatures :))
cute
Ocyphaps lopotes. Crested pigeon. I don't hold high hopes for their intelligence. There's not much going on in those little paintbrush heads of theirs.
The common bronzewing (Phaps chalcoptera) is a species of medium-sized, heavily built pigeon. Native to Australia and one of the country's most common pigeons, the common bronzewing is able to live in almost any habitat, with the possible exception of very barren areas and dense rainforests. Its advertising call is an extraordinary mournful whoo...
it's so cuteee
The crested pigeon (Ocyphaps lophotes) is a bird found widely throughout mainland Australia except for the far northern tropical areas. Only two Australian pigeon species possess an erect crest, the crested pigeon and the spinifex pigeon. The crested pigeon is the larger of the two species. The crested pigeon is sometimes referred to as a topkno...
Pythons and birds are animals so we're technically still on topic lol 😆
I guess if you go general enough, everything is connected
0.02
0.002
0.01
0.002
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: libsql
spec:
serviceName: "libsql"
replicas: 1
selector:
matchLabels:
app: libsql
template:
metadata:
labels:
app: libsql
spec:
containers:
- name: libsql
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
ports:
- containerPort: 8080
volumeMounts:
- name: data
mountPath: /var/lib/libsql # Adjust based on where libsql stores data
volumeClaimTemplates:
- metadata:
name: data
spec:
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: {{ .Values.storage.size }}```
thats general how you mount stuff using k3s (statful set)
as this ones techinaly for a distroless container you dont need a mount path for the app folder as thats considered immutable
Bye 👋 @patent chasm
@patent chasm i try to solve a issue on github (for first time )
can you tell me how it is ??
https://www.geeksforgeeks.org/ <<< this site for a young newbee is the shti
@patent chasm sended in private
@versed heath docker and kubernetes save lifes in production
@patent chasm when are you making a youtube video (so much fun to listen)
# Stage 0: Base Environment
############################
FROM rust:1.88.0-slim AS base-env
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential clang llvm pkg-config libssl-dev git cmake \
protobuf-compiler mold ca-certificates wget xz-utils curl jq && \
# Install UPX
wget https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-amd64_linux.tar.xz && \
tar -xJf upx-4.2.4-amd64_linux.tar.xz && \
mv upx-4.2.4-amd64_linux/upx /usr/local/bin/ && \
# Install sccache & cargo-chef
curl -L https://github.com/mozilla/sccache/releases/download/v0.13.0/sccache-v0.13.0-x86_64-unknown-linux-musl.tar.gz | tar xz && \
mv sccache-v0.13.0-x86_64-unknown-linux-musl/sccache /usr/local/bin/ && \
cargo install cargo-chef && \
rm -rf upx-4.2.4-amd64_linux* /var/lib/apt/lists/*
############################
# Stage 1: Fetcher
############################
FROM base-env AS fetcher
ARG LIBSQL_VERSION
ARG CACHEBUST
ARG TARGET_GIT
WORKDIR /build
RUN git clone --branch ${LIBSQL_VERSION} --depth 1 ${TARGET_GIT} .
RUN cargo chef prepare --recipe-path recipe.json```
Hi @dry jasper
# Stage 4: Slim
############################
FROM debian:trixie-slim AS slim
RUN mkdir -p /var/lib/sqld && chown 1000:1000 /var/lib/sqld
# By copying from /runtime-deps, we avoid installing libssl/ca-certs via apt
COPY --from=builder1 /runtime-deps /
COPY --from=builder1 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
USER 1000
EXPOSE 8080
ENTRYPOINT ["/usr/local/bin/sqld"]
CMD ["--http-listen-addr", "0.0.0.0:8080", "--db-path", "/var/lib/sqld/data.db"]```
@dry jasper i try to solve an issue of an user in a github repo for first time so can you review it and tell how is it ?
ghcr.io/me/libsql:latest-slim 3466f4debca0 131MB 34.4MB
sure @still tide
@dry jasper i send you the issue link
Git submodules are powerful, but tricky to use.
Book a workshop with me here:
https://philomatics.com/git-workshop/
Or grab my free git cheatsheet:
https://philomatics.com/git-cheatsheet/
Run these commands to add the recommended settings to your global gitconfig:
git config --global push.recurseSubmodules on-demand
git config --global submod...
@versed heath me too
@patent yacht og thinkpad
i have 2 of them
never bought a new consumer laptop
@patent chasm your voice is like fireship but in 0.75x
Mini pc
@patent yacht billon dollar asset
@patent yacht help me i am tring to find a good topic for project in ai/ml
@patent yacht do you have cluster to run models ??
@patent yacht gpu specs ??
Total: 10.79GB``` that shit you cleanup after building just 2 sodding containers...
@patent yacht my testing cost of aws using a gpu ec2 for 8 hours 🤣
colab dont provides docker and triton and tensorrt
@patent chasm yeah that ryzen ai max 395 + with 128 gb ram can run any good model
@patent yacht do you dgx spark ??
its a dream for ai/ml dev and hobbyist
@patent yacht have you publish any papers ??
@patent chasm your knowledge is on top
@patent chasm damn
does this all process add latency in game
not that you really care
but what about competitive games ?
does linux have it ?
yeah eu fines are always damn
@patent chasm @patent yacht @mossy glade Bye need some sleep for this smooth slop brain
Breaking Bad is now a Musical! A song about how to make Meth! What TV show would you like us to musicalize next?!
Subscribe for more: http://bit.ly/SubscribeAVbyte
Don't forget to share and like!
Find us on Facebook: http://facebook.com/AVbyte
Download our Breaking Bad Song on iTunes: http://full.sc/14RpNgL
Or get it directly from us (cheape...
while True:
n = int(input("what's n ? "))
if n >= 1:
break
for _ in(n):
print("Pythonic")
!e py n = 5 for _ in range(n): print("Hello, world.")
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | Hello, world.
002 | Hello, world.
003 | Hello, world.
004 | Hello, world.
005 | Hello, world.
!e py n = 5 for i in range(n): print(i)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | 0
002 | 1
003 | 2
004 | 3
005 | 4
!e py print("Good bye, world!")
:white_check_mark: Your 3.14 eval job has completed with return code 0.
Good bye, world!
you should learning me how I solve this code like this, now I watching lecture mathematical online.
!e py n = 5 for _ in n: pass
:x: Your 3.14 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File [35m"/home/main.py"[0m, line [35m2[0m, in [35m<module>[0m
003 | for _ in [1;31mn[0m:
004 | [1;31m^[0m
005 | [1;35mTypeError[0m: [35m'int' object is not iterable[0m
!e py n = 5 for _ in(n): pass
:x: Your 3.14 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File [35m"/home/main.py"[0m, line [35m2[0m, in [35m<module>[0m
003 | for _ in([1;31mn[0m):
004 | [1;31m^[0m
005 | [1;35mTypeError[0m: [35m'int' object is not iterable[0m
Lord @somber heath when you have free time ?
you can code in this chat??
hair
hare
her
heir
air
Yes.
!code
is congruent to
then you do !e right
Yes.
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!voice
Voice Gate failed
You are not currently eligible to use voice inside Python Discord for the following reasons:
You have not been active enough on the server yet.
😭
@jaunty socket
Have conversations via text.
.
.
What helps you to lift your spirits?
i understand english dw
ohhhh ok
masturbation ig
but just for a little while
In the long term, I would say computer science in general.
I found my world within it
OSINT and GEOINT are my hobbies
web development too
🙂
you have a good accent @somber heath
he my own 😵💫
Miserable.
How long do I need to stay on the server to get voice verification? I'd like to speak now 
@hollow cape
You needn't @ a mod.
how odd
how old what?
that's remind me a music
I don't want to "harm" anyone, but I feel like people are making fun of me/laughing at me? Maybe I'm wrong?
ok
I feel like I can hear it in the voice
okok
np
can you repeat?
im from france
hi @rugged root ! Sorry for pinging, but how long do I have to wait to get voice verification?😅
@jaunty socket good !
Voice Gate failed
You are not currently eligible to use voice inside Python Discord for the following reasons:
You have not been active enough on the server yet.
@edgy ivy did you hit this bottom ?
yes, it say that
👍
okok
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
D
https://www.tesco.com/groceries/en-GB/products/254842766
https://www.tesco.com/groceries/en-GB/products/317048228
comparing that to usa wallmart
https://www.walmart.com/ip/Kellogg-s-Corn-Flakes-Breakfast-Cereal-Kids-Cereal-Family-Breakfast-Family-Size-Original-18oz-Box-1-Box/10818608?classType=VARIANT&athbdg=L1300&from=/search
Coca-Cola's brand of bottled water, Dasani, was a flop in the UK after the public realised it was just filtered tap water. But the story's a bit more complicated than it might seem. | Drinking Dasani with Ashens: https://www.youtube.com/watch?v=c6VhcpwFZJM
Thanks to Sally Le Page on camera! https://www.youtube.com/channel/UC9AUeAvdEVJfyS9rd9pvp...
meta font (just because I am very old)
https://tex.stackexchange.com/questions/420620/what-is-texmf-and-what-is-its-relation-to-tex
I've just installed texlive on Ubuntu 16.04. In my system and in online resources, I keep seeing references to texmf, but I can't figure out what it is.
Web search and tex.stackexchage.com search ...
I'm here just muted. Picking up something from the dispensary
I hope you be fine
Yep! I'm good
@spice nebula hello
sup
You are not allowed to use that command here. Please use the #bot-commands channel instead.
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@mental tundra 👋
alright. sup hehe
currently streaming rn
yeah
you can hear the songs?
ohh
UNMUTE CHANNELS
oh ok
alright
yeah yeah
lol you asound like AI
ohh sorry
ok
alright
@whole bear 👋
Hello opal
Hey guys
hi @round pelican
ey OSura hope u good well im still new to this channel i wanted to ask if you guys do code reviews or projects?
there are #code-help-voice-text and such
but honestly i am not sure
Like do yall host live streams/ sessions doing code reviews?
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
i didnt have mic
can you chat
ok then
wait i will get my mic
how can i get permition
for mic
how can i get permition
hi
how can i get permition
i just send voice chat to you join it pleas
i just send voice chat to you join it pleas
pls
@primal marten 👋
i just send voice chat to you join it pls
i cant join you i want to wait 3 days
join it
I joined
I've recieved no such thing. I have my DMs turned off. I don't do DM calls unless I'm well aquainted with the person in question, at least.
❤️
I can talk
I left, because I was checking out VC in another server
Btw do you like windows?
Linux?
Flavour?
Linux is cool man
i cant vc
I don't think microsoft can improve anytime soon
why
.voice
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
he say 3 days until
Because unlike other tech giants, the founder and CEO doesn't have the most voting power.
1 share = 1 vote in Microsoft.
He might like you
to learn or to have friends
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
episode 1:
'a childhood cruelly kippered'
i do not own this and did not make this. all credit goes to the BBC.
Support the Archive - Buy Me A Coffee ☕
https:buymeacoffee.comJR_the_Old_Radio_Cat
Preserving classic radio drama, one story at a time.
Classic Old Time Radio, vintage radio shows, the Golden Age of radio, BBC Radio, murder, mystery, drama, comedy, sci-fi, westerns.
In the bowels of Hell, Satan is ...
METAR KMWN 232258Z 28042G51KT 1/16SM -SN FZFG BLSN VV000 M25/M25 RMK VRY LGT ICG
A PPC could save you money if you pay for your NHS prescriptions. The certificate covers all your NHS prescriptions for a set price. You will save money if you need more than 3 items in 3 months, or 11 items in 12 months.The prescription charge in England is £9.90. A PPC costs:
Provided to YouTube by Columbia
The Battle Of New Orleans · Johnny Horton
Johnny Horton'S Greatest Hits
℗ Originally Released 1959 SONY BMG MUSIC ENTERTAINMENT
Released on: 1987-04-07
Associated Performer: Johnny Horton
Lyricist, Arranger, Composer: Jimmie Driftwood
Lyricist, Composer: Traditional
Producer: Unknown
Auto-generated by You...
@fossil bluff 👋
100%
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
def main():
number = get_number()
meow(number)
def get_number():
while True:
n = int(input("what's n ? "))
if n > 0:
break
return n
def meow(n):
for _ in range(n):
print("meow")
main()
"I had a difficult time writing this code."
"Spaghetti code"
!e ```py
def func():
pass
print(func())```
:white_check_mark: Your 3.14 eval job has completed with return code 0.
None
!e ```py
def func():
print("A")
print(func())```
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | A
002 | None
!e ```py
def func():
print("A")
return "B"
print(func()) # think: print("B")```
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | A
002 | B
Oops
def main():
number = get_number()
meow(number)
def get_number():
while True:
n = int(input("what's n ? "))
if n < 0:
break
return n
def meow(n):
for _ in range(n):
print("meow")
main()
<
Return outside of your while, probably.
Loop while the answer is not what you need.
Exit the loop once the user enters in what you need.
@hollow creek 👋
No documentation found for the requested symbol.
!e py input()
:x: Your 3.14 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File [35m"/home/main.py"[0m, line [35m1[0m, in [35m<module>[0m
003 | [31minput[0m[1;31m()[0m
004 | [31m~~~~~[0m[1;31m^^[0m
005 | [1;35mEOFError[0m: [35mEOF when reading a line[0m
def main():
number = get_number()
meow(number)
def get_number():
while True:
n = int(input("what's n ? "))
if n < 0:
break
return n
def meow(n):
for _ in range(n):
print("meow")
main()
let me see
.
indentation issues
def main():
n = get_number()
meow(n)
def get_number():
while True:
n = int(input("What's n? "))
if n > 0:
return n
def meow(n):
for _ in range(n):
print("meow")
main()
and you can
handle the typeerror
try:
except ValueError:
def main():
n = get_number()
meow(n)
def get_number():
while True:
try:
n = int(input("What's n? "))
if n > 0:
return n
except ValueError:
print("not a valid number")
def meow(n):
for _ in range(n):
print("meow")
main()```
yes yes
var = ...
ctrl + s ig
!e py foo = ["bar", "baz", "boz"] print(foo) print(foo[0]) print(foo[1]) print(foo[2])
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | ['bar', 'baz', 'boz']
002 | bar
003 | baz
004 | boz
!e py foo = ["bar", "baz", "boz"] for each in foo: print(each)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | bar
002 | baz
003 | boz
I'm hearing subscription for the first time
key value pairs
I was taught that a dictionary is both mutable and immutable
{}
parentheses ()
square brackets []
curly braces {}
!e py my_list = [] print(my_list) my_list.append("foo") print(my_list) my_list.append("bar") print(my_list) my_list.append("baz") print(my_list)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | []
002 | ['foo']
003 | ['foo', 'bar']
004 | ['foo', 'bar', 'baz']
!e py my_list = ["foo", "bar", "baz", "bar", "boz"] my_list.remove("bar") print(my_list)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
['foo', 'baz', 'bar', 'boz']
you can also use the pop function to to remove the last element
@shrewd warren hello
!e py foo = [] foo.append(foo) print(foo)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
[[...]]
that's what I got told aswell
what does ordered mean in list as you mentioned earlier because they can surely be unsorted
set
makes more sense now
yes yes
sets cannot contain same elements twice
same like sets are in mathematics
!e py foo = {1, 2, 3, 2, 3, 4, 1, 5} print(foo)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
{1, 2, 3, 4, 5}
Sets are unordered and not sorted.
Ignore any appearance to the contrary.
!e py foo = set() foo.add(1) print(foo) foo.add(2) print(foo) foo.add(1) print(foo)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | {1}
002 | {1, 2}
003 | {1, 2}
sets don't contain key value pairs
dicts do
yes
python just ignores it
what's the point of having sets then
faster than list?
but what about binary search
sorting a list and using binary search on it should be equivalant to finding some thing in a set directly right?
yeah time complexity
they told me these built in functions are written in c so using them is faster than coding your own solution
@ember drift 👋
hello @ember drift
but built in functions are written by professionals
hello @bright egret
@bright egret 👋
yes I had a question how do these compiled languages work together with compiled languages like go rust c
not that I was just making simple IO things
so on reddit they told me
compile the program to a binary
and just call it in python
idk how optimal it is
jython 😭
there is one cython
which JIT compiles
but it only works with std lib
yes yes
it tries to compile everything
built ins
I come from go
they call it stdlib
does python have a built in jit?
yes that's what I'm saying
I saw a tutorial they use a @JIT decorator
!source
and it's suddenly 10x faster
real
reason for the world's hunger
it contains the codebase for the python bot
what git client u use now
collaboration
welcome @whole bear @light grail
Do you think going to school for software engineering is worth it
Hello
Hello
You code?
Yes
How did you learn
Yt
Nice, you went to school for software engineering?
I'm at high school gonna pass after like 2 months
only if the LICENCE is not copyleft
Oh nice
Wbu ?
Freshman college
Ohh great u code?
Learning python ?
Yea and js
Nice
Ohh then do it online
Yeah, I’m going to learn that on my own
hello
I'm back
u work in industry?
very cool very cool
you have good fundamentals
ofc but you still have so better basics than the people who have formal education in the field
mm 11 year's a lot
right
right
what's the name
Terry Pratchett
hello fish
Hello
hello deep
@jaunty brook Can you hope in voice chat 1?
true that
Yes
@uneven glacier 👋
why can't I speak
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
you need to be for atleast 3 days in the server
🤣
whalecum @warm anvil
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
i dont talk in vc
u chad
Krishna also never talks
so many limitations
why not build a scream detector using python and ai?
i hope the screaming didn't cause long-term damage to your body
180 Decibals
I need a new aquarium 😔
@dense creek 👋
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
cuz im not online enough on this server
dude im not an ai
That is rude to say
OpalMist is probably an AI
sorry 😔
Stop calling my friend an ai
it was just a wild guess
@umbral ember @minor schooner 👋
hi
too much pitch
what language
my ears hurt
So funny
interesting
a lot of u guys asked for this, so here it is
What
Haha
trust me it will bless yo ears
us and him
So cute
we found another llm
i forgot i need a cat- sad
AAL OF OUR CATS HAVE DIED
ive been working on my distro and site since 5 pm and its 3 am now
THE OTEHR 3 DIED FROM SICKNESS
who are you
AND OUR LAST CAT IS LOST
why is everyone making thier own distro in that server
I mean like why
so sad
fun stuff
why tho
aren't they just reproducible builds
of the same baseline image
you like a cat
yes
Me too