#voice-chat-text-0

1 messages Β· Page 240 of 1

clear portal
#

gn boys

dry jasper
left leaf
frigid hornet
#

Whatcha doing here?

left leaf
#

@eager thorn what up

#

running inside pycharm

eager thorn
left leaf
woeful salmon
#

@rustic yarrow

rustic yarrow
#

hey

woeful salmon
#

hello

#

!voice @rustic yarrow

wise cargoBOT
#
Voice verification

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

rustic yarrow
#

Hey

#

basically I have to send

somber heath
#

@sturdy ivy πŸ‘‹

sturdy ivy
#

πŸ‘‹

somber heath
#

@tiny moss πŸ‘‹

#

@versed cape πŸ‘‹

versed cape
#

i can't talk that's why i quite

somber heath
versed cape
#

i did but i can't i did not send 50 message

#

what is the command

somber heath
#

@keen kite πŸ‘‹

#

@raw viper πŸ‘‹

somber heath
#

@steep wave πŸ‘‹

steep wave
#

How I can talk

somber heath
#

@boreal kernel πŸ‘‹

boreal kernel
#

@somber heath hello

#

sorry for late but i dont have permission to speak

#

yupp i have to sent 50 messages

#

which one?

somber heath
boreal kernel
#

You have sent less than 50 messages. yupp same msg

#

so i have to send msg in only verification channel or somewhere else

#

hehehheheh, so can i send msg like this

#

hello

#

sir

#

okay okay πŸ₯²

#

may be i sent 20 msg approx

#

sorry i didnt understand

#

i'm also linux user

#

right now i'm using opensuse tumbleweed

#

with xmonad

#

now i'm trying to learn python

#

and recently i started database

#

what do you do?

#

can i see

#

sorry to intrupt you but can you speak slowly because mine english is not good

somber heath
boreal kernel
#

i'm learning english from W3 school

#

really

#

so can you gemme another resource which can help me

#

no issue p;ease gemme

somber heath
#

!resources

wise cargoBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

boreal kernel
#

i'm not that much weak in english

somber heath
#

YouTube, Corey Schafer, playlists, Python for Beginners.

boreal kernel
#

@somber heath do you have also any resource which can help me for database

boreal kernel
#

okay thankyou

somber heath
#

@pastel prism πŸ‘‹

stuck furnace
#

Hey

#

What's up?

boreal kernel
#

two alex

#

hahahhah

#

one is big alex and the second one is younger alex

#

please don't mine i'm dropping msg here for verified my self

#

mind***

stuck furnace
#

That's alright. I don't use my microphone so I type here πŸ˜„

boreal kernel
#

hehehehh thnakyou @stuck furnace

#

what do you do @stuck furnace ?

stuck furnace
pastel prism
#

Hy

boreal kernel
boreal kernel
stuck furnace
#

Erm, I'm intending to get a job in data science, but still working on it!

stuck furnace
#

What about you?

boreal kernel
#

actaully i'm learning software

#

i was doing devops tools ansible, docker, git but when i was doing that i faced networking problem

#

so i switched my self in developing

#

and now i'm learing python and database

#

i setup a server

#

i have a cpu and from long time i was not using that so my friend suggest me, setup that like your server

#

so on that i install arch server linux

#

and setup tailscale on that

#

tailscale help me for port forwarding

#

so i can access my server in WAN

#

@somber heath i got permissionπŸ₯Ή

somber heath
#

@pallid moon πŸ‘‹

pallid moon
#

I think it was in summer, maybe even earlier

somber heath
#

@late patrol πŸ‘‹

pallid moon
#

I probably still was Master32

#

πŸ’€

#

πŸ’€

#

vscode being an idiot πŸ’€

#

its highlighting with red when its imported

warped raft
#

hello @somber heath and @obsidian dragon how are you doing

pallid moon
#

fr πŸ’€

#

no opinions for code

warped raft
#

also hello @abstract lantern and @pallid moon

pallid moon
#

hi

warped raft
#

@obsidian dragon have you used react

warped raft
#

has anyone used react before

#

i need a bit of help

obsidian dragon
#

in python how to display duplicates as split fir ","
((((ugly)))), (((duplicate))), ((morbid)), ((mutilated)), out of frame, extra fingers, mutated hands, ((poorly drawn hands)), ((poorly drawn face)), (((mutation))), (((deformed))), ((ugly)), blurry, ((bad anatomy)), (((bad proportions))), ((extra limbs)), cloned face, (((disfigured))), out of frame, ugly, extra limbs, (bad anatomy), gross proportions, (malformed limbs), ((missing arms)), ((missing legs)), (((extra arms))), (((extra legs))), mutated hands, (fused fingers), (too many fingers), (((long neck))), lowres, bad anatomy, bad hands, mutated hand, text, error, missing fingers, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, out of focus, (wedding ring:1.1), 2girls, 3girls, (((multiple views))), (((bad proportions))), (((multiple legs))), (((multiple arms))), (monotone), 3D, low quality, lowres, multiple breasts, bad fingers,

somber heath
#

@slender sierra πŸ‘‹

slender sierra
somber heath
#

