#voice-chat-text-0

1 messages Β· Page 475 of 1

marble mantle
#

what is the exact suffix?

upper basin
#

:Zone.Identifier

marble mantle
#

probably this:

find . -name "*:Zone.Identifier" -type f -delete
#

(untested)

upper basin
#

That did it. Thanks.

#

So git add .?

marble mantle
marble mantle
#

didnt see it at first

#

@upper basin do not commit yet

#

@upper basin unstage .venv

#

ctrl x

#

git rm .venv

#

-r

#

--cached

#

check that all staged files need to be staged

#

(git status)

upper basin
#

I don't think I need uv.lock.

marble mantle
#

okay seems to work

proper grove
jovial merlin
stark oxide
#

just straight in trash

marble mantle
#

@upper basin is uv.lock present in the upstream?

#

@upper basin then commit, yes

#

its just asking for the same thing as what comes after -m

upper basin
#

I should do ctrl s then ctrl x?

marble mantle
#

ctrl o i think

#

@proper grove rm -fr -- remove for real

marble mantle
#

@upper basin it might be asking for confirmation?

stark oxide
#

try rusian roullete with your operating system with random and os

upper basin
#

What now?

marble mantle
#

Y

#

either git push --force-with-lease or make a new branch

upper basin
#

Am I supposed to be doing these on repo-tmp?

#

The repo name is mitiq

marble mantle
#

we are trying to shove changes into github somehow

#

to unbreak the main directory later

#

git branch -c <branch name>

#

no, some temporary branch

#

new branch

#

whatever name

#

hmm

#

@upper basin without -c

#

git status

#

git switch <branch name>

#

and now git push

#

maybe with -u

#

yes

#

are you using ssh?

#

git remote

#

ctrl c

#

git remote get-url origin

#

git remote set-url origin ssh://...

#

copy the url from github

#

now push

#

yes

#

@upper basin possibly with ssh://

#

@upper basin though shouldnt matter

#

@upper basin its a ui bug

#

yes

#

now try pushing again

#

git and github both being weird

#

go back to : maybe

jovial merlin
marble mantle
#

@upper basin okay, : seems to be fine, tested locally

upper basin
#

Back to step 0.

marble mantle
#

same error?

#

well at least now you have a single-commit change that you can convert into a diff

#

or a patch

#

theoretically

#

@upper basin does git diff HEAD~1 > changes.patch work without errors?

stark oxide
#

Julia

marble mantle
#

@upper basin now yes, re-clone in another dirtector, then git apply the .patch file there

#

@upper basin clone the upstream repo, then change origin url

upper basin
upper basin
#

Delete my current fork, and then re-fork?

marble mantle
#

@stark oxide work and learn first, enterprise later

#

if you dont have a very clear product/company idea, then dont

upper basin
#

Okay, re-cloned.

#

mitiq is the new clone from upstream (their repo).

#

repo-tmp where we are.

marble mantle
#
cd ../mitiq
git apply ../repo-tmp/changes.patch
jovial merlin
#

you flashbanged me

marble mantle
#

@upper basin go back to repo-tmp

upper basin
#

patch does not apply.

marble mantle
#

will try a different route

#

@upper basin same diff command but with --patch

paper wolf
#

:3

marble mantle
#
git diff --patch HEAD~1 > changes.patch 
wind raptor
#

!stream 1319370380078743584

wise cargoBOT
#

βœ… @jovial merlin can now stream until <t:1749135659:f>.

wind raptor
#

!stream 410222142202839044

wise cargoBOT
#

βœ… @proper grove can now stream until <t:1749135669:f>.

marble mantle
#

you can do cd ../mitiq in one go so that you can quickly use cd - to switch back and forth

#

without --patch in apply

#

run

#

next attempt:

git diff --patch HEAD~1..HEAD > changes.patch 
#

okay, changing the approach

git reset --soft HEAD~1
#

this will just got to before-commit state

#
git diff --patch --staged > changes.patch 
#

the last attempt at making it the smart way

#

if this doesnt work, then just copy files over

#

@upper basin there is allegedly a way to ignore those errors

#

but its not clear why theyre there in the first place

#

@upper basin does the upstream code have trailing whitespace inside files?

upper basin
wooden pewter
#

Hello lads I am almost at the promise land πŸ€

marble mantle
upper basin
#

It needs a fork apparently.

wooden pewter
#

Hahaa yeah I am only python Andy

upper basin
#

How to remove files that weren't changed?

wooden pewter
#

The land of being able to speak 🍻

marble mantle
#

for example, \r-\n differences

#

which happens when you have git slightly misconfigured, especially on windows

upper basin
#

This is stupid.

#

I'm being stupid.

#

It's 200 unchanged files there.

#

isn't there a way to unflag the ones that don't have changed content?

primal shadow
#

What a question

stark oxide
#

django-admin startproject mysite djangotutorial
django-admin : The term 'django-admin' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1

  • django-admin startproject mysite djangotutorial
  •   + CategoryInfo          : ObjectNotFound: (django-admin:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
primal shadow
#

Sounds like an error in the command line, lol.

#

If django-admin is installed, you might have a path issue

#

$ python -m pip install -e django/

#

This is what you want

#

as per the bottom of that page

#

might be py

#

IDK how you summon python

#

might be py3

#

idk

#

how do you summon python normally?

#

do you type python?

#

or py

#

or py3

stark oxide
#

py -m pip install django/

primal shadow
#

or, so change the python to py

#

do the -e

stark oxide
#

ERROR: django is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).

