#voice-chat-text-0

1 messages ยท Page 84 of 1

verbal zenith
#
{point:value for point in grid[x, y, 1, True] for value in grid[*point] if value}

returns
{(0, 1): 20}
when there is a valid value

somber heath
#

Read. Think. Use. Sleep.

verbal zenith
#

It's unpacking the points

#

How do I unpack the values using the point?

#

In one list comp...

verbal zenith
#

Maybe this is the time for a for loop lol

verbal zenith
# vocal basin why `, 1`?

---------\ / This is whether to return the values or coordinates of points true meaning to return coordinates
[2, 2, 1, True]
\ / ^ this is the range of neighbors
these are the coordinates of the point

vocal basin
verbal zenith
#

hold on

lavish rover
#

#rules

Rule 1
No blank or "invisible" names.

vocal basin
lavish rover
#

No worries just letting you know

cobalt crater
verbal zenith
#

what is :

#

what does an empty slice mean?

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.

lavish rover
#

dictionary comprehension

whole bear
#

i cant find this in my settings

lavish rover
#

{key:value for ...}

vocal basin
somber heath
vocal basin
verbal zenith
#

not what im talking about ustafa lol

lavish rover
#

I'm dumb

vocal basin
lavish rover
#

ignore

verbal zenith
#

[x, y, :, True]
^

cobalt crater
verbal zenith
#

That's cool though, either way it's my own function

sharp urchin
#

yoo those fingers are way too long

#

isnt it?

#

or i am hallucinating?

verbal zenith
#

I've overridden the get_item function to allow getting neighbors

somber heath
verbal zenith
#
    def __getitem__(self, key: int | tuple[int, int] | tuple[int, int, int] | tuple[int, int, int, bool]) -> Any:
        if isinstance(key, int) | isinstance(key, slice):
            return self.grid[key]
        match len(key):
            case x if x > 4:
                raise ValueError("Not valid index.")
            case 2:
                return self.grid[key[1]][key[0]]
            case 3:
                return self.get_neighbor_values(key[0], key[1], key[2])
            case 4:
                return self.get_neighbor_ids(key[0], key[1], key[2]) if key[3] else self.get_neighbor_values(key[0], key[1], key[2])
            case _:
                raise ValueError("Not valid index.")
sharp urchin
#

i was worried a lil bit

#

switch cases?

#

hmm

cobalt crater
somber heath
#

Didn't I?

cobalt crater
verbal zenith
#
{point:value:=grid[*point] for point in grid[x, y, 1, True] if sum(value)}
#
[[1, 2, 3],
[1, 2, 3],
[1, 2, 3]]
cobalt crater
#

fuck you (you refuse give me a website or open my mic /what a terrible person)

vocal basin
vocal basin
verbal zenith
#
{point:grid[*point] for point in grid[x, y, 1, True] if sum(grid[*point])}
vocal basin
#

avoid iteration at all cost

sharp urchin
vocal basin
#

oh, with eight it may be fine

#

but not over the whole space

cobalt crater
#

hi please give me the steps

#

i'm a beginning

vocal basin
somber heath
#

We're willing to help, not be your punching bags.

cobalt crater
vocal basin
#

I think I should add some ordering to the stack
(partially based on proximity to current position)

rugged root
#

On that site, look into A Byte of Python

vocal basin
rugged root
#

!warn 851078116100800542 Fix your attitude. Being disrespectful to other members of the server and saying things like "fuck you (you refuse give me a website or open my mic /what a terrible person)" will not be tolerated here. Re-read the #code-of-conduct.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied warning to @cobalt crater.

vocal basin
rugged root
#

I'll be on in a bit, heading out on deliveries

vocal basin
#

stealing code is not good

#

make a fork

cobalt crater
#

i'm sorry groups

somber heath
#

Proposal: Rename forking to dinglehopping.

vocal basin
#

what have I made

thin drift
vocal basin
thin drift
#

Like if you turn litle to left its looks like Mountain and night sky

vocal basin
somber heath
#

Hm.

vocal basin
#

this ordering does introduce some noise

#

comparison of what's more powerful depends on the task

thin drift
#

How long does takes you to create this MASTER PIECES

vocal basin
#

this takes 19~20 seconds to generate

thin drift
#

I never seen something so much buetifule besides Queen gambit

#

O @rugged root they fixed your office

#

Because i see you arent muted anymore

somber heath
vocal basin
#

AI can make "new inventions"
but ChatGPT was never made for it

thin drift
vocal basin
vocal basin
thin drift
#

O

vocal basin
#

nvm it happened again

#

I will change the contrast settings

thin drift
vocal basin
#

@midnight agate
I think, for .into() you need the type annotated

thin drift
#

Welp im off to go to play some chess

#

Wish me luck

vocal basin
#

sometimes it produces lightnings, sometimes it doesn't

gentle flint
#

@lucid blade knife worked best in the end

nova oriole
#

looks so beautiful

gentle flint
#

turned out there was a layer of cardboard on top of the wood

somber heath
#

@merry flare ๐Ÿ‘‹

#

@visual vale ๐Ÿ‘‹

vocal basin
#

some OSes have support for asynchronous networking
with select/poll or something

unborn storm
#

bye ๐Ÿ‘‹

vocal basin
#

just kill the service
never run it again

vocal basin
#

you can diagnose if you can't replicate

#

there is dtrace

#

and also, figuring out stuff from core dump/logs/whatever

#

with C it's kind of straight-forward

#

for python/js/etc. you'd need some extra tooling

somber heath
#

"From the people who bought you services...and the brains that bought you microservices...

Introducing... The Nanoservice!"

vocal basin
#

nanoservices with nano uptime
it works 0.0000001% of the time

#

duplicate files, maybe?

#

also, the cost of a single file is greater in the FS

vocal basin
#

@somber heath
(the corresponding video is still being generated)

verbal zenith
#

Finally made a random noise image

#

@vocal basin Why would my image not be able to be uploaded?

#

Hold on

verbal zenith
#

I guess you can't save as from show()?

#

I tried saving it from the windows image viewer

#

lol

vocal basin
#

so can't copy/save

verbal zenith
#

Yeah, let me save it now

#

my first noise image lol

#

watch stack

#

it flips its values I have no idea why

#

I don't mind that my averaging is odd

#

but the fact stack flips is killing me

stuck furnace
#

