#voice-chat-text-0

1 messages · Page 962 of 1

wicked otter
#

id like to spam but ill get muted lol

#

yup

#

ill never

#

lmfaooo

#

Vietnam war flashbacks

#

f's in chat to all indians

#

lol people just joining and leaving vc

zenith radish
woeful salmon
terse needle
native terrace
#

hey

#

i got a couple of questions in basic syntax in python

#

can any one help?

pallid hazel
#

i always imagines his name meant death to noodles.. as either pasta is his favorite, or he has eaten 1 to many ramen noodles

woeful salmon
#

@uncut meteor that reminds me griff its weekend so can i stream a game? xD

uncut meteor
#

pog

pallid hazel
#

resisting urges for inapropriate comments

#

use the solar to power the wind turnbines to create wind to make waves and collect it with wave generators

#

no.. the problem is they use surface waves

#

instead of the designing it based on the undercurrent

#

which would be a submerged system

#

then the effects of weather are mitigated

#

it would ofcourse like anything be effected by an EVENT.. tsunami etc.. but if not placed on the beach opposed to avg depth near the wave breaker (surface area causing the height shift in the wave) it would be more sustainable

woeful salmon
pallid hazel
#

sea of thieves.. sad I havent played any games since starting programming.. but I do have that one 😦

woeful salmon
#

@somber heath how normal maps look ^

next herald
#

@zenith radish u making a game?

#

nice

#

you can make a pixel war game :))

signal sand
#

https://youtu.be/d4EgbgTm0Bg

Watch this amazing video about quaternions...

How to think about this 4d number system in our 3d space.
Part 2: https://youtu.be/zjMuIxRvygQ
Interactive version of these visuals: http://3imaginary1real.com
Help fund future projects: https://www.patreon.com/3blue1brown
An equally valuable form of support is to simply share some of the videos.
Special thanks to these supporters: http://3b1b.c...

▶ Play video
pallid hazel
#

everyday programming I fake it till it works.. then I break it..

#

a mathmatician would probablly say, the math isnt the problem.. its the solution

woeful salmon
#

that's amazing

woeful salmon
#

i forgot the name of the tool he made for that but is is indeed just amazing

signal sand
#

manim

next herald
#

@somber heath I think coding is just remembering lines of codes to finish a project

#

nice, i am making a dank memer bot from discord

woeful salmon
#

!projects

wise cargoBOT
#

Kindling Projects

The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

next herald
#

u can try that

pallid hazel
#

that basis of understanding applies to everything.. which is knowing what to do with a unexpected result.. the next step is always the hardest when your result is unexpected.. so you either attempt to control your input to control the desired output, or accept the result and try to figure out why you got the result by applying the next step... ie, in a situation in math.. you might check co-efficients

#

there is a thing in math, i forget what.. but states you cant force data to give the desired output

wary meadow
#

hi guys

pallid hazel
#

in graphics i often find an anomaly sometimes creates an unexpected outcome.. which is sometimes cool, and kept because its cool :)

woeful salmon
zenith radish
pallid hazel
#

noodle, its not a bug.. its a feature.. working as intended

#

in most games lol

#

fruity loops?

woeful salmon
wary meadow
#

I use Ableton

stuck furnace
#

👀

woeful salmon
#

lol

stuck furnace
#

I think Ansible is about provisioning, yeah.

woeful salmon
stuck furnace
#

!stream 128363483828977664

wise cargoBOT
#

✅ @woeful salmon can now stream until <t:1642864712:f>.

stuck furnace
#

How has everyone's weeks been? 😄

#

Ah, run aground.

#

Ah nice. Pay bump?

sturdy panther
#

It has been a literalheadache because.. I was boosted. Third jabbed!

stuck furnace
#

Ohh exciting!

stuck furnace
#

Except for a sore arm.

sturdy panther
#

Mm. Got a sore arm every time! Couldn't even wash my hair the day after...

stuck furnace
#

What's your job title LP?

zenith radish
#

Associate Software Developer

#

🤷‍♂️

whole bear
#

sorry i have to post this in every server im in

#

im undermining the state

stuck furnace
#

Sorry @whole bear, but this isn't a place to dump memes. Thanks.

#

Pretty much yep.

#

I deleted it.

#

Oh right

#

I have have a question actually, if anyone happens to know the answer 😄

#

On Linux, you can use fold or fmt to wrap long lines. This will turn e.g. The first long line of text. The second long line of text. into The first long line of text. The second long line of text. But how would I wrap it like this: ```
The first long line
The second long line
of text.
of text.

zenith radish
#

D:

#

So @stuck furnace

#

You're prolly gonna wanna use ed

#

it's scriptable

#

printf '%s\n' '55m22' 'wq' | ed -s input

#

this would move line 55 to line 23

stuck furnace
#

🤔

zenith radish
#

I'm trying to figure out fold

stuck furnace
#

Basically the output of docker ps is too wide :C

#

And wraps in a way that makes it hard to read.

#

I want to take a wide table, and move some of the columns below, if you get what I mean 🤔

#

Like how Pandas tables print, I guess.

zenith radish
#

try docker ps --format

#

what it do?

stuck furnace
#

!stream 128363483828977664 "1 hour"

wise cargoBOT
#

✅ @woeful salmon can now stream until <t:1642870594:f>.

stuck furnace
#

👍

zenith radish
#

-f, --filter filter Filter output based on conditions provided --format string Pretty-print containers using a Go template

stuck furnace
#

I'll have a look thanks!

#

!eval ```py
import pandas as pd
pd.set_option("display.max_columns", None)
df = pd.DataFrame({f"Long column name {n}": [1, 2, 3] for n in range(10)})
print(df)

wise cargoBOT
#

@stuck furnace :white_check_mark: Your eval job has completed with return code 0.

001 |    Long column name 0  Long column name 1  Long column name 2  \
002 | 0                   1                   1                   1   
003 | 1                   2                   2                   2   
004 | 2                   3                   3                   3   
005 | 
006 |    Long column name 3  Long column name 4  Long column name 5  \
007 | 0                   1                   1                   1   
008 | 1                   2                   2                   2   
009 | 2                   3                   3                   3   
010 | 
011 |    Long column name 6  Long column name 7  Long column name 8  \
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/uweteqeqek.txt?noredirect

stuck furnace
#

Ah 😄 I wish they provided JSON output.

