#voice-chat-text-0

1 messages Β· Page 514 of 1

vocal basin
#

I don't trust this site

#

but

#

illustrates the point

lilac hill
#

yeah no everyone is registering their salary there so it does not alway reflect irl

#

if you know cobol banks will pay you a lot more than their average it staff

vocal basin
#

those two just happen to line up

#

often

#

tariffs aren't a "threat", it's direct damage

#

threat being enforced

#

Sweden invented remote dishwashing

vocal basin
vocal basin
light olive
#

what type of bytes are u making

vocal basin
#

every single house has a bunker
πŸ‡¦πŸ‡±

whole bear
#

why it gives me headache playing minecraft

trail mural
#

Hi vc0

whole bear
#

My head hurt so bad

trail mural
#

Gn vc0

gentle flint
chilly stratus
#

do you guys suggest any real projects to start with pyspark?

#

im learning for a new job i got

#

but havent applied it yet

#

only studied

dense ibex
#

!user

wise cargoBOT
#
jake (himynameisjake)
User information

Created: <t:1580002257:R>
Profile: @dense ibex
ID: 670802831678373908

Member information

Joined: <t:1609774606:R>
Roles: <@&267630620367257601>, <@&764245844798079016>, <@&764802720779337729>

Activity

Messages: 16,810
Activity blocks: 4,043

Infractions

Total: 4
Active: 0

timid quartz
#

!user

wise cargoBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

timid quartz
#

alrightttttttttt

somber heath
#

@dark mural πŸ‘‹

#

@mortal delta πŸ‘‹

light olive
#

hello

somber heath
#

@quasi tulip πŸ‘‹

quasi tulip
#

@lavish gazelle here is the match-case in python

lavish gazelle
#
from enum import Enum
import argparse


class Color(Enum):
    RED = 1
    GREEN = 2
    BLUE = 3


def print_color(color: str):
    match color.lower():
        case "red":
            print("The color is red.")
        case "green":
            print("The color is green.")
        case "blue":
            print("The color is blue.")
        case _:
            available_colors = ", ".join([c.name for c in Color])
            print(f"Unknown color: {available_colors}")


def main():
    args = argparse.ArgumentParser(description="Color Enum Usage Example")
    args.add_argument("color", type=str, help="Color name (red, green, blue)")
    parsed_args = args.parse_args()

    color = parsed_args.color

    print_color(color)


if __name__ == "__main__":
    main()
somber heath
#

@whole bear πŸ‘‹

whole bear
#

Is it fine that I can stay in the Discord for a bit? I just started learning Python.

whole bear
#

What are you guys doing?

mortal delta
#

I use this approach "if... return..." but that "match... case... " seems to be better πŸ‘ πŸ‘

if not content:
    response['status'] = 'invalid data'
    return response

if not content.get('barcode', ''):
    response['status'] = 'missing barcode'
    return response

if not content.get('type', ''):
    response['status'] = 'missing type'
    return response
    
whole bear
#

What are you guys talking about?

wise loom
whole bear
#

That's the same question

#

Are you guys mentioning what's in python@optalMist

whole bear
#

Lol

#

Oh, I never knew that

#

I just started programming and am just wondering what the basics and the advanced

mortal delta
#

you mean the match/case? That's new for me too. It's from Python >= 3.10

wise loom
mortal delta
#

I work with legacy code (3.7, 3.8) so I don't see that often.