@dapper pewter πŸ‘‹

warped raft
#

@slender sierra do you know about react

#

@abstract lantern and @pallid moon have any of you used react before

pallid moon
#

react is a framework?

#

like the js one?

warped raft
#

yup

#

yeah

pallid moon
#

because I used vue js

#

not react

warped raft
#

i need help setting it up

#

in vsc

pallid moon
#

ah sorry cant help with that

somber heath
#

@reef latch πŸ‘‹

#

!e py import json json.loads('123') json.loads('[1, 2, 3]') json.loads('{"key, one": "value one"}') json.loads('null') print('Everything went according to plan.')

wise cargoBOT
#

@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.

Everything went according to plan.
somber heath
#

!e py import json print(json.loads('123')) print(json.loads('[1, 2, 3]')) print(json.loads('{"key, one": "value one"}')) print(json.loads('null')) print(json.loads('"abc"'))

wise cargoBOT
#

@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.

001 | 123
002 | [1, 2, 3]
003 | {'key, one': 'value one'}
004 | None
005 | abc
pallid moon
#

is there any async version of this?

#

like to work with json async

#

await aiojson.loads() XD

#

yeah

#

I think that is

#

ahhh

#

ok 😦

#

I was thinking it would be possible to not bother with db

#

there is aiosqlite or asyncpg ofc

#

or other stuff

#

ig will have to work with that

warped raft
#

hey @wind raptor

#

how are you doing

#

i need a bit of help in setting up react in javascript

somber heath
#

!e py import json print(json.dumps({123: 456}))

wise cargoBOT
#

@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.

{"123": 456}
wind raptor
#

Sorry, I g2g. I have class in 2 mins and it just started early.

warped raft
#

ok no problme

wind raptor
#

ty

#

Mobile dev class

#

should be fun

somber heath
#

@whole bear πŸ‘‹

#

@sharp spoke πŸ‘‹

brisk bridge
#

hi

rugged root
clear portal
#

πŸ˜‚

#

that like second grade knowladge

#

@peak nacelle trap in where?

#

firefox

#

/bin/firefox

#

oh

#

in windows should be in C:/Program files

wind patio
#

hello guys

clear portal
#

shortcuts

#

in windows

gentle flint
rugged root
#

Set-Alias -Name firefox -Value "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"

clear portal
#

is that a feet

#

bruh

rugged root
left leaf
#

hawly

#

but do i have to specify Firefox after ?

rugged root
#

firefox

left leaf
#

noice

#

ty sir

wind patio
#

Hello everyone,
I'm excited to introduce "flask_auth_middleware" a simple and powerful middleware for securing routes in Flask applications! This middleware seamlessly integrates into your Flask projects, enhancing security and access control.

Please feel free for reviews and contributions.

rugged root
#

Shameless plug?

clear portal
#

@echo garden how old are you mate?

#

long way

#

im not using any ms crab

#

@gentle flint wut

#

ubu sucks

#

arch on top

#

bs

#

bs

#

arch is better

#

πŸ˜‚

#

im a desktop user

#

mom and dad dont use pc

rugged root
#

You get my point though, right?

clear portal
#

yep

#

its not fat. its big bone πŸ˜‚

rugged root
#

Nice

clear portal
#

change your mirrors

#

πŸ˜‚

gentle flint
clear portal
#

you can just math it out

#

i think rust people should make a framework for cross platform mobile apps

echo garden
#

@007 im 45

clear portal
#

ah

echo garden
#

@rugged root the most disturbing thing about haveing ADHD is putting something down and not remembering where you put it... can you call my phone with a private number if you wish so i can find it? ill send my number PM?

#

right now i can't talk becuase my phone was connected ... i think i found a bug to behonest

#

basically i lost my phone right now but i had it moments before i lost it lol

#

i have no idea where it is

#

or anyone who can call america reallly

#

*69 for all i care

#

hey @peak depot

clear portal
#

finaly

peak depot
#

Streamlit

echo garden
#

@rugged root ??

#

or anyone?????

rugged root
#

Wait what're you talking on then?

#

I thought you were using your phone

echo garden
#

my computer

#

i was

#

i put the damn thing down dont rememeber where i put it.. this has been happening an aweful lot, it would be better if i was smoking but im not

#

i had bluetooth in

rugged root
#

I don't like calling web folks from my mobile or work numbers, sorry

clear portal
#

@tepid mantle what are you smooking bro

rugged root
#

You should be able to go to your google account and do a find my phone thing

echo garden
#

ahhhhhhhhhhhhhhHH

#

THANK YOU

rugged root
#

!rule 5

wise cargoBOT
#

5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.

clear portal
#

holy voice

#

sale the high seas

#

i was good

#

for the first 2 day

#

wut πŸ˜‚

#

true ish i think

tepid mantle
clear portal
#

strange indeed

tepid mantle
clear portal
#

thats wired

tepid mantle
gentle flint
#

what's hell?

clear portal
#

bruh

gentle flint
#

when you die you die

#

decompose

clear portal
#

in terms of religuis

gentle flint
#

well religion and terry davis is a hazy topic at best

clear portal
#

gg

tepid mantle
clear portal
#