#

Nah, I looked.

#

Alright, I've got to learn Go I guess 😄

zenith radish
#

YES

#

DO IT

#

You can learn go in a couple hours

#

3D Modeling, for Everyone! VRoid Studio is an application to create 3D models of humanoid avatars (characters).Create original characters on this intuitive and highly Adaptable Software. Easy to use for everyone!

stuck furnace
#

Back in a bit 👋

zenith radish
woeful salmon
signal sand
#

Done...

stuck furnace
#

Did someone say Clash of Code? 👀

#

Is it 'shortest' mode?

#

Oh right. Mind if I join?

#

👍

#

It's really annoying that you have to create a new room each round.

#

Yep 😄

#

Not sure either 🤔

#

Anyone want to join?

#

You must hyperlemon

#

Erm, it's all three

#

Random choice.

#

Should I exclude shortest next time? They tend to go on for a while.

#

Alright, everyone ready? 👀

#

Starting...

#

Ahh no

#

Sorry Charlie.

#

Yeah it is

#

Alright, I'll exclude shortest this time!

#

Griff lemon_warpaint

uncut meteor
#

idk why mine says 25%

#

all the tests were green sadghost

stuck furnace
#

Yeah probably just not very comprehensive example tests.

#

@quasi condor, want to join? 👀

zenith radish
#

I'll stream to make people want to play, pls no cheat

#

❤️

stuck furnace
#

KJ, join!

#

Yeah, no one likes shortest apparently 😄

uncut meteor
#

its my fav tbh

stuck furnace
#

Put it on your CV

#

Erm, I'll just let the countdown go to 0.

terse needle
#

hopin

stuck furnace
#

Congrats on the job LP!

#

Yeah, they're all badly worded.

#

These ones are mainly reading comprehension and typing speed, tbh.

uncut meteor
#

does it have difficulty levels?

stuck furnace
#

👍

#

Oh yeah. Want to do one of those after?

#

Bash only.

uncut meteor
#

Xonsh only

stuck furnace
#

Want to start?

terse needle
#

hctam

zenith radish
#

start?

uncut meteor
#

just start

stuck furnace
#

Starting 👀

#

I guessed 😄

#

I have nothing better to do tbh...

quasi condor
#

I got to the point where I could snap out leetcode style problems very quickly - and all that knowledge has fled my brain

#

NotLikeThis

#

I need to go practice again

molten pewter
#

Veem

#
Veem

Send and receive money internationally with Veem's online wire transfer services. Sign up today and enjoy zero wire or bank transfer fees

stuck furnace
#

@terse needle you using rust?

terse needle
#

@stuck furnace rip my solution is too inefficient to the first problem

class Solution:
    def solve(self, prices):
        if len(prices) <= 1 or all(list(map(lambda x: x < 0, [max([second - first for second in prices[first_index+1:]]) for first_index, first in enumerate(prices[:-1])]))):
            return 0

        return max([max([second - first for second in prices[first_index+1:]]) for first_index, first in enumerate(prices[:-1])])
#

nah lol

stuck furnace
#

Ah, the stock one?

terse needle
#

yeah

#

working my way down the list

#

I just brute force all of the delta's where the min is before the max

#

the find the highest

stuck furnace
#

Hmm, maybe try doing it iteratively. It might be simpler than you think.

terse needle
#

probably but I also need to keep working on my project

stuck furnace
#

You need to keep track of a something, and for each value in the list do a calculation using that thing.

stuck furnace
quasi condor
terse needle
#

well this cleaned up version still takes too long

class Solution:
    def solve(self, prices):

        price_deltas = [max([second - first for second in prices[first_index+1:]]) for first_index, first in enumerate(prices[:-1])]

        if len(prices) <= 1 or all(list(map(lambda x: x < 0, price_deltas))):
            return 0

        return max(price_deltas)
quasi condor
#

your solution is O(N^2) - that's probably why it's too slow. You can do it in a single for loop

terse needle
#

yeah i am in permutation territory

frigid panther
#

o/ @stuck furnace , how are you doing

stuck furnace
#

Not bad, you?

frigid panther
terse needle
#

I love how the code is the url

#

thats how I started

#

then my head went blank

#

!e import math; math.inf

wise cargoBOT
#

@terse needle :warning: Your eval job has completed with return code 0.

[No output]
terse needle
#

why not -math.inf instead of float('-inf')

stuck furnace
#

Erm, didn't know that existed!

terse needle
#

oh lol

#

!e import math; assert -math.inf == float('-inf')

wise cargoBOT
#

@terse needle :warning: Your eval job has completed with return code 0.

[No output]
terse needle
#

@stuck furnace what language did you start programming in?

terse needle
#

oh right

stuck furnace
#

Well, briefly Ruby, when I was like 14.

#

But I stuck with it for about a week.

terse needle
#

good job you got off that train

#

(there was a pun intended there)

stuck furnace
#

Yep, I went off the rails 🥁

terse needle
stuck furnace
#

I was actually more into web design, and I looked down on programming.

#

Probably just insecure about not being able to program...

terse needle
#

I was going to say

stuck furnace
terse needle
#

However I always enjoy finding a more mathematical solution to a problem rather than a programmatic one

#

if thats a word

#

kinda of made it up

stuck furnace
#

Interesting actually. Ruby nearly overtook Python.

terse needle
#

probably better graph

#

google trends can be iffy

stuck furnace
#

Looks like I was learning Ruby at peak hype.

stuck furnace
#

I guess I would phase it as finding a functional/declarative solution, rather than an imperative one.

terse needle
#

YES

stuck furnace
#

Functional: composition of functions.
Imperative: sequence of commands.

terse needle
#

I love a good functional/declarative solution over imperative

#

the way I have heard them explained is declarative is what you want and imperative is how you want it

terse needle
#

but haskall and purescript are on the list

stuck furnace
#

This might have worked 🤔

#

Bit more functional ¯_(ツ)_/¯

terse needle
#

!docs itertools.accumulate

wise cargoBOT
#

