#voice-chat-text-0

1 messages Β· Page 106 of 1

somber heath
#

I asked how you would approach the problem if the file were a sheet of paper.

slow venture
#

Hi guys!

#

hey opal hey Yu!

gray kraken
whole bear
#

hi

somber heath
#

Physically, what would the steps be?

spiral sierra
#

erase the 'i' and write U

somber heath
#

Are you reading the text on the page at all?

slow venture
#

how is everyone πŸ˜„

gray kraken
spiral sierra
#

no I won't read everything

slow venture
somber heath
#

So, aside from the U, are you writing anything else?

slow venture
#

just trying to get part B of my code to work for this assessment

somber heath
#

@azure vaporπŸ‘‹

whole bear
somber heath
#

@reef crescentπŸ‘‹

spiral sierra
whole bear
gray kraken
#

data structures and algorithms

vocal basin
# somber heath Physically, what would the steps be?

(translating the code)
read lines and write each one on a separate pieces of paper
take the first piece
cut it in three parts
glue it with a new small piece of paper containing "U" (throw away the middle part)
go to the original sheet of paper
glue pieces of paper back on the original
cut off whatever is left on the original
(why would there be anything left if we just "overwrote" it? yes)

gray kraken
#

like return the median of the given link list

#

it can be a question XD

azure vapor
#

hey I have issues in my project so is there anyone who have worked using tkinter library and can help me in my project

whole bear
vocal basin
somber heath
#

@spiral sierra How would you write this with only f.write and f.seek calls in your with block?

vocal basin
gray kraken
#

yeah but i just gave the question as for eg of DSA i was not sure it you asking acc to amazon only xD

#

nvm

vocal basin
spiral sierra
#

completed

azure vapor
#

@whole bear can you suggest me the channel coz i m quite beginner and i thought everyone here are solving some issues

somber heath
whole bear
# spiral sierra completed

can you tell me alex that what are your skills to be hired in the amazon. forexamole TOEFL Python MONGODB and etc ...?

spiral sierra
#

with open('insight.txt', 'r+') as f:
f.seek(2)
f.write('U')

azure vapor
#

thanks @somber heath