somber heath
#
from __future__ import braces```
whole bear
#

You can write from before import?

mortal delta
whole bear
#

File "/workspaces/222660795/pythontest.py", line 1
from future import braces
^^^^^^
SyntaxError: not a chance

mortal delta
#

You mean something like this:

print('test')

import os
import sys
whole bear
#

What are os and sys

mortal delta
#

os is a module to deal with file paths, environment variables and so on. sys is a similar module, generaly to deal with the shell session.

whole bear
#

Seems like a difficult concept, just started learning a bit of imports on FreeCodeCamp. But, what do you mean by 'environment variables' and 'shell session'?

lavish gazelle
#

You basically use it to communicate with the os

whole bear
#

Like Numpy or something?

#

Unsure what the standard library is?

lavish gazelle
#

environment variables, running system commands also and more

mortal delta
#

This is a file path in python using os:

path = os.path.join('home', 'jonata', 'text.txt')

#

But I heard that using pathlib is better

#

Hey!

#

Not a begginer, but always learning πŸ˜†

lavish gazelle
#
import pathlib
BASE_DIR = pathlib.Path(__file__).parent
print(f"Base directory: {BASE_DIR}")
#

I use this mostly

#

So nice

mortal delta
#

Yes. But trying to migrate my projects to pathlib, I got a lot of problems.... seems to be not "string" friendly

frosty shell
#

anole

whole bear
#

system commands, I also thought it was some sort of terminal command or something. Where can I learn Python? Any books in particular? i have been learning python less than 2 weeks after completing Cs50x

mortal delta
#

CS50 is great. No particular source I can suggest, though.

#

I learned by myself, trying and testing things.

whole bear
#

Nice, I'm trying to find ways to apply Python skills to Quantum computing.

mortal delta
#

Cool

#

Hey @lavish gazelle , have you heard about OrderedDicts? πŸ‘€

#

πŸ˜†

#

No no πŸ˜„

frosty shell
whole bear
#

10 HOURSSS

#

Some sort of spam over and over again

#

Where did you get this

#

imaging building a random site about this

#

How long have you guys know python for?

#

known

mortal delta
whole bear
#

I was literally born in 2005

#

WHAT!

#

yes

frosty shell
#

tornado

whole bear
#

What do you use this for?

#

seems like an electrical engineer or something

frosty shell
#

tornado for rest apis

mortal delta
frosty shell
#

yes

whole bear
#

What is Apis? Heard about it, but unsure about it?

frosty shell
#

fastify

lavish gazelle
whole bear
#

lol

mortal delta
whole bear
#

What are TensorFlow, pandas, and Numpy used for?

lavish gazelle
whole bear
#

Lol, I spent $3,000 on a laptop and disappeared somehow

mortal delta
#

@lavish gazelle I had an Yoga tablet some years ago. Nice tablet.

whole bear
#

odd question, what did you use it for?

whole bear
mortal delta
#

They are

lavish gazelle
#

https://openwebui.com/ @frosty shell

whole bear
#

Couldn't you self-run run Mario Kart game using AI

#

19...

#

lol

#

Female...

#

yes...

mortal delta
#

It's a random name

whole bear
#

I copied this from my school Gmail

#

from my community college, where I will be starting couple of days

#

5 to be exact

#

I took a year gap

#

1 off of school

#

1 year*

#

Oh that's nice

#

lol

mortal delta
#

Agree

whole bear
#

lol

#

Yeah, hopefully. I do.

#

No, I am african american

#

None of the parents went to college, so first-gen

#

I hardly know what Rust even is...

mortal delta
#

I'm curious about Rust

#

Heard a lot about Rust

whole bear
#

Are you guys talking about string immutables or instance?

frosty shell
#

strings have to be destroyed and recreated in things like :

foo = "bar"
foo += "bazzy" 
whole bear
#

and russt that you mentioned

frosty shell
whole bear
#

Is it Rust by O'relliy?

#

I'll try to learn it for the interest of it, but I want to leanr the fundementals of python

#

You guys use AI? why?

frosty shell
#

I dont , my job is encouraging it, I'm trying to comply

whole bear
#

Is it for production reason?

whole bear
#

AI seems a little complicated for me. I think it is more so that you would have to repeatedly ask questions for you to get what you ask for

lavish gazelle
whole bear
lavish gazelle
whole bear
#

Just neutrally saying. AI is not accurate

lavish gazelle
#

It is still being developed

whole bear
#

What time is it for you guys?

#

Are you naming what your proficient in?

#

Surprizing...

#

Pascal?

#

lol

#

I am guessing mid 40's

lavish gazelle
whole bear
#

From what you mentioned earlier about 2006

#

I forgot what you said

#

I thought finding a relationship once you're older is much harder?

#

I will be at the library 247. Should I just join clubs or something?

frosty shell
#

think about it this way: Priorities: school first, if you flunk, the relationship will probably not work out .

whole bear
#

yes, OMG

#

I wear glasses because I am on screen all the time

#

yeah

#

My screen time has been an average of mid 10 because i work all day on the weekends

#

What!?!?!

#

On my laptop. I use an Ipone Se

lavish gazelle
#

Iphone

#

Really

whole bear
#

I don't know if I will be in a relationship

#

Properly be single. Is that a bad thing?

lavish gazelle
#

We can be single together πŸ™‚

lavish gazelle
whole bear
#

I've only been programming for about 4 hrs :<

frosty shell
#

nice.

whole bear
#

:(((((

#

I need to catch on math.

#

I spent 6 hours on math

#

I suggested a post that I wanted to join a competitive programmed, but they said it was not something I should be chasing

#

programming* out of self-interest

#

Why?

#

def main():

frosty shell
#

print("cool")

lavish gazelle
#

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

whole bear
#

def main(): pass # or something

#

lol, no

#

it is going to send

#

I don't know if i can indent

#

NOOO

lavish gazelle
#
def main():
  print("Python is cool")
#

!run

whole bear
#

iI said if I can write code on here

lavish gazelle
#

!python

whole bear
#

I am trying to catch up on math

#

A year ago.

#

Yes

#

American in Virginia

#

it's a state

#

Hopefully, I didn't spell it wrong

#

I don't think i did...

#

I am unsure

#

I am ghanian

#

I think i spell that wrong.

#

are ugly?

#

Aren't you caribbean?

#

A little

#

Nigerian?

#

Yeah, that sounds exactly like it

lavish gazelle
#

I am from west africa

whole bear
#

I have no clue...

#

we don't study maps here in America

lavish gazelle
#

The Gambia

#

It is a small country in west africa

whole bear
#

yeah,I would never have gotten that right

#

Lol

#

but you don't exactly know what virginia is?

#

where*

#

exactly

#

close to

#

Not you searching it up

#

are you?

#

There is nothing here.

#

If you don't want to die come here

#

compared to New York

#

The murder rates are a little low compared to other places

lavish gazelle
#

I don't feel safe in USA

#

Too manay school shootings

#

I am fragile

whole bear
#

Um... yeah. I can't say anything abou that

#

Just don't get hit?

#

or be homeschool or something?

#

lol

#

just be kind to everyone

#

I learn JavaScript in high school

#

not really...

lavish gazelle
#

Wow nice

whole bear
#

and java

#

Yes, I am. I teacher left us

#

our teacher left us, so I didn't self study

#

She had some sort of meltdown

lavish gazelle
#

Sorry to hear

whole bear
#

she was our only computer science teacher

#

in the whole school

#

no, she had a husband, but I don't know

#

I am self studying as well. Learning python

#

So how long do you spent learning code

#

I have been coding for 4 hours straight not 4 hours ago

lavish gazelle
#

Whole day

whole bear
#

you don't go outside?

lavish gazelle
#

Till I sleep

whole bear
#

So, your skin complexion is much lighter compared other Gambian people?

#

But you don't go out?

#

beside work

#

yeah, to be honest.

#

80-90 degrees or something?

#

f

#

yes

#

I thought it was somewhere near 80-90

#

lol

#

you live near the equator

#

it says 78.8 in f. I was close

lavish gazelle
#

Yea

whole bear
#

That is actually hot.

#

I rather be cold instead of being hot

#

You sweat often

#

I do

#

I been used to them

#

True

#

12:06 A.M

#

I literally should be going to sleep right now

#

yes, it's dark

lavish gazelle
#

4:06 AM

whole bear
#

Why are you on Discord at 4:06 a.m.?

lavish gazelle
#

It is literally peach dark

whole bear
#

Properly use Tinder or something?

#

You play FreeFire or something>

lavish gazelle
#

Delta Force & Arena Breakout

whole bear
#

I would think that what most international people play is why I suggested it

#

Yeah, I don't know those games

#

I haven't played video games for about 2-3 years

#

Would you survive?

#

Watch movies

lavish gazelle
whole bear
#

not playing games for 2-3 years

#

I haven't watched Game of Thrones. I think

#

Is this a thread?

#

I don't know discord

#

about programming

#

I will be going to sleep.

#

Bye!

#

Chanelle

lavish gazelle
#
print("Bye :)")
whole bear
#

no

#

is like chanel

#

no

#

like the perfume

#

serious...

#

seriously*

#

i wonder what you smell like?

#

That's sad

#

you didn't know what chanel perfume was

#

yikes...

lavish gazelle
#

AXE

whole bear
#

THERES A BIG DEAL

#

okay, ill be going to sleep before it hits 4:00 a.m or something

#

why are you making my name sound so wear

#

lol

#

werid

#

it is chanel or chanelle

#

yes

#

I think it is spelled as channel

#

lol, what the

#

Did you just wake up?

#

Why do you say bro a lot?

lavish gazelle
whole bear
#

I guess...

lavish gazelle
#

Lol

#

You know how to accpet friend request?

whole bear
#

I was able to

lavish gazelle
#

Good πŸ™‚

whole bear
#

okay, bye!

cinder mirage
#

interesting accent

upper basin
#
op_tensor = operator.Operator(np.array(op))

num_indices = len(qubit_indices)

if op_tensor.num_qubits != num_indices:
    raise ValueError(
        f"Operator requires {op_tensor.num_qubits} qubits. ",
        f"Received {num_indices} instead."
    )

if num_indices > self.num_qubits:
    raise ValueError(
        f"Statevector supports operators with at most {self.num_qubits} qubits."
        f"Received an operator with {num_indices} instead."
    )

if any(i >= self.num_qubits for i in qubit_indices):
    raise ValueError(
        f"Invalid qubit index in {qubit_indices}. "
        f"Valid indices are in range(0, {self.num_qubits})."
    )

# Reverse the indices for the contraction given the LSB convention causes the
# first qubit to correspond to the last index in the tensor to ensure correct
# format
op_contract_indices = [self.num_qubits - 1 - i for i in qubit_indices]

# Reshape the current operator to be a tensor with 2N indices
# of dimension 2 to represent the qubits, resulting in a
# rank-2N tensor
tensor = np.reshape(self.data, self.tensor_shape)

self.data = np.reshape(
    operator.Operator._einsum_matmul(tensor, op_tensor, op_contract_indices),
    self.shape
)
#
op_tensor = Operator(np.array(op))

num_indices = len(qubit_indices)

if op_tensor.num_qubits != num_indices:
    raise ValueError(
        f"Operator requires {op_tensor.num_qubits} qubits. ",
        f"Received {num_indices} instead."
    )

if num_indices > self.num_qubits:
    raise ValueError(
        f"Operator supports operators with at most {self.num_qubits} qubits."
        f"Received an operator with {num_indices} instead."
    )

if any(i >= self.num_qubits for i in qubit_indices):
    raise ValueError(
        f"Invalid qubit index in {qubit_indices}. "
        f"Valid indices are in range(0, {self.num_qubits})."
    )

# Reverse the indices for the contraction given the LSB convention causes the
# first qubit to correspond to the last index in the tensor to ensure correct
# format
op_contract_indices = [self.num_qubits - 1 - i for i in qubit_indices]

# Reshape the current operator to be a tensor with 2N indices
# of dimension 2 to represent the qubits, resulting in a
# rank-2N tensor
tensor = np.reshape(self.data, self.tensor_shape)

self.data = np.reshape(
    Operator._einsum_matmul(tensor, op_tensor, op_contract_indices),
    self.shape
)
vocal basin
#

wait why are all three different

upper basin
vocal basin
#
ValueError(
    "A. ",
    "B."
)

ValueError(
    "A."
    "B."
)

ValueError(
    "A. "
    "B."
)
#
ValueError("A. ", "B.")

ValueError("A.B.")

ValueError("A. B.")
#

I wonder how ruff puts a comma there

vocal basin
#

I just removed the details of the code before

#

I don't use LLMs to generate code, ever

lilac hill
#

ok

vocal basin
#

it keeps commas as is

#

both of these are kept the way they are

ValueError(
    "A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. "
    "A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. B."
)
ValueError(
    "A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. "
    "A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. A. B.",
)
vocal basin
#

so , forces it to be multi-line

#

but whenever it can it joins strings together

vocal basin
somber heath
#

@plucky hemlock πŸ‘‹

plucky hemlock
#

πŸ–οΈ

vocal basin
#

@midnight agate what's your opinion on using POST for partial updates that fail if the part is already present?

upper basin
#

What was the name of that song that went "Take a hint take a hint"?

#

Had a female singer.

vocal basin
#

example:
GET /list -> ["a", "b"]
POST /list ["c"], GET /list -> ["a", "b", "c"]
POST /list ["a"] -> error

#

or same but for objects

#

as far as I understand, POST and PATCH are largely arbitrary, unlike PUT which is exactly as GET

#

preferably POSTing to something where there's nothing yet results in same effect as PUT

#

and PATCH with full value does the same as PUT often

#

(at least that'd be intuitive)

vocal basin
#

PUT is idempotent
PATCH I prefer to be idempotent
POST I expect not to be idempotent

#

this

#

POST there is not really a useful method; kind of just exists to match the rest of the API

#

the current intent of POST in that API is to fail on existing

vocal basin
#

The PUT HTTP method creates a new resource or replaces a representation of the target resource with the request content.

wise loom
vocal basin
scarlet halo
vocal basin
#

middleware

scarlet halo
vocal basin
#

Nginx error templates are just files iirc

ocean solar
#

pepsi cola

raw carbon
#

You guys talking at all?

#

I seem to be stuck on RTC connecting

vocal basin
raw carbon
#

Great, so I'm being Discorded again

vocal basin
raw carbon
#

I love it

#

Welp, guess I'll see you guys in a bit lmao, hope you're all well

somber heath
#

@lyric bridge πŸ‘‹

scarlet halo
whole bear
#

Hi

#

I need help

somber heath
#

@near rose πŸ‘‹

whole bear
#

I don't know why but I have migraine playing pov game like minecraft

#

it is unbearable

#

Yes

#

I feel like I should throw up

#

Okay so there is no solution?

#

Ig I have no other option but to stop playing minecraft

#

I did

#

but it didn't helped

#

Hmm

#

I did consulted doc

#

he suggested me to avoid playing such a game

#

but again it only happens to me

#

Okay

#

Yes

#

recent

#

when I started playing minecraft

#

Yes I do

lilac hill
whole bear
#

I do have to wear glasses

whole bear
lilac hill
#

try football manager and see if you face same issues

whole bear
#

NVM

#

Why do american have different name for same sport?

#

like soccer for football

lilac hill
#

your internetprovider blocks it probably

#

use vpn perhaps

#

or other webbrowers

whole bear
#

I'm sorry

#

I had problem with vpn

lilac hill
#

reddit is a also a source but be aware of spam amd malicious links

wind raptor
#

No worries. Some things are better DMed

somber heath
#

@balmy walrus πŸ‘‹

#

@languid jacinth πŸ‘‹

paper wolf
#

uhhh guys im making a game and im thinking of ways to check what object displayed on screen is being hovered, clicked, dragged etc. the first thing comes on my mind was buffer image that has the coppy of the thing displayed but only color codes of each objects

#

no sure if its good...

whole bear
#

I think you guys should watch helgoland 513

paper wolf
#

and i can just index on the specific pixel on that buffer to know the color and finally the object where the cursor currently is

whole bear
#

German tv series

vocal basin
#

yes

somber heath
#

@mighty adder πŸ‘‹

vocal basin
#

~2 hours from now

whole bear
#

me named rabbit

#

so call me rabbit

vocal basin
whole bear
#

Okay I'll change my name

#

Good?

wise loom
#

hi frens, i want be vibe-coder, please advise

somber heath
whole bear
#

how come nordic folks are so tall?

#

They are like enderman of real world

somber heath
#

@warm iron πŸ‘‹

peak depot
#

@rapid jungle We hear ourselfs from your mike

wind raptor
#

@rapid jungle Moved you to AFK because you were not listening to requests to mute/ptt due to echo

whole bear
#

I do like lemon icecream

wind raptor
#

lemon_bald 🍨

obsidian dragon
#

jsut eat frozen lomon peels

whole bear
#

@rapid jungle Free trail for what?

#

Almost all cloud service require to have sign-in

#

You could create your own server, ubuntu server and host it

wise loom
#

@rapid jungle where do you live?

#

cool, I'll look for a cloud provider there

whole bear
wise loom
#

they even have a terraform provider, so that means they're pretty advanced

#

arvancloud has a Free Tier!

#

@rapid jungle ^^

whole bear
#

google colab offer free access to gpu

wise loom
obsidian dragon
#

@whole bearhi

whole bear
whole bear
#

I don't think there are any other free service which can offer better access to gpu

wise loom
whole bear
#

google colab lets you run 12 hour

wise loom
#

Nvidia Quadro P4000 DDR5 - 8GB

whole bear
whole bear
wise loom
whole bear
#

Hom come iran has so much restriciton?

wise loom
#

not that the west isn't involved in international conflicts itself..

#

but the hammer of the west is imposing restrictions, sanctions and bans

whole bear
#

I think he has limited option to choose from

wise loom
wind raptor
whole bear
wise loom
# whole bear But it would be super slow

I don't think so. All compute is in Google's data centers.
Uploading the data might take a while. But there are regions that he can access at high bandwidth.
He has to move his training data somewhere, and then upload it from there to Google Cloud/Drive.
It will take time but it's doable.

Might involve RDP/VNC to some machine where there are no sanctions.

whole bear
#

It is paid

wise loom
whole bear
#

I got to know about it in reddit post

whole bear
#

@rapid jungle I hope you could make use of the following service for your project.
There are alternative for it, so do your research before investing time and money.

whole bear
#

Everyone claim to be eng here

#

Are they?

vocal basin
upper gate
upper gate
vocal basin
#

while "software engineer" is kind of just a buzzword in the US, in some European countries it's an actual qualification that requires a degree

whole bear
#

But you are intelligent for sure

#

@livid spire Is there a way to increase the performance of computer or network speed?

vocal basin
whole bear
#

You are a intelligent man inside a woman body

wise loom
vocal basin
whole bear
whole bear
warped tusk
#

Hello sir πŸ‘‹

whole bear
#

Jerry is good name

#

it reminds of tom and jerry

warped tusk
#

Is there any one who knows about data science and ai

warped tusk
whole bear
warped tusk
#

Not all over world

whole bear
#

or you can use dedicated server for Data Science and ML

#

but I'm certain there is no one in VC who has specilzation in data science

warped tusk
#

Can you suggest me

whole bear
warped tusk
vocal basin
# vocal basin why?

(the only reasonable support for the first part would be how low my voice is, but almost no one heard it)

whole bear
#

I hope I'm not breaking any rules of server

whole bear
#

Use discover feature on discord

vocal basin
#

(I tried before you suggested)

warped tusk
vocal basin
#

if it's discoverable, you can mention it, generally

whole bear
#

it would appear

whole bear
#

in most server it is not allowed to do so

warped tusk
whole bear
#

Just kidding

warped tusk
floral oasis
#

Hmm

#

I can't speak

#

I have to send more messages

#

Damm

#

Good

dry jasper
#

@lilac hill

tacit crane
timid quartz
#

Ah, that’s a tough one β€” each of them brings their own unique vibe to the table!

KB β€” The chill, smooth coder who’s all about flow and keeping things elegant.

Emotional β€” The heart and soul coder, pouring passion and raw feels into every line.

Checkmate β€” The strategic genius, always three steps ahead, coding with precision and tactical brilliance.

If you ask me, the best vibe coder is the one who fits your own style and keeps you inspired. But hey, if I had to pick? I’d say Checkmate for the sharpness, but with a splash of Emotional to keep it real. What about you? Who’s your top vibe coder?

whole bear
#

@timid quartz Help?

#

Texas ain't awesome, money is awesome

#

What kinda help do you need?

#

You are asking wrong person

#

I can't write print statement

#

I can help you but for that you have to wait 3 months

#

so I can learn python and implement

#

I can give a try if you want!
I have premium

#

Yes

#

@timid quartz Check out

#

Dm

#

If this ain't work, I can't help you

#

@wise loom To be pro, you must be noob..

#

to be noob, one must dream to be pro

whole bear
#

Everyone has bad day

whole bear
#

maybe he is high

#

so let him be

#

He think he act chad but he act like toddler

wise loom
whole bear
whole bear
#

and blind too

#

No more

#

question please, reason is personal

#

@timid quartz sing a jingle bell

#

@timid quartz If there was moderator you would be banned

#

For being troll

timid quartz
#

u js told me to sing

whole bear
#

Because it is better than stupid noise that you were previously making

#

Dude got confident of next level

whole bear
#

Why be vibe coder

whole bear
#

You sure have sadistic nature

#

@tacit crane Did you made any project?

tacit crane
#

YAH

whole bear
#

Could you share please

tacit crane
#

private work

whole bear
#

Ah no problem

#

I don't what he gets making those nonsense monkey noise

late spoke
#

Hi folks, how is everybody?

#

Just passing by

whole bear
late spoke
whole bear
#

I think so, he is human

late spoke
#

I thought so πŸ˜„

whole bear
#

but he act like monkey

late spoke
#

in Real Life or Online life?

whole bear
#

but I guess he is same in real life

late spoke
#

Ok good luck with it .. I guess ?

whole bear
wise loom
#

#1 πŸ… πŸ†

whole bear
late spoke
whole bear
#

Would you like to share your project?

late spoke
late spoke
late spoke
#

you making something?

wise loom
whole bear
late spoke
#

could have put some nice graphics or even a decent UI in it

whole bear
wise loom
whole bear
#

but problem solving ain't dead

whole bear
late spoke
#

the news is BREAKING so many times, I don't know what is left INTACT

whole bear
#

I wish we could code the decoder

#

using ai

#

it would be much more powerful

#

compard to vibe coding

#

some crap

#

but guess what ai can't make decoder as it struggle with problem solving

late spoke
#

I wonder at this rate .. when will we get the 'Click this button, and make everything nice' BUTTON

#

🫠

#

my heart goes out to everyone who is resisting the urge to not vibe code right now, when almost everyone is doing it 🫰 πŸ₯²

lofty sequoia
#

hello

#

using events wasent as hard as i thought

vocal basin
#

I'm heading towards a forest

#

usual walk route

#

there do exist asphalted paths going through it, but I'm going through the different part of it

#

this side has gravel and dirt at best

#

too bad I don't have a second phone to take a photo of how I hold the main one while walking around

#

not exactly safely

winter bane
#

Hey @wind raptor , nice to see you, give me a moment i am finishing my notes , between i have completely lost faith in 2 frameworks at same time, Nextjs and Django both have proven to be a blunt tools to make anything xaxaxaxax

vocal basin
#

corner of the phone held between the middle and index fingers

#

is Angular blunter

#

Django and Next.js target very different things

#

resumed playing Endless Space 2 recently

#

@wind raptor Settlers of Catan Aleppo

#

found footage

#

guess exposure time

#

10s

#

price is right rules, you win

#

PHP stands for
PHP hates programmers

#

function for everything, including SQl injections

#

walri

#

@whole palm I've literally seen SQL injection vulnerable code shown as good PHP recently

#

you're not aware just how bad it is

#

there is a very bad practice coming from PHP

#

input sanitisation over params

#

this shit comes directly from PHP

#

@whole palm sanitisation is the wrong approach

#

that's the whole point

lavish gazelle
#

@whole palm bro, have you tried sanitizations in other langs??

vocal basin
#

you don't understand SQL

#

sorry to tell you

lavish gazelle
#

There is sanitization for SQL @whole palm

#

PHP is just straight ass

vocal basin
#

when passing user inputs, use query parameters, not sanitisation

#

@whole palm can't you fucking read?

winter bane
#

@wind raptor and all people here , this is a small part of my notes i took after working and bashing my head on django + next stack , and below are things i didnt liked ==

Well a 'framework' means u dont have to code everything right ,,, so as havnt worked with either next react or django I decided to takeo n that challenge and first i was like huh , i have programmed many complex stuff b4 , lets do it again , just syntax difference and some concepts would be differnt [than my beloved laravel and jqeury] , but dear lord, I have spotted so many missing things on either side , for example 'django' even though it have JWT library support the library do not have any standard implementation of JWT refresh tokens, BUT most surprisingly, the models and admin dash of django do not co-relate , i mean if i say field is nullable on admin dash of django it still asks me to fill it and make field mandatory like LOL and it was my point when i said , "i dont know if django is even worth it" ! Django also dont have a CLI [even its 20 yrs old]

Now some shit abt next , so next was built to adapt server side rendering and http-only coockies keeps acess and refresh token on server side, BUT GUESS WHAT if i have an access token or csrf in my serverside , client compoenents cant read user auth data ! also i expected SSR to check if token is really agenuien token but again guess what ,,,,,,,,, nextjs dont care if ur token expired 10 yrs ago it will still allow u to acess admin side even component is SSR

vocal basin
#

I never told PHP is bad at sanitisation

winter bane
#

Finally done sigh

vocal basin
#

it overuses it

#

which is invalid approach

#

@whole palm to be honest, go fuck yourself

lavish gazelle
winter bane
whole palm
#

you are very kind

winter bane
lavish gazelle
vocal basin
lavish gazelle
vocal basin
#

learn to read, useful skill

lavish gazelle
#

JWT is ass of a security

vocal basin
whole palm
#

so your sources are irresponsible

#

great

wind raptor
vocal basin
#

TIL: there is no proper wiki page for it lmao

#

only the simple one

#

wiki jr

whole palm
#

honestly mate get a life

#

get on some pills to control that anger

wind raptor
#

Ok that's enough

lavish gazelle
main comet
#

pi Validating D:\python stuff\CV2\models\yolov8n_test158\weights\best.pt... Ultralytics 8.3.179 Python-3.12.4 torch-2.7.1+cu118 CUDA:0 (NVIDIA GeForce GTX 1650, 4096MiB) Model summary (fused): 72 layers, 3,005,843 parameters, 0 gradients, 8.1 GFLOPs Class Images Instances Box(P R mAP50 mAP50-95): 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 21.14it/s] all 6 32 0.889 0.749 0.844 0.353 Speed: 0.6ms preprocess, 8.9ms inference, 0.0ms loss, 1.5ms postprocess per image Results saved to D:\python stuff\CV2\models\yolov8n_test158

#

:)

vocal basin
vocal basin
#

you need py inside after ``` not before

