#voice-chat-text-0

1 messages ยท Page 4 of 1

molten pewter
#

It matched her shirt so well.

peak copper
rugged root
#

Knew it

#

That's such a you style

zenith radish
#
molten pewter
#

North America for the win

#

NIMBY

#

true

rugged root
#

Nimba, everything the light touches is our kingdom

molten pewter
#

Mustafa?

zenith radish
rugged root
#

Nah, that was his dad

sturdy panther
#

Hi! "Working" from home!

rugged root
#

Like

#

This is the best I could get

#

I'm annoyed

ebon sandal
rugged root
ebon sandal
#

๐Ÿคฃ

rugged root
#

Like

#

I'm still talking and everything

#

@fallow cypress If you're wondering why you can't talk, check out the #voice-verification channel

#

That'll tell you what you need to know about our voice gate system

ebon sandal
#

dude just ignored me and left

#

0_0

rugged root
#

@eager creek If you're wondering why you can't talk, check out the #voice-verification channel. That'll tell you what you need to know about the voice gate. If someone has already mentioned it, my bad. Force of habit to let folks know

round cedar
#

imposta is sus

ebon sandal
#

also lets let the real mutafa know

#

xD

eager creek
#

i just want to

#

improve my english

#

i dont want to talk...

#

i just want to hear

#

germany

#

where are you from

#

i come from palestine but i live in germany

lavish rover
#

Only one of us is allowed here

ebon sandal
#

i wanted to tag you but i couln't

#

becuase of your name

lavish rover
#

Imagine anyone wanting to tag you ๐Ÿ˜‚

#

Ps: you can still search for Mustafa, it will search by discord username and not server nickname

ebon sandal
#

โœ…

round cedar
#

64511

icy axle
#

70400

#

Do 67529

#

87826

#

17777

ancient hull
#

hai

#

im having a problem with my code :"

icy axle
icy axle
#

85140

#

@vernal bridge wanna join?

quasi condor
#

@rugged root you left me

rugged root
#

Because I got fucking sick of all the Windows slamming

zenith radish
#

Wlamming

quasi condor
#

it's literally running into problem after problem

#

this is just a thing Windows is not good for

rugged root
#

@whole bear @cunning monolith

cunning monolith
icy axle
#

65747

rugged root
#

@grim fable If you have your code on a repo we can check it out that way

grim fable
rugged root
#

Give me a moment then.

grim fable
#

ok

rugged root
#

!stream 377858496429031444

wise cargoBOT
#

โœ… @grim fable can now stream until <t:1659634871:f>.

rugged root
#

These are really neat

#

@whole bear Dude. Seriously

#

Typing

#

Turn on push to talk or something

gentle flint
#

@rugged root

The Sims 4 received patch 1.90.375.1020 today, which has a short set of patch notes. One of the included bug fixes is that "The 'Ask to be Girlfriend/Boyfriend' Want now targets appropriate Sims", which sounds innocuous enough. In reality, this is fixing a bug Rebecca reported on last week which was causing Sims to want to date their siblings.

terse needle
#

@lavish rover perfect startup screen 10/10

rugged root
jagged island
lavish rover
willow light
#

always fun to reboot and see these

rugged root
#

!resources

wise cargoBOT
#
Resources

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

