#voice-chat-text-0

1 messages · Page 973 of 1

primal yacht
#

For computers, A and a are totally different

shut hill
#

word = input("Enter a word: ")

word = word.replace("a", "")
word = word.replace("e", "
")
word = word.replace("i", "")
word = word.replace("o", "
")
word = word.replace("u", "")
word = word.replace("A", "
")
word = word.replace("E", "")
word = word.replace("I", "
")
word = word.replace("O", "")
word = word.replace("U", "
")
print(word)

#

that

#

word = word.replace("a", "*")
word = word.replace("e", "*")
word = word.replace("i", "*")
word = word.replace("o", "*")
word = word.replace("u", "*")
word = word.replace("A", "*")
word = word.replace("E", "*")
word = word.replace("I", "*")
word = word.replace("O", "*")
word = word.replace("U", "*")
print(word)```
primal yacht
#

!code

wise cargoBOT
#

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.

rugged root
#

He knows. He was doing the code blocks before earlier

pallid hazel
#

btw... i found the anomlie in my script.. was a theoreticle test i was doing, where the final result actually couldnt be accuratly calculated.. like guessing softchanges vrs physical changes.. found 2 of 26 attempts off, 1 by 4 and 1 by 1

primal yacht
#

You can also chain .replace() calls like so.

word = word.replace("a", "*").replace("e", "*")
#

but how you did it is more readable at the start of your programming journey

rugged root
#

The thing that Katie linked, you were already doing it previously. The whole darkened code block thingy

shut hill
#

huh

pallid hazel
#

would that be a chain gang then?

shut hill
#

!e


word = word.replace("a", "*")
word = word.replace("e", "*")
word = word.replace("i", "*")
word = word.replace("o", "*")
word = word.replace("u", "*")
word = word.replace("A", "*")
word = word.replace("E", "*")
word = word.replace("I", "*")
word = word.replace("O", "*")
word = word.replace("U", "*")
print(word)```
wise cargoBOT
#

@shut hill :x: Your eval job has completed with return code 1.

001 | Enter a word: Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | EOFError: EOF when reading a line
shut hill
#

why didnt it work?

primal yacht
#

The bot does not send anything to the input

pallid hazel
#

you gotta trick it

primal yacht
#

So input() does not work

pallid hazel
#

define the word

shut hill
#

so what u do

primal yacht
#

@pallid hazel Don't overdo it.

rugged root
#

Just enter a word ahead of time

#

Or sentence

#

Either or

shut hill
#

word = word.replace("a", "*")
word = word.replace("e", "*")
word = word.replace("i", "*")
word = word.replace("o", "*")
word = word.replace("u", "*")
word = word.replace("A", "*")
word = word.replace("E", "*")
word = word.replace("I", "*")
word = word.replace("O", "*")
word = word.replace("U", "*")
print(mcdonalds)```
pallid hazel
#

yes mum

primal yacht
#
Enter a word: Apple
*ppl*
shut hill
#

!e


word = word.replace("a", "*")
word = word.replace("e", "*")
word = word.replace("i", "*")
word = word.replace("o", "*")
word = word.replace("u", "*")
word = word.replace("A", "*")
word = word.replace("E", "*")
word = word.replace("I", "*")
word = word.replace("O", "*")
word = word.replace("U", "*")
print(mcdonalds)```
wise cargoBOT
#

@shut hill :x: Your eval job has completed with return code 1.

001 | Enter a word: Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | EOFError: EOF when reading a line
rugged root
#

Instead of the input

primal yacht
shut hill
#

!e


word = word.replace("a", "*")
word = word.replace("e", "*")
word = word.replace("i", "*")
word = word.replace("o", "*")
word = word.replace("u", "*")
word = word.replace("A", "*")
word = word.replace("E", "*")
word = word.replace("I", "*")
word = word.replace("O", "*")
word = word.replace("U", "*")
print(word)```
wise cargoBOT
#

@shut hill :x: Your eval job has completed with return code 1.

001 | Enter a word: Banana Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | EOFError: EOF when reading a line
shut hill
#

!e


word = word.replace("a", "*")
word = word.replace("e", "*")
word = word.replace("i", "*")
word = word.replace("o", "*")
word = word.replace("u", "*")
word = word.replace("A", "*")
word = word.replace("E", "*")
word = word.replace("I", "*")
word = word.replace("O", "*")
word = word.replace("U", "*")
print(mcdonalds)```
wise cargoBOT
#

@shut hill :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 13, in <module>
003 | NameError: name 'mcdonalds' is not defined
shut hill
#

hu

primal yacht
# shut hill hu

I ran this in my locally installed Python

Enter a word: Apple
*ppl*
#

So I put in Apple and that is all I see

pallid hazel
#

!e
word = 'wendys'

word = word.replace("a", "")
word = word.replace("e", "")
word = word.replace("i", "")
word = word.replace("o", "")
word = word.replace("u", "")
word = word.replace("A", "")
word = word.replace("E", "")
word = word.replace("I", "")
word = word.replace("O", "")
word = word.replace("U", "")
print(word)

wise cargoBOT
#

@pallid hazel :white_check_mark: Your eval job has completed with return code 0.

wndys
shut hill
#

oh

#

ty

#

!e


word = word.replace("a", "*")
word = word.replace("e", "*")
word = word.replace("i", "*")
word = word.replace("o", "*")
word = word.replace("u", "*")
word = word.replace("A", "*")
word = word.replace("E", "*")
word = word.replace("I", "*")
word = word.replace("O", "*")
word = word.replace("U", "*")
print(word)```
wise cargoBOT
#

@shut hill :white_check_mark: Your eval job has completed with return code 0.

H*ll*
shut hill
#

ohhh

#

okok

#

ty!

wind raptor
#

!e

word = "Island"

for letter in 'aeiouAEIOU':
    word = word.replace(letter, '*')

print(word)
wise cargoBOT
#

@wind raptor :white_check_mark: Your eval job has completed with return code 0.

*sl*nd
primal yacht
#

Loops might not be covered yet, so if not, don't use that just yet

shut hill
#

!e

print(word.count("a", "A")```
wise cargoBOT
#

@shut hill :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 2
002 |     print(word.count("a", "A")
003 |          ^
004 | SyntaxError: '(' was never closed
shut hill
#

what

rugged root
#

Missing a closing )

shut hill
#

!e

print(word.count("a", "A"))```
wise cargoBOT
#

@shut hill :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 2, in <module>
003 | TypeError: slice indices must be integers or None or have an __index__ method
shut hill
#

did something wrong?

primal yacht
#

... let me grab the info

rugged root
#

Can only count one letter at a time

shut hill
#

!e

print(word.count("A"))```
wind raptor
#

Are you following a course @shut hill?

primal yacht
#
Help on built-in function count:

count(...) method of builtins.str instance
    S.count(sub[, start[, end]]) -> int
    
    Return the number of non-overlapping occurrences of substring sub in
    string S[start:end].  Optional arguments start and end are
    interpreted as in slice notation.
wise cargoBOT
#

@shut hill :white_check_mark: Your eval job has completed with return code 0.

1
rugged root
#

For all the bot commands we're running, it might be better to do it in #bot-commands

shut hill
#

oh wait...

#

ur staff.

#

;-;

rugged root
#

I am indeed

shut hill
#

lol mmmbbm

uncut meteor
primal yacht
#

Reference for others (such as @pallid hazel)

pallid hazel
#

hmm, wut i do?

stuck furnace
#

Want to see some graphs? 👀

#

Erm, you'd have to do another query on BigQuery.

#

To get the data for another package.

primal yacht
stuck furnace
#

Ah yeah, that's probably 'null' 🤷‍♂️

#

Oh 🤔

#

10TB apparently.

#

PyPI had something like 100 billion downloads last year.

#

With my massive botnet

uncut meteor
shut hill
#

!e

amount = word.count("a") + word.count("e") + word.count("i") + word.count("o") + word.count("u")
print(f'The amount of vowels in your word is: {amount}')```
wise cargoBOT
#

@shut hill :x: Your eval job has completed with return code 1.

001 | Enter a word: Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | EOFError: EOF when reading a line
shut hill
#

huh

#

;-;

#

!e

amount = word.count("a") + word.count("e") + word.count("i") + word.count("o") + word.count("u")
print(f'The amount of vowels in your word is: {amount}')```
wise cargoBOT
#

@shut hill :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | NameError: name 'Canada' is not defined
pallid hazel
#

devising an sql to dict db, so i dont have to alter my master data or create dynamic tables.. soundss fun, but we shall see.

shut hill
#

!e

amount = word.count("a") + word.count("e") + word.count("i") + word.count("o") + word.count("u")
print(f'The amount of vowels in your word is: {amount}')```
wise cargoBOT
#

@shut hill :white_check_mark: Your eval job has completed with return code 0.

The amount of vowels in your word is: 3
shut hill
#

AYYYYYY

#

lessssssssgoooooooooooooo

uncut meteor
#

!e

word = "Canada"
print(f"The amount of vowels in your word is: {sum(word.count(char) for char in 'aeiou')}")
wise cargoBOT
#

@uncut meteor :white_check_mark: Your eval job has completed with return code 0.

The amount of vowels in your word is: 3
uncut meteor
#

that is pretty cool

#

Does y count as half a vowel?

#

@terse needle you ever used Rust clippy?

zenith radish
stuck furnace
#

@zenith radish

#

Just buy some 2 by 4 and some nails.

pallid hazel
#

have you looked in your closet for a hanger?

molten pewter
lyric pawn
#

@zenith radish taught me everything i know about Python

#

😆

zenith radish
primal yacht
#

Are you in the VC?

lyric pawn
primal yacht
gentle flint
#

Dr. Kilari Anand Paul (born September 25, 1963) is an Indian evangelist, noted peacemaker, and humanitarian. He is the founder of the US-based organizations Global Peace Initiative (GPI) and Gospel to the Unreached Millions (GUM) and has operated orphanages, including Charity City in Hyderabad.

fluid light
#

guys

rugged root
#

What's the question? @fluid light

fluid light
# rugged root What's the question? <@!553145008807739395>

If the name N of the athlete and the number of medals M won by the athlete in a games
tournament (like Olympics) are passed as the input, the program must print the message as "N won
M medals"
Example Input/Output 1:
Input: Phelps 5
Output: Phelps won 5 medals

#

whats the code for this ?

rugged root
#

I have a weird feeling that this is for homework

fluid light
rugged root
#

Then we won't help

fluid light
#

not now

#

preparing

rugged root
#

Look into the .split() method

fluid light
#

these are the samples they gave us

rugged root
#

That'll let you split apart the two parts at the space

fluid light
#

ok man thanks :)

rugged root
#

Yeppers

primal yacht
rugged root
#

@pallid hazel I'm not seeing how to make a USB boot media in Macrium

pallid hazel
#

rescue media

rugged root
#

Ah, okay

primal yacht
zenith radish
#

ddrescue -f -n /dev/[baddrive] /dev/[gooddrive] /root/recovery.log

#

root# ddrescue -f -n /dev/[baddrive] /root/[imagefilename].img /root/recovery.log

lyric pawn
#

@rugged tundra im coming to move it, dont worry

rugged tundra
#

Thank you, we can move everything together in less than an hour.

molten pewter
#

where did that estimate come from?

primal yacht
rugged root
#

Shit, what's it called

#

The Windows program for burning ISO images to usb

#

Rufus

primal yacht
rugged root
#

Right

lyric pawn
#

@molten pewter 'words on The Street is...'

glass forge
lyric pawn
#

@zenith radish someone sent me some contaminated chinese food

still stag
#

any reasons why im not allowed to talk in the voice chat

primal yacht
#

!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.

still stag
#

i believe i type enough in this discord to have unlocked vc

shut hill
#

Time to resell ssd and m.2 storage 🙂

primal yacht
#

See bot message above, @still stag

still stag
#

thank you @primal yacht

#

I did not see that before

rugged root
lyric pawn
#

guys

primal yacht
lyric pawn
#

richard stallman is my boyfriend

still stag
#

@primal yacht would you be willing to answer some questions i have about python in dm? im very new to language

#

was gonna hop in vc to ask questions but i cant currently

primal yacht
still stag
#

im in the voice chat rn with everyone

#

but i cant talk until restriction is lifted

primal yacht
#

!resources -- also this. For being new to programming entirely, "Automate the Boring Stuff" is great (scroll down to the Table of Contents on its website to read it for free)

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.

rugged root
#

@primal yacht Hmm?

primal yacht
rugged root
primal yacht
#

You can still type in here, @still stag

rugged root
#

You meet the criteria

primal yacht
#

So type the command it tells you in that channel while in that channel.

still stag
#

ooho

#

i see

#

thank you very much

primal yacht
still stag
#

yeah i noticed thank you a lot

rugged root
zenith radish
pallid hazel
#

@rugged root you get it working, it should be an all in one program.. downloads whatever you may need etc.. in meetings, so not in vc

vivid palm
#

hi

vivid palm
#

emacs is just an os

#

lol

rugged root
#

^

vivid palm
#

joe does literally everything in emacs lmao

#

idk if he wentsofar as to use email

rugged root
#

I think he uses gmail, though

vivid palm
#

i think he opened PRs straight from emacs

rugged root
#

I just can't do it

#

I'm not that efficient, and my ADD/ADHD does not allow me to do that

vivid palm
#

i think if i were 10 years younger i'd love to try it lol

zenith radish
#

MicroG (typically styled as microG) is a free and open-source implementation of proprietary Google libraries that serves as a replacement for Google Play Services on the Android operating system. It is maintained by German developer Marvin Wißfeld. MicroG allows mobile device users to access Google mobile services with less tracking of their dev...

primal yacht
#

Not me, but still looks silly

vivid palm
#

camera matters for sure

#

latest iphone 13 make very nice macro shots

#

can't get that w/ prior models

#

there was a big jump in photo quality btwn 8 and X as well

#

or perhaps the processing got better

amber raptor
#

Both happened

vivid palm
#

when was the jump from 2 lense to 3. XS to 11?

amber raptor
#

But 12 -> 13 was very minor

vivid palm
#

nooo

#

macro shots

#

the lense on 13 are humongo

amber raptor
#

12 Pro Max is pretty big

vivid palm
#

have you compared 12 and 13 phones in person?

vivid palm
#

that's from the forbes website and there's a mouse in the picture lmao

amber raptor
#

Ok

#

That’s bigger for sure

molten pewter
vivid palm
#

like a giant alien face on my phone lmao

amber raptor
vivid palm
#

yeah ofc, so did my XS max lol

shut hill
#

what

#

is

#

vpa

#

and go?

#

what is it

zenith radish
#

😉

rugged root
#

I'll be back on here in a moment or two

#

Getting some deliveries together

gentle flint
zenith radish
quasi condor
zenith radish
gentle flint
#

Gauge blocks (also known as gage blocks, Johansson gauges, slip gauges, or Jo blocks) are a system for producing precision lengths. The individual gauge block is a metal or ceramic block that has been precision ground and lapped to a specific thickness. Gauge blocks come in sets of blocks with a range of standard lengths. In use, the blocks ar...

molten pewter
quasi condor
gentle flint
candid venture
#

@gentle flint

#

yehudi

#

ur cam isnt working

gentle flint
#

Possibly the fact that it's off might have something to do with that.

candid venture
#

possible

gentle flint
candid venture
#

weird glitch

gentle flint
#

idk lol

zenith radish
sand lark
#

i ❤️ global warming

#

cant speak in vc but true i live near london and its a dumb ass problem

quasi condor
sand lark
#

fair enough

gentle flint
zenith radish
sand lark
#

i didnt have to wear a tie 💪

quasi condor
zenith radish
gentle flint
quasi condor
gentle flint
gentle flint
zenith radish
gentle flint
flat sentinel
#

hi

#

me to

#

in my English homework

#

they never end

#

yes

#

albania

#

grecee

#

yes

#

no

#

many

#

things

#

but i fix life

#

yes

#

i short time

#

yes

#

that is correct

#

i have 90% of my family's is in Swiss and half are Swiss

#

Rotterdam

#

yes

#

and now you do not like them

wise cargoBOT
#

Hey @flat sentinel!

You either uploaded a .txt file or entered a message that was too long. Please use our paste bin instead.

#

Hey @flat sentinel!

You either uploaded a .txt file or entered a message that was too long. Please use our paste bin instead.

flat sentinel
#

burh

#

family is family

#

@zenith radish

#

this

#

there is more

#

but it not counted

#

Netherlands 10,000–15,000

#

LP the Balkans are worse than Lithuania

#

you get better economy

#

we get nothing

#

Greek fans

#

we do not get eu because of this

#

yea

#

yea

#

and im a Bulgarian

#

bulgars

#

Mongolians

#

they stoll it

#

when the Balkan war

#

i hate it here

#

that

#

is

#

very bad

#

i have that

#

every day

#

but

#

it not

#

dream

gentle flint
#

sometimes you are not in skopje

flat sentinel
#

struga

gentle flint
#

ah

flat sentinel
#

checking if about Jesus walking on water

#

i go now

#

bye

gentle flint
#

The Dubrovnik chess set is a style of chess pieces influenced by the Staunton chess set and used to play the game of chess. These chessmen are considered to have significant historical importance and are a timeless design classic. Over the decades the Dubrovnik chessmen were redesigned several times.

rugged root
#

@zenith radish I was overthinking it

#

Clonezilla

#

That was the thing I ended up going with

amber raptor
#

should have bought that license to Ghost

rugged root
#

Too spooky

gentle flint
zenith radish
amber raptor
zenith radish
#

@sly jolt not logged in to GitHub atm but yes please if you feel like working on it feel free!

#

I’m too lazy to do python ;D

rugged tundra
#

Is anyone here good with reading and editing english? I have a paragraph that needs reviewed.

sly jolt
zenith radish
#

There should barely be any work left

austere linden
#

@austere linden

sly jolt
#

@velvet urchin nah.

velvet urchin
#

whad up?

sly jolt
#

those links aren't helpful, it's why we have a filter on them

velvet urchin
somber heath
#

I'll get to reading in a bit.

sly jolt
#

pasting a link to a website telling the user that they shouldn't ask to ask just isn't productive

velvet urchin
#

Well so is asking to ask but this website also answers the question why is it not productive really well

#

so I feel like it actually is really productive but ok

#

I will not post it if you do not like it w/e

vivid palm
#

tell them verbally

#

thx

velvet urchin
#

yeah np

sly jolt
#

ty m8

austere linden
#

Can I get Video Verification <@&267628507062992896>?

#

Please?

vivid palm
#

no sorry

#

if a mod happens to join vc of their own volition, sure you can ask

#

but it's up to the mod in chat

#

do you need code help?

austere linden
#

Currently in vc now, talking about classes in python

vivid palm
#

also please don't ping admins, that's for when stuff is really really broken or messed up with the server

austere linden
#

I want to be able to share my screen

#

Ok @vivid palm

vivid palm
#

!ban 656258550087024651 racism

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied ban to @night warren permanently.

vivid palm
#

wtf was that

somber heath
#

I wasn't looking.

#

To me, it looked like you just sent a ban out of nowhere.

vivid palm
#

i see

#

they posted a slur

austere linden
#

And thanks @vivid palm 🙂

vivid palm
#

ofc np

somber heath
#

I thought maybe you had it copied and accidentally pasted it or something. 😄

vivid palm
#

as to your quest to learning OOP/classes

#

my recommendation would be to post your code here and ask ?s

#

we also have this handy !e command thing

#

!e

print("hello")
wise cargoBOT
#

@vivid palm :white_check_mark: Your eval job has completed with return code 0.

hello
austere linden
#

It will be nice to have been able to share my screen while @somber heath was still active on vc

vivid palm
#

but that'll probably be more useful to the people helping you

austere linden
#

But its fine, he was busy

vivid palm
austere linden
#

I know 🙂

vivid palm
#

gl!

austere linden
#

Thanks

somber heath
somber heath
austere linden
#

Yeah

#

😂

pallid hazel
#

i was actually thinking about this sort of things today, like asking hemlock or someone to consider the idea of incorperating a collab format in the codehelp channel

whole bear
#

GANG GANG

austere linden
#

@whole bear Yo man! 🙂

whole bear
#

Hope yall having a good day

austere linden
whole bear
#

GANG

#

Keep it going

austere linden
#

Knowing that @midnight agate will not approve of this 😂

whole bear
#

Remember its a skill, do it errr day u can become a GOAT

whole bear
#

talent never beats hard work

somber heath
#

@rugged tundra You have a number of rough edges, but your problem is not one of syntax.

I don't want to have to spend a lot of mental energy reading paragraphs to extract important data.

Qualifications and experience can go in structured lists with bullets and indentation.

Any "life story" text is liable to be glossed over, if they read it at all, so you want your personal blurb to be as engaging as possible, short and to the point. You're painting a portrait of yourself in words.

#

I'm also probably not the ideal person to ask for what an educational institution/employer is looking for in a resume.

rugged tundra
#

Thank you @somber heath

somber heath
#

Mm.

somber heath
#

If the rhythm is jerky and start stop start stop, it's disconcerting.

#

The essence of communication is:
Tell people what you're going to tell them.
Tell them.
Tell them that you've told them.

whole bear
#

@somber heath i'm not verified so i can't talk, but hi

#

yea but it's gonna take at least 30 mins

#

i'm never active in here anyways

#

first time

#

except when i needed help with ocr

#

still haven't been able to fix that lol

#

yea, i know a little bit of python but i code mostly in c#

#

i don't know if i'm gonna get crucified for that

#

yea

#

it was a while ago i used python

#

Yea, i wanted to learn c++ but i took one glance on it and said nope

#

why is that

#

lol

#

i guess it's true

#

it's like children driving radio carts instead of real cars

#

not really

#

scratch is a programming language for children

#

of what little i know about software programming, python is a really versatile language

#

you can literally do everything you want, but for me it becomes slow the more you write, i don't know how to optimize code, that's why c# is so great for me because the compiler optimizes it for me

#

i gtg

lyric pawn
#

hey @somber heath

#

opal you seem like someone whos done a few presentations to your boss before

snow wharf
lyric pawn
#

you got any advice with powerpoint presentations?

somber heath
somber heath
lyric pawn
#

i have half an hour, i dont think you need that long to put a point across

somber heath
#

The less information you have on the slides the better.

#

It should compliment and illustrate your spoken points, rather than contain any information itself.

#

Let what you say carry the information.

#

On slides, images can be okay. Diagrams might be okay. Data is least ideal.

#

This is my opinion. Others may have other ideas on the subject.

lyric pawn
#

🤣

#

@vestal mason is funny

#

'if only just to Keep...my sanity.' - @vestal mason 😆

#

do any of you two use macOS?

#

or your both windows guys?

#

damn both linux guys

#

does anyone know what 'move to bin' on mac means?

#

thats a good thing right?

#

its not like a trash can

#

🤣

#

yes, so if i downloaded an app

#

which is in my downloads

#

i would probably have to move it to bin right Opal?

#

😆

#

yea, i followed them

#

ok every single app is in my launch area

#

the only one that isnt is in my visual studio code

#

i always open that from downloads

#

😆 ok, no problem. Thanks for your help

#

🤣

#

ok

#

@vestal mason what browser does your linux distro use? firefox?

vestal mason
#

I use both firefox and chrome.

lyric pawn
vestal mason
#

I just chrome for work stuff, and firefox for personal

lyric pawn
vestal mason
lyric pawn
#

i know this is a personal choice

#

but im interested to hear your thoughts

vestal mason
#

I like the features firefox has as far as history etc

#

Firefox comes standard on most linux distros which makes it kinda the go to.. but to be honest it is a bit slow. So depending on what you are trying to do, u may want to use chrome which can be a bit more responsive

lyric pawn
#

sounds peaceful

#

@somber heath have you donated to charity before?

#

ok i made a survey to evaluate the current user experience, its 7 questions no personal information and takes 1 min to 1 min and 30 secs to complete, im trying to get responses/peoples thoughts

#

its all multiple choice, i would appreciate it

#

😢

#

its hard to collect data Opal, ive had this going for 2 months with 3 replies 🤣 and ive been posting it everywhere

#

now i have to ask people individually 😆

#

🤣

somber heath
woeful salmon
#

why does it look like its about to twerk

frosty star
#

Haaaay

frosty star
#

What species is this one

somber heath
#

Spotted Pardelote

frosty star
#

Cool 😄

#

I like its colors

somber heath
#

We also have Weebills and Eastern Spinebills.

#

Also some kind of Fantail.

frosty star
#

In my area we have kingfishers

woeful salmon
#

thinkmon i haven't seen any birds other than pigeons or crows in more than an year now

#

in real life i mean

wind raptor
frosty star
woeful salmon
#

that bird looks like its a superhero's companion or something >->

somber heath
#

The rainbow lorikeet (Trichoglossus moluccanus) is a species of parrot found in Australia. It is common along the eastern seaboard, from northern Queensland to South Australia. Its habitat is rainforest, coastal bush and woodland areas. Six taxa traditionally listed as subspecies of the rainbow lorikeet are now treated as separate species (see T...

frosty star
#

Never seen one in my life tho ::

#

I like the sillhouette

wind raptor
frosty star
woeful salmon
frosty star
woeful salmon
#

@willow lynx 👋

#

has anyone ever told you what your name means in hindi? xD (cuz there's alot of indians here)

#

fool

frosty star
#

Hayagawin

#

I cant catch that 😂

#

Hayagahn?

somber heath
#

How ya gaan?

frosty star
#

Haaahaaa

somber heath
#

goin'

frosty star
#

I could be fooled by that

#

🤔

#

Malaysia

#

Smell polution

#

I’m a fan of all potatoes

woeful salmon
#

i gotta go now, it was fun talking and learning some geography today too, cya all later! xD

frosty star
#

Potatoes are amazing. You can literally make everything with potatoes. You can fry em. You can smash em. You can turn them into chips. You can turn them into flour. They’re great

#

You can put them in stew

#

It fixes overseasoned stew

somber heath
frosty star
#

I just. Really love potatoes, you know. 🥺

somber heath
#

Oh, I do, too.

frosty star
#

Yeah exactly

#

See what I mean. Literally everything 😂

wind raptor
frosty star
frosty star
#

I think i’ve seen some clips

#

That was hillarious oh my gosh

#

Potato-dono killed me

somber heath
#

Magical Witch Punie-chan (大魔法峠, Dai Mahō-Tōge), also known as The Great Magical Gap, is a Japanese manga series. The story revolves around a young girl named Punie Tanaka who is princess of Magical Land. In order for her to become queen, however, she must become a transfer student in a Japanese high school. Due to her potential to become the nex...

willow lynx
#

!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.

frosty star
#

Do you guys

#

Personally

#

Believe in aliens

#

I like to believe there are others out there

#

Like a whole intelligent civilization

#

You’re right

#

The universe is just too vast for us to be alone

#

The theory of everything kinda thing u mean

#

The golden mean?

#

Like their own birds and cats and humans 😳

pallid hazel
#

algea

frosty star
#

The less complicated ones

#

It kinda drive me a bit nuts I may never find out before I die

#

But oh well

#

It’s something fun to ponder

#

Oh I would love to stay for longer but i have to join my family for dinner

#

Byebyee

pallid hazel
#

365k years is 365k years

ocean gyro
#

Hello

#

have to leave sorry , I maybe join later

wind raptor
#
wide pike
#

Guys please help me
Help with the python task
The theater stage is a rectangular field measuring n × m. The director of the theater has given you a plan of the stage, according to which the actors will be located on it. On the plan, it is marked in which cells the actors will stand, and in which they will not. The spotlight installed on the stage will shine in one of four directions (if you look at the scene plan from above) - left, up, right or down. Thus, the position of the spotlight is understood as the cell in which it is installed, as well as the direction in which it shines. Your task is to put a spotlight on the stage in a good position. A position is called good if two conditions are met simultaneously: ● There is no actor in the corresponding cell; ● There is at least one actor in the direction in which the spotlight is shining . Your task is to calculate the number of good positions for installing a spotlight. Two positions of the searchlight installation are considered different if the cells of the location of the searchlight differ, or the direction in which

pallid hazel
#

who designed that question, as the analogy doesnt fit to how spotlights work on a stage...

#

there would be multiple rows of over head spot lights, just saying

pallid hazel
#

nvm, i was reading that wrong.. installing spotlights...
best bet would be to come up with a grid, each light from its position can shine to 1, 2, or 3 grids around itself.. as the actual information of actor location is missing, its not possible other thenbto theorize the maxium stage positions lighting would be needed.. but a grid pattern could lead to emlinating spotlights that shine on the same positions throughout the total actor movement pattern.

#

and then elimate all redundant lights if they only turned on 1 time, while any other light was also on and pointed at that grid.

wind raptor
#

!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.

wind raptor
zenith radish
#

I miss you guys 😦

quasi condor
rugged tundra
#

"The New Frontier" Super Bowl commercial asks everyone to join #TeamEarth. Salesforce and Matthew McConaughey say the nature of business is changing. #TeamEarth are companies and people who believe that business is about more than profit for a few — business needs to be accountable to every person and the planet we share. Join #TeamEarth: https:...

▶ Play video
molten pewter
quasi condor
#

neither am I - that's what makes it an interesting qualitative question

molten pewter
rugged root
quasi condor
#

I genuinely don't have much exposure to startups, my inclination is that it's hugely important but not as necessary as Reddit makes out

rugged root
#

I tried the pun

#

And failed

quasi condor
#

I registered it

molten pewter
#

page 61

quasi condor
#

I'd give it a solid 7/10

rugged root
#

Better than I thought it was worth

molten pewter
sweet lodge
#

👋

#

Cover pages

#

and ToC

quasi condor
rugged root
#

What's the illicit?

#

@subtle sleet You alright there? Clearing your throat or were you dying?

quasi condor
#

!voide @boreal pilot

wise cargoBOT
#

Voice verification

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

subtle sleet
#

Thanks for caring tho

rugged root
#

It's what I do

subtle sleet
sweet lodge
#

Type it to me regardless

pallid hazel
#

lol, thats me almost for every response..

sweet lodge
#

@rugged root Clonezilla? What are you cloning theses days?

amber raptor
#

Opinions about what?

rugged root
#

Failing hard drive to a replacement

sweet lodge
#

Ah

#

That works

rugged root
#

Supposed to. Although it died mid copy due to bad sectors

#

Going to have to do it again to ignore those

quasi condor
#

to what extent does a founder having rich parents affect the success of a startup?

rugged root
#

@whole bear If you're wondering why you can't talk, check out the #voice-verification channel. That'll tell you what you need to know

quasi condor
#

Note: This table reports multinomial logit estimates of the probability that an individual, 25 years of age or older, is self-employed, incorporated selfemployed, or unincorporated self-employed, where salaried employment is the excluded category. All dummy variables are defined exclusively. AFQT
is a measure of cognitive ability, which ranges from 1 to 100, and is divided by 100 in these analyses. The Illicit Index, which was computed in 1980,
measures the degree to which an individual engaged in an array of aggressive, risk-taking, and disruptive activities. It is standardized to equal zero for
the NLSY79 population. Rotter Locus of Control measures the degree to which a person feels luck, fate, and external factors control events relative to
the extent that internal factors give the person self-determination over his or life, such that negative values imply a greater sense of internal control; and

#
family in 1979, divided by $100,000. Though unreported in the table, all regressions control for year of birth, a dummy variable of whether both parents
were living at the home of the individual at the age of 14, and dummy variables for individuals with missing family income (for which we impute the
average value in the sample) and missing parental education (for which we impute values based on the other parent’s education and the average for the
sample if no parental education is reported). We exclude observations in which the person is neither salaried nor self-employed and observations with
missing demographics (gender, race and ethnicity, schooling) or missing values for AFQT, Rosenberg Self-Esteem, Rotter Locus of Control, and Illicit.
Reported standard errors (in parentheses) are corrected for heteroskedasticity and clustered by individual. The symbols ***, **, and * signify
significance at the one, five, and ten percent levels respectively.```
amber raptor
rugged root
#

That is my new favorite

molten pewter
#

. Family Income in 1979 is the income of the person’s
family in 1979, divided by $100,000

lyric pawn
#

those tables are always hard to understand

rugged root
molten pewter
#

AFQT?

rugged root
#

Alpacas Finally Quit Tennis

limber helm
#

!code

lyric pawn
#

American Megatrends

sweet lodge
# lyric pawn American Megatrends

Visit https://www.brilliant.org/TechQuickie/ to get started learning STEM for free, and the first 200 people will get 20% off their annual premium subscription.

Find out about the company behind the American Megatrends startup screen you see on so many PCs.

Leave a reply with your requests for future episodes, or tweet them here: https://twitt...

▶ Play video
rugged root
#

Sounds like a grunge song

sweet lodge
#

Actually pretty interesting

rugged root
#

I hate this hard drive

#

Just

#

LIVE

sweet lodge
#

tl;dr: 90% of motherboardboard manufacturers use the same BIOS firmware from American Megatrends, and just apply their own skins

rugged root
#

Ohhhhhhh right

pallid hazel
#

i think the term difference is "old money"

rugged root
#

I remember them now

#

Wow, how did I forget that...

lyric pawn
#

if a poor person had 60k, and a medium to wealthy person had 60k, who would be the better founder

#

the person with drive/hunger

#

or the person with more well known connections

#

assuming the poor person networked in his field he was going into well

sweet lodge
#

Seriously though, why do you need this specific one?

rugged root
#

There's about a days worth of audit work sitting on the desktop, as well as a fuck ton of other files (most of them are backed up, but a days worth of audit is bad news)

quasi condor
sweet lodge
#

The emergencies

#

The on call

rugged root
#

Checking

lyric pawn
#

furyo is an example of a prime man in the community

sweet lodge
#

Mac OS?

#

!rule 5

wise cargoBOT
#

5. Do not provide or request help on projects that may break laws, breach terms of services, or are malicious or inappropriate.

rugged tundra
#

Do follow the laws.

sweet lodge
#

Just get one USB

#

And use partitions

#

Or this

#

You just put your ISOs in a folder, and it boots to a menu that allows you to pick an ISO

#

There's some that can even download ISOs from the menu

#

Also PXE booting if you're in an office

amber raptor
#

Sure. But at this point, USB sticks are dirt cheap

sweet lodge
#

Anyways, I'm rambling, point is, there's lots of options

#

Very true

amber raptor
#

And Windows 10 all editions are on USB so you only need one.

rugged tundra
amber raptor
#

Meh, Tyranids

molten pewter
amber raptor
#

Orks were better

lyric pawn
molten pewter
#

I am the best father in the world to my two children.

#

Also, the only father.

#

So technically also the worst father.

lyric pawn
#

yea i guess its how you look at it

#

youre the best 1 week and the worst the next

#

i think The Support is what matters

molten pewter
#

where did verboof go?

mild quartz
molten pewter
#

I need his academic access...

mild quartz
#

i think there are distinctions here... plenty of rich kids didn't get as far as elon

#

certainly it started him off

sweet lodge
#

18

sweet lodge
# quasi condor https://sci-hub.se/https://www.sciencedirect.com/science/article/abs/pii/S016518...

abstract
This paper provides new theory and evidence on the relationship between ability and
entrepreneurship. I show that there is a U-shaped relationship between the probability of
entrepreneurship and both a person’s schooling and wage when employed. This pattern
can be explained in a model of occupational choice between wage work and entrepreneurship where a firm’s productivity is uncertain before entry, potential wages are
heterogeneous, and expected productivity is positively related to an entrepreneur’s
potential wage. Search, or the ability to keep good projects and reject bad ones, attracts
low-ability agents into entrepreneurship. The model also explains why low-profit firms
do not always exit

#

TL;DR for you

quasi condor
molten pewter
#

"everyone is a pirate - even scientists" -sci-hub
"everyone is a copyright infringer - especially scientists" FuryoShonen

#

Fraction of entrepreneurs starting a firm ‘‘out of necessity’’

quasi condor
#

i call bullshit on that data

pallid hazel
#

"everyone breathes air, but few breath success"

rugged root
#

@olive hedge Wave

quasi condor
#

@olive hedge why didn't this chart fill you in on the context for the conversatoin?

#

what more could you need

olive hedge
#

I heard you say it, hemlock dv_pleadCryOwO

quasi condor
#

nepotism

the practice among those with power or influence of favouring relatives or friends, especially by giving them jobs.

vivid palm
lyric pawn
#

@silent sequoia set the topic

vivid palm
molten pewter
#

"Yes everyone, it will work if you do it in the chat" -Fisher -Fishie Boi

lyric pawn
#

guys im sorry, but we cant talk bad/negatively about indians in here/indian indians (hindus)

quasi condor
#

someone introduce matplotlib to them dear god

molten pewter
pallid hazel
#

we cant goto war with canada, what will i put on my pancackes

#

start a coup, get toronto to leave canada..

lyric pawn
#

@molten pewter you thought he was canadian 🤣

#

french...

pallid hazel
#

eh?

lyric pawn
#

@rugged tundra 😆

rugged root
#

I cannot catch a break right now

#

Just so much going on at work,

pallid hazel
#

hide in the bathroom

rugged root
#

Can't. These things need to be done

#

I'm not the kind of employee to bail

quasi condor
rugged root
#

I like where I work. I want it to do well

quasi condor
#

get down in the bilge with a bucket then!

formal meteor
#

Pretty sure it hits 90 all the time in Cali....

molten pewter
#

"Board diversity captured by the ratio of female directors is a negative and significant
factor associated with failure likelihood." ouch

molten pewter
#

I didn't, it was the research paper I posted earlier

lyric pawn
#

you gotta atleast show the link🤣

#

🤣

rugged tundra
#

🍪

lyric pawn
#

@molten pewter link man 😢

warm vapor
#

what are you guys talking about -_-

whole bear
#

…I have the exact same question

lyric pawn
#

Statesian

whole bear
quasi condor
molten pewter
quasi condor
lyric pawn
#

theyve jumped ship furyo

#

its your time now

quasi condor
noble copper
quasi condor
dull edge
#

Harsh ratings

rugged root
idle mica
#

why smile.amazon?

rugged root
#

smile has Amazon give a portion to charity

#

It's legit

idle mica
#

really?

rugged root
#

Yep

#

I wouldn't lead users to bad places

#

I like being admin here

dull edge
quasi condor
#

David Miller is a 10/10 example of an anti-zionist who is also a lunatic

molten pewter
quasi condor
#

ez answer

#

other -> pirate bay

idle mica
#

@molten pewter same happend to me in saudi

molten pewter
amber raptor
#

ADIZ only matter if you care about landing. Policy is 12 Miles.

#

Which is why Russians fly off US shore

#

Russia invading US ADIZ but not our owned airspace

quasi condor
#

The 48 Laws of Power (1998) is a non-fiction book by American author Robert Greene. The book is a New York Times bestseller, selling over 1.2 million copies in the United States, and is popular with prison inmates and celebrities.The 48 Laws of Power has been referenced, or bought by 50 Cent, Jay-Z, Busta Rhymes, Michael Jackson (who wrote in th...

waxen aspen
quasi condor
shut hill
#

@rugged root Can you lmk what char means

noble copper
rugged root
#

Char is a single character

#

So like a single character of a string

shut hill
#

oh okok

#

ty!

#

could you explain this line?
print(f"The amount of vowels in your word is: {sum(word.count(char) for char in 'aeiouAEIOU')}")

#

@rugged root

#

like why they do sum

#

then char in brackets and then no brackets

rugged root
#

Ah, okay

#

So this is different.

#

Have you messed with for loops yet?

shut hill
#

nope... i found this code yesterday, someone her put it i tried it and it was way faster than my other code insteading of listing it

#

print(f"The amount of vowels in your word is: {sum(word.count(char) for char in 'aeiouAEIOU')}") is more effiencet to find the vowels

rugged root
#

Yeah it's code I wouldn't worry too much about right now

shut hill
#

than doing lists

molten pewter
rugged root
#

I can break it down

molten pewter
shut hill
#

that would be great.

#

hemlock?

rugged root
#

Patience, I'm juggling this and work

molten pewter
shut hill
rugged root
#

It's going to be a rather lengthy explanation, and unfortunately I don't have time at the moment. Sorry, I thought I had more time

quasi condor
shut hill
#

wait should you just say it then?

rugged root
#

Typing with examples makes more sense. But again, no time

shut hill
#

ok sorry.

quasi condor
sweet lodge
#

I'll write out the short version, but I don't have too much time either

shut hill
#

;-; ty

quasi condor
molten pewter
leaden comet
#
Plausible Analytics

Plausible is a lightweight and open-source Google Analytics alternative. Your website data is 100% yours and the privacy of your visitors is respected.

sweet lodge
# shut hill ;-; ty
word = "xray"
print(f"The amount of vowels in your word is: {sum(word.count(char) for char in 'aeiouAEIOU')}")

word.count(char) for char in 'aeiouAEIOU'
This is generally called a generator expression
You run the code on the left side of the for for every value or expression on the right side of the for

If you use a for loop with a string, it goes through the characters one at a time.
So, for char in 'aeiouAEIOU' is going through each letter (char) in 'aeiouAEIOU'
And word.count(char) is counting the number of occurrences of that letter (char) in your string (word)

So, putting it all together, word.count(char) for char in 'aeiouAEIOU', this loops through the vowels one at a time, counting the number of times each vowel occurs in the word.

This entire generator expression is inside of sum(), which, well, sums all the vowel counts generated by the generator expression.

And this entire thing is inside of an fstring, to keep it all on one line

shut hill
#

ty!!!

leaden comet
#

Schrems II

#

this_tho this is the Schrems II ruling

#

or.. sort of a summary of it

#

for non-lawyers

lyric pawn
#

who wants to take a survey?

#

i need people who have donated

#

you cant answer questions unless you have donated

#

where can i post it??

#

Come on guys im dying here

#

@leaden comet help out man, ive been trying to get replies for 2 months

#

ive got 9...

urban stag
#

guys why can't i speak?

lyric pawn
#

my survey questionaire

#

where can i?

#

their is no survey communities🤣

#

link?

leaden comet
#

that was probably a joke

lyric pawn
#

Damn its a brutal world here

#

1 minute of your time, multiple choice questions

#

this is cutthroat

urban stag
#

can u say the name of that tragedy shayan?

signal sand
#

There should a setting in browsers like "don't care, accept all"

urban stag
#

also mata ( facebook )

quasi condor
amber raptor
#

You need a pop up if you are setting cookies that are not required

urban stag
#

ur so angry lol @amber raptor

amber raptor
urban stag
#

no i am new in this server :)

sweet lodge
quasi condor
sweet lodge
#

Nice
One less thing on my list

signal sand
quasi condor
quasi condor
#

Did all of discord die or just my desktop client?

#

F

wind raptor
#

Fun fun

flat sentinel
#

my usage over a year

#

i do waste a lot of time

quasi condor
dull edge
#

Hello

molten pewter
quasi condor
quick rain
#

where in this spot would you be living, if anywhere?

molten pewter
lyric pawn
#

charlie is the least mulitcultural/international person I Know...but stays talking about these issues Everyday 🤣

#

why cant we all be ok with our shortcomings

#

you dont see me talking about rocket science

#

😆

#

so whats everyone working on?

#

what happens if you can?

quick rain
quasi condor
#

The term dialect (from Latin dialectus, dialectos, from the Ancient Greek word διάλεκτος, diálektos 'discourse', from διά, diá 'through' and λέγω, légō 'I speak') can refer to either of two distinctly different types of linguistic phenomena:

One usage refers to a variety of a language that is a characteristic of a particular group of the langua...

lyric pawn
#

i hope it works out for you

#

im trying to use dictionaries in a certain way in this new project im working on, its been a little while so im reading up on key value pairs again

quasi condor
#

A dialect continuum or dialect chain is a series of language varieties spoken across some geographical area such that neighboring varieties are mutually intelligible, but the differences accumulate over distance so that widely separated varieties may not be. This is a typical occurrence with widely spread languages and language families around t...

molten pewter
#

The Germanic languages are a branch of the Indo-European language family spoken natively by a population of about 515 million people mainly in Europe, North America, Oceania and Southern Africa. The most widely spoken Germanic language, English, is also the world's most widely spoken language with an estimated 2 billion speakers. All Germanic la...

quasi condor
lyric pawn
#

@midnight agate keep it moving big bro

#

just learn

#

well explained

#

@molten pewter can you make me a rust audiobook?

stuck furnace
#

!communities

#

Erm, don't we have a command that posts a link to a list of recommended discord servers?

molten pewter
#

!communites pentesting

stuck furnace
#

!guilds

wise cargoBOT
#

Communities

The communities page on our website contains a number of communities we have partnered with as well as a curated list of other communities relating to programming and technology.

stuck furnace
#

@wet hamlet jam_cuneiform_this

stuck furnace
#

So, tell me about the 'beef' programming language 😄

#

Is that actually a thing?

#

Ah yeah

#

What you been up to?

#

Ohh yeah nice!

#

With reverse Polish syntax right?

terse needle
#

1 2 div 7 mul 9

#

3.5 9

stuck furnace
#

Oh right, so it's like a stack-based langauge?

sand lark
stuck furnace
sand lark
stuck furnace
sand lark
stuck furnace
#

You ate a programming language for dinner? pithink

sand lark
#

yes

stuck furnace
#

How was it?

terse needle
#

@stuck furnace can you get @molten pewter screen share privileges

sand lark
#

tasty, although i do prefer javascript's taste

stuck furnace
#

Sorry one sec, computer is lagging.

#

!stream 588068033415741525 30M

wise cargoBOT
#

✅ @molten pewter can now stream until <t:1644967337:f>.

terse needle
#

I just saw a self bot 👀

stuck furnace
#

Hopefully this time I did it for 30 minutes instead of 30 months 😄

sand lark
stuck furnace
#

But I didn't realise this 😄

sand lark
stuck furnace
#

Yeah, I do the full word when doing infractions.

#

Erm, I'm not sure about the stream command specifically.

#

One way to find out...

#

!source stream

wise cargoBOT
#
Command: stream

Temporarily grant streaming permissions to a member for a given duration.

Source Code
stuck furnace
terse needle
stuck furnace
wind raptor
#

What channel?

terse needle
#

this channel

stuck furnace
#

Weird, I couldn't find anything.

wind raptor
#

There's no way. I would see it

stuck furnace
#

Ohh found it 😄

#

Eagle-eyed.

wind raptor
#

Lol

stuck furnace
#

Oh Chris I subbed to your Twitch channel btw.

#

Do you stream often, because I'm only occasionally on it?

wind raptor
#

Nice! Thanks! I haven't streamed in a while but I have been meaning to get back to it soon

stuck furnace
#

Mostly gaming or programming?

wind raptor
#

Both

stuck furnace
#

Oh nice

wind raptor
#

Built up to affiliate with super mario maker 2 lol

stuck furnace
#

Oh pithink

wind raptor
#

Haven't done much gaming lately but code streams can be fun.

stuck furnace
#

Yea, I've learned a tonne by watching anthonywritescode's streams.

#

He's great.

#

He's the maintainer of pre-commit, and a bunch of other tools.

#

I... don't feel confident enough 😄

#

Yep same 😄

#

Yeah I guess all the easy stuff has been fixed most of the time.

#

I'm still not sure what's the right way learn the structure of a code-base.

#

Nice ducky_party

#

Oh yeah, you were working on that with Hem?

#

I have tonnes of free time that I wish I was using more productively..

lyric pawn
#

@molten pewter 🤣

stuck furnace
#

Jake, SendCoffee, you there? 👀

#

👋

#

Oh, so it's like a bus?

#

Oh, I mean like a software bus.

terse needle
#

jakes not doing python, no fucking way

stuck furnace
#

But that's a good analogy... I think 😄

#

Yeah, although they used to be pretty anti-open-source.

#

Another great analogy 😄

#

Erm, I kind of have a fear of talking on the microphone.

#

I was hoping I would have gotten over it by now.

#

But ¯_(ツ)_/¯

#

I have the same thing with phones.

#

Phone fear is a thing 😄

#

I actually much prefer talking by voice rather than typing, as I'm kind of dyslexic.

cosmic lark
#

Oops

#

Sorry wrong server

stuck furnace
#

Sentient hot-pot.

#

I'm in such a weird mood today sorry...