msg him

#

gui is for newbies

gentle flint
#

java -jar

clear portal
#

πŸ€¦β€β™‚οΈ

gentle flint
clear portal
whole bear
#

shall i stream? @wind raptor

tepid mantle
clear portal
#

build it πŸ˜‚

rugged root
#

One sec, Jan

clear portal
#

thats a network issue

gentle flint
#

ping piston-data.mojang.com

rugged root
#

@whole bear You've got the perma stream now

whole bear
#

thanks

rugged root
#

Forgot that I granted the 3 week awhile ago and just never applied the full

whole bear
#

im trying to compile gnu indent

#

but im getting linker errors

clear portal
#

i dont think you need sudo for make

whole bear
#

yea i just kept that so i could install globally

clear portal
#

you need it for make install

#

a little πŸ˜‚

rugged root
#

People are back here so I can't talk talk

#

@verbal zenith Yo

#

Long time no see in here

#

Or just... mobile hotspot

#

That also works

#

Percussive maintenance

#

Swing low sweet chariot?

clear portal
#

cloudflare

rugged root
#

@gentle flint Google's 8s

#

8.8.8.8 and 8.8.4.4.

#

I think

#

Just do a ping

tepid mantle
rugged root
#

Don't bother with a speed test

undone idol
rugged root
#

Ah

#

my b

clear portal
#

london

rugged root
#

Do 8's

#

Wait

clear portal
#

πŸ˜‚

rugged root
#

@tepid mantle Are you trying to host a server that's using WIFI? Or are you at least using an ethernet cable

#

Please tell me it's not using wifi

clear portal
#

install termux

#

run a ping

rugged root
#

I missed what you said

undone idol
#

@tepid mantle cinnamon?

rugged root
#

Thank christ

undone idol
#

sorry pardon

clear portal
#

@tepid mantle be a chad and install termux πŸ˜‚

gentle flint
rugged root
#

Try 8.8.8.8

#

That's googles

#

Oh that would do it

#

Fair point

#

Wait, what's CloudFlare's fallback one?

tepid mantle
rugged root
#

Also interesting that they're saying using their DNS is so much faster

#

@echo tartan It's kind of hit and miss

#

Although I will say, way less ads

#

He's dead

#

He went to the club

#

Which is dangerous for a seal

#

Fair

#

?

#

Good

#

Yeah that's a bit better, eh?

clear portal
#

what is ADD

rugged root
#

Attention Deficit Disorder

#

ADHD is Attention Deficit Hyperactivity Disorder

tepid mantle
#

So packets bad

clear portal
#

bruh. west is just a big scam

rugged root
#

Can it?

#

@gentle flint Not typically for ADD/ADHD

#

@echo tartan There are coping mechanisms.

#

My rule of thumb

#

If it interferes in your life, prevents you from getting things done that you need to get done, preventing you from enjoying life, then it's worth talking to a doc about

#

Source: I've been dealing with mental health stuff for all my life. Was diagnosed with ADD/ADHD in the 2nd grade, depression in 6th, been on medication since 2nd

#

@faint ermine Oh mah gurd it's laund

faint ermine
rugged root
#

How've you been, bud?

faint ermine
#

eh, could be worse could be better

#

so like, the usual

rugged root
#

Yeah I hear you there

#

Get a new one?

#

Order one

faint ermine
#

i mean, 50m cables are okay to get

rugged root
#

Learn how to make patch cable

#

Saaaaaaaaame

faint ermine
rugged root
#

I've made plenty of patch cable here for work

#

Oh not even the keystone stuff

#

Just regualr ends

faint ermine
#

ah fair, tho those are more annoying i find

rugged root
#

100%

#

More fiddly

echo tartan
#

I helped build a physical DR location from the ground up, and they were too cheap to buy ready made cables, literally had to make cables for an entire NOC

rugged root
#

Keystones are just like "put in these slots, push down"

#

That's...

faint ermine
#

oh yeah terminology: a patch cable would be male to male, i was thinking the uhhh. whats the term. outlet to outlet cable in the wall?

rugged root
#

Yeah

whole bear
rugged root
#

He may not have it in his data plan

#

But again

#

May not be a thing in his data plan

faint ermine
#

isnt tethering dissimlar from that?

rugged root
#

@tepid mantle Oh trust me, the USB thing is one of my ranting points

faint ermine
#

like, usually the data plan doesnt affect things which dont need data at all

rugged root
#

Oh right right

faint ermine
#

like tethering a existing internet connection from usb to hotspot

clear portal
#

πŸ˜‚

rugged root
#

@gentle flint This is why you don't work help desk

faint ermine
#

this is why help desk people are always so done with everyones shit

rugged root
#

Your bedside manner could use some work

#

God I wish I could talk

#

I mean you can have full functionality with just a mouse or just a keyboard

#

Wait

#

Where is your tower

rugged root
#

Adapter

#

Logitech dongle

#

(teehee)

whole bear
#

but for different reasons

rugged root
#

There's folks doing a training back here so there's potential client info being said

clear portal
rugged root
#

Ehhhhh

#

You don't want to put a mouse or keyboard on a hub

#