primal shadow
#

The link

#

step 3

#

Err, 2

#

git clone https://github.com/django/django.git

#

some people hate venvs

#

fear of the unknown

#

What?

#

venvs are automatically created?

#

I don't buy it

#

Why are you gonna drop an untruth and say you'll get back to it?

wind raptor
primal shadow
#

not a fact

wind raptor
#

yes

#

agreed

primal shadow
#

"In PyCharm venvs by default are automatic"

#

that's a truthful statement

#

but it sounds like they're running VSC

#

based on the error they read

#

when I heard them drop those 3 letters

#

Just run it in Docker

#

call it a day

#

@stark oxide py -m venv env

#

speaking console commands

#

speaking whitespace

#

this is comical

#

in git Bash it's source

#

cmd is not a fan of source

#

Do not sigh up for google cloud

#

to use the 'free credits'

#

do not waste it if oyu don't need it

#

you get one $300 credit good for 90 days

#

TERRIBLE to waste on a newbie

#

You will end up with a bill or starting over in 90 days

#

Unless you are starting a job as a Google cloud admin any time soon? Don't waste the trial

#

@wooden pewter how do you feel about this 90 day limit"?

#

Do you still think it's great for a newbie to burn their 90 day $300 credit when they don't need it

#

I'd argue it's great to burn when you have a use for it

#

Why not write their own programming lan guage as well?

#

BUild their ownCPU

#

mine their own silicon!

#

keep going deeper!

#

Why do things with some rhyme or reason when you can just keep digging deeper and never stop!

stark oxide
#

getting deeper adchievment unlocked!

primal shadow
#

Worry about shit that's been abstracted away

pallid rivet
#

Hello

primal shadow
#

Bahhahahhahaha

#

business saves money

#

price does not go down

#

welcome to capitalism

#

the price must keep rising

#

Look at post covid, prices didn't really fall

#

look at the current shitshow of an economy

#

once prices rise, they don't really fall

#

Shit, Nintendo thinks $80 is a fair price for a game, i thought they just bumped to 70 recently, it felt like 60 forever

#

They stopped manufacturing cards

#

manufacturing went down

#

actual cost to consumer? Let's jack that up

#

Convert immediately to cash

marble mantle
#

"assuming consistency matters"

wooden pewter
primal shadow
#

lol

marble mantle
primal shadow
#

That's the AI for ya

#

just a quick read of a blurb and you know

#

"you talk in circles and talk in circles"
I almost dierd

#

that's a fuckin circle

amber raptor
#

The whole point, it doesn't matter, it's blockchain and it's speed is going to make it no go.

primal shadow
#

abotu talking in circles

amber raptor
#

Yes, Swift will work with anyone who shows up with enough money, doesn't mean it's going to replace anything

marble mantle
amber raptor
#

This entire chainlink thing is talking about transfering Blockchain stuff so yea, it's cryptocurrency.

marble mantle
#

wait where did ai come from

marble mantle
#

what is happening

jovial merlin
dry jasper
#

Tivaβ„’ TM4C123GH6PM

marble mantle
#

i thought we were discussing finance

primal shadow
#

Crypto or soemthing

jovial merlin
primal shadow
#

someone KNOWS it is the future

#

and someone else lives in reality

dry jasper
#

someone played with this microcontroller?

amber raptor
marble mantle
primal shadow
#

Definitely not finance, money scams sure

#

but would you call one of them fake check scams "finance" I wouldn't

marble mantle
#

all the checksumming, chained ledger stuff is older than bitcoin

jovial merlin
#

ima go to voice chat 1 because theres not rl any space to talk when these two are arguing the whole time

primal shadow
#

Guarantee

#

that's a strong word

#

What's the money back on that guarantee?

#

What kind of guarantee do you offer?

marble mantle
#

but tigerbeetle is, yeah, centralised

amber raptor
marble mantle
primal shadow
#

@wooden pewter You talk for days, theen interrupt

#

why is it you take all the time you need, but don't allow others?

#

Explain to us the benefit

marble mantle
#

@wooden pewter if you cant explain, why do you expect us to do your work of understanding the subject?

primal shadow
#

Please do

marble mantle
#

you clearly dont understand it either

primal shadow
#

Are we supposed to know things you don't?

#

So the blockchain is just another scam to sell user data?

#

OOh, sign me the fuck up!

#

sounds like it'll make humanity better

primal shadow
#

We're fighting for... easier data selling?

#

rofl

#

this is some seriously absurd push for this technology

#

who the fuck wants any of what is being described?

#

other than crypto bros

marble mantle
#

related buzzword for what is being described:
zkp

primal shadow
#

CEntralize all data? lol

marble mantle
#

zkps are an interesting concept

primal shadow
#

Is this a public Palantir thing?

marble mantle
primal shadow
#

The thing even the right wing is raging over from the right wing leadership?

#

Sounds like a big system that benefits from the system because it needs these system features

amber raptor
primal shadow
#

no idea how it's better than right now

#

So a different set of people can get their hands in the pie?

#

Since we don't like the current set of hands?

amber raptor
marble mantle
#

ive dug into internals of blockchain/smart contracts/zkps for way longer than id prefer

primal shadow
#

That's great, rich people with too much money want to make more money

#

You've jumped in with them