In theory, creating new stock shouldn't dilute the existing stock, because it's sold at the current market value of the stock.

#

And the money it's bought with becomes part of the assets of the company (which is owned by the shareholders, once you subtract liabilities).

verbal zenith
#

lx do you have any idea what I might be doing wrong?

stuck furnace
verbal zenith
#

apparently the red circle to help show where I was pointing out only rendered on one frame

#

weird

stuck furnace
#

I'm not sure what I'm looking at sorry

verbal zenith
#

wait

#

nvm

verbal zenith
vocal basin
gentle flint
lucid blade
#

eeeeeeeeeeeeeeeeeeeeemmmmmmmmmmmmpppppppppppppppppp

#
  • ai super intelligence takes over any computer network left lol
vocal basin
#

Australia relies on China somewhat

#

np.clip

#

flask needs wsgi runner

#

there's a talk about taking money from scammers (about early 00's)

#

(on DEFCON)

#

Speaker: Grant Jordan WiseCrack Tools

Every time you look at your inbox, there it is... SPAM! Your penis needs enlargement, a horny single girl from Russia "accidentally" emailed you, and a former Nigerian prince knows that you're just the man to safeguard his millions. But in 2007, while still a student at MIT, one particular kind caught my ey...

โ–ถ Play video
#

not gold, rather penny stock

vocal basin
#

ohno, the ping

lucid blade
vocal basin
#

this

#

ICMP

#

buffer overrun?

#

general software engineering principles help writing pentesting software
and with solving CTFs and stuff

vocal basin
# vocal basin general software engineering principles help writing pentesting software and wit...

some tasks require developing custom tooling for the task (proxies, tracers, all that)
https://www.youtube.com/watch?v=DGuRI_SPZYg

Get a unique insight into how hacking really looks like. This is a live recording and commentary of the ALLES! CTF Team playing the Google CTF finals hackceler8.

After we have placed 8th in the Google CTF 2020, we were invited to a special finals event, which was speed hacking against 3 other teams. Unfortunately we only got 2nd place in our gr...

โ–ถ Play video
#

do you know mu complex?

#

it's not much about low-level hacking, but about using the shell and digging through files

vocal basin
#