But extenders are a thing

queen crypt
whole bear
#

best documentation ever written

faint ermine
#

truly

#

such amazing docs, much wow

rugged root
#

Potentially adds delay or can make it so that your keyboard or mouse doesn't wake up your computer if it's asleep

whole bear
rugged root
#

You're essentially having it go through an entirely separate bus

#

OH OH OH, I have to do this quick rant

#

Fucking

#

There are USB 2.0 Type C cables

#

No

#

That should not be a thing

#

I hate it

faint ermine
#

YES

rugged root
#

AND Type-C cables that are just charging cable

#

AND AND no USB cables detail what spec they conform to

faint ermine
#

also absolutely go fuck yourself whoever came up with charging-only cables

#

yes

#

yes

rugged root
#

AND AND AND, there's no easy way to figure out what a cable conforms to

whole bear
#

dont take a look at how usb versions are named

clear portal
#

20 miter

#

wut

#

do you live in bunker

rugged root
whole bear
rugged root
#

It

#

HURTS me every time I look at that list

whole bear
#

last blood implies that they will never make another movie again

rugged root
#

Well I think he straight up dies

faint ermine
rugged root
#

I can't remember

faint ermine
rugged root
#

@gentle flint I'm proud of you

#

But like it's even worse

#

Because they're all part of a singular standard

#

But they're modular as well

#

Just

whole bear
#

im just going to ignore that

rugged root
#

Why does this always happen with cables

#

@echo tartan Makes it even more of a surprise when you are disappointed

#

Yes

#

Yes

#

Learning front-end is helpful

whole bear
rugged root
#

This employee is a feature, not a bug

#

You'll still be in places where, even if you're not making it from the ground up, will need to maintain a site

#

And so knowing the full process is handy

#

@gentle flint You rang?

faint ermine
#

mood

rugged root
#

Helix?

clear portal
#

thats jan

whole bear
#

yes im using helix

faint ermine
rugged root
#

Sorry, there's one even more niche?

#

The hipsters of programming

#

I swear to god

#

It's still post modern

#

Post post modern

#

Post modern the second

whole bear
#

put modern when

rugged root
#

get modern, scrub

faint ermine
#

delete modern

#

also, update modern

whole bear
#

i am a teapot modern 😭

rugged root
#

HA

#

Nice

#

Wait what's the CSS framework... Tailwind?

#

My main beef with web dev stuff is that there're just so many frameworks and opinions on which ones to use and combinations of them all and then frameworks that use other frameworks and it's just an absolute madhouse

faint ermine
#

yeah, and somehow all of them manage to be unintuitive (i realise this is very subjective)

rugged root
#

TypeScript yep

whole bear
#

facebook JUST released another css framework, stylex

clear portal
#

the className is only in react
you can use the class in solidjs

rugged root
#

Which one is solid?

clear portal
#

:)))

rugged root
#

Oh good, another framework

clear portal
#

Solid is a purely reactive library. It was designed from the ground up with a reactive core. It's influenced by reactive principles developed by previous libraries.

clear portal
rugged root
#

Everyone says that!

clear portal
#

django sucks
learn fastapi

rugged root
#

Different use cases

clear portal
rugged root
#

If all you need is an API, then yeah, FastAPI

#

If you need a full site backend and what have you, Django is reasonable

faint ermine
rugged root
#

Up to a certain scale

clear portal
rugged root
#

Age really isn't the factor, and they do continue to improve it

#

PHP is old and it's been massively modernized and improved

faint ermine
#

YES

#

heres them all in one list

clear portal
rugged root
#

I would agree if they just left it as is the whole time it's been around, but they've upgraded to high modern versions that improve some stuff and throw out old crap stuff

#

And the backwards compatibility thing is a weak argument, because eventually, what you're recommending will also be older and require that kind of support

faint ermine
#

not everything will try to be perfectly backwards compatible. in fact, theres a specific thing you do when you dont want that: major version bump

rugged root
#

And if the suggestion after that is to completely refactor to a new thing every 5 years, that's just unreasonable

clear portal
rugged root
#

For sure

#

It's a batteries included philosophy

stark river
rugged root
#

You can't strip it down as easily but it'll have what you need and you can tack on more stuff

faint ermine
#

wanna know what it does?

rugged root
#

@verbal zenith Batteries-included is the term for it

clear portal
clear portal
faint ermine
rugged root
#

For Django and how it has all that stuff

stark river
rugged root
#

That's the term they use

#

Honestly looking at the modern changes they've made to PHP, I'm really really curious

stark river
#

did solidjs hit v1.0?

clear portal
rugged root
#

PHP 8.3 is a major update of the PHP language. It contains many new features, such as explicit typing of class constants, deep-cloning of readonly properties and additions to the randomness functionality. As always it also includes performance improvements, bug fixes, and general cleanup.

#

Hey saz

clear portal
#

latest

#

?

#

its not

#

wut

stark river
clear portal
#

jsx is not venila

rugged root
#

You can have full script in html

whole bear
#

you can't write HTML syntax inside vanilla js

#

but you can create dom elements using the imperative dom api

rugged root
#

Right yes yes

whole bear
#