marble mantle
#

id rather wait a few decades

primal shadow
#

Of course the C-Suite is pushing how great this is, they're couritng investors

#

since htey don't make a fuckin penny of fthis shit

#

it's a money sink

marble mantle
#

aka the fun part, unlike following the hype

primal shadow
#

livei n reality, not theory

marble mantle
#

there is nothing bad about being late if the tech is actually important

primal shadow
#

I'm here now, not tomorrow, until tomororw

#

Credit scores are constantly re-evaluated

#

But they KNOW!

#

It's in their mind!

#

@wooden pewter They have proprietary algorithms

#

why do you speak with confidence about things that it is immediately clear you do not understand?

#

<- former banker

marble mantle
#

ive gained real benefits from experience doing research projects related to cryptocurrency

#

without ever having to sell anything to anyone or publishing, just writing actual code

primal shadow
#

who happens to have nearly perfect FICO depending on the agency

#

no

#

YOU ARE LYING TO US

#

RIGHT now

#

YOU ARE WRONG

#

THE DATA IS AVAILABLE FOR ALL AMERICANS, YOU CAN DEMAND THE INFO THEY USE FROM EACH AGENCY

#

THEY ARE REQUIRED BY LAW TO GIVE YOU THEIR DATA ON YOU

#

PER REQUEST, ONCE A YEAR

#

Why do you lie so confidently? Are you going to school for politics?

#

"The chain"

marble mantle
#

there are too many buzzwords for me to view that as lies

primal shadow
#

The data has to come from somewhere

#

Bad data gets on the chain

marble mantle
primal shadow
#

How?

#

How the fuck do I know that the Cap One card is bad data?

marble mantle
primal shadow
#

No

#

@wooden pewter Why are you still going on about credit reports and agencies, you've made it clear you know not much at all about it

#

like, you've heard of credit scores, but you've made it clear you don't know how to retrieve your report, report an inaccuracy, etc.

#

So the chain does fuck all

#

I get it, you love the idea, you think it's worth all the money

#

See how that works, you can say it one way to me, I can flip it back to you

marble mantle
#

@proper grove smart contract's errors are easier to abuse

amber raptor
#

I have smart contracts now, I use apple pay, stuff shows up

marble mantle
primal shadow
#

but BUZZWORD!

#

SMART! contract

#

it's obviously the SMARTER solution than a DUMB contract

#

since it is SMART

#

The CMO gets a raise!

#

Pizza party for marketing

amber raptor
#

With any blockchain, in normal systems, you need a 3rd party arbitrator to say "Nope, reverse this", that means it's centralized and blockchain people hate it

primal shadow
#

@wooden pewter You keep trying to wrongly explain stuff

#

and now you're upset when someone accurately explains it

#

complaining we should already know

#

what is the goal here?

#

to be right? YOu missed the mark

#

to convince us you're right when you're not? Not gonna happen with this crowd.

#

I trust wikipedia over sourceless individuals

#

@wooden pewter we're "debate bros"?

marble mantle
#

@wooden pewter can you stop interrupting people?

primal shadow
#

you're the one who refuses to have a normal conversation, you talk over people constantly, and get personally offended when people disagree

#

the projection is so damn strong

iron veldt
#

what tf are they talking about

primal shadow
#

To see if there's a lot of money to be made?

#

There's investors throwing money around

#

they stick their fuckin hand out

marble mantle
#

why are oil companies investing in green energy?

primal shadow
#

welcome to capitalism

iron veldt
#

So their talking about how algorithms that improve and make capitalism into a regime i see... (ts a joke, also idk anymore and idc)

primal shadow
#

Swift is throwing billions?

iron veldt
#

why is it so pointless

#

:/

primal shadow
#

swift made 1 billion dollars in REVNUE in 2023

#

they've investing BILLIONS?

#

How the fuck

iron veldt
#

why is he making the convo so confusing

primal shadow
#

are they investing years of REVENUE, not PROFIT?

#

in a few years

#

@wooden pewter

#

Why are you callign rabbit not intelligent

#

when you've been lying to us this whole time

iron veldt
#

not that intelligent*

primal shadow
#

it's hard to fllow lal the lies

primal shadow
#

that's not an intelligence issue

iron veldt
#

litterly this vibe

primal shadow
#

that's a you keep lying and making shit up

#

we call you out on any lie

#

you get upset

#

and call us not that intelligent

#

That's such a good way to win a debate

iron veldt
#

why does he have an epstiein pfp

primal shadow
#

ad hominem

amber raptor
#

investing could be "hypothetical"

primal shadow
#

Rabbit, this guy lies

#

lies lies lies

#

all it is, lies

marble mantle
#

i cant find anything about swift investing into chainlink

#

about putting any money

#

at all

#

it all says "works with" and similar statements

primal shadow
#

2023 profit was68 million before tax

#

they obivously have billions to throw around

#

If you don't understand the VALUE of keeping valuable data private

#

then I can't explain to you how to run a business

iron veldt
#

"I understAnd yOuR n0T intell1genT"

amber raptor
marble mantle
#

who digital?

iron veldt
#

girl idk

marble mantle
#

bx digital seems like

#

took more than 0 effort to decipher that

iron veldt
#

why is he beefing for nothing...