(what I've managed to solve is mostly maths-related)

lucid blade
#

PICOCTF

#

^ vgood

vocal basin
#

@plain needle
what do you mean reset?

#

there is no real difference

#

introduce methods for reset

#

or just delete the instance

#

and re-create it

#

HP and hp

#

initialiser

#

__init__

lucid blade
vocal basin
#

dataclasses work well when you don't have to change them

#

ChatGPT doesn't understand anything but it can suggest random hints

#

I can't have access to ChatGPT

#

vpns aren't easy for that too
(would rather not try)

#

someone should make it play minesweeper

#

the problem is, minesweeper has no notation unlike chess

#

they use algorithms for calculating the difficulty

#

almost 100%...

vocal basin
#

3BV: minimal clicks to solve without flags

#

ZiNi: approximation of minimal clicks to solve with flags

#

approximation because it's undecidable within a reasonable time

lucid blade
#

@vocal basin peace dude

river thistle
#

Hello

vocal basin
#

something went wrong

vocal basin
#

the difference between two algorithms is a flag (field State0().directional)

#

last thing I introduced in terms of an algorithms, was:
picking random value from the stack
if it's far away from the top value, swap them

#

DaVinci Resolve

vocal basin
vocal basin
#

you can cut

#

but it's hard to find

#

PyCharm is too weak in terms of typing
or I was just unable to find a way to configure it properly

mint loom
#

is anyone here familiar with opencv + usage of classes and oop

vocal basin
mint loom
#

detecting a ball

#

but im having issues with the oop implementation

#

mostly that

#

not so much on opencv

#
class Video:
    def __init__(self):
        self.display = Display()
        #self.maths = Calculate()
        self.centroidcoords = []
        self.radiusvalues = []
        self.videopath = self.VidInput()
        
    def GetRadiusValues(self):
        # empty list for some reason
        return self.radiusvalues
    
    def GetCentroidCoords(self):
        return self.centroidcoords
    
    def GetDuration(self):
        # Get the number of frames? and the frame rate
        frame_count = int(self.videopath.get(cv2.CAP_PROP_FRAME_COUNT))
        fps = self.videopath.get(cv2.CAP_PROP_FPS)
        print(frame_count, fps)
        # Calculate the duration of the video
        duration = frame_count / fps

        # Release the video capture object
        self.videopath.release()

        print(duration)
#

this is the chunk of code im having issues with

vocal basin
mint loom
#

the GetDuration method

somber heath
#

@frank walrus ๐Ÿ‘‹

mint loom
#
def Start(self):
        # detect projectile
        self.video.DetectBall()
        
        # print video duration
        self.video.GetDuration()
#
self.video.DetectBall()

this line of code works perfectly

frank walrus
mint loom
#

but
self.video.GetDuration()
this does not

#

it returns zero division error which leads to me assume that this line of code
self.videopath = self.VidInput() is not executed for the second line?

vocal basin
mint loom
#

but yeah the first letter shoukdnt be capitalised

#

whoops

vocal basin
mint loom
blissful vine
#
import discord
import asyncio

intents = discord.Intents.default()
intents.members = True

client = discord.Client(intents=intents)

async def send_message():
    await client.wait_until_ready() # wait until the bot is ready
    channel = client.get_channel(channel number) # replace with the ID of the channel where you want to send the message
    while not client.is_closed():
        await channel.send('Hello, world!') # replace with the message you want to send
        await asyncio.sleep(5) # replace with the number of seconds you want to wait before sending the message again

client.loop.create_task(send_message()) # create a task that sends the message

client.run('your_bot_token') # replace your_bot_token with the token of your Discord bot

guys can someone tell me why this isn't working

#

@somber heath hey would you help me please

somber heath
somber heath
#

A special real estate offer just for Jim Boonie.

SUBSCRIBE: http://bit.ly/AdultSwimSubscribe

About Tim and Eric Awesome Show, Great Job!:
Tim and Eric Awesome Show, Great Job! is Adult Swim's number one gross-out comedy fever dream viewing experience. Tim Heidecker and Eric Wareheim are joined by special guests John C. Reilly, Zach Galifiana...

โ–ถ Play video
silver sluice
#
boris135246@instance-1:~$ sudo apt install python3.11
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'postgresql-plpython3-11' for regex 'python3.11'
postgresql-plpython3-11 is already the newest version (11.19-0+deb10u1).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
boris135246@instance-1:~$ python3.11
-bash: python3.11: command not found
boris135246@instance-1:~$ pip3.11
-bash: pip3.11: command not found
boris135246@instance-1:~$ ^C
boris135246@instance-1:~$ sudo apt update
Hit:1 http://deb.debian.org/debian buster InRelease
Hit:2 http://security.debian.org/debian-security buster/updates InRelease
Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
Hit:4 http://packages.cloud.google.com/apt google-compute-engine-buster-stable InRelease
Get:5 http://deb.debian.org/debian buster-backports InRelease [51.4 kB]
Get:6 http://packages.cloud.google.com/apt cloud-sdk-buster InRelease [6396 B]
Fetched 114 kB in 1s (139 kB/s)   
Reading package lists... Done
Building dependency tree       
Reading state information... Done
2 packages can be upgraded. Run 'apt list --upgradable' to see them.
boris135246@instance-1:~$ python3.11
-bash: python3.11: command not found
boris135246@instance-1:~$ python3
Python 3.7.3 (default, Oct 31 2022, 14:04:00) 
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> ```
vocal basin
#

@somber heath
so the major next thing, I think, would be to figure out a more proper merging algorithm
and the dimension reduction algorithm (to, maybe, somehow rotate through colour space)

silver sluice
#

path

vocal basin
silver sluice
#
boris135246@instance-1:~$ python3
Python 3.7.3 (default, Oct 31 2022, 14:04:00) 
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 
KeyboardInterrupt
>>> path
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'path' is not defined
>>> tree
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'tree' is not defined
>>> l
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'l' is not defined
>>> $path$
  File "<stdin>", line 1
    $path$
    ^
SyntaxError: invalid syntax
>>> 
vocal basin
#

in bash/sh not in python REPL

silver sluice
#
boris135246@instance-1:~$ path
-bash: path: command not found
boris135246@instance-1:~$ path$
-bash: path$: command not found
boris135246@instance-1:~$ $path
boris135246@instance-1:~$ PATH
-bash: PATH: command not found
boris135246@instance-1:~$ $PATH
-bash: /home/boris135246/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games: No such file or directory
boris135246@instance-1:~$```
vocal basin
#
echo $PATH
silver sluice
#
boris135246@instance-1:~$ cd .local/bin
boris135246@instance-1:~/.local/bin$```
cedar solar
#

accept my friend req

somber heath
#
sudo shutdown -r now```
silver sluice
#
Linux instance-1 4.19.0-23-cloud-amd64 #1 SMP Debian 4.19.269-1 (2022-12-20) x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri Feb 17 07:14:24 2023 from 35.235.243.82
boris135246@instance-1:~$ python3.11
-bash: python3.11: command not found
boris135246@instance-1:~$ cd .local/bon
-bash: cd: .local/bon: No such file or directory
boris135246@instance-1:~$ cd .local/bin
boris135246@instance-1:~/.local/bin$ 
vocal basin
silver sluice
#
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri Feb 17 09:13:55 2023 from 35.235.243.81
boris135246@instance-1:~$ PATH$
-bash: PATH$: command not found
boris135246@instance-1:~$ $PATH
-bash: /home/boris135246/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games: No such file or directory
boris135246@instance-1:~$ 


somber heath
#

/var/cache/apt/archives/

silver sluice
#
boris135246@instance-1:~$ which software-properties-common
boris135246@instance-1:~$ which apt-repository ppa:deadsnakes/ppa
boris135246@instance-1:~$ /var/cache/apt/archives/
-bash: /var/cache/apt/archives/: Is a directory
boris135246@instance-1:~$ cd /var/cache/apt/archives/
boris135246@instance-1:/var/cache/apt/archives$ ```
#

Storage
Boot disk
Name
instance-1
Image
debian-10-buster-v20230206
Size
10 GB
Interface type
SCSI
Type
Balanced persistent disk
Encryption type
Google-managed
Mode
Boot, read/write
Snapshot schedule
None

silver sluice
#
boris135246@ubuntu-focal-1:~$ sudo apt install python3-pip
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package python3-pip is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python3-pip' has no installation candidate
boris135246@ubuntu-focal-1:~$ 
somber heath
#

python3 -m ensurepip

wise cargoBOT
#

Hey @silver sluice!

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

silver sluice
sharp urchin
#

yo

latent anchor
#

I think I have a simpler question today. I have been hard at work ๐Ÿ˜†

#

So I got rid of all my global variables . "def hit(hand): print(total) return hand,total" here is a function that is being called that works perfectly.

somber heath
#

@fringe herald ๐Ÿ‘‹

sharp urchin
#

tht sounds sad

#

:{

latent anchor
#

def perfect_strategy_hard(hand,total):
if dealers_showing == 2:
if total == 5 or total == 6 or total == 7 or total == 8 or total == 12:
hit(hand)
elif (total == 9 or total == 10 or total == 11) and len(hand) < 3:
double(hand)
elif (total == 9 or total == 10 or total == 11) and len(hand) >= 3:
hit(hand)
else:
print("Player Stands: ")
print("total: {}".format(total))
return total

sharp urchin
#

"MANY PEOPLE DO:{"

somber heath
#

@rustic cobalt ๐Ÿ‘‹

latent anchor
#

but when I return total to this function total no longer equals the same value as when it left hit().

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.

latent anchor
#

sir yes sir!!

somber heath
#
a == 1 or a == 2 or a == 3 or a == 5```
#
a in (1, 2, 3, 5)```
latent anchor
#

yeah that looks better lol

#

ty

somber heath
#
a in (1, 2, 3, 4)``````py
a in range(1, 5)```
#
1 <= a <= 4```
#

"1 is less than or equal to a AND a is less than or equal to 4"

latent anchor
#

makes sense but I like the first version.

#

I could see different scenarios for both

#

This link makes it easier

#

i think

#

Shit how do I make my own url

#

sorry!!

#

total = perfect_strategy_hard(hand, total)

#

here is how one tree of the game begins by calling the function with this line.

#

but the problem occurs between the two functions linked.

#

sorry ask that one more time

somber heath
#

If possible, provide the code in full.

#

This appears to be partial.

#

I'm left to work out what extra code needs to be written in order to see what's going on.

latent anchor
#

dont judge I am extremely new lol. I apologize if it is extremely unorganized.

vocal basin
latent anchor
#

Yeah please dont it is a lot to follow which is why I just posted the two functions where the error resided.

somber heath
#

!e ```py
def func(arg):
arg.append(4)

my_list = [1, 2, 3]

func(my_list)

print(my_list)```

wise cargoBOT
#

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

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

!e ```py
import random

my_list = [1, 2, 3, 4]
a = random.shuffle(my_list)
print(a)
print(my_list)```

wise cargoBOT
#

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

001 | None
002 | [3, 1, 4, 2]
somber heath
#

"in-place" operation

latent anchor
#

hmmm I guess I sort of lied but double has two purposes: 1. its global variable is "doubled" 2. once you double you can not receive another card and the hand should end. For whatever reason double actually works as intended.

#

But I think you are right that double does not need to return anything really.

somber heath
#

!e ```py
import random

def func(arg):
return random.choices(arg, k=len(arg))

my_list = [1, 2, 3, 4]
result = func(my_list)
print(my_list)
print(result)```

wise cargoBOT
#

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

001 | [1, 2, 3, 4]
002 | [1, 2, 1, 3]
sharp urchin
#

(random question):- isnt it cool to be a ML engineer at the age of 15?

#

:{}

#

it has become common

#

?

#

:{

#

i thought i was of the very few:{

latent anchor
#

are you 15?

sharp urchin
#

no 17

vocal basin
sharp urchin
#

ohh

#

no i am talking abt a 15 year old working in a company

#

he is an engineer

latent anchor
#

are you already an ML engineer?

sharp urchin
#

in a company

sharp urchin
vocal basin
sharp urchin
#

:{no

#

artifact is the name

#

of the company

#

its a software dev company

#

as shown on google

#

hmm ...i just wanted to share it with yall

#

that there are people at the age of 15 being engineers in a company

vocal basin
#

idk how to properly introduce this talk; but it's great and relevant to this

sharp urchin
#

is it?

#

also opal i just chkd out corey schafer and now i regret as to why i didnt see it

#

:[

latent anchor
#

thats a fallacy

sharp urchin
#

they have taught way more than i learnt

#

yeh:{}

vocal basin
sharp urchin
#

will still be chking him out:}

sharp urchin
vocal basin
#

like, a lot

latent anchor
#

Maybe specialization at an earlier age is what society needs to advance quicker than the population is growing. How do you take advantage of a greater population? More specialized roles. What would be the best way to create more specialization? lead children down more specific careers quicker.

restive sable
#

Hey i want a pythonscript on a sd cart to Start automatically when the sd card is accessed on a Windows 10/11 PC. Is there any way to do that?

restive sable
#

Because i have data on that sd cart which i would edit automatically

vocal basin
vocal basin
restive sable
restive sable
vocal basin
restive sable
#

No

vocal basin
#

I think, the least number of actions you can reduce it to is to have a script saved on the SD card than can be ran from shell or something

somber heath
#

You could just have a Python installation on the sdcard and a batch file you run whenever you need to do anything.

vocal basin
#

if you have an option to store the script on the PC, then it's probably better

somber heath
#

You'd manually run it each time, but it wouldn't take very long.

#

Unless you know that all the computers have Python installed.

#

In which case, you'd just run the script.

restive sable
somber heath
#

I understand.

#

I'm suggesting you compromise on the automatic aspect.

vocal basin
restive sable
#

So there is no good way to do that?

somber heath
#

It's ultimately governed by the host computer, anyway.

#

In our pedestrian world, there's nothing you can put on an sdcard that will reliably cause it to be run automatically across all computers.

#

Per situation, yes, but it's not all about what's on the sdcard.

somber heath
#

@wind fog ๐Ÿ‘‹

sharp urchin
#

hello @warm jackal

wind fog
#

hi @somber heath

sharp urchin
#

yeh :}

#

better than ystrdy"}

#

yus

#

seems opal isnt here

#

ty:}

#

lol

#

so you werent here technically

#

๐Ÿฅธ .

#

mango seasons:}

#

opal

#

:{

#

summers

#

i love it

#

alphanso opal?

#

yes for me

#

almost summers

sharp urchin
#

name says it all

#

:]

hoary olive
#

Greetings x10

#

Hello Opal

#

& Beerhunter

sharp urchin
#

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

sharp urchin
#

@jagged trench

jagged trench
#

yess

#

??

#

@sharp urchin

somber heath
#

@sweet pine ๐Ÿ‘‹

sweet pine
somber heath
#

@whole bear@hushed surge๐Ÿ‘‹

whole bear
#

hi

sweet pine
#

i cant turn on mic, apparently..

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.

sweet pine
#

yes, i know

#

i dont have 50 mssgs

whole bear
#

Why can't I turn on the microphone in the call?

sweet pine
#

strange rules๐Ÿ˜•

rapid chasm
#

No

sharp urchin
#

its fine:]

stuck furnace
sharp urchin
#

maniac:{}

sweet pine
#

why it is annoying?

#

ok

#

mhm

#

mb banning them?

rapid chasm
#

I'm not going to argue with you

sweet pine
#

got you๐Ÿซก

stuck furnace
#

@jagged trench Please don't repeatedly join and leave the voice channel. If you're wondering why you're unable to speak, see the message in #voice-verification

sweet pine
#

๐Ÿ˜‚

stuck furnace
#

Hello WAVE6

sweet pine
rapid chasm
sweet pine
#

@somber heath Where are you from?

#

australia?

#

๐Ÿ˜‚

#

i'd say ๐Ÿ”ƒ

#

orโฌ†๏ธ โฌ‡๏ธ

sharp urchin
rapid chasm
#

Verfication Period: <t:1676657580:R>

jagged trench
rapid chasm
#

!pypi captcha

wise cargoBOT
#

A captcha library that generates audio and image CAPTCHAs.

jagged trench
sharp urchin
#

:}

rapid chasm
#

Whatever

sharp urchin
#

what?

#

where do you stay?

#

Yakutsk, russia? @lavish rover

lavish rover
sharp urchin
sharp urchin
#

:}

somber heath
#

"๐ŸŽ ๐Ÿ‡ ๐ŸŽ  ๐Ÿด Select all images with cars."
"Okay, I'll just go and select zero."
BAN
"...I appeal."
"Your call is very important to us..."

sharp urchin
#

seems like a good idea

somber heath
#

It's 100 years after the great fall. In a building, a faintly audible message plays over and over. A skeleton lays next to the speaker.

#

"Your call is very important to us."

sharp urchin
#

brb goin to study

somber heath
#

@iron barn @whole bear @mighty knoll ๐Ÿ‘‹

iron barn
#

Hi everyone. Sorry i have a voice chat restrictions.

wise cargoBOT
#

Voice verification

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

iron barn
#

I'm new here

#

Thanks

#

It was my favorite cartoon in the childhood.

rapid chasm
somber heath
#

!e ```py
class MyClass:
def iter(self):
yield 1
yield 2
yield 3

instance = MyClass()

for v in instance:
print(v)```

wise cargoBOT
#

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

001 | 1
002 | 2
003 | 3
sly yarrow
#
class range:
    def __init__(self, start, end):
        self.start = start
        self.end = end
    def __iter__(self):
        return self
    def __next__(self):
        if self.start < self.end:
            tmp = self.start
            self.start += 1
            return tmp
        raise StopIteration
num = range(1,10)
for i in num:
    print(i)

stuck furnace
#

Oh, by convention, iterators' __iter__ method return self

#

Because otherwise, passing the iterator through iter would have unexpected behaviour.

somber heath
#

Huh.

#

Okay, then.

stuck furnace
#

By convention, iterators are also iterable.

#

Whenever you loop over an iterable, its __iter__ method is called to get an iterator.

somber heath
#

!e ```py
class MyClass:
def iter(self):
yield 1
yield 2
yield 3
instance = MyClass()

for v in iter(instance):
print(v)```

wise cargoBOT
#

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

001 | 1
002 | 2
003 | 3
somber heath
#

I must go away and fiddle with this knowledge.

#

Chew on it.

stuck furnace
#

For example: py for x in xs: ... is pretty much equivalent to: ```py
it = iter(xs)
while True:
try:
x = next(it)
except StopIteration:
break
...

sly yarrow
stuck furnace
#

You would want to be able to loop over an iterator just as you would iterate over the iterable that it was created from.

whole bear
#

iter-aye-tor

stuck furnace
#

I mean, it's desirable for the following two pieces of code to have the same behaviour: py for x in xs: ... ```py
it = iter(xs)
for x in it:
...

somber heath
#

@whole bear๐Ÿ‘‹

whole bear
#

@somber heath ๐Ÿ‘‹

#

Explain difference between iterator and iterable, please

stuck furnace
rugged root
#

Sup brah

whole bear
#

Typecast?

rugged root
#

If you do it in a for loop, the iter is implicit I think?

whole bear
#

for eeks

rugged root
#

Yo

stuck furnace
#

Errrrm, so the definition of an iterable is an object which has an __iter__ method which returns an iterator.

rugged root
#

Getting coffee

stuck furnace
rugged root
#

Slowly adjusting my blood to coffee ratio

whole bear
#

No?

#

Nope..

#

I would like a fancy Bash shell prompt

#

as fancy as possible

stuck furnace
#

Nah that's LP

whole bear
#

I'd like to be the envy of all shell programmers because of the beauty of my shell prompt

rapid chasm
stuck furnace
somber heath
#

it - it is over there
er - umm, err, well, you see, err...
a - ayy like the Fonz
tor - as in torture

silver sluice
#

@somber heath !

#

I fixed it!

rugged root
#

Or if it has the __getitem__() method

quaint oyster
#

tor as in the silk road

rugged root
#

Wait

silver sluice
#

I could choose what software it ran and I chose a 22.something ubuntu

rugged root
stuck furnace
somber heath
rugged root
#

I think so

silver sluice
#

My bot runs 24/7 with no issues! I made a script that runs python3 main.py every time the bot starts

rugged root
#

!d iter

wise cargoBOT
#

iter(object)``````py

iter(object, sentinel)```
Return an [iterator](https://docs.python.org/3/glossary.html#term-iterator) object. The first argument is interpreted very differently depending on the presence of the second argument. Without a second argument, *object* must be a collection object which supports the [iterable](https://docs.python.org/3/glossary.html#term-iterable) protocol (the `__iter__()` method), or it must support the sequence protocol (the `__getitem__()` method with integer arguments starting at `0`). If it does not support either of those protocols, [`TypeError`](https://docs.python.org/3/library/exceptions.html#TypeError "TypeError") is raised. If the second argument, *sentinel*, is given, then *object* must be a callable object. The iterator created in this case will call *object* with no arguments for each call to its [`__next__()`](https://docs.python.org/3/library/stdtypes.html#iterator.__next__ "iterator.__next__") method; if the value returned is equal to *sentinel*, [`StopIteration`](https://docs.python.org/3/library/exceptions.html#StopIteration "StopIteration") will be raised, otherwise the value will be returned.
whole bear
#

@stuck furnace thank you

#

!d iterator

wise cargoBOT
#
silver sluice
# wise cargo

That's a way fancier looking response menu, how does one make their message look like that?

rapid chasm
somber heath
#

I've had people say "eye-ter-ay-tor" and I die a little every time.

rugged root
#

type casting is a term rather than a function or anything

#

You more often hear it in statically typed languages

stuck furnace
#

Tbh, I don't really know what type casting is as the term is used so inconsistently.

rugged root
#

(just explaining for others who may not know)

silver sluice
somber heath
#

eye-ter-ay-shun (no!)

#

and I just can't

silver sluice
#

Im already making bots on python and using google VM to run em 24/7

whole bear
#

Type casting is like goto statement?

rugged root
#

Converted

whole bear
#

Oh, to change the type of the object

somber heath
#

Discord markdown?

rugged root
#

In the case of iter(), I think we'd just say that we are creating an iterator object

#

The original object and what not is untouched

whole bear
#

" It's a trap "

somber heath
#

Python has flow control, but it does not have goto statements.

rugged root
#

Sad people

#

By still having to work regardless?

somber heath
#

@meager cobalt@fair wigeon๐Ÿ‘‹

whole bear
#

Not Friday night

rugged root
#

@lavish rover Sup buuuuuuuuuuudddy

whole bear
#

Friday, but not night

#

Frinight

#

You are a cynic?

fair wigeon
#

hi

whole bear
#

A modern cynic

#

@lofty crater I like it

rugged root
#

I'm a cynic and a realist

#

I'm cynical about reality

mighty knoll
#

I have a question

rugged root
#

Shoot

lofty crater
#

shoot

rugged root
#

Jinx

mighty knoll
#

I have a question

rugged root
#

What is your question

quaint oyster
#

no way he said that twice

fair wigeon
quaint oyster
#

once is bad enough

mighty knoll
#

Why rust Is hated

rugged root
#

Is it?

#

I thought a fair number of people liked it

#

Just a matter of preference

#

@rapid chasm Later bud

whole bear
#

!d enumerate

wise cargoBOT
#

enumerate(iterable, start=0)```
Return an enumerate object. *iterable* must be a sequence, an [iterator](https://docs.python.org/3/glossary.html#term-iterator), or some other object which supports iteration. The [`__next__()`](https://docs.python.org/3/library/stdtypes.html#iterator.__next__ "iterator.__next__") method of the iterator returned by [`enumerate()`](https://docs.python.org/3/library/functions.html#enumerate "enumerate") returns a tuple containing a count (from *start* which defaults to 0) and the values obtained from iterating over *iterable*.

```py
>>> seasons = ['Spring', 'Summer', 'Fall', 'Winter']
>>> list(enumerate(seasons))
[(0, 'Spring'), (1, 'Summer'), (2, 'Fall'), (3, 'Winter')]
>>> list(enumerate(seasons, start=1))
[(1, 'Spring'), (2, 'Summer'), (3, 'Fall'), (4, 'Winter')]
```  Equivalent to...
rugged root
hushed surge
#

Could i ask a question too?

whole bear
#

DevOps

stuck furnace
#

Kind of rude lol

whole bear
#

DevOps is hard, like kitchen. to be in kitchen you must have tough skin

fair wigeon
#

whats like to be in ur first developer job

hushed surge
#

Does anyone know how i could replace the letters in a string for example changing "AATT" to "TTAA

whole bear
#

Docker on Mac.. cost money

somber heath
stuck furnace
#

What about Jupyter notebooks?

whole bear
#

django piece of garbage? @amber raptor

rugged root
#

Dorker

#

Well.. not more efficient

#

Just makes it more modular

hushed surge
rugged root
#

Me in theory

somber heath
rugged root
#

@whole bear Wait really?

amber raptor
rugged root
#

That docker costs on mac

whole bear
#

No cost?

whole bear
#

I think cost.. sorry if wrong

rugged root
#

Ah okay

whole bear
#

what is business.. like office

rugged root
#

As in using it to make monies

whole bear
#

MIT Sys (like Uni)

hushed surge
rugged root
#

Uni is probably fine

somber heath
#

"Oi, where's your cardboard box license?"

whole bear
#

so "some money"

rugged root
#

You're paying for permission to make money using their product

#

Eh

#

It's reasonable

whole bear
#

what is best for auth http? Bearer?

rugged root
#

Enterprise licensing is very very common even in open source

#

Yeah

#

Docker Desktop is a GUI setup for managing your containers and what not

somber heath
#

The two string argument form should be sufficient.

whole bear
#

i not in india

hushed surge
rugged root
#

True

whole bear
#

he say django is bad

rugged root
#

It's a great glue language or wrapper language

#

So tying two services together

#

APIs like rabbit said

#

It's good for making small tools

#

Correction

whole bear
#

what use? Node.js?

rugged root
#

Doesn't use Python as the main engine

#

Has a larger overhead

lavish rover
rugged root
#

All good

whole bear
#

how old you

lavish rover
#

Just wanted background noise

rugged root
#

Just know I'm here for you baaaaeeeee ~~~~ โค๏ธ

lavish rover
#

Got my US visa approved

amber raptor
rugged root
#

.NET

amber raptor
rugged root
#

Quiet, Lance

whole bear
#

the guy said "younger version of me", "young = patience"

sweet lodge
whole bear
#

typecasting again

lavish rover
whole bear
#

why python need young developer with patience??

amber raptor
rugged root
#

Type casting just isn't used as a term in Python as much

#

Not that it doesn't apply, just not the term used

whole bear
#

born --> python ok --> young ---> still ok, patience ---> older ---> no python

rugged root
#

If it works it works

whole bear
#

x: int = 42

rugged root
#

Doing

x = 4
x = "blah"
#

Doesn't break things, essentially

whole bear
#

x: str = 'oh'

rugged root
#

Where as it would in other languages

amber raptor
rugged root
#

When a variable is declared in other languages, it is that type

whole bear
#

x: int = 1
then...
x: str = 'one'

#

is there char type in python or just string length 1

rugged root
#

In fairness, you can do

x: int = "string"
rugged root
#

Python doesn't care

#

String length of 1

whole bear
#

string length 1

sweet lodge
whole bear
#

ยด' length 0

quaint oyster
#

real chads use web assembly

sweet lodge
#

... or I would have, if I hadn't hit an async error before it... firHide

whole bear
#

what are you looking for again?

#

'foo' is 'foo' or 'foo' == 'foo'

#

is or ==

rugged root
#

Ooo

#

Foo Bar Fighters

rugged root
#

Async all the things!

#

Except most things

amber raptor
#

Install only fastest things.

whole bear
#

is best to put all variables at top or just before using

sweet lodge
amber raptor
rugged root
#

I tend to do constants at top and variables as needed

whole bear
#

but why import at top and not as needed

sweet lodge
rugged root
#
imports
constants
classes
functions
the rest
whole bear
#

cost time to import no

rugged root
#

Cost more time hunting around to see what you're actually importing

#

It's for clarity and explicitness

#

And it's been convention in most languages

whole bear
#

ok then why not vars at top

sweet lodge
whole bear
#

x: int = None # no value yet

rugged root
#

it makes a lot more sense in statically typed languages

whole bear
#

x = 1 # now value

rugged root
#

Since you are allocating the memory and types

#

But with dynamically typed languages, it's less important

#

Now, having said that, you might do that within a function

#

Just not like all variables for everything at the top

#

It's about making sure things are kept in the right scope

#

If you have something in the global scope and try to use it elsewhere, you can run into some issues or unexpected behavior

whole bear
#

freeze?

#

thaw

rugged root
#

Not even necessarily test things

#

It's just about keeping things separated

#

Because you'd have potential version conflicts per project

whole bear
#

you have tech presentation here? like fedora server

rugged root
#

We've talked about it, and we kind of do them from time to time, but we don't have a regular schedule

quaint oyster
whole bear
#

i like to meet influencer in python community ๐Ÿ˜„

rugged root
#

We have a few biggies in the server

#

The computers are going to drive me to drink today

#

I can feel it

whole bear
#

which big influencer??

#

not guido

lavish rover
#

There's โœจ me โœจ

whole bear
#

i want to join python influencer community to listen then teach. work with sponsorship

rugged root
#

Like we have Sentdex on here, Corey Schafer...

#

The devs who made the black formatter

whole bear
#

google this influencers...

rugged root
#

I've never really... like why would a language need an influencer

#

I think I'm misunderstanding something

lavish rover
#

Tell that to the whole rust community

whole bear
#

wow i like influencer with YT channel

lavish rover
#

"rewrite it in rust" is a personality type these days

rugged root
#

Hmm

whole bear
#

because today money is in influencer.. youtube ads, no?

rugged root
#

Fuck if I know

#

For every famous and rich influencer out there, there's thousands of folks who didn't make it

#

Everybody and their dog are wanting to get into it

#

๐ŸŽถ I'll make it... anywhere! ๐ŸŽถ

whole bear
#

yes i like to have video tutorial with 1000s view

#

money + popular

rugged root
#

@lavish rover May I offer you a ๐Ÿ”จ

whole bear
#

i do partnership with other creators. content creator network

rugged root
#

Cool

#

"I assert that you're stupid! How's THAT for a comment!?!"

#

@sturdy panther Yooooooo

sturdy panther
#

Hi!

#

Code review: Not enough caps in comment.

rugged root
#

"Not enough swearing in the comments. Probably means you didn't actually try that hard."

sweet lodge
#

firHmm
@amber raptor I wanted a staging environment, so I made two Azure App Services.
But... My Docker image is just tagged off the main branch.

What's the easiest way to let staging update but not prod?
Leave staging on main and move prod to a tag with a specific version that I bump manually and call it a day?

#

Oh he's gone

sturdy panther
#

Did Opal get a new mic? Sounds a little different.

#

Ah. Okay.

rugged root
#

@peak copper Sup

#

Damn it is cold in the office today

somber heath
#

@royal prawn ๐Ÿ‘‹

rugged root
#

My coffee is almost to the point where it's iced coffee

#

@quasi condor How's your bank account feeling?

royal prawn
rugged root
#

@quasi condor It's me. You're eating a piece of me

rugged root
rugged root
sweet lodge
rugged root
#

I mean it was hot coffee. The office is just that cold right now

lofty crater
#

import * from chocolate

sharp urchin
#

sent by mistake mr.focus

#

if you noticed sumthing strange:}

rugged root
#

That can't be right

#

Should

#

"Be White"

#

Hate that

quasi condor
#

tbf Poland didn't get it til recently

#

2018 or something

rugged root
#

Is what sorry?

#

They mean sea shells

#

You have you code using clams

#

Keep clam and carry on

sturdy panther
#

๐Ÿชจ ๐Ÿš ๐ŸŒŸ

rugged root
#

Niiiiice

somber heath
#

@scenic garden๐Ÿ‘‹

rugged root
#

Back in a sec, have to figure out something with our phone system

rugged root
#

"Sorry can you speak up? Your connection is a little ruff."

sweet lodge
whole bear
#

how many day auto mute

#

i try to be fast - leave join but always auto mute lol

sweet lodge
#

An hour isnโ€™t it?

whole bear
#

so soon unmute

whole bear
#

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

whole bear
#

eveyrbody mute here?

somber heath
#

No, but we don't always talk, either.

sharp urchin
#

whos mic was tht?

#

the one who told,"why is everyone muted in here?"

rugged root
#

Seems legit

#

Always sucks when a teacher does an RTFM

#

"I have tenure, I'm only here to tell you to learn on your own." -mic drop-

#

Neat

#

It's not about capability

#

But sometimes an extra set of eyes can help when trying to pick apart what a professor wants

#

Have you talked to any of your fellow classmates?

#

So no two people have the same one or same assignment?

#

When did you get the assignment and when is it due

#

I would write out very specifically, like numbered or bullet points, exactly what you're needing clarified. If the professor once again does an RTFM, I'd go to the department head

#

Because that's ridiculous

#

Paste the prompt if you can

#

@mortal burrow Yo

peak copper
#
You summary should include the following information:

Summary of the data set that, at a minimum, answers the following questions: What is the unit of analysis? How many observations in total are in the data set? How many unique observations are in the data set? What time period is covered?
Brief summary of any data cleaning steps you have performed. For example, are there any particular observations / time periods / groups / etc. you have excluded?
Description of outcome with an appropriate visualization technique.
Description of key predictors with appropriate visualization techniques that compare predictors to the response. You should investigate all predictors in your data as part of your project. For the purpose of this assignment, pick the one or two predictors that you think are going to be most important in explaining the outcome. Your selection of predictors can either be guided by your domain knowledge or be the result of your EDA on all predictors.
rugged root
#

Thanks

mortal burrow
rugged root
#

And what's your specific project's prompt?

#

"App reviews"

#

Doing some kaggle exercises....

#

Private Datasource

#

Huh

#

Wonder if that's an insider/whistle blower

#

Weird

#

Probably Uber

#

Because that's not supposed to be public

#

This is why I think you need to give very direct very specific questions, bullet points or numbered

#

Exactly

#

Semester project

#

Dude just take the final

#

Ah sorry, I missed that part

#

"Be obligated to learn on your own"
Then they shouldn't be teaching

#

The point of a teacher is to educate

#

There's a difference between hand holding and actually educating at all

#

If that's the case, then why even have a professor?

#

Why not just have a list of resources that you pay for and then get credit

#

"Teach yourself" when you're paying thousands of dollars is bullshit

mortal burrow
#

You pay for the degree and what you learn in that degree, I'm sure he can ask the professor for help.

rugged root
#

He did

#

They resent him the prompt

#

They RTFM'd him

#

And the prompt is above

mortal burrow
#

That's a great skill to have.

rugged root
#

I feel like you're missing the greater context

#

But it's not worth it

mortal burrow
#

A lot of these questions can be answered with pandas.

rugged root
#

Group project

#

Not to be confused with a grope project

#

-honk-

mortal burrow
#

I don't think this is a stretch.

rugged root
somber heath
#

@void delta๐Ÿ‘‹

rugged root
#

Yo

mortal burrow
rugged root
#

To give jack shit?

mortal burrow
#

To be able to learn on your own.

#

I'm not

#

How am I putting anyone down?

rugged root
#

I buck the idea that a professor refusing to explain a project or answer a students specific questions about it is acceptable

sweet lodge
rugged root
#

You'd even get to do that at work

mortal burrow
#

It sounds like he hasn't tried anything, if he did he could go to the professor and say here's what I've done so far.

#

Maybe he'll get a different response.

rugged root
#

You came in during the latter half of this

#

He has tried

#

@whole bear We get it semi-monthly, so the 15th and then the end of the month

#

24 total paychecks, where as bi-weekly (or is it bi-monthly, keep mixing those up) you end up with 26

#

@tepid edge Trying to contact a vendor to figure something out

sharp urchin
#

@lavish rover sorry to interrupt but you work in amazon?

rugged root
#

Yeah, right in the rainforest

sharp urchin
#

:{

#

ok will take it

rugged root
#

It's mostly there

#

Just waiting on the insurance adjuster

#

They should be coming at the latest Tuesday of next week

#

You guys are too nice to me

somber heath
#

Dude rocks up, starts putting his hands on all of the paperwork and pushing down on it.

#

"There. Got it. Adjusted."

#

Dude's actually a chiropractor.

rugged root
#

Sounds like a late-80's early-90's coming of age movie

sweet lodge
rugged root
#

Oh I was thinking Nintendo Switch

#

One for each key on the keyboard

#

Why does it work?

#

Because the gods of programming are mischievous and spiteful

#

Why does it not work? Same answer

#

Anyone used the "Brackets" editor?

#

First time I've seen it

amber raptor
rugged root
#

It was curiosity

amber raptor
rugged root
#

I'm looking at TypeScript, I'm going to do it on VSC

#

Don't worry Rab

#

Legacy code everywhere is evil from what I've heard

#

Huh

#

I'd never heard of a .ejs file until yesterday

void delta
somber heath
#

Yahoy.

void delta
#

hows it goingg

somber heath
#

I opened a door, today.

rugged root
#

Metaphorical or literal

somber heath
#

You know when you open the door to an oven or something?

rugged root
#

I've done that once or twice

somber heath
#

You get hit with that blast of hot air to the face?

void delta
#

yes

#

lol you should be careful

rugged root
#

Nothing quite like cooked eyeballs

#

Crap, back in a bit

limpid umbra
#

why are accountants so boring?

void delta
hoary olive
#

isn't Hemlock an accountant?

somber heath
#

IT and administrative support.

limpid umbra
#

hes Mr Tech

#

accountants will pay for jugs of beer though

hoary olive
#

He's a Tax Accountant ?

somber heath
#

No.

#

He supports people who are.

hoary olive
#

I vividly remember him working with Tax Software as a Job

limpid umbra
#

Hem shows accountants where the on button is

#

voice chat room with no voices - ohh i hear apeep

sharp urchin
#

ohk i am happy now

#

:}

#

maybe needing tips from you sir @lavish rover in an year or so :}