somber heath
whole bear
spiral sierra
somber heath
somber heath
#
This is a beautiful world.```
slow venture
spiral sierra
#

worked

#

yes bro

whole bear
somber heath
#

Do you enjoy how much simpler this technique is vs ChatGPT's implementation?

vocal basin
# spiral sierra

try with "ThΡ–s is a beautiful world" (copy-paste this exact line)

somber heath
#

Okay, assuming we don't have to worry about codec bullshit. lol

vocal basin
whole bear
#

oh nice.

spiral sierra
#

yeah

whole bear
#

alex can you tell me how old are you ? lol if you want to

somber heath
#

@golden prismπŸ‘‹

somber heath
#

@tired oarπŸ‘‹

whole bear
spiral sierra
#

wbu

whole bear
#

17

whole bear
spiral sierra
#

I wouldn't do that

golden prism
#

hi there

whole bear
#

hi

spiral sierra
#

idk they just asked questions that I had solved previously

#

I wouldn't say high iq

whole bear
somber heath
#

@digital valveπŸ‘‹

spiral sierra
#

No anyone can do it, you don't need very high iq

digital valve
#

hello

vocal basin
#

is it caching anything?

#

I had problems with long compilation in some contexts because caching was non-existent

whole bear
vocal basin
whole bear
vocal basin
#

IQ results are very good at predicting IQ results

spiral sierra
#

maybe it's wrong

vocal basin
spiral sierra
#

notepad?

vocal basin
vocal basin
#

or just cat

vocal basin
vocal basin
somber heath
spiral sierra
#

you can be good at iq tests if you keep doing em

vocal basin
whole bear
digital valve
#

bonjours j'ai le droit de poser une quesrtion si sa aucun rapport avec le live ? je suis franΓ§ais je ne comprend pas l'anglais je le translate

spiral sierra
somber heath
whole bear
#

Alex i have another thing to ask you (sorry i just asked you many questions). what was your routine plan to reach in this place (each skill you have now)?

somber heath
#

@pine flintπŸ‘‹

#

@hallow pagodaπŸ‘‹

digital valve
#

@midnight agateSorry I'm French I don't understand English..I have a small question but I'm going to be off topic..

hallow pagoda
#

hi

whole bear
digital valve
#

@midnight agate I would like to add permissions on a ".clear" command on my bot discord, should I do that?

spiral sierra
digital valve
#

@midnight agate

whole bear
spiral sierra
#

for interview

#

that won't make you a good dev

rugged root
#

!stream 1063370239196278856

wise cargoBOT
#

βœ… @scenic quiver can now stream until <t:1679924978:f>.

whole bear
vocal basin
spiral sierra
#

you just need to learn to google search to become a dev

digital valve
#

@vocal basin channel.prune ?

#

but where should I put it? it doesn't fit like I did?

whole bear
whole bear
#

goodbye

vocal basin
#

I wrote the wrong word

#

channel.purge

rugged root
spiral sierra
digital valve
#

@vocal basinyou didn't understand, I just want the basic user not to have access to my command, I would like to put a permission on this command for example

somber heath
#

@languid cragπŸ‘‹

#

@lusty lotusπŸ‘‹

#

@feral oyster@reef crescentπŸ‘‹

#

Kite club. For people who want to fly kites.

#

"DO NOT TALK ABOUT KITE CLUB!"

rugged root
#

!stream 1063370239196278856

wise cargoBOT
#

βœ… @scenic quiver can now stream until <t:1679925415:f>.

vocal basin
#

@scenic quiver memory/speed there is quite random

#

don't rely on it

#

don't take it seriously in general
if you want proper memory/speed measurement, do it where you control it

#

!d collections.Counter

wise cargoBOT
#

class collections.Counter([iterable-or-mapping])```
A [`Counter`](https://docs.python.org/3/library/collections.html#collections.Counter "collections.Counter") is a [`dict`](https://docs.python.org/3/library/stdtypes.html#dict "dict") subclass for counting [hashable](https://docs.python.org/3/glossary.html#term-hashable) objects. It is a collection where elements are stored as dictionary keys and their counts are stored as dictionary values. Counts are allowed to be any integer value including zero or negative counts. The [`Counter`](https://docs.python.org/3/library/collections.html#collections.Counter "collections.Counter") class is similar to bags or multisets in other languages.

Elements are counted from an *iterable* or initialized from another *mapping* (or counter):

```py
>>> c = Counter()                           # a new, empty counter
>>> c = Counter('gallahad')                 # a new counter from an iterable
>>> c = Counter({'red': 4, 'blue': 2})      # a new counter from a mapping
>>> c = Counter(cats=4, dogs=8)             # a new counter from keyword args
vocal basin
#

or sorting

scenic quiver
#

oops! It ended again?

#

I got some work now

vocal basin
#

power went out for a moment

scenic quiver
#

I will be back soon

rugged root
#

!stream 317279909112446976 30s

wise cargoBOT
#

βœ… @somber heath can now stream until <t:1679925892:f>.

rugged root
#

See you then

vocal basin
#

what

#

ok

rugged root
#

!stream 264054779888533515 30s

wise cargoBOT
#

βœ… @vocal basin can now stream until <t:1679926004:f>.

vocal basin
#

still showing live

#

it lagged for a moment

somber heath
#

@valid siloπŸ‘‹

vocal basin
somber heath
#

@mint inletπŸ‘‹

vocal basin
#

ig that just happens

warped raft
#

@vocal basin down for some clash of code

mint inlet
vocal basin
#

last time I was able to mute soundboard, I was in a VC of another server
now it just doesn't work

#

and it was laggy

#

1~2 s delay

#

and same for typical mute

#

now mute is fast

warped raft
somber heath
warped raft
#

i am there

vocal basin
#

what

#

something went wrong

warped raft
#

start s new one

warped raft
#

this is hwerre

vocal basin
#

I didn't find (re)format there

#

rtf, I guess

#

a spider is looking at me

#

it ran away

somber heath
vocal basin
vocal basin
rugged root
warped raft
#

my network is thrash

vocal basin
#

*distracting*

warped raft
#

see up it 's going to coming landing on you

somber heath
#

@placid talonπŸ‘‹

placid talon
#

i cant spea

#

k

somber heath
#

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

vocal basin
placid talon
#

i wanna spea guysπŸ˜†

#

is there anyway to speak without passing 3 days

#

oh ok so just 50 messages is all i need to speak

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied timeout to @placid talon until <t:1679928562:f> (10 minutes) (reason: duplicates rule: sent 4 duplicated messages in 10s).

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

warped raft
#

this f thing form ating

#

that is so cik

#

scik

vocal basin
#

C# has that too

warped raft
#

anyways see you alter

#

got go to have dinner

vocal basin
#
$"{this}"
#

and in js

`${this}`
warped raft
#

wish java have something that

#

like that

#

bye everybody

vivid palm
#

!tvmute 846649498092175360 "2 weeks" Spamming messages to up your message count is not the way to get voice verified. You can still join voice channels without being verified; you just have to get some legitimate server activity in order to get verified.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied voice mute to @placid talon until <t:1681137678:f> (14 days).

rugged root
#

Ninja

#

Every time

#

Was writing it up

vivid palm
#

lol sorry i waited a bit but figured you were typing smth else

rugged root
#

All good all good

#

I'm slow today

#

Slept like crap

scenic quiver
vivid palm
#

hello!

somber heath
#

Pff. Fair enough.

rugged root
#

!stream 163839418623459330

wise cargoBOT
#

βœ… @obsidian dragon can now stream until <t:1679929388:f>.

obsidian dragon
#

@rugged root try to CTRL+F5 should reload faster

rugged root
#

~13 second load

amber raptor
terse light
#

@obsidian dragon check out Insomnia

amber raptor
placid talon
#

hi

rugged root
#

Yo

sweet lodge
#

Those are some long branches

amber raptor
sweet lodge
somber heath
#

@twin zinc Your audio is very quiet.

#

It's difficult to hear you clearly.

rugged root
#

@twin zinc We can hear you, I do know about RaspberryPi's

obsidian dragon
twin zinc
#

Can I dual boot
WIN11 + Raspberry Pi + Ubuntu or Arch Linux

rugged root
twin zinc
#

If I got a 2tb hdd + a 500gb hdd

rugged root
#

Is the Raspberry Pi something you got from school?

#

Or is it for class?

#

Because they might tell you what you need to have on your Raspberry Pi

obsidian dragon
#

I would say choose an OS based on your end goal, what is your goal?

twin zinc
# rugged root Or is it for class?

Well I need to buy it, myself + They are saying that python and java both are good but they will teach java robotics and we have learn raspberry PI on our own

twin zinc
#

Well I have gone for several coding competitions based on python from my school so if I fail then I will be embarrassed

rugged root
somber heath
#

Concept, polish. Concept, polish.

#

WinRar?

twin zinc
#

I got 2.5tb Hard Disk

somber heath
#

πŸ₯‡πŸ“’πŸ‘’πŸ¦™πŸ‘

twin zinc
#

chill

somber heath
#

I refuse.

twin zinc
#

@rugged root Will you guide me on raspberry Pi

#

Like help me in problems

#

Yes

#

I am 13

sour willow
rugged root
#

We were talking about WinAmp

somber heath
sour willow
#

wazzup hem

twin zinc
#

I got ir

#

it

rugged root
rugged root
sour willow
twin zinc
#

Like identifiers or something?

#

Oh thank you

twin zinc
#

I am just watching a video on raspberry pi car robot

#

Like a fuse of a bulb?

#

Coz It saves the M.Board by taking in the voltage?

somber heath
#

@pseudo bluff πŸ‘‹

twin zinc
#

Thx and just asking are Grounds and 3v3 powers used in the coding part?

rugged root
#

Not in the coding directly, just in powering the device you'll be sending the code to

somber heath
#

If you fuck up the wiring, coding will be the least of your problems.

spiral shell
#

Hello guys

#

How r u today? Xixixi

rugged root
#

Not terrible. You?

spiral shell
#

I'm gud, just strugling with my exam πŸ™‚

rugged root
#

Which one?

rugged root
#

@reef seal Yo

vocal basin
#

I'm writing a couple-thousand-characters-long code review

rugged root
#

Oh noooo

vocal basin
#

~1950 characters of it was already sent

rugged root
#

That's.... that's dedication

wind raptor
#

@lavish rover
groupby

 * Return an iterator that groups elements from the iterable into a sequence of tuples.
 * The first element of each tuple is the key to the group.
 * The second element of each tuple is the iterator of the group.
 * 
 * @param {Iterable} - The iterable to group.
 * @param {function} - The function to group by.
 * @returns {Generator} - A generator that yields the grouped elements.
somber heath
#

One tiny banana, as discussed.

lavish rover
sharp urchin
#

hello sir

rugged root
#

https://riichi.wiki/List_of_yaku Back to trying to figure out how to check for these

A yaku γ€Œε½Ήγ€ is a certain pattern in a mahjong hand, or a special condition under which a win is declared. Many yaku are pattern-based yaku comparable to "poker hands". Unlike poker, yaku types do not supercede each other. Instead, they are the main factor to determine hand values. Players must finish hands before others do; and each yaku has ...

vocal basin
#

@midnight agate what target did you specify if you tried RUN --mount type=cache?

rugged root
#

@robust ether Yo

robust ether
#

hello!

vocal basin
#

most of my Rust experience so far was with cargo watch -cx test

#

which can't exactly be inside the build phase

#

CARGO_HOME=/usr/local/cargo/, right?

rugged root
#

@hybrid igloo Yo

vocal basin
hybrid igloo
vocal basin
#

all things I read use ~/.cargo/

#

not /usr/local/cargo/

vocal basin
vocal basin
rugged root
#

What I'm making is going to be awful....

#

Trying to figure out a not shit way to make all 136 tiles

vocal basin
#

both mounts work for me

#

on FROM rust:latest

#

although

#

eh

#

I'm not sure about the second one

#

eh

#

seems like it doesn't

rugged root
#

I'm over complicating this

#

Back later

vocal basin
#

it's just slow

#

and I'm testing it basically on helloworld

#

buildkit logic adds 0.6s overhead

#

I wasn't paying much attention this time
(because I'm, like, doing 3-4 other things also)

oblique bough
whole bear
#

well above average

#

thats pretty big

#

im not gonna lie

somber heath
#

It's a banana not intended as a reference to anything else.

#

The phrase "banana for scale" was said and I happened to have the image at hand. That's all. πŸ™‚

placid talon
#

hello every one

#

enybody is working on django

gilded radish
#

x = random.uniform(0, len(grid[0])-1)
y = random.uniform(0, len(grid)-1)

#

@somber heath

#

Here is source of code my implementation

somber heath
#

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

gilded radish
somber heath
#

One that, ideally, I can run and see what the problem is, for myself.

#

@blissful chasmπŸ‘‹

#

@tranquil eagleπŸ‘‹

blissful chasm
#

hi

somber heath
blissful chasm
#

Do you know how to quantify

#

ok

#

Then you know MT4

somber heath
blissful chasm
#

yes

#

I don't know how to execute python in MT4

somber heath
#

Then I'm afraid that makes two of us. Let's see what can be dug up.

blissful chasm
#

something like a stock

somber heath
#

I know it's 5 vs 4, but...

blissful chasm
#

should be the same

somber heath
#

@whole bear πŸ‘‹

#

Pantone 448 C is a colour in the Pantone colour system. Described as a drab dark brown and informally dubbed the "ugliest colour in the world", it was selected in 2012 as the colour for plain tobacco and cigarette packaging in Australia, after market researchers determined that it was the least attractive colour.

The Australian Department of He...

#

@untold mapleπŸ‘‹

neon herald
#

How get voice ability?

#

What are you doing guys

#

&

#

?

#

heehe

#

understand

#

hehe

#

porn of code

#

i think he want stream porn

#

I want stream my project

#

I have a problem with my project

#

I use Recbole for recomendation PySpark and so on

somber heath
wise cargoBOT
#
Voice verification

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

neon herald
#

thanks

#

understand

ancient lily
#

hello

#

mb i thought my mic was turned off

somber heath
#

@strong lanceπŸ‘‹

strong lance
#

@somber heath i dont have permission to talk

somber heath
#

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

strong lance
#

i had some doubts in python

#

why is it like in some classes when calling a function we need to use the word self? and in some not for eg in the function SameTree we're not using self to call it but in maxDepth function we have to use self to call it

somber heath
#

!e ```py
class MyClass:
def method(self, value):
print(value)

instance = MyClass()
instance.method('Hello, world.')```

wise cargoBOT
#

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

Hello, world.
strong lance
#

yeah i am

somber heath
#

is vs ==

strong lance
#

yeah i have

#

do you mind calling me? it's hard to tell what i am thinking while texts?

#

Okay finee no worries

somber heath
#

!e ```py
class MyClass:
def is_self(self, value):
print(self is value)

alpha = MyClass()
beta = MyClass()
alpha.is_self(alpha)
alpha.is_self(beta)```

wise cargoBOT
#

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

001 | True
002 | False
somber heath
#

@whole bearπŸ‘‹

strong lance
#

so when do i use self when calling a function?

#

could you tell this example with the picture i sent? i am trying to understand it and it's kinda confusing for me

rugged root
#

!e

class Student:
  def __init__(self, name, age):
    self.name = name
    self.age = age

  def introduce(self):
    print(f"My name is {self.name} and I'm {self.age} years old.")


sally = Student("Sally", 8)
billy = Student("Billy", 7)

sally.introduce()
strong lance
wise cargoBOT
#

@rugged root :white_check_mark: Your 3.11 eval job has completed with return code 0.

My name is Sally and I'm 8 years old.
strong lance
rugged root
#
Student.introduce(sally)
strong lance
#

for maxdepth when i don't use self the ouput is coming wrong

rugged root
#
# say I do sally.introduce()

  def introduce(sally):
    print(f"My name is {sally.name} and I'm {sally.age} years old.")
whole bear
strong lance
#

so self isn't always necessary when calling the same function?

#

i think i'll just choose to ignore it cauuse it's confusing me so much

#

yeah that's what even with recursion it's kinda confusing for me to understand

#

bro i wanna talk i can't type so much ong

#

i won't

#

i don't even know how to use discord

#

i won't do that

#

thankyou so much

#

i will do htat

rugged root
#

!stream 474651788172197906

wise cargoBOT
#

βœ… @strong lance can now stream until <t:1680013737:f>.

somber heath
#

!e ```py
class MyClass:
def function_or_method(self):
pass

def function():
pass

instance = MyClass()

a = type(function)
b = type(instance.function_or_method)
c = type(MyClass.function_or_method)
print(a)
print(b)
print(c)```

wise cargoBOT
#

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

001 | <class 'function'>
002 | <class 'method'>
003 | <class 'function'>
somber heath
#

Don't worry about c.

#

It's just showing you that a def in a class is a function but a def in an instance is a method.

#

But this is what we mean we we talk about functions and methods.

#

Functions being defs by themselves, methods being defs in classes. (bar c)

#

We customarily refer to defs in classes as methods, even though that's wrong.

rugged root
#

!e

def printing_dec(func):
  def wrapper():
    print("I'm happening before the function")
    func()
    print("I'm happening after the function")
  return wrapper

def ham():
  print("Big fan of ham over here")

decorated_ham = printing_dec(ham)

ham()
print()
decorated_ham()
wise cargoBOT
#

@rugged root :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | Big fan of ham over here
002 | 
003 | I'm happening before the function
004 | Big fan of ham over here
005 | I'm happening after the function
rugged root
#

!e

def printing_dec(func):
  def wrapper():
    print("I'm happening before the function")
    func()
    print("I'm happening after the function")
  return wrapper

@printing_dec
def ham():
  print("Big fan of ham over here")

ham()
wise cargoBOT
#

@rugged root :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | I'm happening before the function
002 | Big fan of ham over here
003 | I'm happening after the function
pallid hazel
#

commonly used for timing your functions

rugged root
#
def printing_dec(ham):

  ham_func = ham
  def new_ham():
    print("I'm happening before the function")
    ham_func()
    print("I'm happening after the function")
  return new_ham
pallid hazel
#

i had a thought tho.. would it be possible to handle func errors in a wrapper

somber heath
#

You could wrap the call in a try-except, sure.

#

Or wherever appropriate.

pallid hazel
#

yea, but my concern is if the func returns or not.. I guess i would have to use 2 different ones maybe.. 1 for returns one for not...

#

as i dont know how i would check if return

strong lance
#

class Solution:
def isSymmetric(self, root: Optional[TreeNode]) -> bool:
def mirror(left,right):
if not left and not right: return True
if not left or not right: return False
return left.val == right.val and mirror(left.left,right.right) and mirror(left.right,right.left)
return mirror(root.left,root.right)

rugged root
#

!code

wise cargoBOT
#
Formatting code on discord

Here's how to format Python code on Discord:

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

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

For long code samples, you can use our pastebin.

rugged root
#
class Solution:
    def isSymmetric(self, root: Optional[TreeNode]) -> bool:
        def mirror(left,right):
            if not left and not right: return True
            if not left or not right: return False
            return left.val == right.val and mirror(left.left,right.right) and mirror(left.right,right.left)
        return mirror(root.left,root.right)
strong lance
#
    def isSameTree(self, p: Optional[TreeNode], q: Optional[TreeNode]) -> bool:
        if q is None and p is None:
            return True
        if (q==None and p != None) or (p==None and q != None):
            return False
        if p.val != q.val:
            return False
        return self.isSameTree(p.left,q.left) and self.isSameTree(p.right,q.right) ```py
rugged root
#
code here
strong lance
#
class Solution:
    def isSameTree(self, p: Optional[TreeNode], q: Optional[TreeNode]) -> bool:
        if q is None and p is None:
            return True
        if (q==None and p != None) or (p==None and q != None):
            return False
        if p.val != q.val:
            return False
        return self.isSameTree(p.left,q.left) and self.isSameTree(p.right,q.right)
#
class Solution:
    def maxDepth(self, root: Optional[TreeNode]) -> int:
        if not root:
            return 0
        else:
            return (1 + self.max(maxDepth(root.left),self.maxDepth(root.right)))
#
# Definition for a binary tree node.
# class TreeNode:
#     def __init__(self, val=0, left=None, right=None):
#         self.val = val
#         self.left = left
#         self.right = right
class Solution:
    def isSymmetric(self, root: Optional[TreeNode]) -> bool:
        def mirror(left,right):
            if not left and not right: return True
            if not left or not right: return False
            return left.val == right.val and mirror(left.left,right.right) and mirror(left.right,right.left)
        return mirror(root.left,root.right)
rugged root
#
root = TreeNode(3, 4, 5)
#

!e

class Combatant:
  def __init__(self, damage, health):
    self.damage = damage
    self.health = health

  def attack(self, opponent):
    opponent.health -= self.damage

hero = Combatant(5, 30)
goblin = Combatant(2, 15)

print(goblin.health)
hero.attack(goblin)
print(goblin.health)
wise cargoBOT
#

@rugged root :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | 15
002 | 10
strong lance
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.

frozen owl
#

hello!

#

im on term break :D

strong lance
#

Thankyou much @rugged root

rugged root
peak copper
#

Hello

#

Can't talk aloud currently.

#

I do have a question though

rugged root
#

What's the question

peak copper
#

I'm working on a simple website for visualizing grade distribution data. The data is about 10mb in size which is to big to ship to the client but I don't won't to run a server constantly.

#

Would there be a better way to have that data available?

rugged root
#

Hmm

#

I guess it depends, how is 10 mb too large?

#

10 mb is like... a few seconds of download on a reasonable internet

peak copper
#

Some people were telling me that was a lot to load before having the website begin to work.

gentle flint
#

it's not ideal
perhaps you could show a status bar of the loading data

#

otherwise the client might think the website has crashed

rugged root
#

Or trickle it in as it's being loaded?

gentle flint
#

for instance

rugged root
#

Like.... lazy loading it or something

peak copper
#

I can't really trickle load it as it depends what information they are pulling in.

#

no

gentle flint
#

you can show a status bar though

#

I'm assuming

somber heath
#

MagicalGirl
Matt
Mr. Focus
Mr. Hemlock.

#

I don't know why I found that interesting.

#

10 megabytes @ 8 kilobytes/s, 21 minutes and change.

lucid blade
#

lol πŸ˜„

somber heath
#

Unless I fucked up.

lucid blade
#

still painful πŸ˜„

peak copper
rugged root
#

Wild

#

One sec, have to climb under my desk

peak copper
#

ayo

upbeat leaf
lucid blade
molten pewter
upbeat leaf
ancient lily
#

hello

#

searching for a good git tutorial

#

any recommendations?

vocal basin
#

I've just read this
(didn't learn much new because most things were quite obvious even when I was reading the book mentioned myself)
https://qntm.org/clean

#

I never read "Clean Code" in full because it's unreadable past first several chapters

vocal basin
ancient lily
vocal basin
ancient lily
#

i mean should i read the book first and then move on ?

vocal basin
vocal basin
lucid blade
#

grab a cheatsheet

#

put it next to your monitor

vocal basin
ancient lily
#

ohh thank that helps me alot

vocal basin
#

(but without pretty formatting and maybe ordered less correctly)

ancient lily
lucid blade
vocal basin
#

isn't it more of a compiler/interpreter flag rather than a library?

#

and it's mostly for "maybe we'll add this later" things like annotations

rugged root
#

@obtuse wagon 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

vocal basin
#

and two __future__s in py3 are not actually changing syntax

#

!pep 236

wise cargoBOT
#
**PEP 236 - Back to the __future__**
Status

Final

Python-Version

2.1

Created

26-Feb-2001

Type

Standards Track

vocal basin
waxen cypress
#

i know this is a server for python but does anyone know unity and cΒ£

vocal basin
#

C#?

#

C#+πŸ‡¬πŸ‡§->CΒ£

waxen cypress
#

i have a uni projext and the script for shooting works and shows me in console that it works but for reloading for some reason it doesnt show it in console that its reloading i followed a yt video but he doesnt end up having that problem but its literally word for word

vocal basin
# vocal basin C#?

that reminds me of the talk by Mark Rendle, "The Worst Programming Language Ever"

#

replied to wrong thing

#

the pound thing

waxen cypress
#

i had a python project a clouple weeks ago and i found much eaiser than cΒ£

vocal basin
rugged root
#

@naive abyss 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

waxen cypress
#

$

waxen cypress
#

really easy tbf

vocal basin
#

not the code sense

waxen cypress
#

just shift and 3

waxen cypress
vocal basin
#

I thought you meant code reload

#

like, compiling and changing the running code

#

C# allows that

waxen cypress
#

yeh

#

Fn

#

its different for certain keyboards

vocal basin
#

is somewhere with ~ on the right

#

~ is replaced with another thing which in some context means "not"

flat heart
#

@rugged root Hi!

rugged root
#

How's it going

flat heart
#

pretty good

#

actually, i was suffering from an existential crisis some moments ago

#

i cant decide on what to do with my life long-term

#

if chatgpt wasn't there

rugged root
#

Oh god

flat heart
#

maybe I couldve focused on becoming a top tier programmer

#

so yeah

#

im just thinking about what to do

#

long term

rugged root
#

I don't know if ChatGPT is the best life coach

flat heart
#

@rugged root Umm, yeah. Arent human coders going to go extinct in the near future? So, theres little point in trying to become a great coder, right?

vocal basin
#

adjective+noun

#

and Docker has adjective+name

flat heart
rugged root
#

More or less

vocal basin
#

compilers and computers used to be job names
I'm very unsure if that can happen for "programmer" because it doesn't actually have concrete, limited domain of what the job encompasses

flat heart
#

Guys, chatgpt is still a baby. You're right: Chatgpt is not that intimidating, but chatgpt will not remain a baby forever

amber raptor
#

Maybe, we will see

flat heart
#

yeah

amber raptor
#

Remember, Self Driving Car is coming any day now

vocal basin
#

my guess would be either/and:
no reference to external non-const data
can be used to produce const values (maybe compile-time computation?)

vocal basin
#

const something: Something = { f(...) }

#

there is {} syntax for evaluating things in const contexts, iirc

vocal basin
vocal basin
flat heart
#

Bye guys. Great talk!

twilit reef
#

Hello!

somber heath
#

@slender sierra πŸ‘‹

vocal basin
#

oh, wow, looks like GitLab maybe unbanned Russia

#

this looks like as if it was made by Oracle

#

GitLab isn't actually fully open source, iirc

#

Community Edition may be

#

well, at least CI/CD part is open-source

#

wait what

#

Gitea has CI/CD

#

allegedly

#

oh, because it's extremely modular

limpid umbra
#

howdy

vocal basin
limpid umbra
#

so you solved fusion in a coke can already ...

vocal basin
#

according to that comparison, only Gitea currently attempts doing federated cloud stuff

limpid umbra
#

its very quiet .... you all huntin wabbits '

#

anyone do any RFID experiments ... extending ranges

somber heath
#

@jaunty turret πŸ‘‹

#

@frigid linden πŸ‘‹

vocal basin
whole bear
#

py.noob i have a question about your project , what is going on there in a simple word . what are you working on ?

#

something like map or something else ?

somber heath
#

@eternal fractal πŸ‘‹

vocal basin
#

these two links go to the same page

#

exploring opensource CI/CD

#

Drone

#

26.7K stars

vocal basin
#

"An opinionated fork"

#

roll the deck
shuffle the dice

#

how much can you actually bias coin odds?

#

depends a lot on the shape

terse needle
#

The Cubli is a 15 Γ— 15 Γ— 15 cm cube that can jump up and balance on its corner. Reaction wheels mounted on three faces of the cube rotate at high angular velocities and then brake suddenly, causing the Cubli to jump up. Once the Cubli has almost reached the corner stand up position, controlled motor torques are applied to make it balance on its ...

β–Ά Play video
vocal basin
#

I use thumb for z~c, that's how ArmA influenced me

#

win+tab

#

I only accidentally press it sometimes

willow light
#

I went into software engineering specifically to avoid multimonitor setups. Fuck AWIPS for that specifically

#

(this is the National Weather Service office just 40 minutes from me)

somber heath
#

Your neighbors get fibre and you get cons...

#

@rugged root ducky_sphere

willow light
#

!pep 701

wise cargoBOT
#
**PEP 701 - Syntactic formalization of f-strings**
Status

Accepted

Python-Version

3.12

Created

15-Nov-2022

Type

Standards Track

pallid hazel
willow light
rugged root
willow light
#

Person A: We need more ADHD resources.
Person B: There's plenty on TikTok
Person A: Right, you're saying that short form video dopamine hits is the best way to look for ADHD support.

neon herald
#

hello

#

hahaha

#

Guis how start stream

#

what I need to do?

willow light
#

you don't

muted jungle
#

can someone have a chat with me so i can use voice chat

rugged root
neon herald
#

?

muted jungle
#

man thats such a stupid verification

#

okay fair then but i actually wanna talk python

willow light
#

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

neon herald
#

voice verification and screen verication the same right?

muted jungle
#

can we talk in any of the chats

willow light
#

Text chats are open too

muted jungle
#

yeah

neon herald
#

guys I miss understand about screen verication

#

voice verification and screen verication the same right?

rugged root
#

Separate

neon herald
#

oh ok thanks

muted jungle
#

whats the reason for blocking screen share

neon herald
#

code porn

#

why people stream games in code group?)

willow light
#

!rule 10

wise cargoBOT
#

10. Do not copy and paste answers from ChatGPT or similar AI tools.

muted jungle
#

what man is joining python group and streaming porn

neon herald
#

understand

willow light
muted jungle
#

im in both

neon herald
# wise cargo

if I check this code on myself I still can not and how you check this?)

