#voice-chat-text-0

1 messages · Page 333 of 1

rugged root
#

@whole blade Suuuup

whole blade
rugged root
#

Awesome! Well we're glad to have you

#

@leaden flint Yo

rugged root
#

@gilded fiber Yo

somber heath
gilded fiber
somber heath
#

Aspergillus () is a genus consisting of several hundred mold species found in various climates worldwide.
Aspergillus was first catalogued in 1729 by the Italian priest and biologist Pier Antonio Micheli. Viewing the fungi under a microscope, Micheli was reminded of the shape of an aspergillum (holy water sprinkler), from Latin spargere (to spri...

rugged root
next tapir
rugged root
#

A unique multiplayer game built on a free Web API. The best sandbox platform to learn a new skill or apply your knowledge in a fun and meaningful way. Use any programming language with our RESTful API to control the most powerful fleet in universe.

stark river
#

python enums aren't auto initialized? why?

gentle flint
rugged root
next tapir
rugged root
#

"python.analysis.ignore": [".venv"]

upper basin
#
{
    "workbench.colorTheme": "Default Dark+",
    "tabnine.experimentalAutoImports": true,
    "[python]": {
        "editor.formatOnType": true
    },
    "redhat.telemetry.enabled": true,
    "editor.inlineSuggest.enabled": true,
    "liveServer.settings.donotShowInfoMsg": true,
    "window.zoomLevel": -1,
    "python.defaultInterpreterPath": "C:\\Users\\A.C.EA\\AppData\\Local\\Programs\\Python\\Python39\\python.exe",
    "python.analysis.diagnosticMode": "workspace",
    "python.languageServer": "Pylance",
    "terminal.integrated.commandsToSkipShell": [
        "github.copilot.terminal.suggestCommand",
        "language-julia.interrupt"
    ],
    "julia.symbolCacheDownload": true,
    "julia.enableTelemetry": false,
    "editor.minimap.enabled": false,
    "github.copilot.editor.enableAutoCompletions": true,
    "remote.autoForwardPortsSource": "hybrid",
    "security.allowedUNCHosts": [
        "wsl.localhost"
    ],
    "jupyter.askForKernelRestart": false,
    "python.analysis.typeCheckingMode": "standard",
    "python.analysis.ignore": [".venv"],
    "python.analysis.diagnosticSeverityOverrides": {
        "reportPossiblyUnboundVariable": false,
        "reportUnsupportedDunderAll": false,
        "reportPrivateImportUsage": false
    }
}
leaden flint
#

lol how talk

rugged root
#
{
    // Install LSP-json to get validation and autocompletion in this file.
    "venvPath": ".venv",
    "venv": ".venv",
}
upper basin
#
{
    "executionEnvironments": [
        {"root": "qickit"},
        {"root": "tests"},
        {"root": "stubs"}
    ],
    "venvPath": ".venv",
    "venv": ".venv",
}
whole bear
#

hi

rugged root
#

A unique multiplayer game built on a free Web API. The best sandbox platform to learn a new skill or apply your knowledge in a fun and meaningful way. Use any programming language with our RESTful API to control the most powerful fleet in universe.

short owl
#

I got trapped pulling weeds ... had to escape

#

spiders eat mosquitos ..... its a trade

#

@steep vortex

#

set out a little dish of water , anything flying will trap its wings in it

#

dish soap good

#

mmmm CO2 from cider ?

#

need home remedy mosquito spray

#

DEET is in everything now , spray on a light coat go outside and work a bit , gonna be 30 C today

#

rum? did you say rum @peak depot

peak depot
#

ramen

short owl
#

I need to go see if Knoppix rescue disk good

#

I used a real C64 @steep vortex

#

used vice on linux for winamp

#

people throw them away , i got a box of them , no powersupply

#

welll what is written - pwr fail

#

need to see if i can make a cheap copy of pwr supply

#

do you poke a steam hole on fat end on egg when boiling ? @peak depot

peak depot
#

nope

#

dont have the machine, just pot and water

short owl
#

i use a office pokey thingy to make steam hole

thorn wharf
#

{}

#

^

#

``

broken reef
#

hey guys i have a problem using django fora complete fornt end orject

ivory flower
#

flush the buffer in the s3 sdk ?

misty umbra
#

flush?

short owl
#

a patent is no guarantee of protecting your code - M$ has a history of taking @upper basin

#

is there a way to black box your code ? @upper basin @rugged root

peak depot
short owl
#

a micro server setup? they access a public layer - your code hidden on your server @upper basin

broken reef
#

i dont want to create a new folder template and static and then redo all the link path s so i just want to fix the paths

upper basin
#

And I'm already getting ripped off frequently.

#

Xanadu just recently stole my MPS code.

broken reef
#

any help here if u r fammiliar with django 🙂

rugged root
#

Unfortunately I'm not super well versed in it. #web-development will have much better answers than I could give

broken reef
#

okey i wiill thanks

short owl
#

from your explanation you did a while ago , you could be a very good tutor to ML students @upper basin

stark river
#

why don't python enums auto initialize 😦 ...

from enum import Enum, auto
class Color(Enum):
    RED = auto()
    BLUE = auto()
    GREEN = auto()

so tedious

rugged root
rugged root
short owl
#

thats good ... very good

rugged root
#

But I guess you kind of have to do something

#

Since we can't do bare declaration

short owl
#

absconding.... bee GIF .....

upper basin
#
{
    "executionEnvironments": [
        {"root": "qickit"},
        {"root": "tests"},
        {"root": "stubs"}
    ],
    "venvPath": ".venv",
    "venv": ".venv",
    "ignore": [
        "**/*.ipynb",
    ],
}
rugged root
#

"stubPath": "src/stubs",

short owl
#

Star Trek IV: The Voyage Home movie clips: http://j.mp/1J9zolD
BUY THE MOVIE: http://amzn.to/t2YsYo
Don't miss the HOTTEST NEW TRAILERS: http://bit.ly/1u2y6pr

CLIP DESCRIPTION:
Scotty (James Doohan) introduces an astonished engineer to future technology in order to build the whale tanks.

FILM DESCRIPTION:
Star Trek IV: The Voyage Home (1986) c...

▶ Play video
#

great movie scene

thorn wharf
#
 a = {"a": 1}
 b = a

 a is b # True

 b = {"a": 1}
 a is b # ?
short owl
#

swap ?

rugged root
#

!e

ham = {"beef": 1}
pork = ham

print(ham is pork)

pork = {"beef": 1}
print(ham is pork)
wise cargoBOT
upper basin
ivory flower
#

I heard is simply check whether identities (might not be memory address) of 2 objects are the same ? (but I cannot link the source describing this)

stuck furnace
#

Ah, bra-ket

novel tangle
stuck furnace
#

Wait have I been muted this entire time?

#

Like 2 years

#

Flights got disrupted and stuff

#

I think it's import to understand just how fragile the systems we rely on are tbh

peak depot
stuck furnace
rugged root
stuck furnace
#

Someone should have told me

#

That's true, I didn't think about that

#

Yep, wrong trousers

upper basin
# stuck furnace Ah, bra-ket

Yeah. So, I'm thinking of making it like an additional layer of abstraction. Like in addition to being able to do:

Make circuit -> Transpile to match hardware/simulator -> Run circuit -> Return results

It would do:

Make bra-ket expression -> Convert to circuit -> Transpile to match hardware/simulator -> Run circuit -> Return results

peak depot
stuck furnace
#

Cursed

upper basin
#

If chicago was a dude, would it have been Brocago?

stuck furnace
#

I watched meaning of life too young and it was kind of traumatising lol

peak depot
#

best ☝️

rugged root
#

@red burrow @whole bear Hello to you both

upper basin
stuck furnace
# peak depot https://youtu.be/T8XeDvKqI4E?si=kC8Y_vNdinLx7CQc

Death (John Cleese) makes himself comfortable as he joins for dinner and continuously repeats he is the Grim Reaper.

#montypython #johncleese #movieclip

Get your popcorn pick!
Watch Monty Python's The Meaning of Life here: https://www.youtube.com/watch?v=H0BiN12-7Og

The comedy team takes a look at life in all of its stages in their own un...

▶ Play video
#

Are you here about the hedge?

#

Mouse?

#

¯_(ツ)_/¯

novel tangle
#

moose

stuck furnace
#

Mousse

rugged root
#

Power Slap 6 | Feb. 9th | Early Prelims 7:30pm ET/Main 4:30pm PT | LIVE and FREE on Rumble ➡️ https://bit.ly/42rQcU9

Download Power Slap Mobile now 👉 https://bit.ly/powerslapapp

🚨 Don't miss new Power Slap content every week on Rumble
👉 https://rumble.com/powerslap
🟢 Rumble is free on desktop, mobile and web at www.rumble.com, iOS, Android, Ro...

▶ Play video
stuck furnace
#

It's like boxing but they skip straight to the MTBI

peak depot
novel tangle
stuck furnace
#

I feel like I'm not sure what the horses would add to the situation

novel tangle
#

nice voice acting

stuck furnace
#

I'm going to go make the most of the nice weather we're having here today, cy'all 👋

novel tangle
#

A group of families learn the charismatic man they had trusted is sperm donor to hundreds — or perhaps thousands — of other children across the world.

Watch The Man with 1000 Kids, only on Netflix: https://www.netflix.com/TheManWith1000Kids

About Netflix:
Netflix is one of the world's leading entertainment services, with 270 million paid membe...

▶ Play video
stark river
#

@silk dust she dumped your ass

novel tangle
silk dust
#

anyway, whatever happens, happens for good
so maybe smth good will come for me or her

peak depot
stark river
stark river
#

@peak depot keep out of this if you don't have a sense of humor

novel tangle
#

men not boy i guess

stark river
# silk dust bro 😂

remember you said "gyms are a great way to meet ppl"? she dumped your gym going ass

#

nobody wants to date gym people

#

that is the secret

#

how much did you spend @silk dust ?

silk dust
silk dust
stark river
silk dust
#

at end money matters ig if not for looks or personality

stark river
silk dust
#

50

#

lol

stark river
#

now you are -50 and dumped 👎

#

plus any petrol to get there etc

silk dust
#

jk

#

she is unemployed

novel tangle
peak depot
#

that course is about 25hrs

novel tangle
#

oh

#

ok so it can be completed within a weekend

robust marsh
#

how can i open mic in voice chat 0

#

can anyone explain

stark river
#

!voice

wise cargoBOT
#
Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

robust marsh
#

hmm thnx

stark river
#

@silk dust were you wearing baggy trousers when she dumped you?

robust marsh
#

bruh not working i need to send more than 50 messages

silk dust
stark river
#

that's why she must have dumped you

#

no fashion sense

silk dust
peak depot
novel tangle
#

watch palo alto stocks

stark river
#

python enums auto function starts counting from 1 😦 whyyy

novel tangle
#

dictator

peak depot
#

The Room is a 2003 American independent romantic drama film written, directed, and produced by Tommy Wiseau, who also stars in the film alongside Juliette Danielle and Greg Sestero. Set in San Francisco, the film is centered around a melodramatic love triangle between amiable banker Johnny (Wiseau), his deceptive fiancée Lisa (Danielle), and his...

stark river
#

this is a good horror movie @silk dust

novel tangle
#
peak depot
#

Midsommar is a 2019 folk horror film written and directed by Ari Aster. It stars Florence Pugh and Jack Reynor as an American couple who are drawn into a violent cult in rural Sweden. Supporting actors include William Jackson Harper, Vilhelm Blomgren, Ellora Torchia, Archie Madekwe and Will Poulter.
A co-production between the United States and ...

#

Thirteen Ghosts (also known as 13 Ghosts and stylized as THIR13EN Ghosts) is a 2001 supernatural horror film directed by Steve Beck in his directorial debut. A remake of the 1960 film 13 Ghosts by William Castle, the film stars Tony Shalhoub, Embeth Davidtz, Matthew Lillard, Shannon Elizabeth, Alec Roberts, Rah Digga, and F. Murray Abraham.
Rele...

peak depot
novel tangle
#

5.5% in bear

#

beer*

rugged root
#

HA

#

Bears do enjoy drinking

peak depot
#

beermalt

#

Peijaiset (in dialectal forms peijahaiset, peijaat or peijaajaiset) is a Finnish concept, dating to pre-Christian times, denoting a memorial feast (akin to a wake) that was held to honour a slain animal, particularly the bear, the animal most sacred to ancient Finns. In modern-day usage, it often refers to the celebrations following a successful...

novel tangle
twilit ravine
#

hi

novel tangle
#

dalle3

#

have you installed any software recently

silk dust
#

famous error

still herald
gilded rivet
novel tangle
# still herald

i guess you installed some software which made yahoo your default search engine

still herald
#

oh

novel tangle
#

after changing default search engine try ctrl+e and search something in chrome

stark river
#

i had a batch mate in uni who had been home schooled in Texas
10x programmer..
hacked the univ lan his first week in
god C programmer
could program anything
zero social skills

#

even looked like richard stallman

#

rotund.. beard

#

unbathed

steep vortex
stark river
#

idk.. i was a finance major, he was CS.. we just shared a dorm hallway

silk dust
novel tangle
#

yes google docs is best

stark river
#

but he lacked any social skills whatsoever

#

he was like a savant of some kind

silk dust
#

yea obv cuz he didnt got to socialize with frnds and play with them in school

stark river
#

very highly developed in one specific area and undeveloped in all othres

silk dust
stark river
#

yes he was very hireable.. but not the type who would become a CEO

silk dust
#

yea , managerial position and above required a lot of presentation skills and communication

stark river
#

being very specialized is like being an F1 car.. very fast on specific type of road and usage.. but unusable on all others

novel tangle
stark river
#

while being more well rounded is like being a general use car... not as fast and specialized but more general purpose

still herald
#

berry fonny

molten pewter
rugged root
upper basin
#

K-9 beats Cow
Deputy tases K-9
Cow kicks Deputy

molten pewter
#

Kick > Tase > Bite >

novel tangle
#

bye

still herald
#

bieeeeee

stark river
#

should i declare None as part of the list of values in enums? i'm thinking no

silk dust
stark river
#

i think it would be bad practice assigning an integral value to a null value

silk dust
stark river
#

that would be assigning an integral value to a null value which is exactly what i am trying to avoid

molten pewter
#

Reverse graffiti is a method of creating temporary or semi-permanent images on walls or other surfaces by removing dirt from a surface. It can also be done by simply removing dirt with the fingertip from windows or other dirty surfaces, such as writing "wash me" on a dirty vehicle. Others, such as graffiti artist Moose, use a cloth or a high-pow...

#

"Brazilian eco-artist Alexandre Orion transformed a transport tunnel in Sao Paolo into a mural a few years ago by etching skulls into the exhaust-stained walls"

#

Later👋

steep vortex
thorn wharf
upper basin
#

This is the MNIST hand-written dataset. What about it?

#

This is still very much mimicing intelligence.

#

We mimic intelligence too.

#

But our models evolve, LLMs don't. Not in a perpetual or natural sense.

#

They only fine-tune.

#

It's like a baby being a simple Linear Regression model, and evolving to a N order polynomial function.

thorn wharf
#

its for demonstration

rugged root
#

Wow, what're the odds that BeeGass would show up when we're talking about this

upbeat bobcat
#

What you should do when someone send you this?

thorn wharf
#

report them in discord and if you are in a mutual server, id contact a mod/admin about them

#

AFAIU if theyre in this discord that is an automatic kick

upbeat bobcat
#

Mutual Server: Python

thorn wharf
#

@rugged root is there a protocol for users sending phishing messages?

amber raptor
#

Turn off DMs

upper basin
#
x + y = z
thorn wharf
#

just uninstall email service

upper basin
#
x+y=z
#
x+ y=z
#
x + y = z
thorn wharf
#

!execute

#

!python

wise cargoBOT
#
System Python

Why Avoid System Python for Development on Unix-like Systems:

  • Critical Operating System Dependencies: Altering the system Python installation may harm internal operating system dependencies.
  • Stability and Security Concerns: System interpreters lag behind current releases, lacking the latest features and security patches.
  • Limited Package Control: External package management restricts control over versions, leading to compatibility issues with outdated packages.

Recommended Approach:

  • Install Independent Interpreter: Install Python from source or utilize a virtual environment for flexibility and control.
  • Utilize Pyenv or Similar Tools: Manage multiple Python versions and create isolated development environments for smoother workflows.
thorn wharf
#

!python

import re
re.sub(' +', ' ', 'The     quick brown    fox')
#

!e
import re
re.sub(' +', ' ', 'The quick brown fox')

wise cargoBOT
thorn wharf
#

!e
import re
print(re.sub(' +', ' ', 'The quick brown fox'))

wise cargoBOT
quick cloak
#
P("x"|"x") = ?
P("x"|"_") = ?
P("x"|"y") = ?
P("x"|"_") = ?
P("x"|"=") = ?
P("x"|"_") = ?
P("x"|"z") = ?
P("_"|"x") = ?
...
P("z"|"z") = ?
thorn wharf
#

hello user

rugged root
#

I would assume that it would also know that, in most cases, that many spaces is unusual but notable. Or infer that

thorn wharf
#

hello user

#

hellouser

upper basin
rugged root
#

@steep vortex Mah bad

thorn wharf
#

xxxxxxxx

#

xxx xxx

fading tundra
#

hi

stark river
#

i cannot believe all the flights here today are grounded due to the microsoft outage

#

i live near an airport and not a single engine noise today

stark river
#

what's the standard equivalent of JS optional chaining in Python?

somber heath
#

Looking at what it is in Javascript, I'd say there isn't really the same sort of thing in Python. Generally, if you're accessing object properties in code, you should know that they exist before you try to access them, otherwise, you're going to have to bullshit around with either a try except pattern or, worse, the underlaying __get__ and __set__ methods. It would be more conventional to, instead of a property, use dict.get.

#

So instead of properties of an object, keys of a dictionary.

peak depot
#

Opali!

stark river
# somber heath Looking at what it is in Javascript, I'd say there isn't really the same sort of...

see the thing is that there can be times when you don't know if a property exists.. this happens all the time irl.. you query some data from say a mongodb database.. since it is schema-less, the JSON response is inconsistent because the devs didn't bother to make it consistent. optional chaining is a very desirable feature in those times
there is no easy way of knowing ahead of time if a property exists in the response you are getting

somber heath
#

Or some other abstracting library.

#

Hide away the sin.

#

Still feels weird, though.

#

Like it's the wrong answer.

#

@blazing plover @hushed goblet 👋

hushed goblet
#

hello

#

I'm os

#

I just join here to learn python for data engineering

hushed goblet
#

so can I have a permeation to talk
I don't know how to do it to ask freely

#

@somber heath

somber heath
hushed goblet
#

oh I understand now

#

so I have to wait 3 days right

#

so what do u do

#

do u know python crash course book

#

is it useful

#

i just started reading it

#

so i want to know people opinion about it

somber heath
#

Corey Schafer, YouTube playlists.

#

Documentation @ python.org, downloadable pdfs in a zip.

hushed goblet
#

i'm doing something like changing my mind set from watching vedios to reading books
I don't know if it's good or bad but I'm trying

somber heath
#

library.pdf

hushed goblet
#

I was there and came to the discord chanel

#

oh so If i want help I have to go to help chanel right

#

?

#

hmm
so what should I do in this chanel

#

how can I do so (create a chanel and ask)

#

ohh

#

thanks alot

#

ok can I ask u @peak depot about what ur skills in pyhton

#

how long do u programming python

#

data engineering Realy

#

??

#

me to

#

so what do u know about that can u tell me

#

I use sql and know learning about warehouse

#

can u give me some advices

#

what is the tools again ??

#

cool

#

do u know any one is in embedded systems major

#

?

#

@somber heath what are ur major and expriance with python

#

?

#

hoppy like what did u do
games , gui or what ?

somber heath
sly sapphire
#

Let's see

vale plank
#

any one know how to centre frame on custom tkinter

sly sapphire
#

Right now I'm making a Python script that's gonna allow me to Give my GPT 4 Context on how the file structure is or what's inside the contents of every single file And then I'm using mermaid to visualize it as well So that I can learn quicker

hushed goblet
#

is it related to image processing

vale plank
#

not really proficient with grid

hushed goblet
#

oh

#

I got the idea
kind of

#

I wonder how old are u

sly sapphire
#

Is that a methodology or is that A way that the library works

vale plank
#

last time i used a grid was when i used chat gpt to make one

somber heath
#

@whole bear 👋

#

@coarse jasper 👋

whole bear
#

Hello

coarse jasper
#

hry

hushed goblet
#

thanks for ur time @somber heath

sly sapphire
#

Like I mean as in Gridding out stuff

#

Here I understand that there is a methods for the of library

vale plank
#

@whole bear 👋

sly sapphire
#

Okay so it's like you get the index of the grid

whole bear
#

Hello:)