limpid umbra
#

voice chat is for verbal rattling and moaning

sharp urchin
#

thanks:}

#

did leetcode play a role?

#

i am 17 from india

hoary olive
#

Leetcode is international though?

#

You do data analysis ?

sharp urchin
#

how many years of experience you had before getting in ?

#

were you one of those freshers?

#

ohh thts nice:]

#

wait whats your highest education again?

#

no bachelors?

#

ohhhhhhhhhhh

#

so your masters helped you get in as well

#

i am guessing

hoary olive
#

what you do for a living moritz?

sharp urchin
#

me:{

#

have just started

#

not confident enough still

sharp urchin
#

nah

hoary olive
#

hello Rabbit

sharp urchin
#

hmm

#

i do leetcodes though

#

easy and medium ones

#

so you know

#

never tried hard ones

#

should i do it now ? or nah

#

focus on learning more would be it then i guess

#

:]

hoary olive
#

who does leetcode without knowing coding lmao

limpid umbra
#

india super competitive

sharp urchin
#

@odd lynx high rate on unemployment

#

makes it more difficult

hoary olive
#

what do you do prop_head?

sharp urchin
limpid umbra
#

i build stuff - poke wires into existing things , lets call it BORGizing

hoary olive
sharp urchin
#

@tepid edge in terms of languages ik C and python