i made a jsx to imperative dom api transpiler

gentle flint
#

@peak depot brb

peak depot
#

ok

whole bear
peak depot
#

iΒ΄m very tired...

rugged root
#

I like the name

#

Hey Alex

peak depot
clear portal
#

jsx is from babel

whole bear
#

jsx is just an syntax extension

faint ermine
#

brb, gonna reboot into linux

whole bear
#

it does not prescribe what yo udo with the syntax

#

it just compiles into function calls

clear portal
#
div.innerHtml = `
<span>hi</span>
`
rugged root
#

Wait I thought you could do all this with vanilla

whole bear
#

you can

rugged root
#

Because you can run JS inside HTML

whole bear
#

but its not scoped

rugged root
#

Oh right right

clear portal
#

yeah

rugged root
#

Back in a sec

whole bear
#
const a = 1;
div.onclick = `
  console.log(a);
`
clear portal
#

appendChild

whole bear
#

this wont work

clear portal
#

wut

#

var

whole bear
#

window is a object

clear portal
#

globalThis.cool = 12

vocal basin
#

window.whatever

whole bear
#

but yes, as long as its not a es module

clear portal
#

no

whole bear
#

it still would be global

clear portal
#

let is local

whole bear
#

oh

vocal basin
#

var is function scope, iirc

#

like in Python

stark river
vocal basin
#

(MDN)

#
if (true) {
    let x = 5;
}
console.log(x); // fails
#
if (true) {
    var x = 5;
}
console.log(x); // works
stark river
#

could be.. i try not to do too much js ninjutsu.. it leads to weird edge cases

vocal basin
#

I think

#

var is almost like how Python variables behave by default

stark river
#

var gets attached to the global scope yes

vocal basin
#

not always

clear portal
#

yeah its doesn't make sense to do this

function () {
 var x = 12;
}

x // should be undef
#

js is wired

vocal basin
#
function f() {
    if (true) {
        var x = 5;
    }
    console.log(x); // works
}
f();
console.log(x); // fails
clear portal
#

js is the wiredest lang

vocal basin
#

bound to single function call

whole bear
#

its var

#

your not supposed to use var

vocal basin
#

const and let are block-scoped

whole bear
#

NO, never use var

clear portal
#

wut

#

you use whatever you need

vocal basin
#

var is just let at function's body block

#

(generally)

vocal basin
stark river
#

yeah i stand corrected

#

still haven't used var in a long time.. and won't be using it ever

vocal basin
whole bear
#

destructuring

stuck furnace
#

Here they call it destructuring Β―_(ツ)_/Β―

faint ermine
#

(9 times out of 10 i trust mdn to be accurate)

stuck furnace
#

In the python shell _ is also the value of the last expression

#

mhm

#

Β―_(ツ)_/Β―

humble geyser
#

Check in bash as well

#

It will work there too

#

$_

#

I don't know poweshell

clear portal
#

!!

#

is the last command

#

in bash

stark river
#

yeha $_ is value of last expr

clear portal
#

powershell is cool.
that a first time

stuck furnace
#

Rabbit

stark river
#

check out in the powershell server

amber raptor
verbal zenith
#

Hey

#

Is it possible to override operators like negate in powershell?

#

@amber raptor /\

stark river
#

without a ping?

amber raptor
#

override what operators?

stark river
#

! as an operator

verbal zenith
#
!true
^
rugged root
#

You can I'm pretty sure

#

Oh in PS

#

Nevermind

#

Ignore the lock of hem

verbal zenith
#

well powershell allows you to call .net

#

so I wonder

rugged root
#

You'd have to make a custom class or some other tweak outside of PS and then call it

verbal zenith
#

yeah but the question is CAN you

rugged root
#

I don't think there's an inherent way to do it within PS itself

#

Painfully

#

Can and should are not the same

verbal zenith
#

My curiosity is because powershell parsing is recursive descent which means !true takes measurably less time than !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!true

amber raptor
rugged root
#

PS is open source

amber raptor
#

it also has -ne

rugged root
#

Might be some hints there

verbal zenith
#

Rabbit you're missing my point

#

I'm just demonstrating the operator not the usecase

amber raptor
#

It's a scripting language, don't be fancy, be explicit

rugged root
#

Be the change you want to see in life

amber raptor
amber raptor
stuck furnace
#

I warned ya Haven

rugged root
#

I mean don't in this case because it scares me

#

Right

verbal zenith
#

Rabbit I'm not doing esoteric

amber raptor
#

Then spell out why you need this overload operator

verbal zenith
#

I DONT

#

Read my message

verbal zenith
rugged root
#

That might be worth proposing as an issue on the repo then

#

That's fair

stuck furnace
#

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...!1 probably isn't a very common occurrence lol

warm atlas
#

or approx 45 min

faint ermine
#

LLVM optimises it

#

(left: low optimisations, right: high optimisations)

clear portal
#

gn guys

stuck furnace
#

Oh, maybe it's a caching thing

#

@verbal zenith Try the steps in the second comment here this

#

I think I remember someone having this problem in the help forum here.

stark river
#

caching is a sickness!

verbal zenith
stuck furnace
#