itertools.accumulate(iterable[, func, *, initial=None])```
Make an iterator that returns accumulated sums, or accumulated results of other binary functions (specified via the optional *func* argument).

If *func* is supplied, it should be a function of two arguments. Elements of the input *iterable* may be any type that can be accepted as arguments to *func*. (For example, with the default operation of addition, elements may be any addable type including [`Decimal`](https://docs.python.org/3/library/decimal.html#decimal.Decimal "decimal.Decimal") or [`Fraction`](https://docs.python.org/3/library/fractions.html#fractions.Fraction "fractions.Fraction").)

Usually, the number of elements output matches the input iterable. However, if the keyword argument *initial* is provided, the accumulation leads off with the *initial* value so that the output has one more element than the input iterable.

Roughly equivalent to:
terse needle
#

so just a fold

stuck furnace
#

Yep!

#

But with intermediate values.

#

!eval ```py
from itertools import accumulate
print(list(accumulate(range(10))))

wise cargoBOT
#

@stuck furnace :white_check_mark: Your eval job has completed with return code 0.

[0, 1, 3, 6, 10, 15, 21, 28, 36, 45]
terse needle
#

ah I see what you mean

stuck furnace
#

Default func is add

terse needle
#

!e

print(sum(range(10)))
wise cargoBOT
#

@terse needle :white_check_mark: Your eval job has completed with return code 0.

45
terse needle
#

fold 😎

stuck furnace
#

But lfold or rfold? 😄

#

Does rust make a distinction between these?

terse needle
#

I always default to foldr

#

nay rust has just fold

#

I was going to write nah

#

but nay works too

stuck furnace
#

🐴

terse needle
#

nah, though have'nth conceptualised fold being the embodiment of foldr

#

GCSE english or yah

stuck furnace
#

Hey Chris 👋

terse needle
#

I swear thats a Shakespearean word

stuck furnace
wind raptor
frigid panther
#

wsl supremacy ducky_angel

stuck furnace
#

Should really be called LSW.

#

But Windows had to come first lemon_pensive

frigid panther
#

I do

#

@wary meadow

#

broke it like 5 times

#

moved it ubuntu

#

and now wsl

#

cuz wifi driver issues on ubuntu

#

yes

#

kernal updates without backups, very risky

#

manjaro was nice

#

what religion would wsl come under

#

and the 1.x GB updates in manjaro every week @wary meadow

wary meadow
#

Brb as well guys

frigid panther
#

what ya upto @wind raptor

#

working on a pending bot command

#

yes

#

the off topic reroll one

#

been ages

#

the site one took some time to get merged, and I forgot about the bot side

#

site repo

#

the api

#

o/ @gentle flint , long time

gentle flint
gentle flint
#

The Hominidae (), whose members are known as great apes or hominids (), are a taxonomic family of primates that includes eight extant species in four genera: Pongo (the Bornean, Sumatran and Tapanuli orangutan); Gorilla (the eastern and western gorilla); Pan (the chimpanzee and the bonobo); and Homo, of which only modern humans remain.Several re...

nova gull
#

what is the best keyboard for programmer

#

?

quasi condor
#

it really doesn't matter. All that matters is that you're comfortable with it

#

I've never seen any good evidence that mechanical keyboards are better for an average person

wind raptor
#

Brb

wind raptor
#

Back

nova gull
wind raptor
#

Brb = (Be right back)

nova gull
#

?

wind raptor
nova gull
wind raptor
#

Indeed. A lot of things in there seemed pretty possible lol

nova gull
#

But the best TV series I've watched is "Mr. Robot"

#

Did you see

#

?

wind raptor
#

Yeah. I watched it all. Pretty awesome show

terse needle
nova gull
#

all hacker series look like this

gentle flint
#

A maternal insult, also referred to as a "Yo mama" joke, is a reference to a person's mother through the use of phrases such as "your mother" or other regional variants, frequently used to insult the target by way of their mother. Used as an insult, "your mother ..." preys on widespread sentiments of filial piety, making the insult particularly ...

#

I love that this is actually a thing on Wikipedia

haughty pier
#

My narrative (based on my biases and POV): a lot of senior devs pushed ruby stacks because they didn't like significant white space and now nearly all ruby jobs are dealing with technical debt - no new green-field ruby projects, unless you happen to be one of those OG ruby devs who tricks the company into using Ruby...

molten pewter
#
wind raptor
#

@kind musk please use this room to chat

#

!voice @kind musk See this channel to gain voice privilages

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
#

@midnight agate cheers

stuck furnace
#

But they probably actually had good reasons to prefer it 😄

haughty pier
#

They are all evil, calculating, cynics looking to profit from the technical debt they created and inflated.

  • Haha, only serious (HHOS) - ok, maybe not too serious
sand ermine
#

hello

kindred canyon
#

Hey!

quasi condor
# molten pewter https://www.ted.com/talks/suzana_herculano_houzel_what_is_so_special_about_the_h...

I watched this whole thing, and it was interesting, but the leap at the end doesn't track at all. She says ~ the only way to get more calories "is to get more energy out of the same foods". This is the thing that needs a lot more backing up, it seems perfectly reasonable for primates to instead become more efficient at feeding - either eating different foods or processing larger volumes of food in the same amount of time. She never touches on those ideas, and she's not an evolutionary biologist in the first place, instead a neuroscientist

#

I don't disagree with the conclusion - I'd be crazy to - what I disagree with is just the idea that it's cooking alone that did it or that cooking is the only feasible way to achieve human levels of intelligence.

haughty pier
#

@quasi condor what's the TLDW?

sand ermine
#

you need make your body an energy burner

quasi condor
quasi condor
#

Flowers for Algernon is the title of a science fiction short story and a novel by American writer Daniel Keyes. The short story, written in 1958 and first published in the April 1959 issue of The Magazine of Fantasy & Science Fiction, won the Hugo Award for Best Short Story in 1960. The novel was published in 1966 and was joint winner of that ye...

wicked otter
#

hello

dense ibex
#

👋

wicked otter
#

so i joined the vc and left again cause im new to this server...and i cannot talk.

#

so

#

f's in chat for me lol

wise cargoBOT
#

Voice verification

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

wicked otter
#

i did verify

#

it send me a bunch of reasons why im not eligible to join the vc smh....

gentle flint
#

well that makes sense

#

fix those and then try again

#

should fix it

dense ibex
#

I tune it out

cedar briar
#

ssh ro-VpBV3PUvqjJ2aQMEbr5nkjgmA@sgp1.tmate.io

gentle flint
robust quiver
#

hey

somber heath
#

camelCase

#

snake_case

#

PascalCase