hoary olive
#

Java mainly

sharp urchin
#

and now learning DATA science

#

and ML/AI

#

nahh i am very specific to DATA SCIENCE only

#

and learning whatever is needed

#

for it

#

no extras

hoary olive
#

what c standard?

sharp urchin
#

hmm

#

m still in the dilemma for ML

hoary olive
#

50/50

sharp urchin
#

yes

#

nvmm

hoary olive
#

Maybe i wanna do ML
Maybe not?

sharp urchin
#

hmm

hoary olive
#

elaborate?

somber heath
#

If there's a test, it's not entry level.

sharp urchin
#

lmao

#

reverse a linked list has become a meme now

somber heath
#

It might get called entry level.

limpid umbra
#

Q - i ask all of you this
for speed advantage using python and Cython
in comparison to python communicating to C / C++

i have some giant books on C++ how is C different
i dont like C if you can tell

somber heath
#

An entry level job is one where you turn up, they give you a look over and say, "Welcome aboard."

hoary olive
#

its a broad term

sharp urchin
#

if i recall

tepid edge
somber heath
#

Businesses call it entry level so they can justify on paper paying skilled people less.

sharp urchin
#

yes

stuck furnace
#

I guess it means, find the median of nums1 + nums2.

#

These questions are always worded so badly lol

rugged root
#

I honestly forgot what you're supposed to do for median on cases where you have an even number of numbers

amber raptor
#

!e python import statistics

wise cargoBOT
#

@amber raptor :warning: Your 3.11 eval job has completed with return code 0.

[No output]
amber raptor
#

!e python import statistics a = [1,2] b = [3,4] print(statistics.median((a+b)))

wise cargoBOT
#

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

2.5
amber raptor
#

Well, this leetcode is solved

stuck furnace
amber raptor
rugged root
#

It's not you, this is just how Rab is

#

Sorry missed that part

#

What's the problem with evaluating argument first?

#

Thought that was common

#

Oh leet code

#

Nevermind

#

Like getting your tonsils removed