main comet
vocal basin
#

unless that's for a meme

wind raptor
main comet
wind raptor
#

I'll be back later. I have to get some dinner going.

winter bane
#

php artisan make:resource UserResource

lavish gazelle
winter bane
vocal basin
#

@main comet "specialising in autonomous means of delivery, but of slightly more ballistic nature"

winter bane
#

@lavish gazelle I loved this some commands in laravel

php artisan make:model Flight --factory
php artisan make:model Flight -f

# Generate a model and a FlightSeeder class...
php artisan make:model Flight --seed
php artisan make:model Flight -s

# Generate a model and a FlightController class...
php artisan make:model Flight --controller
php artisan make:model Flight -c

# Generate a model, FlightController resource class, and form request classes...
php artisan make:model Flight --controller --resource --requests
php artisan make:model Flight -crR

# Generate a model and a FlightPolicy class...
php artisan make:model Flight --policy

# Generate a model and a migration, factory, seeder, and controller...
php artisan make:model Flight -mfsc

# Shortcut to generate a model, migration, factory, seeder, policy, controller, and form requests...
php artisan make:model Flight --all
php artisan make:model Flight -a

# Generate a pivot model...
php artisan make:model Member --pivot
php artisan make:model Member -p```
lavish gazelle
vocal basin
#

RoR is quite similar to some PHP things

#

with beauty of code in mind

winter bane
#

Learn how to track and estimate the speed of vehicles using YOLO, ByteTrack, and Roboflow Inference. This comprehensive tutorial covers object detection, multi-object tracking, filtering detections, perspective transformation, speed estimation, visualization improvements, and more.

Use this knowledge to enhance traffic control systems, monitor...

β–Ά Play video
lavish gazelle
#

It is the goto lib for restful apis in django

whole bear
#

Now I got eye

lavish gazelle
whole bear
#

I'm irriated by sound of someone leaving and joining

#

is there a way to disable it?

vocal basin
#

not on mobile

whole bear
#

On desktop?

winter bane
vocal basin
#

desktop and web

#

in either notification or sound settings

vocal basin
#

there's a big list of various sounds

#

I have most or all turned off

whole bear
#

Now I did some ajdustment

#

how do I check it out?

#

@lavish gazelle Could you leave and re join VC

#

Okay now I can no longer hear the notification sound

#

@vocal basin Thanz

lavish gazelle
whole bear
vocal basin
#

going back to SQL,
still a bit annoyed that there's no easy way to load extensions when using https://docs.rs/sqlx

#

(during compile-time)

#

(or during migrations)

vocal basin
#

@whole bear releases section, usually

whole bear
whole bear
vocal basin
#

@whole bear can you give a repository for an example?

whole bear
vocal basin
#

ugh

whole bear
#

yep thjat one

vocal basin
vocal basin
#

there is one .apk

whole bear
#

If she could get a dollar each for help

#

she would be rich

#

lol

#

super helpful

vocal basin
#

if you want to modify the source code,
then you really should probably clone the repository

whole bear
vocal basin
#

no

whole bear
#

Nah I'm her student

#

I learnt algo from her

#

cipher algo

vocal basin
#

I have some doubts on the validity of those claims

#

but anyway

#

I have this showing for me

#

I don't have Android Studio installed

#

however

#

it might show up there

whole bear
#

ok thanks

vocal basin
#

@whole bear one gets the binary, the other gets the source

whole bear
#

ok

#

which gets the bbinary

#

and by binary you mean 1 and 0s

vocal basin
#

compiled non-textual file

#

archive in this case

whole bear
#

ok so i probably wouldnt need that binary

vocal basin
#

installable artifact

whole bear
#

ok so cloning would be the correct option

vocal basin
whole bear
#

ok

vocal basin
#

also, iirc, JetBrains IDEs support importing projects from Git

whole bear
#

oh yeaht htas right thanks

vocal basin
#

copy the URL, open Android studio, do the "Project from Version Control" import

vocal basin
#

or similar things in postgres

whole bear
#

oh nice thanks. how did you know how to do this when you dont use android studio?

#

this is the standard way to clone repos in github?

vocal basin
#

all JetBrains IDEs are based on IntelliJ IDEA

whole bear
#

ooh ok

lavish gazelle
vocal basin
#

PyCharm/IDEA/Android Studio/CLion/etc. are similar

#

@wise loom app

#

mobile app

#

Android Studio is slightly separate because Google

wise loom
#

oh the mobile app

whole bear
#

giver her dollar for help

#

where

#

lol

#

What you gonna do with the repo?

#

look at some practices

#

and libraries used

#

Okay

#

No

#

I'm just getting started with python

#

oh nice

#

welcome

#

to python

#

ill be back

#

maybe

#

Hehe

#

okay tc

#

@lavish gazelle Would you like to play minecraft with me?

lavish gazelle
whole bear
lavish gazelle
#

I mostly play battle royals and extraction shooters

lavish gazelle
#

I am a mobile gamer

whole bear
lavish gazelle
#

yeah

whole bear
vocal basin
#

@main comet no RAID, only ZFS

lavish gazelle
lavish gazelle
vocal basin
#

with the database on ZFS

#

and full incremental backups

#

stored off-site

whole bear
lavish gazelle
#

Yes it is

whole bear
#

So would you like to play?

vocal basin
#

you can (almost) always just distrobox if something requires a different distro

lavish gazelle
#

Why do people play minecraft?

#

To me it is a boring game

whole bear
#

It is broing

lavish gazelle
whole bear
lavish gazelle
#

I am logged in

#

Wait I have to pay??

#

@whole bear

whole bear
#

yes official is paid

#

I recommend you to use legacy

lavish gazelle
#

where can I find the legacy?

whole bear
#

nvm

#

I think you should play the game you like

#

minecraft is boring and worst of all

lavish gazelle
#

I am actually, playing on my phone

whole bear
#

I do get motion sickiness playing it

lavish gazelle
#

I gtg

whole bear
#

I've shared the link to your DM
@lavish gazelle

#

Yes I do

#

I face this regularly

#

and only think which comfort me is more sleep or my fav meal or yoga

#

If I feel really vulnerable

#

I call my fav person or closest person to me

#

my family

#

they make me feel I'm not alone

#

they've got my back

somber heath
#

@main comet We can get into some of it later, maybe.

#

Maybe.

whole bear
#

@primal shadow Hello

#

How's going?

#

Good to know πŸ˜„

#

I wish there were some fella to comfort you in VC

#

I can chat

#

Yes indeed

#

I'm new

#

can't be done much about it

vocal basin
#

@primal shadow you missed all the SQL discussion fun

primal shadow
#

I did have lots of fun with SQL at work though, so there's that

#

Actually had a query that needed windows

#

gotta peak at the lag and lead

#

There's not enough good SQL gifs

#

but this one is stellar

vocal basin
#

I forgot what phrase that was right after

#

something something handle files of arbitrary size

regal flare
#

I'm in the very beginning of designing a game (my first game)

vocal basin
regal flare
#

Godot engine with python

#

i mean godot language

#

GSL or something

#

still learning the basics

#

Less than a month

#

yeah i have lots of ideas. excited to implement them, just have to figure out how. I've been watching a lot of videos

#

I got started on pygame. wanted to make something like super mario style sidescroller, but got quickly entranced with the 3d vision of something like minecraft style building

#

That was just what i needed to hear, thank you random voice on the internet

#

27

#

I look at the creator of Lethal Company a lot. He's very inspirational like that game

#

yeaahhh huge parties were the best

#

would you say pygame is a good place to start

#

I can't seem to find Arcade?

primal shadow
#

!package arcade

wise cargoBOT
#

Arcade Game Development Library

Released on <t:1751591377:D>.

regal flare
#

Thank you I found it. I understand now

#

Have you made any games?

whole bear
#

is there somewhere where i can find some ppl to help me with a python project

primal shadow
regal flare
#

Your mic is cutting out

#

ah yes that appeases the noble one

whole bear
somber heath
#

@visual delta πŸ‘‹

#

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

wise loom
dark mural
#

πŸ‘‹

somber heath
#

@dark mural πŸ‘‹

#

@red cliff πŸ‘‹

#

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

red cliff
#

!voice

limber condor
#

any easy Opensource project to start out with !

floral oasis
#

Damm

somber heath
#

@whole bear πŸ‘‹

somber heath
#

@pearl elm πŸ‘‹

pearl elm
#

Hi

#

@somber heath

somber heath
#

@tacit crest πŸ‘‹

#

@plain pollen πŸ‘‹

peak depot
#

Ibuprofen and other nonsteroidal anti-inflammatory drugs (NSAIDs) (like aspirin, naproxen) can trigger asthma symptoms and potentially severe asthma attacks in some people with asthma, though many can take it without issues. This reaction is known as aspirin-sensitive asthma and is linked to increased leukotriene production, which narrows the airways

somber heath
#

@wraith mauve πŸ‘‹

wraith mauve
#

Hellooo

#

what you guys doin ?

#

what you guys are talking about

#

whats the topic ?

peak depot
#

Flimmer = AF

somber heath
#

@serene osprey πŸ‘‹

serene osprey
modest shale
#

yo

upper gate
#

anyone tried kiro ide??

keen tendon
#

heyyyyy

vocal basin
lilac hill
somber heath
#

@grizzled trout @rich plover πŸ‘‹

grizzled trout
#

Hi

rich plover
#

@somber heath I don't have permision to speak in vc

grizzled trout
#

Same

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.

grizzled trout
#

Thank you understood

somber heath
#

@muted silo πŸ‘‹

muted silo
#

hi

somber heath
#

(I think you just joined and left vc.)

rich plover
#

I just read the voice verification rules

muted silo
#

hmm yeah

somber heath
#

Good good.

rich plover
#

hi everyone

#

i need to write 25 lines lol

somber heath
#

Focus on having conversation.

rich plover
#

well well

#

I get it now

#

hi everyone

#

I'm new here

#

be gentle

#

how to rebase

#

github

#

github

rich plover
#

understood

#

done

#

need

#

a topic

vocal basin
#

(please don't spam with one-word messages)

rich plover
vocal basin
#

@peak depot confusingly