muted jungle
#

do you guys have any careers in computing

willow light
neon herald
#

Yep it is true

#

but we can say the same about stackoverflow

vocal basin
vocal basin
#

(has)

neon herald
#

becase ChatGPT can not check code

#

CHATgpt only generate text similar to code

stuck furnace
#

It's definitely a useful tool, but you need to be aware of its limitations.

vocal basin
stuck furnace
#

For answering questions in our help forum, it's particularly likely to mislead and waste time.

neon herald
#

but this code can work because we have large github and stackoverflow base

#

and what

#

it is block of code

vocal basin
#

ChatGPT is extremely good at replicating common bugs/errors

neon herald
#

I think it is normal if you understand what you do

vocal basin
#

there are also, for example, reasons why you cannot ask ChatGPT to write docs for you

neon herald
#

what diffence between this?

vocal basin
vocal basin
#

2021

muted jungle
#

march 2021

vocal basin
#

train it on texts before Windows existed

vocal basin
stuck furnace
bleak orbit
#

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

stuck furnace
#

Right yeah that too.

bleak orbit
#

how can i access voice channal

#

can anyone help me?

willow light
#

!voice

rugged root
#

You mean joining the voice chat itself?

neon herald
#

!voice

rugged root
#

They already did that

willow light
#

!voice again for luck