rugged root
willow light
somber heath
#
import me
me.maybe()```
willow light
#

Emacs is one of those programs I keep meaning to learn but never find the time

willow light
rugged root
lavish rover
#
main = do
  s <- readFile "somefile.txt"
  doSomethingWith s
willow light
#

Meanwhile for some of the weather radar software:

#
GR2Analyst has significant system requirements:

Windows XP or higher
DirectX 9.0c
Graphics adapter with shader model 2.0 or higher support
somber heath
#

Ah, it's from the back. I could see the skin and the tattoo, but that thing jutting up forward of the subject kept making my brain go chicken neck.

eager tapir
#

Guys quick question, is there a simple way to generate a repeated number of numbers? E.g.

#
[0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3]
somber heath
#

numpy.ndarray.repeat method if you're using numpy.

willow light
#

Pretty sure thatโ€™s a glitch

#

get that during a volcanic eruption and it will start raining cement

lavish rover
rugged root
terse needle
terse needle
#

@lavish rover

generate_asm_hs :: CString -> CString
generate_asm_hs = unsafePerformIO . newCString . generateAsm . unsafePerformIO . peekCString

foreign export ccall generate_asm_hs :: CString -> CString
terse needle
#
#include <HsFFI.h>
#ifdef __GLASGOW_HASKELL__
#include "Lib_stub.h"
#endif
#include <stdio.h>

int main(int argc, char *argv[]) {
  hs_init(&argc, &argv);
  char* result = generate_asm_hs(",.");

  printf(result);
  return 0;
}
lavish rover
somber heath
wise cargoBOT
#

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

[0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3]
lavish rover
willow light
terse needle
#

@zenith radish I'm liking lunar vim, save me. help.... ๐Ÿ˜”

willow light
#

CC
CC  Fortran 77 program to integrate the linearized barotropic
CC  vorticity equation at 500hPa for a single latitude, only 
CC  considering advection by the mean wind and ignoring all
CC  variation in y:
CC
CC    d/dt vort = -U*d/dx vort - beta*v
CC
CC  The model is global in longitude
CC
CC  Coded by Matt Barlow a million years ago -- this really, really
CC  needs to be recoded!
CC
CC  If you find any errors, please email me at Mathew_Barlow@uml.edu
CC
CC  CAUTION: Reading through this code may cause nausea, feelings
CC  of existential dread, and uncontrollable weeping
CC
rugged root
#

@gentle flint Just incase you didn't hear, I'm looking into it

#

Found it I think

#

The issue seems to be the nested method call? I think?

#

I'm really not sure

#

I can keep looking

#

Or wait, I have the invite to the Kotlin server

gentle flint
#

oh, it's inline

#

I see

rugged root
#

Yeah

willow light
#
iter = input('Enter desired number of iterations: ');
x = zeros(1,iter);
y = zeros(1,iter);
r = input('Enter value of r between 0 to 4 exclusive: ');
x(1) = 0.1;
y(1) = 0.2;
for n = 1:(iter-1)
    x(n+1) = r*(x(n)-x(n)^(2));
    y(n+1) = r*(y(n)-y(n)^(2));
end
t = linspace(0,iter,iter);
plot(t,x,'-o',t,y,'-*')
if r > 0 && r <= 3.001
    title('Asymptotic Behavior')
elseif r >= 3.001 && r <= 3.59
    title('Oscillatory Behavior')
elseif r >= 3.6 && r < 4
    title('Chaotic Behavior')
end
legend('x0 = 0.1','x0 = 0.2')
rugged root
willow light
#
% for the partial derivatives, I use dx/dt = x_t format
% phi is latitude (lowercase phi), geophi is geopotential (uppercase phi)

phi = 45; % degrees latitude, the simulated location
geophi_x = 0;
omega = (2*pi)/(8.64*10^(4)); % s^-1
f = 2*omega*sind(phi);

% First calculate geophi_y
z0 = 5580; % meters
z1 = 5520; % meters
z_y = 200000; % distance between z contours in m assuming z_x = 0
geophi_y = (z1-z0)/z_y; % meters

% number of iterations = 100 seconds
t = 100;
u = zeros([t,1]);
v = zeros([t,1]);

% calculate 100 seconds of velocity components
for i = 0:t
    % recalculate u_t and v_t with each iteration
    u_t = f*v(i);
    v_t = -f*u(i) - geophi_y;
    u(i+1) = u(i) + u_t*900;
    v(i+1) = v(i) + v_t*900;
end
x = linspace(0,100,101);
plot(x,u,x,v)
title('Plot of the u (zonal) and v (meridional) components of the trajectory of the parcel')
legend('u component','v component','Location','SouthEast')
xlabel('Time, timestep is every 15 minutes')
ylabel('Velocity in m/s')
#

and this is the output

somber heath
willow light
#

Nah, alibaba is the goto for the physical sciences these days

#

We need this to be a thing again

icy axle
misty swan
#

some undertale music XD

#

undertale is no copyright if I remember

somber heath
#

@lavish rover You joke, but...

#

A whole yoghurt?

willow light
lavish rover
#
res = ...
match ~res:
  Err(val) =>
  OK(val) =>
#
main = do
    args <- getArgs
    case args of
      [] -> ...
      file:_ ->
        ...

terse needle
#

(>>=) :: forall a b . Monad m => m a -> (a -> m b) -> m b

sturdy panther
#

Same! Been feeling nauseous whenever I eat S:

#

This is so rusty.

rugged root
#

Woah wait it is

#

What the fuck

sturdy panther
#

Thanks for checking. Good to know it is not just me.

#

It is supposed to help make error handling exhaustive, I think.

#

Does it not get in the way of talking?

#

I can't tell your mouth is full at all.

rugged root
#

A lot of use of the tongue to organize the shucked shells from the whole ones

#

It's like a less impressive tying a cherry stem in a knot kind of thing

#
y_value_point2 = point_object.get_y_coord()

# do this instead

y_value_point2 = point_object.y_coord
sturdy panther
#

I would be tempted do -0.001 < diff < 0.001 instead of using abs.

rugged root
#
if abs(self.slope() - LineSegment_object.slope()) < 0.00001:
#

Eh, in that case I think the abs makes more sense

sturdy panther
#

Safe driving!

terse needle
#

@lavish rover yeah, it's definitely a 4D minigolf game

lavish rover
rugged root
#

Oh good

#

It's not an infraction without me screwing something up

#

!ban 869105351851642920 2d Attempting to auto-generate users/nitro/boost/ any other kind of benefit for Discord is against their terms of service and we will not assist with it. Insulting staff because you didn't get your way is also unacceptable. If this behavior continues after your ban expires, it will be made a permanent one.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied ban to @gilded meteor until <t:1659823848:f> (1 day and 23 hours).

gentle flint
somber heath
#

Python programming languwuage.

faint ermine
gentle flint
rugged root
gentle flint
#

LP-bhai

#

explain

sweet lodge
rugged root
#

More that it's an owo thing

sweet lodge
#

True true

gentle flint
sweet lodge
#

What about the atoms that make up the paperclips?

gentle flint
sweet lodge
#

@rugged root you got a dog?

#

Where does your boss go so often?

#

Why don't I get to go?

#

...?

whole bear
#

i can join the chat or is a private conversation??

gentle flint
#

sure

#

just none of us are speaking

fiery bone
#

Damn

#

Was pippin

#

Lads

hearty thistle
#

Ayo, leetcode check?

tame dust
#

what are you guys doing?

steel lodge
#

hello

#

hello

steel lodge
somber heath
#

@hearty thistle Your mic is hanging open, so I'll just mute you on my end for now. Let me know when I should unmute you. ๐Ÿ˜

steel lodge
#

same

#

its pretty good

#

i recently got into vocaloid! (making it i mean)

#

robot singers

#

oh no

#

thinking about it alone is nightmare fuel

#

okay then ._.

#

i one day plan on making a japanese voicebank english

#

basically some voicebanks in vocaloid/Vsynth whatever you wanna call it are only in one specific language

#

and there are these things called phonemes that let you customize what the ai will say

#

yeah

#

in fact i heard a song sung by Vflower's voicebank in english

#

and i never knew it was a japanese voicebank until i saw a video about vocaloid

hearty thistle
#

Left it on open.

#

Was afk lol.

steel lodge
#

try enabling push to talk maybe?

hearty thistle
#

Nah, I just left my laptop and went for dinner.

#

Forgot I was on VC, dumb mistake

steel lodge
#

oh ok

somber heath
hearty thistle
somber heath
#

Thanking you. ๐Ÿ˜

steel lodge
#

๐Ÿ‘

hearty thistle
#

No problem, just lmk when I make a blunder like that.

steel lodge
#

anyone else randomly wake up very early in the morning for no reason at all?

hearty thistle
#

Got classes in two weeks time so got to wake up early.

#

tfw you have two coding OA's and you have no practice๐Ÿ—ฟ

spring dune
#

@somber heath ok. is it notifying you?

#

ok good

#

yeah i have. voice gate failed. haven't sent 50 messages or more and been in this server for less han 3 days ._.

#

so i just have to text here for now

#

@round cedar hi

round cedar
#

halo

spring dune
#

and he just left lol

#

oh wait never mind he's back

#

guys look at @balmy path he's on his own

hearty thistle
#

afk moment

spring dune
#

@round cedar lol you got rickrolled?

#

@somber heath lol

hearty thistle
#

tfw when you do object.t1().t2().t3().t4()

#

frick java for this horrible syntax

#

Worst best first coding language

hearty thistle
#

No... pls no DFS with recursion

#

why๐Ÿ˜ญ hyperlemon

spring dune
#

@hearty thistle bruh

hearty thistle
#

"Find a unique number in an array" Ex: [0,0,0,1, 0,0,]

#

Solution has to be in O(n^2) in less.

#

Thinking of doing it by adding the counts to a dict.

#

Can't be O(n^2) since python - .count() times out.

#

Working through the pseudo-code is tough, pretty fun tho.

#

`dict = {}