No worries πŸ˜„

#

Β―_(ツ)_/Β―

#

Yeah, some kind of caching issue.

warm atlas
#

@stark river that might not work according to chat-gpt

lusty veldt
#

hello hello everyone in vc

warm atlas
lusty veldt
#

what we talking ab?

warm atlas
#

It's something related to web dev

#

even i don't know

warm atlas
#

feature attribution means?

#

yes

#

educational

#

i have already done that i dont want to repeat the same method

#

that i have not been teached

#

in terms of statistical analysis

#

i have been teached

#

z- score

#

t-test

#

chisquare

#

f-test

#

anova

#

anova

stuck furnace
#

@echo garden Sound from your speakers is coming through πŸ‘€

#

You know too much lol

echo garden
#

didn't even realized i hooked up to the voice server

#

anyone hear of whats going around the Darkweb now?

#

@stuck furnace what you mean?

#

like i know too much on how this works or...

stuck furnace
echo garden
#

oh i promise i don't know anything

#

i do but it isn'

#

t

#

apropriate for this server

#

I can message you

stuck furnace
echo garden
#

true but thats the extent of how far it went

#

sorry if i broke a rule

whole bear
#

@whole bear hey, Lego, can I DM you to ask for help with some ML?

#

sorry can't VC rn 😭

echo garden
#

well i didn't mean to over step but... i feel its worth the mention.. again i apologize

#

im trying to set it up so i can myself.

stuck furnace
#

Was that me? πŸ‘€

#

Oh, probably Mustafa

#

Ah right

whole bear
#

oh yes don't worry

#

maybe we can do it later, if it's too long (I'm usually around)

#

but basically, I want to figure out what I would need to learn to apply ML to automate some aspects of journal peer review for philosophy, or to run statistical analysis on the kind of review the academics of a journal do

#

to see if some reviewer is more reliable than another, etc

woeful salmon
#

I sometimes feel like making clickbait videos on youtube really blatantly to get the people i want to look at them to look at

#

like Rust version X.X replaces its poor types like i8 and i16 with int8 and it16 and so on and in the video i just request if some rust community members are watching please push this πŸ˜„

#

its the main reason that's keeping me using c++ instead of using rust for anything

#

the i8 and the fn and the mut

#

mut i'm somewhat fine with

gentle flint
stark river
#

keywords?

woeful salmon
#

yes

stark river
#

fun from kotlin is the best

woeful salmon
#

the only way i can use the language without feeling sick is by creating type alias for i8 as int8 and use that

#

fun and mut i can take

#

those are fine

#

the types are where i just can't

#

its already a short form of indeger

#

making it even shorter

#

to get rid of the littlebit of meaning it holds

stark river
#

i8 πŸ‘Ž it should be int8

short owl
#

puns as swift as a ninjas sword , beware ... @rugged root

stark river
#

ninjato* ... ninjas sword feels ... hick

short owl
#

pink seems appropriate

whole bear
#

thanks a lot. I'll have a look into each of the steps. Do you think I would need a lot of data? I can get published papers from open source journals (there are several high quality ones), but it might be hard to persuade more than one journal to give me access to referee reports or to rejected papers

#

or I wonder if there is some useful work I can do only with published papers that will get me closer to the goal of developing tools for peer review

left leaf
#

@rugged root what did i got into

whole bear
#

so maybe I can start training a model to predict which published papers will get more citations (that could be a proxy for publication quality)

left leaf
whole bear
#

nice, nice. yes, I think I'm starting to get some ideas on what I can do, thanks a lot ❀️

short owl
#

were you born sounding like a radio announcer ?

#

frank sinatra ruined his voice with chain smoking

#

i hear Florida is nice.... dreams

echo tartan
short owl
#

do you grow lemons , oranges , avacados in back yard ??

echo tartan
#

uh, I have a pot with mint

#

I had a pot with basil too, but it dieded

short owl
#

first trip to see my uncle in california , had fresh guacamole , from avacados in back yard

echo tartan
#

never had avocado tree, but parents house I grew up in had mangos, papaya, lemon, dragonfruit and banana

short owl
#

even if you dont eat avacado you can trade for what you want

#

avacado pricey here

whole bear
#

yes, haha, if this works at all, this could start a very fun metagame among authors πŸ˜™

gentle flint
#

AntΓ©site

echo tartan
#

sorry not dragonfruit, star fruit

short owl
#

fella in room wants to grow 12 types of chilis ....

#

Starfruit trees ( Averrhoa carambola) are very attractive, with curving branches and large masses of lilac-purple blossoms that attract pollinators --- hmm

stark river
#

at what point does gardening become farming

red pond
short owl
#

when you have excess produce you give away

left leaf
#

how tho

short owl
#

theres a movie called ' Banannas' , its about people

#

cant make it funny

left leaf
#

i just ate a banana so

short owl
#

its not federal

left leaf
#

have fun not having one mate

stuck furnace
#

York's nice

red pond
#

What's the difference between a town and a city?

stuck furnace
#

Technically a city πŸ˜„

#

In the UK, a city is a city if we say so, basically.

#

And something to do with having a cathedral.