wise cargoBOT
#
Voice verification

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

stuck furnace
neon herald
#

congrats

willow light
#
use Time::HiRes 'time';

$StartTime = time();
"abababdedfg" =~ m/^(a|b|c|d|e|f|g)+$/;
$EndTime = time();
printf("Alternation takes $.3f seconds.\n", $EndTime - $StartTime);

Ah yes, I forgot why I prefer Python...

bleak orbit
#

can anyone help me to start my journey in ML(machine Learning)

#

???

willow light
#

I strongly suggest starting with Linear Algebra

bleak orbit
#

i don't know how can i start

vocal basin
neon herald
willow light
#

https://www.youtube.com/watch?v=J7DzL2_Na80 is where I started my ML journey

MIT 18.06 Linear Algebra, Spring 2005
Instructor: Gilbert Strang
View the complete course: http://ocw.mit.edu/18-06S05
YouTube Playlist: https://www.youtube.com/playlist?list=PLE7DDD91010BC51F8

  1. The Geometry of Linear Equations

License: Creative Commons BY-NC-SA
More information at https://ocw.mit.edu/terms
More courses at https://ocw.mit.edu

β–Ά Play video
neon herald
#

First of all you need to analize data

#

and pandas can help you with that

willow light
#

analyzing data is only a small part. pandas is only really useful for tabular data, and higher level data structures break it pretty fierce