amber raptor
#
Banco Central do Brasil: Brazil’s Central Bank Is Using Chainlink To Build a CBDC Project for Trade Finance Alongside Microsoft
The Central Bank of Brazil (BCB) selected Banco Inter alongside Chainlink, Microsoft Brazil, and 7COMm to build a trade finance solution for the second phase of Brazil’s Drex CBDC project. It leverages the Chainlink standard and blockchain technology to automate supply chain management and improve trade finance processes.```
primal shadow
iron veldt
primal shadow
marble mantle
#

woohoo salary arrived today

iron veldt
#

omg we are so under devloped

marble mantle
#

finally crossed over 1'000'000 local currency

#

πŸŽ‰

marble mantle
#

to me even the fact that someone uses "tokens" without scare quotes is quite telling

iron veldt
#

did he just call him a baby bird

amber raptor
rapid plaza
#

!guild

wise cargoBOT
#
Server Information

Created: <t:1483877013:R>
Roles: 129
Member status: status_online 48,309 status_offline 353,044

Members: 401,353

Helpers: 165
Moderation Team: 39
Admins: 12
Directors: 3
Contributors: 46
Leads: 9

Channels: 306

Category: 35
Forum: 5
News: 13
Staff: 129
Stage_Voice: 1
Text: 115
Voice: 8

woeful blaze
#

Is there a femb flag?

#

How is everyone doing today?

wind raptor
#

Hello @viral pasture πŸ‘‹

viral pasture
#

great sir

#

I have started learning python

#

and UI designs through Figma @wind raptor

#

@wind raptor yep its awesome

cobalt vortex
#

hi

#

πŸ‘‹

viral pasture
#

but one thing is I cant make consistency any tips for that @wind raptor

cobalt vortex
#

idk why is kami being shown as a spammer

#

is it for me only?

viral pasture
#

nope

cobalt vortex
#

i think he meant he is having trouble being consistent

viral pasture
#

yep

cobalt vortex
#

how much is it difficult to get to into google off campus

#

or any other maang

peak depot
viral pasture
#

is UI and python is good combo

marble mantle
#

tkinter enterprise edition

cobalt vortex
#

yeh

marble mantle
#

what is the python equivalent of electron

cobalt vortex
#

the base will remain the same but different tools will come

marble mantle
#

eel

cobalt vortex
#

like reac then vue then angular i think

marble mantle
#

(eellegedly)

clear wind
#

Hello I am new to the python code is this a good place to learn?

marble mantle
#

very demo

viral pasture
marble mantle
#

NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO

clear wind
#

What would you recommend?

cobalt vortex
#

idk i used freecode camp

#

python docs scare me

viral pasture
marble mantle
#

!resources

wise cargoBOT
#
Resources

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

cobalt vortex
#

yeh i did that halfway

stark oxide
#

coddy.tech is a good website both free and paid, free access limited uses per day, paid unlimited access to the lessons

wind raptor
stark oxide
cobalt vortex
#

@wind raptor i am very bad at completing courses that i hhave started so left cs50 halfway 😭

#

but i complete a few from free code camp

#

yeh i heard

#

sometimes i go like that too

clear wind
wind raptor
#

no

marble mantle
#

i rarely take courses for education

clear wind
#

Oh that’s cool

marble mantle
#

some are just fun to watch

cobalt vortex
#

is there an ab testing ai tool online available ?

marble mantle
marble mantle
#

you cant do ab testing with ai

cobalt vortex
#

like which one would work or two different prototypes in general

marble mantle
#

ab testing is very much about exploiting users to give you the answer to the comparison

cobalt vortex
marble mantle
#

you need tons of data for it to work

#

data of real people

#

thats the whole point

cobalt vortex
#

i think thats for most of the ai models

viral pasture
#

thanks to all of you for providing helpful info TC bye(see you)

marble mantle
#

ai is not a real human

marble mantle
#

if you run even 100 ais, its still not like a million users

cobalt vortex
#

i think if we can find a way to do that

#

it could save a lot of time and money

marble mantle
#

if you do that with ai, its pretend-research

cobalt vortex
marble mantle
#

youd just be blindly guessing

#

ab test gives you objective data on people's subjectivity

#

you literally have in numbers what performs better

wind raptor
#

!stream 1319370380078743584

wise cargoBOT
#

βœ… @jovial merlin can now stream until <t:1749149909:f>.

cobalt vortex
#

i am trying to compare two different models/protoypes of for example a website and then instead of publishing it online removing bias and all we could just use ai and tell which more most likely work

wind raptor
#

!stream 862284694497263636

wise cargoBOT
#

βœ… @stark oxide can now stream until <t:1749149919:f>.

marble mantle
#

it cant see the future

#

what youre suggesting is not ab testing

wind raptor
#

ai also has a yes-man bias

marble mantle
#

its just "asking ai for an opinion"

cobalt vortex
marble mantle
cobalt vortex
marble mantle
#

im totally devopsing at this point

primal shadow
#

hello

marble mantle
#

i havent ran a certain piece of my software locally in months

primal shadow
#

"widely used" Is a tough thing to say yes to

#

since like... what does that mean?

marble mantle
#

python on rails

primal shadow
#

Recursion is great

#

Especially in SQL

#

You say this as if a computer is an elderly man who gets tired of walking a few steps @wind raptor

#

them computers be fast

#

I saw steam bleeding through

#

before

marble mantle
#

when i type copilot into windows search bar, the only thing that comes up is this meme that i had saved

wind raptor
#

just redirects to YouTube haha

marble mantle
#

i shall go ask someone for a screenshot of what visiting their ip returns

#

same idea

#

just at http level

marble mantle
#

i somehow managed to watch at the ci at perfect timing

#

during the latest cleanup stage

#

"oh its already released, but why is it still 🟑ng?"

scarlet halo
marble mantle
#

smol

marble mantle
# scarlet halo

if everything is intertwined and none of the intermediate steps compile/run, then this is atomic enough

#

actinoid commit

#

i shouldnt watch the flickering stream

#

my almost-epilepsy might come back

#

@wind raptor shouldve been f2, but a bit too late

wind raptor
#

I don't know all of the shortcuts

primal shadow
#

Why the super init?

#

You've inherited nothing

#

what super?

#

The superinit seems like just there to add confusion

#

classic place for answers

marble mantle
#

am i getting trolled by nginx

#

its rewriting // to /

#

allegedly

primal shadow
#

Gonna give Cpu a repr?

marble mantle
#

evalable

primal shadow
#

❀️ that all you got from that is the CPU Model

#

the random string

#

!e

#Maybe this will work?
class Shenanigans():
  def __init__(shenanigan, self, other):
    shenanigan.self = self
    shenanigan.other = other
  def __repr__(bwahaha):
    return f'{bwahaha.self}  {bwahaha.other}'
thing = Shenanigans('self is this', 'and another!')

print(thing)```
wise cargoBOT
marble mantle
#