left leaf
#

get good son

#

young padawan

red pond
#

Ahh that's fair, thanks!

stuck furnace
#

But yeah you're right. British cities basically all look like this (not really)

short owl
#

concrete grey ?

red pond
#

It's more of a priest singing kind of way

gentle flint
#

Næst Einarsfirði liggr Hvalseyjarfjârðr. Þar er kirkja, sem heitir Hvalseyjarfjarðarkirkja. Hún Ñ allan fjârðinn ok svÑ allan Kambstaðafjârð, sem er næstr. Í þessum firði stendur bær mikill, sem konungi tilheyrir og heitir Þjóðhildarstaðir.

red pond
#

Going through some tough time these days, lots of stress and people drama, any advice you guys wanna share?

gentle flint
#

he looks angry

#

and he has the neonazi hairstyle

#

with the one dropping edge

short owl
#

Halo Nightfall (2014) @whole bear

#

live action and CGI , very well blended

gentle flint
#

FΓΆlj med pΓ₯ resan dΓ₯ nazisten Johan ska hitta kΓ€rleken!

StΓΆd oss genom Swish: 0702516089
eller Patreon: https://www.patreon.com/freudianslip

Stort tack!

GΓ€stskΓ₯despelare:
Katja Ferm
Linnea Pihl

Bilder i introt:

β–Ά Play video
red pond
#

That's pretty nice, haven't played Halo though

short owl
#

hmmm maybe a TWITCH channel for it ?

red pond
#

Puttin git behind a vest is nice

#

Ohhh, my bad hahaha; mixed the things up

#

Behind the dress shirt feels illigal

#

I'm heading out, thanks everybody for the company!

short owl
#

i know a chick who , escaped from new york

stark river
#

did it grow into a hen in the midwest

clear portal
#

πŸ˜‚

#

tf

short owl
#

nice foam cutter - table

clear portal
#

tf just happend πŸ˜‚

stark river
#

🀣

clear portal
#

wait hemlock has a wife

#

i didn't know that

#

ex wife

#

πŸ˜‚

#

wather boy

#

πŸ˜‚

#

yeah

#

python is writen in c

#

idk what it is

#

no

#

i know

#

i dont know the show

gentle flint
#

Bluing, laundry blue, dolly blue or washing blue is a household product used to improve the appearance of textiles, especially white fabrics. Used during laundering, it adds a trace of blue dye (often synthetic ultramarine, sometimes Prussian blue) to the fabric.

clear portal
#

what is OST?

whole bear
#

orginal soundrack

clear portal
#

original sound track

#

wut

rugged root
#

@stark river In fairness to Prussian Blue, apple seeds also contain cyanide

stark river
#

i hope nothings in orange seeds.. i ingest those whenever i extract orange juice

rugged root
#

That's a good question

clear portal
#

:)))))))))))))))))))))

#

tf is that laugh πŸ˜‚

#

@whole bear here 🍌 . eat it

clear portal
#

1500 $ a month

#

wuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuut

whole bear
#

@somber heath πŸ‘‹

rugged root
#

Euro

stark river
#

euros

clear portal
#

thats even more

stark river
#

probably in the middle of amsterdam

#

cheaper rent in the countryside

clear portal
#

here is like 100$ a month

somber heath
#

@gentle flint I was making an Idiocracy reference.

#

re: Water

#

"You mean from the toilet?"

unkempt siren
#

hey guys can i ask one basic help in python

somber heath
#

What's up?

rugged root
#

!paste

wise cargoBOT
#
Pasting large amounts of code

If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/

After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.

unkempt siren
#

i cant share it

#

its not because of code

clear portal
#

what do you mean connection

#

what is even that mean

unkempt siren
#

i need to show it

#

and i cant talk it

#

but not the code

somber heath
#

!code

wise cargoBOT
#
Formatting code on Discord

Here's how to format Python code on Discord:

```py
print('Hello world!')
```

These are backticks, not quotes. Check this out if you can't find the backtick key.

For long code samples, you can use our pastebin.

clear portal
#

you probly have a variable thats not defined

somber heath
#

Is the problem in your code or from another module?

rugged root
#

The name perspective is not used. So if you don't have it defined above, like used as a function name or as a variable name, then it's going to pitch a fit

unkempt siren
#

well there is working for my friends

#

with the same code

#

we cant change this code

clear portal
unkempt siren
#

no no

#

well as i said

#

it can be enviroment problem

#

by fixing from ide?

#

can be something to do from ide, files, terminall commands thats all

clear portal
#

perspective=1 python game.py

clear portal
somber heath
#

You've not used del at any point?

unkempt siren
#

yes

#

well there are more programs

clear portal
#

what is rn

gentle flint
gentle flint
gentle flint
#

no, it won't

#

really

clear portal
#

maybe they use globals()

unkempt siren
#

something with enviroment

clear portal
#

or something πŸ˜‚

unkempt siren
#

not with codes

#

im %100 sure

gentle flint
#

globals does not use shell environment variables

unkempt siren
#

because my friends not having problem in the code

clear portal
unkempt siren
#

maybe i have problem the file locations

rugged root
#