willow light
#

You don't start with tabular data, you start with an understanding of the underlying principles.

#

If you understand how it works, figuring out how to use it is much easier.

neon herald
#

I study data science in university and I start like that

#

I start from exel

bleak orbit
#

okk okk thanks a lots my dear friends for helping me to start my journey..........

neon herald
#

no problem

willow light
#

excel is terrible. Start with Linear Algebra. It'll improve your problem solving skills regardless.

bleak orbit
neon herald
#

I think you can find videos in youtube

#

or I can send you course from my university

#

if you want

bleak orbit
#

can anyone have any roadmap of ML?

bleak orbit
stuck furnace
#

Literally nothing lol

vocal basin
stuck furnace
#

πŸ‘‹ Laund

vocal basin
#

eh

vocal basin
#

it doesn't even open

#

404

bleak orbit
#

404 error dude

vocal basin
muted jungle
#

can anyone help me with some code im slightly stuck

neon herald
#

may be, I am not native speaker

#

for me it was pretty good

#

but Russian courses will more full it is true

rugged root
vocal basin
muted jungle
#

from the csv file

vocal basin
muted jungle
# rugged root Sure what's up

i was wanting to make a count occurrence algorithm that counts the times equal to or greater than 54.0 seconds from a csv file. Most of the program is finshed just got a small issue i dont quite know how to fix