only two distinct numbers in array

for i in array:
dict[i] = 0

Loop above simply populates the dictionairy

for i in array:
if i in dict.keys():
dict[i] += 1
for i in dict.keys():
if dict[i] == 1:
return i:`

#

Should work I assume?

#

I'll test this out.

spring dune
#

i found a code for a rickroll for python lol. here:
if name == 'main':
msg = "Never gonna give you up, never gonna let you down~\n"
print(msg, end='')

thorny leaf
#

@somber heath I'm Not Exactly Sure What the 3 10-Minute Block is, But the Message says I Need Like 50 Chat Messages or Something

spring dune
#

@somber heath if name == 'main':
msg = "Never gonna give you up, never gonna let you down~\n"
print(msg, end='') code for rickroll

hearty thistle
#

Lessgoooooo

#

Solved the problem

#

Lessgooooooooo, I love time complexity now

spring dune
#

@hearty thistle noice

thorny leaf
#

Any way for Sending Pictures, GIFs, Videos, Etc.?

hearty thistle
#

Code was a bit long, but everyone solved it with a set lmao in 3 lines.

spring dune
#

@somber heath ninjaseal is asking if there is any way to send pics, gifs, videos, etc?

#

@thorny leaf you can send pics and the others in this text channel if you like

#

@somber heath i know this is random but i can solve a rubik's cube. (under a minute that is)

thorny leaf
thorny leaf
spring dune
#

@somber heath i feel like i'm getting bored with not talking. my fingers are gonna hurt if i keep doing this

#

oh ok

#

also this is good so far. i'm in day 2 or day 3 in this server

#

@somber heath hahaha

#

i'm legit laughing rn

whole bear
#
def bin2asciicode(text):
    global num
    nums = []
    if ' ' in text:
        text = text.split(' ')
        for item in text:
            pos = 7
            numberss = []
            for item1 in item:
                numberss.append(int(item1) * 2 ** pos)
                pos -= 1
            num = 0
            for item in numberss:
                num += item
            nums.append(num)
        return nums
    else:
        pos = 7
        numberss = []
        for item in text:
            print(int(item) * 2 ** pos)
            numberss.append(int(item) * 2 ** pos)
            pos -= 1
        num = 0
        for item in numberss:
            num += int(item)
        return num
# convert to string
if isinstance(bin2asciicode(text), list):
    num = bin2asciicode(text)
    words = ''
    for item in num:
        words += str(chr(item))
    print(words)
else:
    print(chr(bin2asciicode(text)))```i didnt copy no code only looked at ascii code converters and binary converters
hearty thistle
spring dune
#

uhhh....

whole bear
#

01101000 01100101 01101100 01101100 01101111

#

thats hello

spring dune
#

||never gonna give you up||

whole bear
#

i made a hexadecimal converter already

#

im just coding it bc i usually use other ppls code for it and i wanted to make it myself

somber heath
#

!e py v = int("01101000", 2) print(v)

wise cargoBOT
#

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

104
whole bear
#

oh

#

thats some much simpler

#

thx

spiral halo
#

i have less than 50 messages

spring dune
#

@round cedar bro what happenede

#

oh. i legit heard you scream or yawn @round cedar

spiral halo
#

im wondering if i should install winpython for easier change of versions

spring dune
#

@somber heath when someone joins, you're like a teacher announcing homework or something like that and at the same time you're in a professional british voice and i like that lol

#

well the vc became silent

#

oh

hearty thistle
#

Just realised, doing a valid parenthesis question.

#

Should I do a recursive solution?

spring dune
#

i actually found a video where someone made a game with only ONE LINE of code

hearty thistle
#

Breaking Saul (bread)

spring dune
#

@somber heath i'm laughing. baking bread. not breaking bad. HAHAHAHA

#

@somber heath baking bread not breaking bad. i'm legit laughing

hearty thistle
#

"Write a function that takes a string of parentheses, and determines if the order of the parentheses is valid."

spring dune
#

heeheehee

#

brb gotta go pee

hearty thistle
#

Solution would be like:

#
    if string[0] == '(' and string[len(string) - 1] == ')':
        string.remove(string[0])
        string.remove(string[len(string) - 1]
    # rinse and repeat
    # return false if code doesn't work```
#

not too sure about the recursive step here.

spring dune
#

siuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu

spring dune
hearty thistle
#
        return False
    if (string[0] == ')') or (string[len(string) - 1] == '('):
        return False
    index1 = 0
    index2 = 0
    for e in string:
        if (e == '('):
            index1 += 1
        else:
            index2 += 1
    if index1 != index2:
        return False
    else:
        return True```
#

Code's not working๐Ÿ˜ญ

somber heath
#

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

hearty thistle
#

Modulo for edge-case?

#

Hmm, should do the recursive solution.

spring dune
#

i found this vid on youtube. i think this may be self promo. if it is, i'll unsend it: https://youtu.be/dnJUE2ptB5U

Making a game in a single line of code be like.

/// SOCIALS
โ–ธ Twitch: https://twitch.tv/n8dev
โ–ธ Patreon: https://www.patreon.com/n8dev
โ–ธ Discord: https://discord.gg/f8B6WW7YrD
โ–ธ Twitter: https://twitter.com/n8dev_yt

/// TIMESTAMPS
โ–ธ 0:00 Introooooooooo
โ–ธ 0:29 My lawyer gets mad at me
โ–ธ 0:44 Game idea be like
โ–ธ 0:55 Art
โ–ธ 1:16 Setting up my sc...

โ–ถ Play video
hearty thistle
#

@somber heath is a genius

#

'hi())(' is a test-case that fails tho๐Ÿ˜ญ

#
    for e in string:
        
        if (e == '('):
            index += 1
        if (e == ')'):
            index -= 1
         # we do a negative check during the loop since that would automatically invalidate our parenthesis
        if (index < 0):
            return False:

    return index == 0```
#

I'm dumb my bad

#

oooooo

#

bruh, @somber heath you're a leetcode genius

#

It workedhyperlemon ๐Ÿ’ช ๐Ÿ’ฏ

#

Thank you!

#

Why was the solution so simple???

#

Prolly just dumb myself๐Ÿ˜ฉ ๐Ÿ˜ข

spring dune
#

why would there be help channels that are random like help-banana

hearty thistle
spring dune
hearty thistle
#

Yes, coding is for the lazy.

#

Software devs have it nicehyperlemon

#

Memory checks๐Ÿคก ๐Ÿ˜ซ lemon_ping

#

ic.

#

def valid_parentheses(s):
    try:
        re.compile(s)
    except:
        return False
    return True```
ebon sandal
#

@hearty thistlebruh

hearty thistle
#

This code works somehow lol.

#

Python is odd indeed.

hearty thistle
#

Copied from solution deck.

whole bear
#

how do i just reverse a string if its backwards?

somber heath
#

!e py text = "Hello, world." result = text[::-1] print(result)

wise cargoBOT
#

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

.dlrow ,olleH
somber heath
#

!d slice

wise cargoBOT
#

class slice(stop)``````py

class slice(start, stop[, step])```
Return a [slice](https://docs.python.org/3/glossary.html#term-slice) object representing the set of indices specified by `range(start, stop, step)`. The *start* and *step* arguments default to `None`. Slice objects have read-only data attributes `start`, `stop`, and `step` which merely return the argument values (or their default). They have no other explicit functionality; however, they are used by NumPy and other third-party packages. Slice objects are also generated when extended indexing syntax is used. For example: `a[start:stop:step]` or `a[start:stop, i]`. See [`itertools.islice()`](https://docs.python.org/3/library/itertools.html#itertools.islice "itertools.islice") for an alternate version that returns an iterator.
hearty thistle
#
newstr = ''
for i in range(len(str)):
  newstr.append(str[i])
  i--
#

Horrible solution tho.

#

Write a function validSolution/ValidateSolution/valid_solution() that accepts a 2D array representing a Sudoku board, and returns true if it is a valid solution, or false otherwise.

#

This is not fun.

#

Gtg. Appreciate the problem-solving help!

#

I'll frequent chat when I'm doin Python stuff.

whole bear
#
    global item
    def binary2text(text):
        ascii_codes = []
        if ' ' in text:
            ascii_codes = []
            text = text.split(' ')
            for item in text:
                if item != '':
                    item = int(item, 2)
                    ascii_codes.append(item)
        text = ''
        for item in ascii_codes:
            text += chr(item)
        return text
    def text2binary(text):
        all_together = ''
        ascii_codes = []
        global item
        for item in text:
            ascii_codes.append(ord(item))
        for code in ascii_codes:
            binary = ''
            for _ in range(8):
                item_remainder = code % 2
                code = code / 2
                item_remainder = int(str(item_remainder).split('.')[0])
                if item_remainder <= 0:
                    binary += '0'
                if item_remainder >= 1:
                    binary += '1'
            all_together += f'{binary[::-1]} '
        return all_together
    print(binary2text(text2binary('test')))
    break```
#

the first one only made it go from bin2asciicode this one goes from text 2 asciicode 2 binary and back

subtle stone
#

hi

warped raft
#

hello

#

@subtle stone

#

@muted hazel

subtle stone
#

what are we doing?

warped raft
#

chlling

#

do yo have a mic

#

you

subtle stone
#

i don't have permission yet and the mac mic tends to pick up alot of background noise.

warped raft
#

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

warped raft
#

go here

#

and tell me what you need more

subtle stone
#

messages

warped raft
#

ok than go shed an chat with me

#

but don't pam

#

spam

subtle stone
#

which chat?

warped raft
#

hello @somber heath

#

how are you doing

subtle stone
#

greetings

warped raft
#

so you slept for only three houes

#

rs

subtle stone
#

i woke up at 4 and broke some glass ๐Ÿ˜ฆ

warped raft
#

sorry to hear that

subtle stone
#

yes i have to get a new one

#

a table glass

#

maybe tier 2 are windows , bay/wall windows are tier 4

wind raptor
wind raptor
rugged root
#

Start from there and start scrolling down

subtle stone
#

this has sparked my likeness for aircrafts

subtle stone
#

what are these?

round cedar
#

ai generated images

rugged root
#

"art deco poster, flying the flag of peace against the oncoming invaders"

peak copper
subtle stone
#

is it that u like art or just the software matt?

peak copper
subtle stone
#

planes are sick!

rugged root
#

"water color painting, two old ladies sitting on a bench, feeding birds, drinking coffee, and chatting about their grandchildren"

subtle stone
#

ouuu, blackbird concepts?

peak copper
cunning monolith
#

How ai is generating it ?

peak copper
brave steppe
cunning monolith
brave steppe
#

Math

subtle stone
#

that concept reminds me of the viggen

#

hmmm seems i shared it wrong

rugged root
#

Kind of looks like that plane separates in the center

subtle stone
#

i does

#

it

rugged root
subtle stone
#

i enjoyed the new song from them

#

but i have been dabbling in my gorrilaz classics as usual

rugged root
subtle stone
#

xd

#

it gets a little more interesting as i look at the trees

#

send the cats in space mate

rugged root
peak copper
subtle stone
#

needs more cats

peak copper
rugged root
#

"A bowl of soup that looks like a monster knitted out of wool"

peak copper
subtle stone
#

wool bowl reminds me of little big planet

#

im waiting till i get out of voice lock to start learning , i dislike coding alone

subtle stone
#

mate ive done worse to my mic

rugged root
icy axle
subtle stone
#

cup of emissions mmmmhm

rugged root
subtle stone
#

i mistook this for actual art

cunning monolith
icy axle
#

Just not drawn by a human

icy axle
rugged root
subtle stone
#

we are art :p

#

ty

#

i am free'd from my shackles

#

feels good

rugged root
#

"A beaver building a dam in a lava flow in the style of The Far Side by Gary Larson"

peak copper
rugged root
#

One of my all time favorite strips from The Far Side

subtle stone
#

whats a good starter project

rugged root
#

!kindling

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.

cunning monolith
#

Anyone wanna play chess?

#

online

rugged root
zenith radish
# gentle flint

Incorrect awaits means that things don't happen in the order that you expect them to.

wheat latch
rugged root
zenith radish
#

Anokhi looks nothing like what I imagined

sweet lodge
rugged root
#

Pretty spot on for what I thought

#

Didn't expect glasses, though

sweet lodge
lavish rover
#

in class: 1 + 1 == 2
homework: find the derivative of atan(x)

zenith radish
#

2500 lines of owofication

#

and none of the cool features

subtle stone
#

so mean

#

xd

peak copper
sweet lodge
#

Right above the table

zenith radish
#

but u said explain

#

wtf

wheat latch
#

@mild quartz

#

is this good

gentle flint
zenith radish
#

oh

#

one sec

gentle flint
#

I admit it was slightly unclear

zenith radish
mild quartz
rugged root
#

@wheat latch What's your question

wheat latch
rugged root
#

Gotcha. Might as well write it out so it can be answered after this explanation

mild quartz
rugged root
#

@subtle stone Your mic was open

#

Moved you to AFK so we didn't have to listen to the background talk

cosmic lark
#

hey @zenith radish you familiar with pytorch and clip?

rugged root
unique wyvern
#

a = b = a swaps variables in pony

rugged root
#

<>

unique wyvern
#

:=

lavish rover
#

Guess my headphones busted

gentle flint
#

rip

zenith radish
fierce sable
#

The mountain goat (Oreamnos americanus), also known as the Rocky Mountain goat, is a hoofed mammal endemic to mountainous areas of western North America. A subalpine to alpine species, it is a sure-footed climber commonly seen on cliffs and ice.
Despite its vernacular name and both genera being in the same subfamily (Caprinae), the mountain goat...

#

here's a wikipedia link

zenith radish
terse needle
rugged root
#
let list = [1; 2; 3; 4; 5]
for i in list do
   printf "%d " i
ebon sandal
zenith radish
ebon sandal
terse needle
rugged root
fierce sable
#

what is that language?

south bone
rugged root
#

@ebon sandal Your typing is coming through

ebon sandal
#

omg i forgot

rugged root
wheat latch
faint ermine
whole bear
#

is anyone talking

tidal phoenix
#

!voiceverify

#

uhm

#

im here to learn basic python

#

yes im so new

#

no

#

sorry

#

i got distracted

#

nope

#

im here to find someone to teach me

#

python

#

for renpy

#

๐Ÿ™„

#

why not

#

because im sweet

#

am i what

#

why not

#

hate this place

#

grrrr

#

well your job can be to help me

#

how am i being unreasonable

#

why not

#

you're not doing work rn ๐Ÿ™„

#

wow

#

so youre not even

#

a pythoner

#

grrr

#

@fickle sinew hello

#

i am going on strike

#

because

#

why not

#

@vocal coyote hi

fickle sinew
#

why u r invisible?

tidal phoenix
fickle sinew
#

u r in v chat ya?

tidal phoenix
#

i am being heinously berated

#

i can not speak

#

i am being held hostage

#

@vocal coyote we cant help you sweetie

fickle sinew
#

so why i cant see ya ;/

tidal phoenix
fickle sinew
#

if u r in voice chat

ebon sandal
tidal phoenix
fickle sinew
#

finally understand.. ๐Ÿ™‚

tidal phoenix
#

@finite dew do you know how to code in python

tidal phoenix
fickle sinew
#

im awful i know

#

nope

tidal phoenix
#

do you know how to code @fickle sinew

fickle sinew
#

yeah...

#

need some help?

tidal phoenix
fickle sinew
#

ok whats your problem

tidal phoenix
fickle sinew
#

ok....

tidal phoenix
#

for renpy

#

im making a visual novel

fickle sinew
#

ill be back in a second wait

#
#

u can learn from w3 school

lethal thunder
#

Learn how to use Pygame to code games with Python. In this full tutorial course, you will learn Pygame by building a space invaders game. The course will help you understand the main game development concepts like moving characters, shooting bullets, and more.

๐Ÿ’ป Code: https://github.com/attreyabhatt/Space-Invaders-Pygame

๐ŸŽฅ Course created by bu...

โ–ถ Play video
#

@hardy cloud

wheat latch
#

`model = Sequential()
model.add(Conv2D(64, kernel_size=4, activation="relu", input_shape = (256,256,3)))
model.add(MaxPooling2D(4,4))

model.add(Conv2D(32, kernel_size=3, activation="relu", padding="same"))
model.add(MaxPooling2D(3,3))

model.add(Conv2D(32, kernel_size=3, activation="relu", padding="same"))
model.add(MaxPooling2D(3,3))

model.add(Flatten())
model.add(Dense(32))
model.add(Dense(5, activation='softmax'))`

faint ermine
#
noisy_img = img + np.random.normal(mean, std, img.shape)
noisy_img_clipped = np.clip(noisy_img, 0, 255)
sturdy panther
#

Seeing zeroes is always neat.

hearty thistle
#

Odd question but could someone look at a trailing zeroes problem?

#
    index = 0
    while power < n:
        index += int(n / power)
        power *= 5  
    return index
        ```
#

Don't know why this works for getting trailing zeroes for n factorial.

spring dune
#

@somber heath i finally got to speak

somber heath
sturdy panther
#

Not a fan of that face

#

@rugged root How did you get the six cells in the second last column?

#

Oh, nevermind. Got it.

wheat latch
#

model.summary

ebon sandal
#

@jagged islandthey have having some serious conversation

#

lets just hear them

whole bear
tidal phoenix
whole bear
tidal phoenix
whole bear
whole bear
tidal phoenix
whole bear
whole bear
tidal phoenix
whole bear
jagged island
#

The Emperor gets a bad phone call from Darth Vader.

SUBSCRIBE: http://bit.ly/AdultSwimSubscribe

About Robot Chicken:
Robot Chicken is Adult Swim's long-running stop-motion animated homunculus of a sketch show. Witness sex, violence and 80's toy references collide through fan-favorite characters like the Humping Robot and the beloved Robot Chic...

โ–ถ Play video
exotic sail
#

I want a hug ๐Ÿฅบ

sweet lodge
hardy cloud
whole bear
#

Lmaooooooo

#

LMAOOOOOOO

#

Get exposed

#

Its from another server, but here, you can use grabify on the stupid scammers on discord

#

Dont forget to grab the scammers IP on the way

latent zealot
#

Steam guard and password reset emails used to include an ip in them, now they just include a location, but still was fun to use that

whole bear
#

Lol they didnt do anything to steam

#

I dont fall for those tricks, ive seen the worst things before

latent zealot
#

yeah you didn't let them get that far

whole bear
#

But hey i got thier IP

#

Exposed them on the server they had in common with me

latent zealot
#

I've got a tally on a whiteboard next to my desk, I'm currently 10-0 for me vs discord scammers since like a year ago

whole bear
#

Helps dumping the trash well :b

#

Imma go one step further probably and program a virus they download on the click of the grabify link

#

XDDDDDDD

#

It whould be funny

#

Something like a shutdown command

#

That executes once the file is executed

latent zealot
#

I wouldn't go to that btw

#

it's not malicious, but it's annoying

latent zealot
# whole bear

honestly though, this seems a bit interesting considering the user agent is DiscordBot

whole bear
#

I was guessing its his computer name?

latent zealot
#

Nah, the user agent is usually used to tell what the actual client is that is making the request

#

For example, if I open a webpage in Firefox, my user agent is

Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0
#

Tells the firefox version, I'm running Linux with X11, stuff kinda like that

whole bear
#

Got that as a responce

#

Oof google

latent zealot
#

So whatever's making that request is probably an application or script that also makes http requests to discord as a bot

whole bear
#

pain

latent zealot
#

Or it could just be Discord services making that request

#

That's a very good possiblility

whole bear
#

It came from google

#

Oof

#

I dont know if discord checks these things

latent zealot
#

The crawl-35-237-4-214.ptr.discord.com kinda hints me in that direction

latent zealot
whole bear
#

Hmmm

#

I never seen google interfere with those ip grab before

#

Wierd

#

I think google has lost nothing in there

#

:b should keep thier noses off

#

Waiiiitttt

#

Since discord doesnt encode anything, that means maybe that info got taken by google and checked in the back

#

Afterwarts

#

And discords privacy is horrible too

#

Maybe its that?

latent zealot
#

I believe Discord uses google for some of it's services

#

Or they just use google as their ISP, but most likely they just use google services

#

Yep, just tried it with a new link, that's discord's services requesting to the site to get information about it

#

Your scammer probably just ignoredit

whole bear
#

Sadde

latent zealot
#

truly

whole bear
#

Il get him next time :

#

Heh

#

Then connect the grabber to it :b

latent zealot
#

one of these day's i'm just gonna make a throwaway steam account and the second they DM me give them the credentials

whole bear
#

Lmaooo

#

We should team up and find the funniest crap ever

#

We can do to them

lavish rover
somber heath
#

Assembly: It's sugar for logic gates.

#

Logic gates: It's sugar for electronics.

hearty thistle
#

tfw Codewars๐Ÿ˜ญhyperlemon

wind raptor
somber heath
lavish rover
wind raptor
somber heath
#

Upper right and lower left.

somber heath
somber heath
stuck comet
#

$ exec bash
$ echo "Hello"

lavish rover
#
bash -c 'echo "hello"'
#

function run_in_bash() {
    bash -c "source ~/.profile; $1"
}

run_in_bash "echo 'hello world'"
lethal thunder
languid locust
#

hello @somber heath

#

a

#

.

restive latch
molten pewter
#

็„šๆ›ธๅ‘ๅ„’ fรฉnshลซ kฤ“ngrรบ

#

The burning of books and burying of scholars (Chinese: ็„šๆ›ธๅ‘ๅ„’; pinyin: fรฉnshลซ kฤ“ngrรบ), also known as burning the books and executing the ru scholars, refers to the purported burning of texts in 213 BCE and live burial of 460 Confucian scholars in 212 BCE by the Chinese emperor Qin Shi Huang of the Qin dynasty. This was alleged to have destroyed ph...

south wing
#

still cant talk argghhh

gentle flint
#

well if you keep not chatting in text chat that's not so strange

#

you did retry verifying?

#

@south wing

south wing
#

ig

gentle flint
#

you guess?

#

did you or did you not retry verifying?

warped raft
#

hello @wind raptor

#

how are you doing

#

i am not fine

#

how to enable bluetooth on win 10

#

ok

#

desktop

#

i don't know

#

i think the motherboard doesn't

#

support bluetooth

#

i bought a bluetooth

#

headphone

sturdy panther
#

I always thought it is 1:2.

warped raft
#

but i don't have a bluetooth

#

i need to cry

#

because i am an idiot

#

i know

#

i know

#

yes mine has one

sturdy panther
#

There is using the phone client.

warped raft
#

but it doesn't have mic support on aux

#

i have a wireless keyboard

#

do you know trs and trrs

sturdy panther
#

Haven't had any problems with Bluetooth keyboard latency.

warped raft
#

bye

gritty garnet
#

good

#

:p

#

what language is this? ๐Ÿ‘€

vast fog
terse needle
vast fog
#

a couple random ones

ebon sandal
vast fog
#

van gogh style

#

brb

wind raptor
ebon sandal
#

you paid for them or are tehy free version?

wind raptor
#

Student license

ebon sandal
#

aah

terse needle
#
%macro offset 1
    mov al, [r8]
    add al, %1
    mov [r8], al
%endmacro

%macro move 1
    mov rax, r8
    add rax, %1
    mov r8, rax
%endmacro

%macro io 1
    mov rax, %1
    mov rdi, %1
    mov rsi, r8
    mov rdx, 1
    syscall
%endmacro

%macro loop_start 1
.LOOP_%1:    mov al, [r8]
    cmp al, 0
    jz .LOOP_%1_EXIT
%endmacro

%macro loop_end 1
    mov al, [r8]
    cmp al, 0
    jnz .LOOP_%1
.LOOP_%1_EXIT:
%endmacro

section .text
   global _start

_start:
    mov r8, msg

    io 0
    io 1

    mov rax, 60
    mov rdi, 0
    syscall

section .bss
    msg:    resb 1024

the generated asm from ,. in bf

wind raptor
molten pewter
sour imp
#

Deaf singer follows her dreams and earns a Golden Buzzer from Simon Cowell with her original song "Try."
ยป Get The America's Got Talent App: http://bit.ly/AGTAppDownload
ยป Subscribe for More: http://bit.ly/AGTSub
ยป America's Got Talent Tuesdays 8/7c on NBC!
ยป Stream on Peacock: https://pck.tv/3cCQGhH

AMERICA'S GOT TALENT ON SOCIAL
Like AGT: htt...

โ–ถ Play video
trail mural
#

hi

molten pewter
#

The legality of abortion in the United States is subject to individual U.S. state laws. From 1973 to 2022, Supreme Court rulings in Roe v. Wade (1973) and Planned Parenthood v. Casey (1992), respectively, created and maintained federal protections for a pregnant woman's right to get an abortion, ensuring that states could not ban abortion prior ...

wind raptor
#

Good luck with your rebuttal @cerulean ridge

cerulean ridge
terse needle
molten pewter
molten pewter
#

We blog to help convince foreigners to come to Taiwan and teach them how to survive here. Run by US expats. ๆˆ‘ๅ€‘ๆ˜ฏๅฐ็ฃ็š„ๅค–ๅœ‹ไบบ๏ผๆˆ‘ๅ€‘้€้Ž้ƒจ่ฝๆ ผๅนซๅŠฉๅค–ๅœ‹ไบบไบ†่งฃๆ€Ž้บฝๅœจๅฐ็ฃ็”Ÿๅญ˜ๅŠๆ—…้Š๏ผ๏ผˆ็พŽๅœ‹ไบบ็ฎก็†๏ผ‰

Followers

14878

Tweets

18198

trail mural
#

thanks for reminding me to charge my phone...

molten pewter
#

Got to go to sleep, night.

full marsh
#

Yo i can't unmute

#

@hardy cloud

#

Which lang are you learning

jolly ravine
#

can i joind

hardy cloud
#

yes u can

jolly ravine
#

thanks

#

are u a problem solver

#

but im not

#

can i do that problem

#

open the screen when you submit

#

Cre

#

can i ask me about these Working with Textual Data and Integers and Floats - Working with Numeric Data and Lists, Tuples, and Sets and Dictionaries - Working with Key-Value Pairs

dark flower
jolly ravine
#

hey

#

i have no idea to this

naive valve
#

@midnight agate since when you begin to work with python.

naive valve
#

yes

#

@midnight agate
I am watching

snow plover
#

If someone can help me pls

old wagon
#

hello there

gentle flint
#

@clear pagoda how come you're always just sitting alone in voice chat?

ebon sandal
gentle flint
#

hmmm

frosty star
#

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

clever relic
#
    vars = [['xmin', Xmin, Xmax], ['xmax', Xmin, Xmax], ['ymin', Ymin, Ymax], ['ymax', Ymin, Ymax],['zmin', Zmin, Zmax], ['zmax', Zmin, Zmax]]
    valids = {}
    for i in vars:
         while valid == False:
            inp = input("Enter the "+i[0]+': ')
            check = False
            if inp == '':
                print('Missing input!')
                check = True
            if check!=True:
                try:
                    int(inp)
                    if int(inp) <= i[2] and int(inp) >= i[1]:
                        valids[i[0]] = int(inp)
                        # valid = True
                    else:
                        print('Out of range!')
                except:
                    print('is not valid')```
somber heath
#

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

somber heath
#

Suggestion: Review what is meant by "bare except" and why a bare except is a bad idea.

faint ermine
#

!except-pass

wise cargoBOT
#

A key part of the Python philosophy is to ask for forgiveness, not permission. This means that it's okay to write code that may produce an error, as long as you specify how that error should be handled. Code written this way is readable and resilient.

try:
    number = int(user_input)
except ValueError:
    print("failed to convert user_input to a number. setting number to 0.")
    number = 0

You should always specify the exception type if it is possible to do so, and your try block should be as short as possible. Attempting to handle broad categories of unexpected exceptions can silently hide serious problems.

try:
    number = int(user_input)
    item = some_list[number]
except:
    print("An exception was raised, but we have no idea if it was a ValueError or an IndexError.")

For more information about exception handling, see the official Python docs, or watch Corey Schafer's video on exception handling.

faint ermine
#
check = False
if inp == '':
     print('Missing input!')
    check = True
if check!=True:

->

if inp == '':
     print('Missing input!')
else:
clever relic
#
    valid = False
    vars = [['xmin', Xmin, Xmax], ['xmax', Xmin, Xmax], ['ymin', Ymin, Ymax], ['ymax', Ymin, Ymax],['zmin', Zmin, Zmax], ['zmax', Zmin, Zmax]]
    valids = {}
    for i in vars:
         while valid == False:
            inp = input("Enter the "+i[0]+': ')
            if inp == '':
                print('Missing input!')
            else:
                try:
                    if int(inp) <= i[2] and int(inp) >= i[1]:
                        valids[i[0]] = int(inp)
                        # valid = True
                    else:
                        print('Out of range!')
                except:
                    print('is not valid')

faint ermine
#
result = int(inp)
if result <= i[2] and result  >= i[1]:
    valids[i[0]] = result
clever relic
#
    valid = False
    vars = [['xmin', Xmin, Xmax], ['xmax', Xmin, Xmax], ['ymin', Ymin, Ymax], ['ymax', Ymin, Ymax],['zmin', Zmin, Zmax], ['zmax', Zmin, Zmax]]
    valids = {}
    for i in vars:
         while valid == False:
            inp = input("Enter the "+i[0]+': ')
            if inp == '':
                print('Missing input!')
            else:
                try:
                    res = int(inp)
                    if res <= i[2] and res >= i[1]:
                        valids[i[0]] = res
                        # valid = True
                    else:
                        print('Out of range!')
                except:
                    print('is not valid')```
#

buildPossibleAnswers([2,-3,1],-9, 9, -9, 9, -9, 9)

frosty star
#

see ya guys will come back later ~

faint ermine
#

while not valids.get(i[0]):

#

!d dict.get

wise cargoBOT
#

get(key[, default])```
Return the value for *key* if *key* is in the dictionary, else *default*. If *default* is not given, it defaults to `None`, so that this method never raises a [`KeyError`](https://docs.python.org/3/library/exceptions.html#KeyError "KeyError").
honest vortex
#

i think you could use pointers to make it easy right?

#

it might be longer, but easy to write tho right?

faint ermine
honest vortex
#

anybody know how to program robots using ROS?

lavish moss
#

30

#

21

honest vortex
#

wait what

#

how do you bypass voice chat?

lavish moss
#

iyes

#

yes

faint ermine
#

@whole bear chat here not DMs

honest vortex
#

dam that's cool, does a bot do that

#

?

#

how do you set it up

#

what is the repo called

faint ermine
honest vortex
#

wait what happens if you pay someone to help for homework

faint ermine
#

!rule 9

wise cargoBOT
#

9. Do not offer or ask for paid work of any kind.

honest vortex
#

say i want someone to help me with a java project, can i not pay them to do it if i met them through this server?

#

you should make by laws for the server at this point imo, it's gotten too big to control such things

faint ermine
#

!rules

wise cargoBOT
#

The rules and guidelines that apply to this community can be found on our rules page. We expect all members of the community to have read and understood these.

low matrix
#

Hi guys. I can't turn on mice in VCs. How can I fix it?

frosty star
#

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

low matrix
#

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

low matrix
tawdry fossil
#

don't expect me to talk lol

frosty star
low matrix
#

Okay, thanks

low matrix
frosty star
#

๐Ÿค”

somber heath
#

You remember what you use often enough.

low matrix
tawdry fossil
tawdry fossil
frosty star
#

@low matrix

low matrix
low matrix
tawdry fossil
somber heath
#

50 million messages sounds like a lot.

low matrix
low matrix
tawdry fossil
tawdry fossil
low matrix
austere linden
#

@midnight agate:
/opt/anaconda3/envs/DL-env/bin/python3

#

source ./opt/anaconda3/envs/DL-env/bin/python3

rugged root
#

@molten pewter Dodged question. Going to assume not employed

frosty star
low matrix
frosty star
#

I believe the record was under 25 minutes ๐Ÿค”

whole bear
#

Hello

#

hello @rugged root @somber heath

somber heath
#

!e ```py
import threading
import time

def target():
1 / 0

thread = threading.Thread(target=target)
thread.start()
time.sleep(1)
print("hello")```

wise cargoBOT
#

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

001 | Exception in thread Thread-1 (target):
002 | Traceback (most recent call last):
003 |   File "/usr/local/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
004 |     self.run()
005 |   File "/usr/local/lib/python3.11/threading.py", line 975, in run
006 |     self._target(*self._args, **self._kwargs)
007 |   File "<string>", line 5, in target
008 | ZeroDivisionError: division by zero
009 | hello
frosty star
#

Haaay

#

Beep boop

#

Boo boo bap

rugged root
whole bear
#

@molten pewter Hello

molten pewter
#

what up?

whole bear
#

all fine

somber heath
whole bear
#

Hemlock I'm creating a table rpg bot I wanted to send you but it's too big @rugged root

whole bear
#

i love this music

steel lodge
#

what is Neovim??

whole bear
frosty star
#

Love it

whole bear
#

taxes on brazil are 37 % of the salary

honest pier
#

bruh

rugged root
sleek plover
#

lol i just got jump scared

#

you talked suddenly

whole bear
#

in brazil many data are masked with other names for example: not another index of mizeria but rather an index of food instability

trail mural
#

hi vc0

whole bear
#

Hello

trail mural
#

Mr Hemlock if you see when it was installed and see what else was installed then

dusky mortar
#

without license you mean

honest pier
#

they can't do that, it's illegal

dusky mortar
#

ill legal

clever relic
#

i love this dogo

sweet lodge
#

I use Arch Linux BTW, BTW

clever relic
#
def computeError(a, k):
    result = {}
    equation = 0
    for i in a:
        if coeff[1] < 0:
            equation = equation - (coeff[1] * i[1])
        else:
            equation = equation + (coeff[1] * i[1])
        if coeff[2] < 0:
            equation = equation - (coeff[2] * i[2])
        else:
            equation = equation + (coeff[2] * i[2])
        result[str(i)] = equation
    return result```
sweet lodge
#

Where highlight?

clever relic
#

2x-3y+z

#

[2,-3,1]

clear pagoda
sweet lodge
#

i'm not a bot

#

๐Ÿ‘€

gentle flint
#

and are you now really in vc?

#

or is it just your laptop

shy elk
#

V

icy axle
sweet lodge
#

!tags dashmpip?

rugged root
sweet lodge
#

Or am I misunderstanding the problem?

icy axle
sweet lodge
sweet lodge
#

OH it works now!

#

nice

cunning monolith
sweet lodge
cunning monolith
#

ok

#

Simply install it without selecting anything right ?

sweet lodge
#

@rugged root stop selling yourself short

rugged root
#

!paste

wise cargoBOT
#

Pasting large amounts of code

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

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

cunning monolith
#

m = lambda self, *args, **kw: func(self, *args, **kw)
TypeError: CCompiler_spawn() got an unexpected keyword argument 'env'
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for numpy
Failed to build numpy
ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects

icy axle
rugged root
#

py -m pip install -U pip

#

!stream 742046782220927007

wise cargoBOT
#

โœ… @cunning monolith can now stream until <t:1659977693:f>.

rugged root
#

py -m pip install -U distutils

#

py -m pip install -U setuptools

sweet lodge
#

You can sing

#

Just mute first

whole bear
#

good idea

rugged root
#

@cunning monolith It looks like it installed numpy properly

sweet lodge
#

Why are you trying to memorize things?

rugged root
#

@cunning monolith Can you toss me the error about numba again?

cunning monolith
#

File "C:\Users\Akshi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\librosa_init_.py", line 209, in <module>
from . import core
File "C:\Users\Akshi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\librosa\core_init_.py", line 5, in <module>
from .convert import * # pylint: disable=wildcard-import
File "C:\Users\Akshi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\librosa\core\convert.py", line 7, in <module>
from . import notation
File "C:\Users\Akshi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\librosa\core\notation.py", line 8, in <module>
from ..util.exceptions import ParameterError
File "C:\Users\Akshi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\librosa\util_init_.py", line 77, in <module>
from .utils import * # pylint: disable=wildcard-import
File "C:\Users\Akshi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\librosa\util\utils.py", line 9, in <module>
import numba
File "C:\Users\Akshi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\numba_init_.py", line 206, in <module>
ensure_critical_deps()
File "C:\Users\Akshi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\numba_init
.py", line 146, in _ensure_critical_deps
raise ImportError("Numba needs NumPy 1.22 or less")
ImportError: Numba needs NumPy 1.22 or less

gentle flint
whole bear
#

defenestrar