sly sapphire
#

And then within that grid element you can put nested elements inside here and do all of that stuff

#

so you have the widget object and you either packet Place it

#

yeah yeah

#

ok thank you

#

I I was trying pygui

#

It's pretty good but you need to get the right version

#

For the right python version that you're on

#

It's always a pain trying to set up environment variables for each version

#

@somber heath

#

I just learn things for fun honestly

#

But then if I want to use it in the project or I want to do something I'll be able to use it

vale plank
#

(⊙⊙)?(⊙⊙)?

#

┗|`O′|┛

sly sapphire
#

ummm

vale plank
#

@somber heath How did you lear python gui without tkinter

sly sapphire
#

pygui 5

#

Flutter
java
you can use react native
these are all of the ones you're thinking you can use

#

The all of her some sort of Trade-off

vale plank
#

right now it's like Q&A with @somber heath

sly sapphire
#

For me if I want to learn a library I'll just use a A program that I made that takes documentation from websites and then basically converter into a mermaid diagram

#

So that I can see the inheritance tree

#

It's a really good way to learn documentation

vale plank
#

custom tkinter

sly sapphire
#

No it's not a JavaScript thing it's a state machine

#

So I am a visual learner so I use it

vale plank
#

right now it's like Q&A with @somber heath

#

@somber heath How did you learn python gui without tkinter

sly sapphire
#

And it's how Create my documentation

vale plank
#

kivy?

#

okay

sly sapphire
#

This is This is why I recommend using GPT models and these instances where you're going to go into uncharted territories But understandably you need to take the time to understand what you're doing Otherwise you're not learning

vale plank
#

but sometimes when i use GPT models it ends up making the situation worse

sly sapphire
#

They basically did agile development without the testing

#

There was a ransomware attack that the same thing

vale plank
#

@primal shadow the height of laziness

sly sapphire
#

With Wanna Cry

vale plank
#

yes

#

i mean you just copy and past not double checking it

#

no i dont mean it like that

primal shadow
#

@somber heath 😦

#

🔉 👍 😄

sly sapphire
#

You tried making a tree diagram On GPT of the whole folder structure and then put in it into a mermaid diagram and then asking what kind of apis I need to hit And then get in it to make every single file for you On a project

@primal shadow

now that's 10x development

#

Okay I'm trying it out

#

We should make it so that If you have an AI company That is an investable company that you can invest in And that means that anyone can invest in it and it brings up the poor

#

I don't know

#

Yeah but then the country makes money but not the poor people

#

Are you sure

primal shadow
sly sapphire
#

Anyways I'm creating my own business right now

#

Oh I think it's just her noise gauge

#

No it's just her noise gauge And the way she talks

#

I can't I can hear her properly

#

I can hear her really clearly

#

Yes

primal shadow
sly sapphire
#

Well Resets glitch Left

#

ys

#

yes

#

it the High heels

#

na im wrong for that

#

Have we considered the footwear that women typically wear in slippery winter climates? There is often less surface friction, and the quality of these shoes is usually not designed for winter activities.

peak depot
stark river
#

pardon?

solar pike
#

.

still herald
#

can i get a permission to stream my project that im making <@&831776746206265384> please

still herald
#

oh

#

i keep forgetting that

wise cargoBOT
#

failmail :ok_hand: applied timeout to @gentle lantern until <t:1721498537:f> (10 minutes) (reason: duplicates spam - sent 4 duplicate messages).

The <@&831776746206265384> have been alerted for review.

upbeat bobcat
#
Encyclopedia Britannica

Pakistan - Culture, Cuisine, Traditions: Throughout Pakistan, as in most agrarian societies, family organization is strongly patriarchal, and most people live with large extended families, often in the same house or family compound. The eldest male, whether he is the father, grandfather, or paternal uncle, is the family leader and makes all sign...

#

Azad Jammu and Kashmir abbreviated as AJK and colloquially referred to as simply Azad Kashmir, is a region administered by Pakistan as a nominally self-governing entity and constituting the western portion of the larger Kashmir region, which has been the subject of a dispute between India and Pakistan since 1947. Azad Kashmir also shares borders...

plucky trout
#

i can't voice verify

#

not enough msgs

bleak copper
carmine sun
upbeat bobcat
carmine sun
#

read history

#

They just said ok we arew gonna rule here from now on lol

upbeat bobcat
carmine sun
upbeat bobcat
carmine sun
#

Whole pakistan has one of the highest inflation rate and no wheat and the only way to survive is to get funds from the US they still want kashmir, like wtf feed ur own people first

carmine sun
#

@bleak copper Did you work on supabase before ? Lol lets leave this stuff govt will figure it out

upbeat bobcat
#

Your whole media is a mess

carmine sun
#

oooh shoot

carmine sun
upbeat bobcat
#

Don't know anything other then what they had told you

#

No wheat

#

O I am so poor

#

What am I gonna do?

#

D help me MF

carmine sun
wet scroll
#

hello!!

austere hornet
carmine sun
austere hornet
#

Frieren like free-ren

upbeat bobcat
wet scroll
carmine sun
#

Learn from the chinese atleast

#

grow up kiddo

austere hornet
upbeat bobcat
#

You started this

carmine sun
#

started persional attacks ?

#

lol

#

some india pak stuff

stark river
#

this is a python server. if you both want to be nationalistic south asian idiots go to twitter and squabble over there with the call center larpers. now let's drop it before the mods take action

austere hornet
#

lol

upbeat bobcat
carmine sun
#

Twitter is now X anyway, full of p*rn we need the old twiter back 🗣️

austere hornet
#

😭 stop guys

#

It doesn't matter who started it.

#

The person who stops it is the better person.

#

linear algebra 😭

carmine sun
#

Fr @bleak copper 😭 I need to go train this nueral network now

austere hornet
#

Khan Academy ad 😭

#

I hated it fr

#

I prefer my 2 hour math lectures that occur every Wednesday night.

#

About proofs

#

AM-GM-HM inequality fr

#

And... proof by induction

stark river
#

khan academy 🫶 . has helped billions of people worldwide

carmine sun
#

I wish I could share my screen and gets some debugging tips

#

😭

stark river
#

i need to see if KA has anything on linear algebra and discrete maths

austere hornet
#

yea it is

#

I've used type-hints quite often but cbb to use it all the time

#

can't be bothered

carmine sun
#

hmmm, lemme ask chatgpt and get more info about mypy, thanks :)

#

Chatgpt is the savior

austere hornet
#

What about mypy docs?

bleak copper
carmine sun
#

Let me know if this is a good idea @bleak copper

Can we make a terminal with AI inside it so it can run commands for us and prob access our code from there and implement some stuff in it ?

#

Umm is it available for windows :(

bleak copper
whole bear
#

@stark river yes i agree

bleak copper
#

Vote for rank choice voting in your local district. (then state, then national elections)

austere hornet
#

@peak depot AFoxy_Headpats

#

Garlic 💡

whole bear
#

mmmmmmm

austere hornet
#

🤨

#

...

#

Risotto is more like wet rice

#

welp

#

My dinner consisted of leftover pizza and leftover lunch

#

Yeah

#

Like that's why I enjoy congee

#

It's like flooded rice 💀

#

That happens too often...

#

Well the Australian history is... British convicts coming to an island to labour.

#

Also @peak depot hopefully you get better soon.

somber heath
#

Australian history predates white settlement.

#

What followed was bloodstained.

austere hornet
#

like maybe 60k

#

iirc from history

whole bear
#

300k

austere hornet
#

The song is probably a bit out-dated but from recent... urmm- carbon dating(?) it was probably from 60k ish years ago

#

But that's just from art that archaelogists(?) have found

#

(iirc)

#

idk I won the Australian history comp last year but that was probably a fluke so :p

#

take what I say with a grain of salt (if you are even taking any at all)

#

...

#

Apparently Gru is canonically 14 feet tall

#

So his nose is like 28cm long (iirc)

#

Well that's why he towers over everyone in the movies

#

I'm watching it next week

#

NO SPOILERS PLEASE

whole bear
austere hornet
#

Thanks opal 😅

#

I had a very awkward dinner. My mum had finished watching some video about 4chan so she's paranoid about me being on social media.

#

One month seems a bit long...

#

It's become sort of a troll-only zone now. And some of them are absolute psychos.

#

Mainly in the /b/

#

/sse social?

#

uhh...

#

Of?

#

4chan?

whole bear
#

yes

#

and shrek

stark river
#

🌧️

#

staff meetings

#

sometimes seminars

whole bear
#

Hey, can someone join the vc? I wanna ask something...

lime fractal
#

Who good at coding

gentle flint
obsidian dragon
#

@somber heath

frosty star
#

Hi @somber heath :3

#

hi everyonee

worldly robin
#

Still have long way to go to be a master in this field🥹

frosty star
#

Specialized milk to improve bone density

obsidian dragon
frozen owl
#

popcat!!!!!!!!!!!!!!!!!!

obsidian dragon
#

it's ai

frozen owl
#

interesting

#

midjourney?

obsidian dragon
somber heath
#

@dark reef 👋

dark reef
#

Hellooo

frosty star
#

hv u guys heard of HAI Manga?

#

also AI ^

rugged root
obsidian dragon
#

@rugged root

frosty star
#

Heyy @rugged root :3

rugged root
frosty star
#

I'm doing OK. Super busy at work.

#

Hbu?

rugged root
#

Same. Not sure if you're in the loop about my wife being sick.

#

But that's mainly been my focus

frosty star
#

😦 Oh no I didn't know. I hope you're managing well.

rugged root
#

As best we can

#

She's been sick since Oct 2022. So we're doing the best we can

frosty star
#

Hope things get better soon 😢

rugged root
#

You and me both

#

@whole bear Yo

upper basin
#

I want to make a GitHub badge for projects made with python zen.

#

Like "This project is made with consideration to Python Zen." And then a buddha sign.

rugged root
#

@ivory pelican Yo

upper basin
#

!zen

wise cargoBOT
#
The Zen of Python, by Tim Peters

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than right now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!

worldly robin
#

@rugged root Pass your CV website

rugged root
#

?

worldly robin
#

@rugged root Your Git repo or Profile

frosty star
#

ooo i've heard of that one

whole bear
#

Never thought sazk would sound that way lol

rugged root
#

I don't have much to show off, mind

whole bear
#

Sazk bro are you cold or doing cardio

whole bear
#

@rugged root
Does that include throttling usage of the Tor?
(Or the deep web as a whole?)

upper basin
somber heath
short owl
#

is MESH still a thingf

upper basin
#

Land sth Network.

somber heath
#

People often do, yes.

upper basin
#

No no, what I mean is an internet made by independent developers. No rules, no restrictions, no observation.

somber heath
#

But a LAN is independent of having a window to the internet.

upper basin
#

Basically a massive dataset and search engine.

short owl
#

have you trained your cats @peak depot

frosty star
#

oooh did someone say cats

#

calm down guys it's not that serious ~

short owl
amber raptor
#

Not sure what I walked into but popcornparrot

amber raptor
#

Really? I love a good argument

upper basin
amber raptor
#

No, this is standard Rabbit

#

better then talking about Programming. BORING

upper basin
#

Also, I don't recall you ever using emojies.

#

Ok, that's more on brand.

amber raptor
#

more then 3, not me

upper basin
#

I've been thinking of making a tiny internet for learning. What are the bare bones of an internet? My understanding is it needs:

  • Dataset: Dataset of HTML, CSS, Javascript code representing websites
  • Search engine: Search engine for searching the text content.
  • Server-client setup: To allow users use the internet, post content to it.
  • Encryption: To enable a layer of security.
  • Inspecter: To allow dev access to the src of websites.
  • GUI: To provide the GUI, and render the websites.
#

Am I missing anything critical?

amber raptor
#

What is the topic?

upper basin
#

There's a mouse. You can scroll down.

#

Also, that's not true in my case. I get videos having barely any views quite regularly in my feed.

amber raptor
upper basin
#

I think it's been updated to give a higher weight to recent relevant video than relevant highly viewed video.

#

Yeah, you can fine-tune it. Just watch a series of videos in the same genre, and refresh.

amber raptor
#

Also, your Google results will get mixed into YouTube

amber raptor
#

since I don't use Google, I've seen less of this

upper basin
#

Two pages is not long.

#

And no, I get mine in the recommended videos.

#

Tons.

#

You're not showing any empirical dataset for proof either, you're just stating your personal opinion too.

#

I like quantum computing, and I get tons of low view vids relevant to what I searched (like vids with barely 200 views).

#

It doesn't hide low view videos.

amber raptor
upper basin
#

It does, but the ones I like not so much.

#

But I get tons of gaming related low view vids too.

#

COD is not a low key genre.

amber raptor
#

military robot using GPT4, welp, time to die

#

welp, time to die when it runs me over

#

this entire conversation makes want to get out piledriver again

short owl
#

do you ever look at medical books on neuorolgy to get insights for coding ? @upper basin

amber raptor
#

imagine relying on IBM

short owl
#

BLUE SUIT SQUAD !!!

amber raptor
#

relying on IBM

#

again, you are relying on IBM, it's a public company with pretty poor reputation

short owl
#

what do business men know about art , you know the answer already @upper basin

#

many companys do AI , because they dont want to be late to the party

rugged root
#

Back a bit later, have to focus on a work thing.

short owl
#

keep your shackles quiet @rugged root

#

Mozart didnt have a team

frozen owl
#

debugging a negation error is SO fun 🫠

#

the reward signal is fucked up for my alphazero engine

#

e1e2 🫠

#

i love bongcloud this is fine 🫠

#

developers developers developers developers

#

deep blue

#

that's all im aware of ibm tbh

#

it's the boomer tech

amber raptor
#

IBM MQ is a family of message-oriented middleware products that IBM launched in December 1993. It was originally called MQSeries, and was renamed WebSphere MQ in 2002 to join the suite of WebSphere products. In April 2014, it was renamed IBM MQ. The products that are included in the MQ family are IBM MQ, IBM MQ Advanced, IBM MQ Appliance, IBM MQ...

frozen owl
#

isnt wsl done with cannonical?

#

ugh my wsl shit broke

amber raptor
frozen owl
#

... because i installed it using microsoft store

#

it didnt work on ssh

#

it's a known issue

#

smfh

upper basin
#

I'm gonna hop off, it's 1 am.

#

Cya guys.

amber raptor
frozen owl
amber raptor
frozen owl
#

ugh this reminds me of my botched docker attempt on my project

#

i could never get docker to work

#

🫠

short owl
#

docker = virtual computer environment ?

amber raptor
#

Esp if you Python

still herald
#

rumi

stuck furnace
#

Never heard of them ¯_(ツ)_/¯

#

How did you get along with your RL stuff Crow?

frozen owl
stuck furnace
#

Can you comment on a comment?

#

Oh

#

Ah right

#

Is Anokhi actually here? 😄

frozen owl
#

should i ping him lol

stuck furnace
#

We can hear you winter 👍

#

¯_(ツ)_/¯

#

I wouldn't worry about it

#

Erm, I'll have a look at some of those questions. Are there any in particular you're still unsure about Crow?

#

I don't think I've heard of them

frozen owl
#

u values

#

utility

#

and like how to actually fucking apply them without "search"

#

as in, if Q value is the expected value of an action after following a policy, how tf can i calculate the expected value of the policy ... without "looking ahead"

#

like my current plan is as such (context: mujoco physics ant sim):

  • value head
  • continuous action space for actions, so use diagonal gaussian policy

in every state

action = model(observations)
observations = env.step(action)
buffer.append(action, observations) # includes reward

and then do some offline rl

#

like no search

#

since it's a physics sim and i want to be "realistic" about no planning/search

#

like ik how search works, that's what i do for alphazero

#

mcts

#

ppo is online rl so im not that interested in it

#

at least for now

#

but i heard that it's goated for continuous actions

stuck furnace
#

Sorry back in about 15 mins 👋

frozen owl
#

🫡

still herald
#

@frozen owl open your mouth

frozen owl
#

😶

#

hm i had a ghost ping

still herald
#

oh really

stuck furnace
#

Sorry that was a bit longer than 15 mins

frozen owl
#

i realised

#

@stuck furnace can we continue

stuck furnace
#

VC1?

frozen owl
#

sure

rugged root
#

I hate vendors

silk dust
#

mdpope

novel tangle
#

Hi everyone

eager tapir
#

whaaaaaat reaaaally??

novel tangle
#

what are they talking about

formal meteor
#

Tsundere (ツンデレ, pronounced [t͡sɯndeɾe]) is a Japanese term for a character development process that depicts a character with an initially harsh personality who gradually reveals a warmer, friendlier side over time.
The word is derived from the terms tsun tsun (ツンツン) (adverb, 'morosely, aloofly, offputtingly') and dere dere (でれでれ) (adverb, 'in a ...

tawdry mica
#

hello

novel tangle
still herald
#

कंप्यूटर

toxic tide
#

hindi

#

computer

novel tangle
#

next r rated movie I am gonna watch is deadpool

toxic tide
#

eh

novel tangle
#

rami malek is love

tawdry mica
#

hello

novel tangle
#

hi dude

still herald
novel tangle
#

its soundtrack

novel tangle
#

are we talking about books

#

not at all

#

crazy

#

that question was crazy I heard it

novel tangle
floral summit
#

hey

austere hornet
#

the latter

#

Yeah, Sousou no Frieren

somber heath
#

@candid rapids 👋

austere hornet
#

💀

#

??? context

upper basin
#

Teh + run pronunciation.

quartz beacon
upper basin
#

Missing.

somber heath
#

@drifting prawn 👋

drifting prawn
#

👋🏻

#

@quartz beacon are you really from Ukraine? Because you dont have an ukrainian acsent.

#

Ебаааа

#

Я в шоке

upper basin
#

Yes, I am Ukrainian, * proceeds to rap

drifting prawn
#

How long did you learn English?

somber heath
drifting prawn
#

I understand

#

Ukraine

toxic tide
#

nc

peak depot
#

Ren and Stimpy claim that dinos died cos they farted, sneezed and burped at the same time

whole bear
#

ping :}

drifting prawn
#

I understand

somber heath
#

@cerulean idol 👋

#

@whole bear 👋

toxic tide
#

lam

whole bear
#

Hey

toxic tide
#

y0

cerulean idol
whole bear
#

the more i listen , the darker the discussion will be.

toxic tide
#

yhea

floral summit
#

f

#

can help me ?

#

i've problem

#

here

#

i feel im in jaban

#

my mind when try to translate : err404

floral summit
#

the problem

#

here

#

the file im trying to get

#

is 302 code

#

redirect

#

i wanna a direct link

frozen owl
floral summit
#

to can be a static direct link

frozen owl
#

just as i thought opal

floral summit
#

to can upload

frozen owl
#

upload what

#

files?

floral summit
#

anytype of files

frozen owl
#

hm

#

use google drive?

floral summit
#

this is my first gui at all

somber heath
floral summit
frozen owl
floral summit
whole bear
#

HackTheBox is the source i think

somber heath
frozen owl
#

ah

floral summit
#

1108 line

floral summit
#

someone crack the old cmd version

#

so i made this

#

version

#

my friend crack everythin' at all xd it make me sad

frozen owl
whole bear
#

that's good , but something i just try to say is that this server can not a perfect place to do this , lots of good server like hacker 101 or try hack me ...

whole bear
floral summit
#

@quartz beacon you can use rootkit >_< to can destroy pc without any point to can know you r even hacked

somber wave
#

heyho^^

floral summit
#

guys im from egypt, im trying to understand you

#

xd

#

i think i have programmed a wanna cry malware something like this .. ransomeware type

somber wave
#

suddenly there was silence 😄

floral summit
#

with c#

#

and other payload bypass all with cpp

somber wave
#

xDDD

#

i am particularely good at that

floral summit
#

thanks for translate google

#

i with they add a voice translator

#

wish*

somber wave
#

i cant talk yet lol

whole bear
floral summit
#

i want to speaaaaaak

#

my english like indian

somber wave
#

same, anyone here doing discord bots?

floral summit
#

ye

#

i read

#

it

#

it's 403 ?

#

no i just speak

#

about everything

whole bear
#

jikky on top.

floral summit
#

so guys.. what's the most libraries of python you think ?

#

n is a python gui is suggested or

#

or you think c# better

somber wave
#

can u elaborate why the Z is bad without breaking the rules?

#

OH okay okay

#

good to know, thank you!

#

i literally look at everyones profile... bad habit from moderating

floral summit
#

guys i want test my english !! i want speak now

somber wave
cerulean idol
#

@floral summit dm me i want to tell u something + you have to wait : >

somber wave
#

presenting male is safer, even GoT told us that
as sad as it is

#

oh my god, pictures of the rabbit? o.O

quartz beacon
somber wave
#

nawwwwwwww

floral summit
#

im trying to recode my login panel

#

with .grid into customtkkinter

somber wave
floral summit
#

i just learn this

quartz beacon
somber wave
#

i want to embrace the floof

#

its sooo cute

#

he okidoki^^

#

hahaahhaha

#

my gf would melt at his sight

#

be back soon

quartz beacon
somber heath
whole bear
somber heath
#

@whole bear 👋

whole bear
#

hi

blissful otter
floral summit
#

i've spent for 60 day here

blissful otter
#

I actually kinda like the project idea

floral summit
#

i think

#

just think

#

anyway there's less a python servers in discord

#

so to find server like this

blissful otter
#

Just wanted a bit of further explanation

floral summit
#

this is a cool

toxic tide
#

50 message

#

..

blissful otter
whole bear
#

not everything about it , but i have same idea.

quartz beacon
floral summit
#

maybe problem solving is a usfual thing make you learn fast

whole bear
floral summit
#

to be a hacker you must learn ,ccna, networking, os systems, linux, program language, windows privielege escalation, port, port exploits, bug bounty

#

etc..

#

to be a hacker is

#

hard

#

not easy

#

but this is a most famous at all

quartz beacon
floral summit
#

like when you see a tv hack ,or website

#

this is a cool thing

blissful otter
#

He better not be using Linux
Even for himself

toxic tide
floral summit
#

no someguys do this

#

someone hacked me xd but

#

when you hack

#

the hacker

#

will not send information for u

#

you will find your info doxing

#

xd

#

that's exactly what happen

#

with me

blissful otter
#

Let's discuss about your project @quartz beacon

vocal basin
# quartz beacon

show you're keeping up with modern writing style: order flags as -fr standing for "for real"

blissful otter
#

The one you discussed earlier
The malware thing

vocal basin
#

autocomplete tries to correct it the same way, I'd expect

quartz beacon
floral summit
vocal basin
#

I used to have a very fancy public IP

somber wave
vocal basin
#

128.0.<redacted>.<redacted>

#

15 consecutive zeros in binary

#

!e

print(3 ** 5)
wise cargoBOT
somber wave
#

my ip ||numbers and dots||

quartz beacon
#

127.0.0.1

vocal basin
#

and 127.0.0.53 for DNS

frozen owl
#

FUCK

#

I BROKE MY CHARGING WIRE

#

i dropped my macbook with the charging and the charging bit snapped off

#

fuck

floral summit
#

FAST QUESTION: TCP OR UDP ? WHY?

vocal basin
#

what do you need it for?

frozen owl
#

i use tcp for important shits

vocal basin
frozen owl
#

like no missing packets and data

floral summit
vocal basin
#

more specific

vocal basin
floral summit
#

usage into metasploit

#

n rats

frozen owl
#

so pissed rn

floral summit
#

15m ago :

#

working 100%

#

complicated

vocal basin
floral summit
#

store the key into registary

#

registry

vocal basin
#

if the usecase fits both models, you might as well just use a common abstraction on top

#

"that assumes I remember any passwords"

quartz beacon
#

@frozen owl

upper basin
#

Crow do you have us muted?

quartz beacon
#

your audio is broken? you can't hear any of us

frozen owl
#

yeah

#

strange

upper basin
#

hehe

quartz beacon
#

yeah, we're talking

frozen owl
#

WAHT

quartz beacon
#

you're talking over us 😂

vocal basin
#

I guess it's not only charging cable that broke

upper basin
#

You've been interrupting alot. It's fine though.

quartz beacon
#

dw

upper basin
#

All good.

frozen owl
#

ugh

upper basin
#

I'm making a search engine for jobs.

quartz beacon
#

happens lol

frozen owl
#

what a shit day

upper basin
#

Just trying sth out.