rugged root
#

Is it erroring or what's happening

vocal basin
#

for low count of rows, built-in python libraries should be fine

muted jungle
vocal basin
muted jungle
rugged root
vocal basin
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.

rugged root
#

Also that for the code

willow light
#

!e

from __future__ import braces
wise cargoBOT
#

@willow light :x: Your 3.11 eval job has completed with return code 1.

001 |   File "/home/main.py", line 1
002 |     from __future__ import braces
003 |     ^
004 | SyntaxError: not a chance
willow light
#

darn

rugged root
#

Maybe next version

willow light
#

Opening an issue on GitHub

vocal basin
willow light
#

If Python 3 is so good, why don't they make Python 4? Get a franchise going!

rugged root
#

HA, forgot about that

muted jungle
rugged root
#

All good!

willow light
#

While we're at it, let's make a Half-Life 3 as well.

rugged root
#

Sometimes that's all it takes

#

Shit, be right back

vocal basin
#

python 3: episode one

muted jungle
#

gen z aint that bad

stuck furnace
#

Gtg πŸ‘‹

willow light
honest pier
#

laund reading off of wikipedia 😬

honest pier
#

add more gun

vocal basin
#

out of all technical books I currently have, I've probably read less than two

#

and the one I read in full isn't a particularly good one