how wrong is it to have a // in a url path

primal shadow
#

THat is NOT Inheritence

#

@stark oxide inheritence is not htat

#

btw

#

Simply putting an object in an object != inheritence

stark oxide
#

what than?

primal shadow
#
class Animal:

    # attribute and method of the parent class
    name = ""
    
    def eat(self):
        print("I can eat")

# inherit from Animal
class Dog(Animal):

    # new method in subclass
    def display(self):
        # access name attribute of superclass using self
        print("My name is ", self.name)

# create an object of the subclass
labrador = Dog()

# access superclass attribute and method 
labrador.name = "Rohu"
labrador.eat()

# call subclass method 
labrador.display()```
#

This is inheritence

marble mantle
#

another demostration of why inheritance is confusing

primal shadow
#

see Dog inherits from Animal

#

Animal is not inheriting a string by haivng name

stark oxide
#

now I get it

marble mantle
#

inheritance is a terrible thing to apply blindly

#

some patterns you can get away with misapplying

primal shadow
#

I didn't say mutes aren't people, I was entertained by the person who wasn't talking telling those who were havign a conversation what to talk about

#

I'm often mute in here

stark oxide
#

np

marble mantle
#

discord being funny

stark oxide
#

@wind raptor why is my screen share gone?

marble mantle
#

it sometimes decides to end the stream

stark oxide
#

is it due to that I mute myself?

marble mantle
#

yes

#

mute/unmute/deafen/undeafen/being too afk

stark oxide
#

fr?

#

is that a thing in here

marble mantle
#

not in here

#

its how discord itself works

stark oxide
#

never knew that

marble mantle
#

once the role is gone

#

we dont know how afk-based stream end works

#

its kind of just best-effort attempt of discord to figure out if youre gone

#

or not streaming something changing

#

even if not gone

eager thorn
#

@wind raptor all i can say is thank you for that recipe melting_face chefskiss πŸ₯΄

marble mantle
#

@rapid jungle step 0: find a book on how to write a compiler

primal shadow
#

I don't think everyone is AFK

rapid jungle
primal shadow
#

no

#

lol

#

That sounds incredibly unfun

eager thorn
#

Okay we're stretching that one there kek

#

wife was upset cause she's been on this weight loss journey and she had weight loss surgery so she can't have certain things and i felt so bad asking her to make it πŸ™ƒ

#

gave her a small bite, what dr don't know wont hurt them kek

#

our kids on the other hand, we had to basically force them to stop getting more kek

marble mantle
#

discord is dying

eager thorn
#

I've been here before under the alias cy and I've spoke with you before and i didn't know you had kids πŸ€”

marble mantle
#

it doesnt like being tunneled two separate ways

eager thorn
#

Discord been dying for a while now kek

#

Jason IIRC was the ceo

#

jason or justin?

#

Humam Sakhnini is the new CEO

marble mantle
#

lootboxes

eager thorn
#

I remember the time Citron responded to me on twitter kek

marble mantle
#

do you get to use text channels today? try your luck!

#

you also need to roll on each server separately

#

like in battlefront

#

cso
c something o

#
  • internship
  • getting interviewed by a c-level staff
    i now have a direct association from that to a game ive been playing
#

forever placed in my brain

eager thorn
marble mantle
#

@soft axle they might still give you to do that anyway because they cant be bothered to do that themselves

#

highly speculative tasks are normal and proper to give to an intern

wind raptor
vocal basin
soft axle
#

Mine looks like this

vocal basin
#

picky observer isn't going to have a positive impression from that, so put a bit more effort if you copy the style

#

"shell script" isn't a language, bash is, powershell is

soft axle
#

shell/markdown technically arent

#

its not his

vocal basin
#

markdown is a language

soft axle
#

he was just showing an example

#

a markup language

#

not a programming one, no?

vocal basin
#

still, a language

#

markup languages are programming languages

#

just very declarative

soft axle
#

I put markdown under design/documentation

vocal basin
#

"shell"/"shell script" is a type of a language

#

not even a family of languages

#

this is just wtf

wind raptor
#

Yeah, that shouldn't be in there

vocal basin
#

don't copy mistakes, invent your own

marble mantle
vocal basin
#

@soft axle there's also Wolfram

#

slightly less legacy

soft axle
vocal basin
#

instead of matlab

soft axle
#

ohh

#

I dont know it though 😭

wind raptor
#

!stream 1319370380078743584

wise cargoBOT
#

βœ… @jovial merlin can now stream until <t:1749158466:f>.

marble mantle
#

i sure wouldnt trust @vocal basin to stream anything safe

wind raptor
#

!stream 427903354723631114

wise cargoBOT
#

βœ… @sly kernel can now stream until <t:1749164986:f>.

feral ibex
#

Hello

#

Voice Chat 0

primal shadow
#

"At a minimum, they should disclose their citizenship in other countries and abstain from votes specifically benefitting those countries. If we are going to continue to allow Members of Congress to acquire and retain citizenship in other countries, they should at least be required to disclose to voters all countries of which they consider themselves to be citizens."

woeful blaze
#

πŸ‘‹

primal shadow
woeful blaze
#

Radishes from my garden

astral coral
astral coral
#

this

primal shadow
#

hello

whole bear
#

Its Eid

#

Its Eid πŸ˜ƒπŸ˜ƒ

primal shadow
#

That's fun

#

What's your favorite thing about Eid

amber raptor
#

Smart Contract lectures

primal shadow
#

🀣

#

⚫ πŸ”΅ 🟀 🟒

woeful blaze
#

Sorry if I haven't been responding if anyone's been asking any questions I'm not at my desk currently checking on my plants and weeding so sorry

astral coral
#

There's a man going round, taking names

#

urgh can't be bothered for the bit ¬¬

whole bear
#

@somber heath πŸ‘‹

peak depot
#

Airforce logo

somber heath
#

@jagged wind πŸ‘‹

jagged wind
cobalt vortex
#

am i the only one not able to load @astral coral stream

#

yeh now i can see

astral coral
#

yeee sometimes needs to reset

cobalt vortex
peak depot
#

Brb

somber heath
#

@candid echo πŸ‘‹

vocal basin
#

telegram having very slightly different notification sounds and notification-sound/notification-showing-up delay per context is so weird

#

but, in a way, that actually helps, since I can notice those differences and figure out whether it's a repost vs DM vs channel post based on those before even reading the notification text

astral coral
vocal basin
#

@astral coral usually that requires stream restart

#

sideways dice_6

#

when these

#

there are 6 extra

#

so you can just put them on a separate one

vocal basin
#

nine looks too normal

#

gravitational potential

astral coral
#

❀️

vocal basin
astral coral
somber heath
#

@ionic crowπŸ‘‹

#

@inland oxideπŸ‘‹

inland oxide
#

cant speak for some reason

#

probably cause new

#

supp

somber heath
#

!voice

wise cargoBOT
#
Voice verification

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

vocal basin
#

minesweeper tetris got renamed

#

it's now "Minesweeper Rush" or whatever

#

someone should now mix tetris effect and minesweeper

somber heath
#

@stable shale πŸ‘‹

#

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

somber heath
#

@velvet perchπŸ‘‹

vocal basin
#

a successfully derailed train

somber heath
#

@misty timberπŸ‘‹

misty timber
#

sorry can't speak in voice chat i am new in server voice verification says i have to be 3 days old on the server to open my mic

somber heath
#

@ancient abyssπŸ‘‹

ancient abyss
#

Helloo

somber heath
#

@jovial irisπŸ‘‹

jovial iris
#

Hello

jovial iris
vocal basin
#

@jovial merlin you can probably just test it with a VM instead

stark oxide
misty timber
stark oxide
#

py -m pip install PySide6

jovial merlin
#

python3 -m venv .venv

#

pip3 install PySide6

misty timber
#

if you want to add your global python to path then search environment in your windows search you will see the environment variable settings there

#

you actually had to check the box when which says add to PATH when you install the python

#

you did not do that when you installed it that is why you are getting the error

misty timber
# stark oxide

if you want to use CMD for setting path then run CMD as admin and run this command

setx PATH "%PATH%;C:\Users\joep\AppData\Local\Programs\Python\Python313\Scripts"

sweet geyser
#

I’ve used venv’s but I still don’t understand what it is exactly. Is it like a mini container, where you can basically install apps/scripts and run them? I’m on Linux

misty timber
sweet geyser
#

Ok. If I’ve set up a venv and I cd out of it, when I cd back in later, will it still be active?

astral coral
#

yh

iron geyser
misty timber
misty timber
iron geyser
#

πŸ€”

misty timber
#

πŸ€”

sweet geyser
#

πŸ€”

misty timber
#

🟑

iron geyser
torn tide
#

hello guys

iron geyser
#

bahaha

misty timber
#

πŸ™ƒ

astral coral
#

python --version

iron geyser
sweet geyser
stark oxide
#

3.13.2

torn tide
misty timber
iron geyser
#

it's open source IA ? local modele ?

#

😏

torn tide
#

its not open source

misty timber
torn tide
#

or maybe idont know

iron geyser
#

😦 oh 😦

torn tide
#

its the best ai u will ever use

astral coral
#

ma P***** intergration πŸ˜‰

iron geyser
#

πŸ˜‡

sweet geyser
#

It’s the Chinese LLM. Everyone I’ve heard talk about it says only good things.

#

Is that a real invitation? I’d like to check it out for sure.

torn tide
iron geyser
#

πŸ˜‚

iron geyser
iron geyser
#

πŸ˜‚

iron geyser
#

I am afraid ! sir

iron geyser
#

Lol

stark oxide
#

does this aply for this server to?

misty timber
#

ok i am off gota fix some github issues

sweet geyser
vocal basin
#

@upper basin

upper basin
#
def loss(
        mps: qtn.MatrixProductState,
        target_mps: qtn.MatrixProductState
    ) -> float:
    fidelity = mps @ target_mps.conj()
    return abs(fidelity - 1)**2
#

Push fidelity (complex valued) exactly towards 1+0j.

#

It's used in a ML pipeline, so go nuts.

#

Quantify

vocal basin
#

yes

#

@somber heath I'm still not sure if Ace understood why this is funny

somber heath
#

Haaa.

wind raptor
#

!stream 1258548535108964363

wise cargoBOT
#

βœ… @rapid jungle can now stream until <t:1749214491:f>.

wind raptor
#

Gotta head out. Cheers.

vocal basin
#

"don't rob yourself of the opportunity to learn"

#

you cannot learn without struggling

somber heath
#

@carmine apex πŸ‘‹

vocal basin
#

software is primarily about humans
psychology is primarily about humans

#

code is written for humans not computers

#

this includes as far as assembly

vocal basin
#

this is basic truth about programming

#

even more so with languages like APL or K or uiua

wise loom
# vocal basin this includes as far as assembly

what about when you let some superoptimized compiler optimize the code and then you get this assembly listing and it doesn’t look at all like the code you wrote in C (or some other high level language).
is that still for humans or just the compiler writers.

vocal basin
#

normally compilers work with machine code not textual assembly language

wise loom
#

the closest thing would be gcc -O3

dense ibex
vocal basin
#

(idk if it was seen the previous time I pinged)

somber heath
#

@tawdry furnace πŸ‘‹

tawdry furnace
#

hi

#

just don't ask question about my profile

#

no i just like troll profils

#

i'm a beginner in python

#

sooooo idk alot but yea

#

turtle

#

and more things

#

like input how to input for els

vocal basin
#

not the ORM?

somber heath
#

!pypi tortoise

wise cargoBOT
tawdry furnace
#

sorry idk what is it

jovial iris
#

no voice ? ive 350+ msgs

tawdry furnace
#

like i try to start how to improve my skills

#

i'm a pro in scartch but like its too basic

vocal basin
#

we were doing Pascal back then

#

dead language but still taught at universities for some reason

#

like Latin but useless

wild light
#

pip install universe

tawdry furnace
#

so what do you say after turtle what must i learn?

vocal basin
#

!tutorial

#

where

#

why do we still not have it

#

I am too lazy to make a PR for it

wild light
#

pip install tutorial

somber heath
#

!resources

wise cargoBOT
#
Resources

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

vocal basin
#

somewhere there

tawdry furnace
#

like pandas is too hard for me yes?

#

ok thanks

somber heath
#

@wraith aurora πŸ‘‹

bleak badger
#

i saw this in a video somewhere

#

its like that but it can convert to languages to help u understand them

tawdry furnace
#

thanks

vocal basin
#

!d datetime

wise cargoBOT
#

Source code: Lib/datetime.py

The datetime module supplies classes for manipulating dates and times.

While date and time arithmetic is supported, the focus of the implementation is on efficient attribute extraction for output formatting and manipulation...

vocal basin
#

didn't it also have something like calendar

#

!d calendar

wise cargoBOT
#

Source code: Lib/calendar.py

This module allows you to output calendars like the Unix cal program, and provides additional useful functions related to the calendar. By default, these calendars have Monday as the first day of the week, and Sunday as the last (the European convention). Use setfirstweekday() to set the first day of the week to Sunday (6) or to any other weekday. Parameters that specify dates are given as integers. For related functionality, see also the datetime and time modules.

vocal basin
#

likely not that

#

!e

from sys import executable
from subprocess import check_output
print(check_output([executable, "-m", "calendar"], text=True))
wise cargoBOT
# vocal basin !e ```py from sys import executable from subprocess import check_output print(ch...

:white_check_mark: Your 3.13 eval job has completed with return code 0.

001 |                                   2025
002 | 
003 |       January                   February                   March
004 | Mo Tu We Th Fr Sa Su      Mo Tu We Th Fr Sa Su      Mo Tu We Th Fr Sa Su
005 |        1  2  3  4  5                      1  2                      1  2
006 |  6  7  8  9 10 11 12       3  4  5  6  7  8  9       3  4  5  6  7  8  9
007 | 13 14 15 16 17 18 19      10 11 12 13 14 15 16      10 11 12 13 14 15 16
008 | 20 21 22 23 24 25 26      17 18 19 20 21 22 23      17 18 19 20 21 22 23
009 | 27 28 29 30 31            24 25 26 27 28            24 25 26 27 28 29 30
010 |                                                     31
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/6ZNOKHNPZNLGRZJXBCTOFU4E7I

somber heath
#

@dull pumice πŸ‘‹

versed sable
#

skibidi

#

uhh anyways

#

im running windows rn but my main PC has mint

somber heath
#

@pure gyro πŸ‘‹

versed sable
#

nah i use mint because im big stupid and cant be bothered to install something even slightly more complex

somber heath
#

Mint is good.

versed sable
#

ye most times

somber heath
#

Don't be ashamed of it.

#

I've been less enamoured with more recent versions of Mint, however.

versed sable
#

the only reason i still have a windows machine is theres this thing im making and its an .exe

#

ubuntu is good ye

vocal basin
#

you can cross-compile from linux to windows

#

sometimes works

versed sable
#

oh cool

vocal basin
#

for cross-compiling C/C++, there is zig cc

#

for cross-compiling Rust, there is cargo zigbuild and cargo xwin

versed sable
#

gamemaker doesnt have that i think

#

microsoft recall?

#

oh hell nah my disk is dying enough

#

this shitbox doesnt have the ability to run pycharm or even vs code without making a 8443 TB page file so i use my main rig for that

#

the shitbox has codeblocks

#

yeah 2 GB on idle

vocal basin
#

average java app

versed sable
#

lmao

vocal basin
#

ed

#

optimal

versed sable
#

i tried sublime text once but my software license expired

#

vs code on the main rig just killed itself

#

so im only really left with pycharm

urban abyss
#

spyder is good

vocal basin
#

you can run it without installation

#

(portable)

versed sable
#

what??

vocal basin
#

or even inside docker~~ if you're brave enough~~

versed sable
#

ill try that in a bit my grandpa is replacing my RAM because it died

#

IT grandpa (bottom text)

vocal basin
#

@tacit crane why would you open a 1GB file in an IDE

tacit crane
#

log

versed sable
#

🌳

vocal basin
#

well, that's not an IDE thing to deal with, clearly

#

wouldn't really make sense to open it in a text editor either at such size

versed sable
#

only if you're making a zip bomb then it would be practical to open in a text editor

tacit crane
versed sable
#

peak

somber heath
#

@valid canyon πŸ‘‹

versed sable
#

oops

#

why am i even in this server i havent python'd since 1 month ago

vocal basin
#

I haven't written anything useful in Python in several months

versed sable
#

well i havent written anything at all

#

i have to go my people need me

primal shadow
urban abyss
#

i haven't written python in weeks, i'm a YAML developer now

vocal basin
#

@urban abyss tbf he calls everyone that anyway

#

back to emerald mines

#

deport him here

#

to Russia

#

🟠

#

why is there no orange fruit in the emojis

#

🍊

primal shadow
#

CECOT in el salvador is my preferred destination for the illegal one

vocal basin
#

berry

#

taxonomically, it's a berry

primal shadow
bleak badger
primal shadow
#

Last I checked, fruit is to quadrilateral as berry is to square

#

so all berries are fruit, but not all fruit are berries

vocal basin
#

in some cultures berries and fruits are viewed as disjoint categories

primal shadow
#

Not talking culturally

#

talkking scince

#

science

#

not opinion

#

As I said, fuck SCOTUS πŸ™‚

amber raptor
vocal basin
primal shadow
#

it is...

frozen owl
#

im trying to engineer my data to fit gradients lmao

vocal basin
#

as in vegetables are fruits

#

mostly

frozen owl
#

step 1: use random seeds

vocal basin
#

fruits/non-fruit vegetables

frozen owl
#

question: what platforms are good for renting cpus? i want strong multithreaded cpu performance. i have rented gpu servers before but not cpu so id like some recommendations

vocal basin
#

classification-wide correct seems to be:
berries βŠ‚ fruits βŠ‚ vegetables

#

all definitions I find either don't mention not being fruits or explicitly include fruits

frozen owl
astral coral
#

botony vrs nutrition

vocal basin
#

ah, wait, nvm

#

yeah, there are some definitions that exclude fruits

#

@primal shadow so, yes, there are multiple definitions, some exclude fruits

#

in Russia the way the words are used is unrelated to biological taxonomy/whatever else

#

like here it's way more explicitly unrelated

#

and, like, it's a different word used here with a different etymology

urban abyss
#

check french, pomme de ...

vocal basin
#

just happens to roughly align

urban abyss
#

apple of the ground

vocal basin
#

(I'm not debating anything, I just happen to know there's more than one definition)

#

I doubt I'd be able to buy any games for the Switch

torn tide
#

Hello guys

astral coral
#

Popcorn $$$ $4 Popcorn come get your popcorn

vocal basin
#

imagine being able to buy games

bleak badger
#

with care

#

πŸ΄β€β˜ οΈ

vocal basin
#

why is Nintendo website using an incorrect date format ordering

primal shadow
#

incorrect?

bleak badger
primal shadow
#

not your locale's preferred?

urban abyss
#

freedom datetime format

primal shadow
#

Is there a correcT? Should alwyas show ISO

bleak badger
#

imo

astral coral
#

traitors datetime format XD

primal shadow
#

Yes, in your opinion

#

I agree

#

Your opinion is valid

#

but others are able to have differing opinions

bleak badger
primal shadow
#

and those who design the sites opinion matters much more in this regard

urban abyss
#

iso is most correct, US is batshit

vocal basin
#

πŸ’₯

primal shadow
#

Because they're the ones who pick

#

and you're the one who views

#

🀷

#

don't like it, leave their site

#

email a complaint

urban abyss
#

don't like it leave the country

primal shadow
#

but it's their site, and their right