You're positve you've installed all the dependencies?

unkempt siren
#

yes i did

#

i did pip install -e .

rugged root
#

How're you running it?

gentle flint
#

is there no requirements.txt file

rugged root
#

Through your editor or command line

gentle flint
#

perhaps it wants you to install dependencies separately

unkempt siren
#

im not working the code that i did

#

its not necessary

#

there is already implement checker

#

it suppose to be checked by this checker

#

i can show you by sharin screen, if u are not busy

#

just asking for idea thats all

clear portal
#

did you test that prespective=1 python game.py

unkempt siren
clear portal
gentle flint
rugged root
#
  • Did you install the stuff to your system python or is this to a venv?
  • Are you running it through your editor or from the command line?
  • Have you activated the venv if you're using one?
unkempt siren
#

im not %100 sure

#

how can i activate it

#

i did ctrl shift p

#

and i choose my new enviroment that i created from anaconda

unkempt siren
#

and im running it through command line

rugged root
#

What OS are you running?

unkempt siren
#

windows

clear portal
#

(venv) C/ccc >

#

do you see that

stark river
#

activating venv on windows is diff than linux?

rugged root
#

Same directory, different file

stark river
#

you mean backslash instead of fwd slash or something completely diff

unkempt siren
#

so im writing something to terminal?

rugged root
#

It's like an activate.ps1 instead

#

Double checking something

unkempt siren
#

btw

rugged root
#

Uhhhhh hmm

#

Maybe uninstall everything and start from scratch

#

Sometimes scorched earth is the best policy

stark river
#

i would prefer to fix things than reinstalling

clear portal
#

πŸ˜‚

rugged root
#

!paste

wise cargoBOT
#
Pasting large amounts of code

If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/

After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.

final laurel
#

@somber heath hey

rugged root
#

Use the hastebin

gentle flint
#

Jack Conte (; born July 12, 1984) is an American musician and co-founder and CEO of Patreon. He and his wife Nataly Dawn comprise the musical duo Pomplamoose, and he is co-leader of the band Scary Pockets and leader of the band Magaziine.

clear portal
#

i dont have this

#

your ass is white. as they say

somber heath
#

@subtle nexus 😁

clear portal
#

i have .zsh and .fish

#

i have .csh

#

chad

#

i dont have .zsh

#

i have .csh

#

is in't prespectve supuse to be a config thing

unkempt siren
clear portal
#

i hate test

unkempt siren
#

we cant play with the game codes

clear portal
#

you have to write the api twice

unkempt siren
#

problem is the with something else, i asked to my ta

rugged root
#

@unkempt siren You should be able to verify with the button

clear portal
#

max?

#

its mex

#

optimization

#

where that came from?

#

to your head

#

can you screen shut from the code

#

screen shut it

#

change line 17

#

bruh

#

that the promblem

#

yep

#

so you are using github

#

are you sure that you are in the latest version

#

did you git pull

#

han

#

πŸ˜‚

unkempt siren
#

IT WAS THE PROBLEM

somber heath
#

@whole bear πŸ‘‹

unkempt siren
#

thanks a lot ❀️

whole bear
#

is anyone building anything cool

somber heath
#

@heady jacinth πŸ‘‹

clear portal
#

cc

#

is that canda

#

cc is for Cocos island

#

cocos :))))))))))))))))))))))))))))

#

wut

#

@unkempt siren echoing

somber heath
#

@blazing cedar πŸ‘‹

gentle flint
#

A breather switch, expansion joint, or adjustment switch is an intentional gap in railway tracks to allow for thermal expansion in long sections of otherwise unbroken rail. They are placed between very long sections of continuous welded rail or at the transition from continuous welded rail to jointed track, and commonly in the vicinity of bridge...

clear portal
#

wut πŸ˜‚

unkempt siren
clear portal
#

Cya

#

2:31

#

:)))))))))))))))

somber heath
#

@slim tendon πŸ‘‹

slim tendon
#

πŸ‘

somber heath
#

@untold cargo πŸ‘‹

somber heath
#

@pliant urchin πŸ‘‹

pliant urchin
#

Hi

#

Do you know how to setup webhooks

somber heath
#

No.

pliant urchin
#

Ok

clear portal
#

yoo

#

[None, None, 3, None]

#

value = None
arr = [None, None, 3, None]
for i in arr:
    if i:
        value = i
        break


#
value = next((p for p in arr if p), None)
somber heath
#

!d next

wise cargoBOT
#

next(iterator)``````py

next(iterator, default)```
Retrieve the next item from the [iterator](https://docs.python.org/3/glossary.html#term-iterator) by calling its [`__next__()`](https://docs.python.org/3/library/stdtypes.html#iterator.__next__) method. If *default* is given, it is returned if the iterator is exhausted, otherwise [`StopIteration`](https://docs.python.org/3/library/exceptions.html#StopIteration) is raised.
somber heath
#
arr = [None, None, 3, None]
for value in arr:
    if value is not None:
        break
else:
    value = None
clear portal
wise cargoBOT
#

@clear portal :warning: Your 3.12 eval job has completed with return code 0.

[No output]
whole bear
#

@scarlet halo