#

"Clean Architecture"
it's a mess that's fun to read rather than something you can learn from

willow light
#

I have that book

#

It's in my shelf next to Clean Python

#

and on the other side is Automate the Boring Stuff

rich star
lapis hazel
old heart
vocal basin
#

@midnight agate alt-enter, then something about highlighting

#

when inside the string

#

I see CORS somewhere there

#

(not exactly a simple topic)

#

btw
localhost may have different CORS policies compared to proper domains/IPs

old heart
#

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

old heart
old heart
#
from pynput import keyboard

def on_press(key):
    try:
        print('alphanumeric key {0} pressed'.format(
            key.char))
    except AttributeError:
        print('special key {0} pressed'.format(
            key))

def on_release(key):
    print('{0} released'.format(
        key))
    if key == keyboard.Key.esc:
        # Stop listener
        return False

# Collect events until released
with keyboard.Listener(
        on_press=on_press,
        on_release=on_release) as listener:
    listener.join()

# ...or, in a non-blocking fashion:
listener = keyboard.Listener(
    on_press=on_press,
    on_release=on_release)
listener.start()
old heart
#

thats the python interface that would allow you to build a gui

whole bear
#

thx

old heart
#
text = "".join(str(key) for key in keys_pressed).strip()`
print("You typed ", text)
#

have to take a call, brb

pallid hazel
#

!e

char = '\\r'
if '\\r' in char:
    print('yes')
else:
    print('no')
wise cargoBOT
#

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

yes
old heart
#

@lunar haven you're my hero πŸ™‚

somber heath
#

@whole bearπŸ‘‹

whole bear
#

Anyone can join a voice chat

#

Go to a different server then

bronze matrix
#

@somber heath hi again

#

i have just a quick question, i want to send some code line in discord ( like u do) but couldn't do it

wise cargoBOT
#
Formatting code on discord

Here's how to format Python code on Discord:

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

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

For long code samples, you can use our pastebin.

somber heath
# whole bear Anyone can join a voice chat

You have the freedom to join voice chats. What I'm asking you to not do is follow me from room to room to room, especially when I've explicitly said that I'm changing rooms to avoid you. Back off. Do not talk to me.

bronze matrix
somber heath
#

Or are you telling me that you want to do this with your Discord bot?

#

Because I'm not too sure about that. You'd need to talk to #discord-bots if that's the case.

bronze matrix
#

oh okay thanks

somber heath
#

No worries. πŸ™‚

somber heath
#
def func():
    global a
    a += 1

a = 0

func()``` ```py
class MyClass:
    def __init__(self):
        self.a = 0

    def method(self):
        self.a += 1

instance = MyClass()
instance.method()```
#

!e ```py
class MyClass:
def init(self, *args):
print(f'I am init. {args}')

def __enter__(self, *args):
    print(f'I am __enter__. {args}')

def __exit__(self, *args):
    print(f'I am __exit__. {args}.')

print('Hello.')
with MyClass() as instance:
pass
print('Goodbye.')```

wise cargoBOT
#

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

001 | Hello.
002 | I am __init__. ()
003 | I am __enter__. ()
004 | I am __exit__. (None, None, None).
005 | Goodbye.
somber heath
#

!e ```py
def func(*args, **kwargs):
print(args)
print(kwargs)

func('apple', 'pear', 'orange', beef = 'cow', lamb = 'sheep')```

wise cargoBOT
#

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

001 | ('apple', 'pear', 'orange')
002 | {'beef': 'cow', 'lamb': 'sheep'}
somber heath
#

!e ```py
def func(a, b, c, *args):
print(a)
print(b)
print(c)
print(args)

func(1, 2, 3, 4, 5, 6)```

wise cargoBOT
#

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

001 | 1
002 | 2
003 | 3
004 | (4, 5, 6)
obsidian dragon
#

my debugging buddy arrived last night woo

vocal basin
#

!d collections.OrderedDict

wise cargoBOT
#