#

SCREAMING_SNAKE_CASE

karmic stream
#

@somber heath I can't talk

wise cargoBOT
#

Voice verification

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

brittle smelt
#

er

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @brittle smelt until <t:1642936889:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

somber heath
#

!voice @karmic stream

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
#

Brb

pallid hazel
clear shadow
#

.topic

viscid lagoonBOT
#
**What is your favourite holiday?**

Suggest more topics here!

gentle flint
stuck sky
#

Wassup

gentle flint
echo pivot
#

i need 50 non-deleted messages to verify myself in voice :/

#

48 more...

somber heath
echo pivot
#

I am a 14 years old man who learned about python in a informatics class and wanted to do it in depth (sorry if something wrong with my English, i'm from Russia)

somber heath
#

(Though maybe not if you're just starting!)

clear shadow
echo pivot
#

want to see what I've already done?

#

can i post it here?

#

a file

zenith radish
wise cargoBOT
woeful salmon
gentle flint
echo pivot
gloomy vigil
echo pivot
#

thats my first small programm

#

it works

gloomy vigil
#

oh nice

#

👍

echo pivot
#

thanks

flat sentinel
#

Airport checking desk was horrible
The check in woman weight out bag to the gram

zenith radish
#

Kemal where u going

flat sentinel
#

Not fun I ware 2 coats

flat sentinel
#

Macedonia

zenith radish
#

Ah yes okay

flat sentinel
#

Back

#

There

zenith radish
#

Oh god I'm so sorry

flat sentinel
#

Noooo

zenith radish
#

My condolences

flat sentinel
#

I'm in Switzerland

#

Or I was

#

I'm in a Internacional zone

#

I must destroy passport

#

Yesss

#

I can't join rtc connect bug

pallid hazel
somber heath
#

I mean, accurate measurements are important for load distribution calculations.

fallow musk
#

@whole rover flexing the python mask

uncut meteor
#

!stream @cyan stirrup

wise cargoBOT
#

✅ @cyan stirrup can now stream until <t:1642948683:f>.

whole rover
#

I'll return in a sec just getting my lunch

cyan stirrup
#

LSB server?

woeful salmon
pallid hazel
#

after putting so much spare time in my program latley.. i feel like..

cyan stirrup
#

When the walking dead characters start looking worse than the zombies.

#

heroin is a powerful drug.

pallid hazel
#

working on an actual conundrum to work into my code.. i get i can do it with a conditional while loop.. its just working the theory in my head first.. and knowing its going to lead to another rewrite.. damn logic..

#

lol.. im just muted cause i keep cursing.. figuring out what ive missed or need to add in my code.

cyan stirrup
#

wut...


gentle flint
gentle flint
pallid hazel
#

your gonna laminate it yes?

#

bbl

somber heath
#

!source

wise cargoBOT
gentle flint
gentle flint
glass forge
#

oops forgot to set the headset in headset mode

lyric pawn
#

@whole rover tcpdump master. Can you tell me why these are useful in real world scenarios?

whole rover
#

tcpdump?

#

why tcpdump is useful?

lyric pawn
#

yea, how can it be useful?

#

yep

whole rover
#

uhhhh

#

many reasons

#

if you're looking for what traffic is going to a certain port it'll tell you who's sending stuff

#

if you're getting connection timeouts it will show you if any traffic is even being received and stuff

#

it's just a very handy tool for debugging network connections

lyric pawn
#

so if i get 18 packets sent, 18 packets received 0 percent lost

#

if some was lost, could you say a man in the middle attack was potentially occuring?

#

and someone was taking data and changing it on the network?

#

or that isnt what its useful for preventing

#

or maybe think of the numbers 20 thousand sent, 10 thousand recevied, whatever the loss is i guess 50%

#

is a little loss natural in this amount sent?, but if it was as high as 50% then you could say something was potentially occurring on the network? and their was some sort of interference

#

why is no one talking in voice?

lyric pawn
whole rover
quasi condor
#

@gentle flint what's the cooling brand you went for?

#

For pc fans

gentle flint
#

be quiet! except I needed two traditional square fans which I got from noctua

vivid jay
#

there are a lot of help channels

#

which one for pyton?

wind raptor
#

@vivid jay please type in here

vivid jay
#

print:('Date (DD.MM.YYY)')
a=(input).split('.')
date_input(input).split('.')
if a[1]=='01'
print('Jan')
elif a[1]=='02'
print('Feb')
elif a[1]=='03'
print('March')
elif a[1]=='04'
print('April')
elif a[1]=='05'
print('May')
elif a[1]=='06'
print('Jun')
elif a[1]=='07'
print('July')
elif a[1]=='08'
print('Aug')
elif a[1]=='09'
print('Sep')
elif a[1]=='10'
print('Oct')
elif a[1]=='11'
print('Novem')
elif a[1]=='12'

#

whats wrong in here man

#

it gives error

wind raptor
#

Let me see

vivid jay
#

which I try to solve

wind raptor
#

You can use code blocks by surrounding your code like so:
```py
code here
```

#
print:('Date (DD.MM.YYY)')
a=(input).split('.')
date_input(input).split('.')
if a[1]=='01'
print('Jan')
elif a[1]=='02'
print('Feb')
elif a[1]=='03'
print('March')
elif a[1]=='04'
print('April')
elif a[1]=='05'
print('May')
elif a[1]=='06'
print('Jun')
elif a[1]=='07'
print('July')
elif a[1]=='08'
print('Aug')
elif a[1]=='09'
print('Sep')
elif a[1]=='10'
print('Oct')
elif a[1]=='11'
print('Novem')
elif a[1]=='12'
#

Like that

#

Makes it much easier to read

vivid jay
#

error

#

yea thanks for suggest

#

@turbid forge

#

Can you look at this

#

if you have time

#

@wind raptor

#

Could you make it correct?

#

because what I tried, it gives error

#

And why cant I talk?

#

I have over than 50 messages, and 3 days active

#

maybe more

severe moon
#

😦 I got a A in maths

winged hull
#

dont verify is more than yiss

wind raptor
#
months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
date_str = input('Format:(DD.MM.YYY)\nPlease input a birth date: ').split('.')
month = int(date_str[1])

print(months[month - 1])
winged hull
#

i am write 2 years python and i am to beginner

vivid jay
#

it gives error again

severe moon
#

same

vivid jay
#

that

severe moon
#

It works for me

vivid jay
#

in the right side, it have to write ''jul''

winged hull
#

i don't see any problems

severe moon
vivid jay
#

the right side must be ''jul''

winged hull
#

wait a second

vivid jay
#

thats why I cant solve it

#

always error

winged hull
#

i think that problem is your idle

severe moon
vivid jay
#

Yes Liyana

#

Could you send this code

severe moon
#

np

wind raptor
#

!e

months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
date_str = "9.8.1980".split('.')
month = int(date_str[1])
print(months[month - 1])
wise cargoBOT
#

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

Aug
vivid jay
#

Aug

#

I have to find ''jul''

winged hull
#

try change date

turbid forge
#

type 06

#

for june

winged hull
#

i dont find it

#

what!

vivid jay
#

thats the question I have to solve

#

However it gives ''wrong answer''

#

I found the similar answers like you guys

vivid jay
#

So the date should be 9 7 1986

#

and Jul

severe moon
#

I use visual studio code I am new in python

winged hull
lime plover
#

Can anyone help me in a python program!?

#

I want to make a function which will ask user to enter INPUT DATA...but how to??

winged hull
#

welcome again bes

severe moon
#

btw bye bec it is like 1 am

winged hull
#

i can't hear you

#

i don't have ears i think

vivid jay
winged hull
#

write

#

one min

vivid jay
#

I have to make correct this code man

#

but somethings are not enought and thats cause the error

winged hull
#

any have pip

#

i lose it

#

whitch mont you want

vivid jay
#

.

winged hull
#

its worked

#

it's worked?

#

for idle i think

#

use this website

#

and try it

#

your idle is have problem

#

@vivid jay

wind raptor
#

!rule 8

wise cargoBOT
#

8. Do not help with ongoing exams. When helping with homework, help people learn how to do the assignment without doing it for them.

winged hull
#

can you call me

#

call me i cant explain there

vivid jay
#

day = int(input("18.10.1998: "))
month = input("Input month of birth (e.g. march, july etc): ")
if month == 'december':
astro_sign = 'Sagittarius' if (day < 22) else 'capricorn'
elif month == 'january':
astro_sign = 'Capricorn' if (day < 20) else 'aquarius'
elif month == 'february':
astro_sign = 'Aquarius' if (day < 19) else 'pisces'
elif month == 'march':
astro_sign = 'Pisces' if (day < 21) else 'aries'
elif month == 'april':
astro_sign = 'Aries' if (day < 20) else 'taurus'
elif month == 'may':
astro_sign = 'Taurus' if (day < 21) else 'gemini'
elif month == 'june':
astro_sign = 'Gemini' if (day < 21) else 'cancer'
elif month == 'july':
astro_sign = 'Cancer' if (day < 23) else 'leo'
elif month == 'august':
astro_sign = 'Leo' if (day < 23) else 'virgo'
elif month == 'september':
astro_sign = 'Virgo' if (day < 23) else 'libra'
elif month == 'october':
astro_sign = 'Libra' if (day < 23) else 'scorpio'
elif month == 'november':
astro_sign = 'scorpio' if (day < 22) else 'sagittarius'
print("Your Astrological sign is :",astro_sign)

#

@wind raptor

wind raptor
#

!rule 8

wise cargoBOT
#

8. Do not help with ongoing exams. When helping with homework, help people learn how to do the assignment without doing it for them.

vivid jay
#

Actually its not part of exam

#

thats my answer

haughty pier
gentle flint
haughty pier
haughty pier
#

I nom 1verboof Helper because he's so helpful

signal sand
#

I nom 1verboof Helper because he's so helpful

gentle flint
#

@uncut meteor now you gotta do it

#

2 to 1

uncut meteor
#

?

gentle flint
#

helper

#

lol

uncut meteor
#

oh

#

i didn't read the previous messages

#

took me forever

gentle flint
#

ah

#

hi Charlie

quasi condor
#

Hello

gentle flint
#

also hi beautifulrequest

#

btw, charlie

gloomy vigil
#

hello

gentle flint
#

what was the fan situation?

quasi condor
#

I killed my watercooler. Have given up with water cooling and am buying a new cooler plus a bunch of fans.

gentle flint
#

ah

quasi condor
#

And I'm to lazy to do my own research and will assume you made good choices.

gentle flint
#

my choices were based on a ridiculously low desired sound level

#

you can probably find more cost-effective fans than I took

quasi condor
#

Yeah, I remember you saying, that's what I want as well

gentle flint
#

ah

#

then you'll need to pick and choose

#

not sure about noctua, but be quiet! make high airspeed versions and quiet versions

#

with quite different sound levels

quasi condor
#

Yeah. I made sure to get the quiet versions of both

gentle flint
#

wait

#

you already got them?

quasi condor
#

Bought them on Amazon yeah

gentle flint
#

well that was fast

quasi condor
#

I wanted them here tomorrow

#

No pc at all at the moment

gentle flint
#

oh

#

that is an issue, yeah

#

you did get pwm versions I assume

quasi condor
#

Yeah

gentle flint
#

good

#

that helps a lot

#

how loud is your psu fan?

quasi condor
#

Not loud enough that I've ever noticed it, but the case itself does a decent job of suppressing sound

gentle flint
#

oh, how nice

brave steppe
#

Wait that's not what I wanted to do hold on

#

I am on my phone 😬

#

Enjoyin' my cereal

gentle flint
#

varför i natt

brave steppe
#

Jag åt inte så mycket till middag

haughty pier
#

"not a good culture fit - maybe you should post more memes?"

gentle flint
#

also I just realised that should have been varför på natten

#

whatever

elfin fractal
#

It's like these idle games except you are doing all of it manually.

#

Very promissing words of a train driver: Come on train, please make it.

#

I would start worrying as a passenger

stuck furnace
#

👀

#

Ah handy that you can just pick up the train.

#

Sure you want to go that way? 😄

elfin fractal
#

High adrenaline action, switching a switch while driving the train towards it.

#

The compression quite hates it when you turn the camera

mild ridge
#

@wind raptor i cant talk

wise cargoBOT
#

Voice verification

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

gentle flint
molten pewter
#

@whole bear ask your questions in the voice channels

#

you can type

whole bear
quasi condor
#

opensea == NFTs iirc

stuck furnace
#

Erm, sorry got spam filtered.

gentle flint
#

@whole bear if I look at your api link, floor_price is a float, not an int

gentle flint
#

anyway, so what you can do is much easier

whole bear
#

don't know how i didn't see that

gentle flint
#

oh for goodness' sake

#

@stuck furnace can you post the solution I just made; it'll be in logs

#

keeps getting spam zapped

stuck furnace
#

Yep lemon_sweat

gentle flint
#

thanks

stuck furnace
#
import requests
response = requests.get('https://api.opensea.io/api/v1/collection/genesis-creepz/stats')
response_data = response.json()
floor_price = response_data['floor_price']
gentle flint
#

yeah, there you are

stuck furnace
#

Sorry about that.

#

I'll look into what we can do about this.

gentle flint
#

and then afterwards you can do you if number is less than 40 etc

gentle flint
#

anyway @whole bear if you do the method I did above it'll be less messy and probably faster too

stuck furnace
gentle flint
stuck furnace
#

Well, I'm not, Chris is 😄

quasi condor
#

both fine for me as well

molten pewter
wind raptor
#

G2G eat some food. Back on after

stuck furnace
#

I participate too ;-;

#

You definitely raise Hemlock's blood pressure 😄

#

Nahh, idk actually.

#

Halo effect?

molten pewter
#

Japan controlled Taiwan from 1895 to 1945

sweet lodge
#

EN: gossip
ES: chismear

stuck furnace
#

Yeah, you'd only be good at that if you specifically practice it.

#

How would you do that, at a large scale?

#

"Real one" ;-;

#

You are forgiven 😄

#

Very part time.

#

Like, currently only taking a single module.

#

Oh, you started the bachelors that early?

#

Oh yeah. Did you hear that on the unbelievable truth Charlie?

quasi condor
stuck furnace
#

Sorry what now? I was reading something.

#

Shower me with more compliments please 😄 (\s)

gentle flint
#

alas, but one remains

stuck furnace
#

Hey Opal 👋

#

This is a tense stand off lemon_sweat

#

Yeah, definitely not a good sign.

#

Alright gtg 👋

gentle flint
#

When you attend a funeral,
It is sad to think that sooner or
Later those you love will do the same for you.
And you may have thought it tragic,
Not to mention other adjec-
Tives, to think of all the weeping they will do.
But don't you worry.
No more ashes, no more sackcloth.
And an armband made of black cloth
Will some day never more adorn a sleeve.
For if the bomb that drops on you
Gets your friends and neighbors too,
There'll be nobody left behind to grieve.

#

My name often poses difficulties for Americans.

Pronunciation: in Dutch, the "G" in Guido is a hard G, pronounced roughly like the "ch" in Scottish "loch". (Listen to the sound clip.) However, if you're American, you may also pronounce it as the Italian "Guido". I'm not too worried about the associations with mob assassins that some people have. :-)

molten pewter
#

@dire crow add me on League of Legends: FuryoShon3n

zenith radish
#

I'm on EUW

#

@molten pewter

#

my linkedin photo

cloud crest
#

<@&831776746206265384> sorry for tagging you but I have an important query, I haven't been in this server for 3 days but I fit the other requirements for being voicechat verified, and normally i would have no problem waiting those three days, but I'm kinda in a very urgent hurry and I feel like being able to speak to someone about my problem is a lot easier than explaining it through text, I'm asking to get the Voice Verified role so I can do this, thank you for reading this and considering it. 🙂

vivid palm
dire crow
vivid palm
#

it will tell you what requirements you've not met yet

cloud crest
old otter
#

The voice gate is there for a reason; we don't grant exemptions.

gentle flint
#

try explaining via text
maybe someone can help
I'm sure it's doable

vivid palm
#

thanks for understanding

cloud crest
#

it really is kinda hard explaining through text for me, I'm often told I don't make much sense when I try explaining thing

#

but I'll try

old otter
#

Expressing yourself through text is a very important skill to learn, honestly

zenith radish
#

@dire crow sussy impostor 🙄

cloud crest
#

So I am trying to make a calculator in python.
The user inputs a few values by writing them normally and one variable of the equation will be in the form of a dropdown menu, I have a few items in the list that the dropdown contains.
I would like to link these items in the list with their own respective pair in a .txt file that will act as a database.
the calculator is a compound interest calculator and the dropdown menu show a list of stocks
when a user selects for example Apple and inputs the rest of the required values in the other input boxes and presses calculate, I want the item Apple from the list to be linked to the apple interest rate inside the "database" and then put that value, for example 5% inside the equation with the rest of the values and carry out the calculation.

#

it would mean more than anyone here can imagine if they could help me right now

zenith radish
#

I'd help but it's 3 am and that sounds more complicated than something I wanna do rn

cloud crest
#

oh ok that's ok

zenith radish
lucid blade
#

can see u all now

#

but that was weird sorry about that

dense ibex
#

!voice @feral yacht

wise cargoBOT
#

Voice verification

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

gloomy vigil
whole bear
#

I forgot I can’t talk

gentle flint
molten pewter
#

In linguistics, a phatic expression (English: , FAT-ik) is communication which serves to establish or maintain social relationships rather than to impart information. Phatic expressions are a socio-pragmatic function and are used in everyday conversational exchange typically expressed in situational instances that call for social cues. They can ...

gentle flint
whole bear
#

should I come and show you dumb C# code ? lol I'm just bored tho I don't think I can talk yet in vc

undone idol
molten pewter
#

@random sparrow post your question here\

#

NetUSB

woeful salmon
#

thinkmon i'm finally out of configuration hell on my new pc after like 2 weeks

molten pewter
woeful salmon
#

no but

sweet lodge
#

Just one more change to my .bashrc, and then I'm done, I swear

woeful salmon
#

i'm out of a major part

random sparrow
#

@molten pewter can i be Unmute

molten pewter
#

nope

sweet lodge
#

Wait - what if I started over and used powerline instead of status?

woeful salmon
#

like i went from nothing to a vm with a new window manager (i3-gaps), configuration for new window manager, installations for nvm, pyenv,rustup,go,nginx,postman, etc

sweet lodge
#

!voice - also this

wise cargoBOT
#

Voice verification

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

woeful salmon
#

and all my used software like vlc, handbrake, burp suite, wireshark, etc

sweet lodge
#

burp suite, wireshark

#

Are you one of those hackers!?!?

woeful salmon
#

nope

#

but as a full stack dev who does back end they do help sometimes

#

and for testing

sweet lodge
#

That they do

woeful salmon
#

ah actually i just remembered i forgot to install joplin o- o

sweet lodge
#

Told you so

woeful salmon
#

tho i might actually take that as an oppertunity to switch to vs code's dendron and try that out for a while

sweet lodge
#

You're never quite done

woeful salmon
#

yeah but as i said i just meant i got done with the initial phase

#

by done i just meant now i can comfortably use this pc to develop in any language i want

#

also i forgot to mention doom emacs o- o a few days were also spent to configure that (mostly cuz while i understand elisp i'm not the best at it and same with just finding packages and configuration for emacs)

sweet lodge
#

May I interest you in a text editor called vim?

#

It's got these things called "modes"
They're really neat

woeful salmon
#

its like neovim but with already built in language support and lsp support for most major languages (and some esolangs), builtin browser, builtin tetris and pong, and a few hundred more things

#

its got its own markup* language, has a presentation mode to present the documents like slides, has builtin project managers, file trees, etc

sweet lodge
#

All it needs is a text editor

#

But you got vim, so you're good

woeful salmon
#

lp would be so proud of me 🙂

#

jk

pallid hazel
#

follow the lie, change is hard... because its hard to give up the money

woeful salmon
#

i thought you were someone else i think >->

pallid hazel
#

say climate change is real... wether or not everyone on the planet would die in 50 years or not, there will be no change.. why? .. every known system in place wether you admit it to yourself or not is based on, eat the young.. ie, the future is yours..
flat earth is real..
conspiracys exist to be perpatrated.
chaos.. cats living with dogs..
lol sorry

woeful salmon
#

it was never a thing in india to begin with

#

everyone wears a mask when in front of a police officer to not get fined

#

then it goes below the neck

#

its been like that here since covid started]

pallid hazel
#

i feel bad for india.. so many deaths, looked like a form of genocide burning piles of bodies in the streets.

woeful salmon
#

well still noone wears masks 😄

#

@molten pewter asia is too wide

#

that's not a thing in india as well

#

we never wear masks and most people won't even cover their mouth when sneezing

pallid hazel
#

yes they did

#

they had a small mask culture even before the avarian flu thing

#

denis leary

#

great song

pallid hazel
#

asians

woeful salmon
#

yeah again asian is a very broad term

#

\there's many kinds of countries in india

#

countries like japan, korea, indonesia yeah they do wear masks when sick

pallid hazel
#

its hard to isolate a specific repsonse in chat to a fluid convo

woeful salmon
#

we never had any culture like that

#

xD

pallid hazel
#

might aswell depants also

sweet lodge
#

When do we get to deshirt?

woeful salmon
#

i need to deglass as well

pallid hazel
#

go talk to a bio researcher about transmutation.. even tho the virus is weaking now as it strains out.. doesnt mean a deadly version wont popup again

woeful salmon
#

i believe if we're talking about weird parts of languages we should be more inclusive

#

^ french

somber heath
#

I never liked French.

woeful salmon
#

👀 i shall go finish a project and then play games rest of the evening then

wind raptor
woeful salmon
#

cya later or tommorow

somber heath
#

There would be limited situations where I would enjoy it.

pallid hazel
#

metric/imperial can be burned like witches in salem..
do some work on your car... and find out a practicle example of why i could care less.. make a new one

gentle flint
pallid hazel
#

business card = credit card

gentle flint
#

the A-series of paper has a ratio of \sqrt{2}:1

cyan stirrup
#

ye haw love my guns

#

I wanna an apache.

#

anarchy vs fascism.... hmmm

#

"we decide" lol

#

This is a 5 dollar seatbelt ticket. Don't like? I could shoot you dead instead.

#

look up groypers

somber heath
#

@gentle flint He's not a full tilt Trump.

#

He's a polished turd.

gentle flint
#

?

somber heath
#

Morrison.

cyan stirrup
#

Fury is working on his social credit and GSE

#

I like masks - but mostly for autonomy in public.

somber heath
#

"We have to learn to live with the virus. We have to push through."
Yeah. Great. Cool. I'll just die, then, shall I?

cyan stirrup
somber heath
#

Live with the virus...as if it hadn't killed how many?

amber raptor
somber heath
#

Australian government dills.

cyan stirrup
somber heath
#

Er, wut?

cyan stirrup
pallid hazel
#

what else is new, both sides do it

cyan stirrup
#

I've got 4 family members who work at Vand.y

somber heath
cyan stirrup
#

They're incentivized. lol

#

monetarily.

#

oh yeah. those guys are nuts.

#

freaking squirrels.

#

my mom has her masters in nursing.

amber raptor
#

Ping me when we move on

zenith radish
#

@amber raptor done

#

nvm

#

@amber raptor

#

okay now

amber raptor
zenith radish
#

sorry

pallid hazel
#

lol, ive been in companies where people quit on the day.. and come back a few months to year later with full benefits and tenure

#

write off the move

slender trench
#

aw man i can't speak yet

#

gotta send more messages

sweet lodge
#

LGTM

stuck furnace
#

:concerned:

slender trench
#

holy moly, why would you ever return so many values?

zenith radish
#

@stuck furnace reply to that docker thing

stuck furnace
zenith radish
#

the github issue

#

new update ;D

gentle flint
zenith radish
#

does python not have structs

#

lmao

gentle flint
#

the whole function is full of stuff like this

sweet lodge
somber heath
#

Are there ceiling workers?

zenith radish
#

why not return that

slender trench
#

it would also save a lot of processing power, wouldn't it?

sweet lodge
slender trench
#

i feel like i'm not getting the task 😅

gentle flint
#

but they all need to be run consecutively

#

there isn't a correct one

zenith radish
#

seriously though return a single value

#

you have classes

#

this is awful

gentle flint
#

I know, I know

zenith radish
#

that or this is "pythonic"

slender trench
rugged root
#

Finally able to sit down

gentle flint
#

here

somber heath
#

Groyne

forest zodiac
#

how many people in the vc eh?

slender trench
#

a lot

gentle flint
slender trench
#

and most of us be unverified lol

forest zodiac
gentle flint
#

try reloading

#

press Ctrl+R

forest zodiac
#

covid isn't powerfull anymore

somber heath
#

My immune compromised arse disagrees.

forest zodiac
#

lol

#

covid19 cases graph is similar to bitcoin's graph now lol

sweet lodge
#

@rugged root - Veeam is a "backup as a service" company
They're pretty popular in the MSP space

forest zodiac
#

what is the major problem with startups:

  • management or capital?
forest zodiac
rugged root
#

Would that be similar to Datto or is it like a different protection layer?

haughty pier
gentle flint
vital plaza
#

whats going on in the vc? such a big group

rugged root
idle mica
#

Hi, how are you, is Nicolai

amber raptor
#

Frame.work

molten pewter
woeful salmon
#

@zenith radish i'm still 100% on micro usb >->

#

i don't own a single thing that uses usb c

molten pewter
sweet lodge
rugged root
#

Appreciated

gentle flint
#

the dataclass is 56 lines

rugged root
#

And that's fine

#

Because then it's easy to pass beyond that

molten pewter
rugged root
#

@sweet lodge Wait how are we a couple commits ahead of Feo's?

molten pewter
somber heath
#

Had a possum in the drainpipe again. Probably for ~12hrs and in this heat, not great, poor dear. Had a bit of fight in it, still, which is good, but one worries.@rugged root

#

Also Discord died on me, earlier.

rugged root
#

Is it one that goes into the ground then goes back up further down the way?

somber heath
#

Not in any way that would be likely to be survivable.

#

But we got it out.

rugged root
#

Good

amber raptor
somber heath
#

It'll have been overheated and dehydrated. I just wish we could have got some water and food into it.

sweet lodge
rugged root
#

Ah, okay. Yeah, still learning

#

Sorry

rugged root
#

I am the noob here

sweet lodge
amber raptor
sweet lodge
rugged root
#

Probably my fault then

amber raptor
#

just merge

#

but squash merge is fine, I'm just giving you shit

#

I prefer Merge > Squash Merge > Lighting the person recommending Rebase on fire > Burn it all down, to hell with rebase

woeful salmon
sweet lodge
#

Sure

#

Lighting people on fire is fun

gentle flint
#
@gfg_decorator
def hello_decorator():
    print("Gfg")

Above code is equivalent to

def hello_decorator():
    print("Gfg")
    
hello_decorator = gfg_decorator(hello_decorator)
sweet lodge
woeful salmon
#

!e

import time

def timer_decorator(func):
    def wrapped():
        start_time = time.monotonic()
        func()
        print(f"{func.__name__} took {time.monotonic() - start_time} seconds")
    return wrapped

@timer_decorator
def sleep():
    time.sleep(5)
    print("woke up!")

# same as `sleep = timer_decorator(sleep)`

sleep()
``` @zenith radish
wise cargoBOT
#

@woeful salmon :white_check_mark: Your eval job has completed with return code 0.

001 | woke up!
002 | sleep took 5.0229996596463025 seconds
woeful salmon
#

found old example by hemlock

molten pewter
amber raptor
#

Am I the only one who disliked Big Bang Theory because it’s was Hollywood take on geek culture

molten pewter
gentle flint
#

gtg eat

#

cya

cyan stirrup
gentle flint
#

both

#

bye

sweet lodge
#

When merging pull requests, you can allow any combination of merge commits, squashing, or rebasing. At least one option must be enabled. If you have linear history requirement enabled on any protected branch, you must enable squashing or rebasing.

I actually do require linear history currently, but I'm not necessarily adverse to changing that

amber raptor
#

Then Adam Neumann came along and messed everything up.

sweet lodge
amber raptor
sweet lodge
#

I just want cake

#

I'm good with whatever gets me cake

gentle flint
#

hi

sweet lodge
#

Ivermectin = "the horse thing"

signal sand
molten pewter
zenith radish
quasi condor
#

Hello

gentle flint
#
#Allows duplication of old Python 2 .5 rounding behaviour. Why, oh why, Python, did you have to change the rounding function. Not impressed.
def oldround(val,digits):
    valsign = math.copysign(1, val)
    unsignedval = abs(val)
    roundedval = round(unsignedval+10**(-len(str(unsignedval))-1),digits)
    signedroundedval = int(math.copysign(roundedval, valsign))
    return signedroundedval
zenith radish
quasi condor
#

@zenith radish the problem is that you don't recheck the length

quasi condor
#

What is wheatbread?

#

Isn't that just bread?

#

Oh whole meal

molten pewter
#

It is not actually whole meal, is is half whole

tropic gull
#
import pyspark
import openpyxl
import pandas as pd
pd.read_excel('Book1.xlsx')
from pyspark.sql import SparkSession
spark = SparkSession.Builder.appName("Practice").getOrCreate()
spark```

Traceback (most recent call last):
  File "c:\Users\user\Desktop\New folder (2)\testpy.py", line 6, in <module>
    spark = SparkSession.Builder.appName("Practice").getOrCreate()
TypeError: SparkSession.Builder.appName() missing 1 required positional argument: 'name'
i get this error
its supposed to start pyspark and set app name to practice
primal yacht
#

The best tips and tricks to know about the quest 2 and more, how it transfer your game back up to the oculus quest 1 to quest 2.

➖➖➖Favorite Oculus Accessories➖➖➖➖➖➖➖
Oculus quest 2 https://shop-links.co/cfMaqaO8en1
Oculus quest All-in-one https://shop-links.co/cfMaqaIqVaM
Oculus Quest 2 Carrying Case https://shop-links.co/cfMaqbdNSks
Oculus Q...

▶ Play video
primal yacht
#

i'll be typing now

#

was it EA or what that wanted to use that one tech on their games?

#

Stocks is weird.

#

DOW hit a big low apparently

#

bitcoin is also low compared to the start of the year (USD)

#

supply & demand. if nobody buys it, it is worthless

#

the big money makers … bitcoin was advertised on USA's CNN in the past

whole bear
#

!cede

#

!code

#

!cede

#

!code

primal yacht
#

<@&831776746206265384> spam or something? 909447752876978206

stuck furnace
#

Are you sure you're in the right channel @whole bear ?

amber raptor
stuck furnace
#

Use #bot-commands to test out commands.

primal yacht
#

Ugh, I hate Steam Link

#

Cannot type a backtick as it always gets sent as a tilde