class collections.OrderedDict([items])```
Return an instance of a [`dict`](https://docs.python.org/3/library/stdtypes.html#dict "dict") subclass that has methods specialized for rearranging dictionary order.

New in version 3.1.
vocal basin
#

getting Nth value in a dictionary sounds like you need trees

#

(databases)

somber heath
#

!x-y

wise cargoBOT
#
xy-problem

The XY problem can be summarised as asking about your attempted solution, rather than your actual problem.

Often programmers will get distracted with a potential solution they've come up with, and will try asking for help getting it to work. However, it's possible this solution either wouldn't work as they expect, or there's a much better solution instead.

For more information and examples, see http://xyproblem.info/.

vocal basin
# wise cargo

whereas this is just preserving the order of things inserted

#

you can start a million async tasks and be fine

#

rewrite everything in async

#

use thread pools

#

it's like

#

just asyncio.to_thread

#

unless you block with GIL locked

#

"rewrite everything in Haskell"
"you won't even know when you use async and when you use threads"

#

Haskell's sleep (I don't remember the exact name) is less optimised than python's asyncio.sleep

#

@midnight agate
||Lock is equivalent to a Semaphore of size 1||
is that understanding correct?

somber heath
#

Talking stick.

vocal basin
#

blocking specific tasks has nothing to do with Semaphore vs Lock
it's more relevant to preemptive vs cooperative

#

"Semaphore of size 0 is the perfect semaphore"

somber heath
#

@random krakenπŸ‘‹

#

"A mutex is a public toilet."
Unless it's a club. You did mention.

#

@cobalt robinπŸ‘‹

vocal basin
#

"write a 20 page document"

vocal basin
#

a little bit of gravel sound

somber heath
#

@cobalt robinπŸ‘‹

obsidian dragon
#

teens that go rawr xd I'm so random

somber heath
#

Oh!

cobalt robin
#

Opal mist what's up

#

@somber heath

obsidian dragon
somber heath
#

Dall-E?

obsidian dragon
#

lol if you want to work on the order you may

somber heath
#

@clever treeπŸ‘‹

obsidian dragon
#

ai is big dumb

#

just look at neuro sama

somber heath
#

@pearl sable πŸ‘‹

pearl sable
somber heath
#

@tawdry dove πŸ‘‹

noble solstice
#

Hii

#

Can anyone help me in a functional depedency question?

vocal basin
#

what do you mean by "functional depedency"?

noble solstice
#

relationship between two attributes

rugged root
#

!stream 350322185891610624

wise cargoBOT
#

βœ… @neon herald can now stream until <t:1680100042:f>.

somber heath
#

@gritty hatch πŸ‘‹

#

@copper thorn πŸ‘‹

#

Oof suggested that it'll be the inner part pressing against the ear.

#

Headphones.

#

Yo.

#

@whole bear @pastel vault πŸ‘‹

#

Ta ta Fury

#

It's fine. I don't mind if I'm left alone.

pallid hazel
#

technically im alone most of the day

obsidian dragon
#

bed time

vocal basin
willow gate
#

@somber heath hello

#

Hello yu

somber heath
#

@whole bear πŸ‘‹

willow gate
#

How are you guy's?

vocal basin
somber heath
#

Fat and sassy.

vocal basin
vocal basin
#

because it's a leaked cipher

#

it wasn't officially published

#

I'm still surprised someone who doesn't know that ^= exists was able to implement a cipher in C

#

that just shows how simple that cipher is

vocal basin
#

or one that was before around 2015

somber heath
#

@white oxide πŸ‘‹

vocal basin
#

scary code

#

should probably have all that in separate methods/functions

somber heath
#

@unreal plaza πŸ‘‹

#

@rare kiln @wraith mirage πŸ‘‹

#

@primal forum πŸ‘‹

primal forum
#

Hi, I just checked in so see what you guys were doing, just joined a couple of weeks ago so still have to check all the rules and stuffs

sharp urchin
#

its lovely

#

< 3

#

its just that am late with popcorns sometimes:[ 🍿

#

:]

rugged root
somber heath
#

Reminds me of a Python cheat sheet I saw, once.

rugged root
vocal basin
#

!e

from collections import Counter
print(Counter(a=2) <= Counter(a=1, b=2, c=3))
print(Counter(b=1, c=3) <= Counter(a=1, b=2, c=3))
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | False
002 | True
vocal basin
#

for all possible ones

#

oh, that also means that theme would be available for Sphinx in general

#

there are some community-maintained

#

python docs use Sphinx 4.5.0

#

two major versions behind

#

I forgot

#

!d itertools.starmap

wise cargoBOT
#

itertools.starmap(function, iterable)```
Make an iterator that computes the function using arguments obtained from the iterable. Used instead of [`map()`](https://docs.python.org/3/library/functions.html#map "map") when argument parameters are already grouped in tuples from a single iterable (when the data has been β€œpre-zipped”).

The difference between [`map()`](https://docs.python.org/3/library/functions.html#map "map") and [`starmap()`](https://docs.python.org/3/library/itertools.html#itertools.starmap "itertools.starmap") parallels the distinction between `function(a,b)` and `function(*c)`. Roughly equivalent to:

```py
def starmap(function, iterable):
    # starmap(pow, [(2,5), (3,2), (10,3)]) --> 32 9 1000
    for args in iterable:
        yield function(*args)
vocal basin
#

"very readable"

#

built-in ones are all light

#

one of which is py2 theme

somber heath
vocal basin
#

I was helping to use it once

#

I forgot most of what I did

#

there is an alternative library, which I'd classify as !rule 5 because it exploits Google Translate API

somber heath
#

@pure prairie πŸ‘‹

vocal basin
#

it almost literally says in the docs that it uses undocumented APIs

limpid umbra
#

i should be doing things but , Hemlocks on the air

vocal basin
#

it's kind of grey area

#

they may be not fine with it because you lose them money that they'd otherwise make through selling you TTS cloud solutions

#

I'm tempted to start learning erlang/elixir

#

there is a way to properly use Google TTS with tokens and stuff:
pay for Google Cloud

#

remote procedure call

#

?

rugged root
#

Yep

vocal basin
limpid umbra
#

reminds me of star trek episode 'spocks brain' he is now in alien computer ,, so have the text to speak , use Leonard Nimoys voice , possible ?

vocal basin
#

@rugged root

Set your authentication environment variable.

#

(from the same page)

twin zinc
#

@rugged root can you please give me video role? I wanna stream

rugged root
#

Give me a sec

limpid umbra
#

make a animatronic head of Nimoy in a jar like on Futurama , then have text to speech --- hmmmmm ?

vocal basin
#

I forgot the url already

rugged root
vocal basin
#

which you saw code on

#

it was on stream

twin zinc
vocal basin
#

google cloud

#

tts

rugged root
#

Uno momento

#

Doing something for work real quick

vocal basin