#voice-chat-text-1

1 messages Β· Page 66 of 1

wooden dome
#

one in vc 1

#

one in vc 2

#

@storm ferry is this you @stone quarry ?

#

Both of you got similar name

#

and joined at the same time on both VC

storm ferry
#

I am not them

wooden dome
#

Yeah

#

You are YOu

#

mask on chad is new trend I guess?

wooden dome
#

wdym by escape from reality Opal?

#

I hope you are not alone and helpless

#

Once upon a time there used to be two Monster.
One choose to go east and other to west to explore world

#

monster which goes to east choose to explore world

#

monster which goes to west choose to explore as well

#

but one of them were hungry

#

hungry to get identity

#

so west monster choose to make deal with stranger

#

he offer the wishes to be true in return he takes the control of body

#

but monster hunger didn't end

#

monster eat the man from inside

#

now the same monster choose to make another deal with stranger

#

and again same happens

#

the cycle continues, and no one left in village on west side

#

monster from west and monster from east meet each other at same spot

#

monster from east asked what did you explore?

#

monster from west told I explore everything and devour the stranger for identity

#

so monster from east asked whats your identity

#

monster from west told "you!"

#

and he devour the another monster

#

and was all alone

#

in despair

#

Western Monster is nothing but Ego

#

Eastern Monster is empty being

misty sinew
#

You took the story from here, don't you?

glad turtle
#

@delicate wren if you write this in a markdown document in forgejo, does it render with proper syntax highlighting for python?
because for me in gitea it does not.

\`\`\`py
\`\`\`
wooden dome
#

Yep it does

glad turtle
glad turtle
wooden dome
#

It should work

#

use full name

#

python

#

not just py

glad turtle
#

@wooden dome look at my screen

delicate wren
#

@glad turtle show your source code for the .md

glad turtle
delicate wren
#

@glad turtle which Gitea version?

glad turtle
#

the block has python, but it doesn't render as such

#

lemme check

wooden dome
#

Uh

delicate wren
#

@glad turtle it's written in the footer

#

@glad turtle use env_file for secrets

glad turtle
delicate wren
#

@glad turtle can you try with a gitea-dark theme?

#

just to check if it's the cause

glad turtle
delicate wren
#

@glad turtle it's in user settings

wooden dome
#

If UEFI's solution won't work try this out:

  1. Toggle the highlight in config as admin you can
delicate wren
#

@glad turtle what are you using to render TeX?

glad turtle
glad turtle
delicate wren
glad turtle
delicate wren
glad turtle
#

regular mathjax with $$

delicate wren
#

okay so it's not an extension

#

, since it works for me too

#

hmm

#

idk why but it works in my case

#

both

glad turtle
delicate wren
delicate wren
#

@cunning urchin
example 1: they send the recording

wooden dome
#

maybe it could be false

cunning urchin
#

yes i understood

wooden dome
#

or cache must be trolling you

delicate wren
#

also yes, built-in stuff

delicate wren
#

it's like with "how do you know this alt is a user of someone else?" -- "they literally admit it"

#

Discord does warn you if people if clipping enabled join

#

but not well enough

wooden dome
#

To be honest sometimes it is browser which trolls you

glad turtle
delicate wren
#

@glad turtle are you connecting over HTTPS? self-signed?

delicate wren
#

you should have a clean log with no errors or warnings

glad turtle
#

will check now

wooden dome
#

okay do this

#

click f12

#

and look for error

delicate wren
#

@cunning urchin VM?

glad turtle
cunning urchin
#

but its not working in my side

wooden dome
#

Damn no error

#

Could you check app.ini

#

look if it is enabled

glad turtle
wooden dome
#

look for line

#

it will be true if not make it true

glad turtle
#

i just tried but can't see change

delicate wren
#

@glad turtle maybe those pandoc options do something wrong?

delicate wren
glad turtle
glad turtle
delicate wren
#

but, yes, neither has that

wooden dome
#

Ah I messed up

#

I was refering to older fork document

#

my bad

#

it auto enables it on compile time

delicate wren
#

@glad turtle can you try running without markup.markdown customisations?

wooden dome
delicate wren
glad turtle
#

but i do want the pandoc tho. actually do i need pandoc? my mathjax is still working even without it

delicate wren
glad turtle
#

why was i even using pandoc?

delicate wren
#

I've done customised rendering before but it was for .ipynb

#

the example from docs for jupyter rendering is horrible

glad turtle
wooden dome
#

It was my bad

glad turtle
#

it's all good

delicate wren
wooden dome
#

I misunderstood

glad turtle
#

@delicate wren @wooden dome thank you for looking into this with me

wooden dome
#

I'm sorry

delicate wren
#

I wonder if Gitea has other big related projects

glad turtle
#

@delicate wren i'm looking at SOS DP. i'm trying to take baby-steps approach so i can grasp what's going on without having my head spinning at 100km/h.

wooden dome
#

syntax worked out?

delicate wren
glad turtle
#

audible wants me to pay bezos so he can send tourists in space

wooden dome
#

@glad turtle syntax highlight is fixed?

delicate wren
#

by removing parts of config

glad turtle
wooden dome
#

I'm really sorry

#

@delicate wren You sure know a lot about it!

delicate wren
#

I've worked with Gitea since 2020

wooden dome
#

Ah I see!

delicate wren
#

(when I deployed it on a remote server using a phone)

#

I think I was already doing certbot stuff back then but not sure

wooden dome
#

Hmm

#

Good to know!

#

Have you used in commercial project?

#

or just limited to personal?

delicate wren
#

we use Forgejo at work

#

upgraded from Gitea, previously migrated from GitLab

wooden dome
#

Uh

#

You are pro at it

#

Well It was right call by IkO to contact you on this very matter!

#

I should have been quite.

glad turtle
#

i think the hypercube explanation is a bit much.. he could've just stayed in bitmask land..

#

like bitmask_{n-1} -> bitmask_{n}

delicate wren
glad turtle
#

the thing starts at 107

delicate wren
#

seems related

#

@glad turtle if I understand correctly this is kind of an N-dimensional sum problem, just a very special case

#

0<=coordinate<=0 on some axes and 0<=coordinate<=1 on others

#

that is a funny note

glad turtle
# delicate wren

i have a feel for the pre-requisites. i mean of course, the word "basic" can have many meanings but yeah

delicate wren
#

I'm not going to read past the Prerequisite[s] header

misty sinew
delicate wren
#

@glad turtle are we aiming for O(2**N * (addition complexity)) to compute the entirety of F?

#

rather than O(N * 2 ** N * (addition complexity))

#

because N * 2 ** N sounds nearly naively doable

misty sinew
#

Completely alien concept to me

#

why would someone need it?

delicate wren
#

GitHub is closed-source, Bitbucket is shit, GitLab is fine but overcomplicated/feature-lacking at times

glad turtle
delicate wren
#

(Bitbucket is also closed-source, but that's less important)

#

Gitea/Forgejo have wider package support than their alternatives

#

also they use same CI as GitHub but with native Go actions support

delicate wren
misty sinew
#

Is it like google docs?

delicate wren
#

it's primarily like GitHub

misty sinew
#

GitHub?

delicate wren
#

the Hub of Gits

misty sinew
#

I think the only way to find out about it is using it

delicate wren
#

I expected better

#

okay then I'm not actually interested

glad turtle
#

brb, i heard there might be some pie in the kitchen

delicate wren
#

@glad turtle unlabeled box arrived

#

I didn't expect them to shove it all inside one package

#

(it didn't fit, although by the state of the box I can see they tried)

glad turtle
delicate wren
#

also, classic aliexpress customs declaration:
development board, 2 pieces

#

for 2 poe hats and 1 computer

#

reminds of how they declared Milk-V Jupiter as $20 in value

#

vibe accounting

wooden dome
#

Hello

#

anyone here can help me out?

#

I was curious to switch to linux!

#

but I like how windows CMD look

#

I prefer pitch black as main theme because my laptop has Oled Screen and it looks sick!

#

So any suggestion?

glad turtle
wooden dome
glad turtle
#

Sway is minimalistic

#

Gnome is very basic, looks a lot like Windows

wooden dome
#

Let have a look again

glad turtle
wooden dome
#

Good

#

but how about overall gnome?

#

can it have base color as pitch black?

glad turtle
#

do you mean night mode, like dark mode?

wooden dome
#

Windows has done remarkable job at UI interface of CMD simple yet comfortable black

#

I would like to have same theme as this but from terminal to system

glad turtle
wooden dome
wooden dome
#

GNOME

#

or ELSE

glad turtle
wooden dome
#

App launcher, menu, etc

#

almost all

#

but third party app

glad turtle
#

the answer is yes, you can get pitch black

wooden dome
#

It is soft to eye

#

unlike discord pitch black

glad turtle
#

either way, what apps do you need apart from pdf/ebook reader,browser,terminal,discord.
anything else is overkill.

wooden dome
#

You right about it1

#

but theme matters to me

#

I would like to make it as good as the color scheme of the cmd windows

#

Debian bookworm has rich feature for it @glad turtle ?

#

I mean I have not decided distro yet

#

let alone tweaks for distro

#

because of limited knowledge

glad turtle
glad turtle
wooden dome
#

But is possible?

glad turtle
wooden dome
#

but is big deal for me

#

I would like to invest my free time in it

#

ain't it good?

#

Let me prepare usb for dual boot

#

I would like to get help so can I add you as fellow friend?

#

I hope I'm not being selfish and annoying about it!

glad turtle
# wooden dome but is big deal for me

are you sure you want pitch black? isn't what you want the red-ish warm color temperature in the evening and the more blue-ish during day-time?
that't the thing that's supposed to help your eyes.
they even have an app for it, but it's now a feature in Gnome as well as other Desktop Managers.
https://justgetflux.com/linux.html

wooden dome
#

thankyou for suggestion1

terse sierra
#

hmmm a box of microcontrollers ? @delicate wren

delicate wren
terse sierra
#

oh which ones , something new ??? @delicate wren

delicate wren
terse sierra
#

wow thats new

terse sierra
#

looking looking @delicate wren

#

so a remote compute node ? @delicate wren

wooden dome
#

@shrewd sonnet Hello Osama

shrewd sonnet
wooden dome
#

You should use AI and describe the intend of website it may filter the official

#

which website are you looking for?

#

maybe this is official

shrewd sonnet
wooden dome
#

Okay I understood

#

you are looking for official bytedance

shrewd sonnet
#

πŸ‘

wooden dome
#

This is official repo for it

#

I don't know if it end to end software

#

but it seems it is not

#

@shrewd sonnet

#

Any other website which charges you money and has waver1 or else a domain is likely to be scam site

#

avoid it at all cost

wooden dome
#

my assurance

#

China is slap to US

#

despite chip restriction they are publishing the latest model with open source

misty sinew
# wooden dome despite chip restriction they are publishing the latest model with open source

https://youtu.be/CrJJPlRO9bI?si=RCy5TqPR32rO7gnn
As explained by, yes it is impressive

The US and China has been competing in AI in agentic application, LLM, infrastructure, supply, production, and design.
Companies like TSMC, SMIC, Nvidia, and Intel are all involved in chip production as well as ASML.
And other LLM companies like Baidu, DeepSeek, ByteDate, MoonShot, Alibaba and US ones from xAI, Meta, OpenAI, Anthropic, and Goog...

β–Ά Play video
glad turtle
#

but the whole narrative of the "AI race" is total bs..

wooden dome
#

Indeed

#

Short term goal is much important for US over long term

#

restricting china pushes china for self dependent measure in long run

#

it has already achieved success in Semi conductor manufacturing

#

which was unexpected

glad turtle
#

US needs researchers and smart people, which it doesn't have enough and which it gets primarily from China (but also other places).
China needs bleeding-edge tech, which it can only get from Nvidia which is US-based.
There's a mutual dependency (and it's not the only one).
So the entire "AI race" is complete bullshit.

#

If you look at most of the AI talent in the US right now, a lot of them are Chinese.

misty sinew
#

Alongside

#

This video

#

Boredom isn’t a bugβ€”it’s a feature. Harvard professor Arthur C. Brooks explains why boredom unlocks creativity, activates a powerful brain network, and might even protect you from depression. Learn how the mind wandersβ€”and why that’s a very good thing.

For more insights on leadership, success, and workplace well-being, explore Arthur'...

β–Ά Play video
#

Maybe my feed is really good lately

wooden dome
#

I'll be back

delicate wren
#

@glad turtle PoE is alive

#

had to make a shorter cable

#

(first time doing wiring on something that transfers power)

#

this time without wasted pieces of cable

delicate wren
delicate wren
#

I somehow just exist on-prem without hosting my stuff on the cloud (other than GitHub)

#

@vale tinsel Forgejo is trivial to setup but, yeah, if you don't need that shouldn't bother yet

#

it is quite useful for storing stuff like Docker images

#

if that's what you ever deploy

#

@vale tinsel it also functions as a package server

#

because

  1. Docker Hub has rate limits for pulls
  2. Docker Hub has rate limits for storage
#

@vale tinsel Docker is the only sane way to install Forgejo or any software at all

delicate wren
#

never put it inside a VM

#

(containers are more efficient than VMs and easier to provision)

#

at times even more secure

#

(if done right)

#

((Linux's way isn't necessarily right))

#

are you Windows or Linux?

#

as the host

#

container installation is, like, copy compose.yml, docker compose up, done

#

yeah, for dev it's fine to do either way

#

code on host, DB inside a container

#

not necessarily both in a container

delicate wren
#

yes

#

Rails has gradually gotten better SQLite integration

#

yeah, Rails now too

#

if it doesn't include device drivers, it's not fullstack enough

#

"DHH can claim to be a true fullstack engineer now that he maintains his own Linux distro"

#

I have it open right now

delicate wren
#

it also comes with Rails aliases built-in

delicate wren
#

how I normally choose:
do I want it to autosave?
no -> Sublime
yes -> VSCode

#

just because I have stuff configured that way accidentally

#

well this is unfortunate

#

an ICE

#

explodes during compilation

#

I have no idea what it uses

#

it's some random dev env for an embedded system

#

probably gcc

#

though maybe clang

#

LLVM

#

GCC was before LLVM afaik

#

and Zig is trying to replace LLVM with their own thing,
so not all C compilers do LLVM

#

I'm building for riscv musl, so it's more likely to use Clang over GCC

#

Clang is slightly more musl-friendly

#

RISC-V is a CPU architecture

#

musl is an alternative to glibc

#

Alpine is another place where you might see musl being used

#

Alpine Linux

#

glibc is part of many Linux distros

#

Debian, for example

#

however Alpine doesn't have it

#

(by default)

vale tinsel
#

I see

#

I haven't used much C to be experienced in it

#

It is a cool language though

delicate wren
#

that's a very old Python

raven flint
#

🀣

glad turtle
#

musicians

floral spruce
#

Guys I had to go to grind naruto gamr

#

Also can someone help me with my homework?

keen compass
#

print: homework

#

tf

#

let chatgpt do the work

floral spruce
#

Dev im not cheating

#

Dont worry

#

I just need proper guidance

true charm
true charm
umbral rose
#

!stream 1301206198787506297

coarse hearthBOT
#

βœ… @floral spruce can now stream until <t:1757205887:f>.

delicate wren
#

... even with VPN

#

@glad turtle eMMC partition extension is so far non-trivial

#

having to rebuild the image

glad turtle
#

but maybe my situation was atypical, which is I have an old 2012 x86 tablet, that can ONLY boot from eMMC, so that's why I cared about it so much.

delicate wren
#

peak ubuntu experience

glad turtle
#

I just realized my linux install game is falling short.
In my case if I'm installing Linux and the network card(wifi + wired) does not have a driver, I don't know what I would be doing.
I mean in my case I'd use a USB hub with ethernet. But if that were not available what would I be doing?

vale tinsel
#

I don't like debian cuz of this same issue

zinc rain
#

@umbral rose Hello long time no see , Between i finally made the secure auth in Django , I might surely have grown a white beard by now

#

Also my mic is broke and keyboard too , any suggestions on keyboard wireless one

reef granite
#

In computing, a piece table is a data structure typically used to represent a text document while it is edited in a text editor. Initially a reference (or 'span') to the whole of the original file is created, which represents the as yet unchanged file. Subsequent inserts and deletes replace a span by combinations of one, two, or three references...

#

A gap buffer in computer science is a dynamic array that allows efficient insertion and deletion operations clustered near the same location. Gap buffers are especially common in text editors, where most changes to the text occur at or near the current location of the cursor. The text is stored in a large buffer in two contiguous segments, with ...

#

!pep 541

coarse hearthBOT
delicate wren
# coarse hearth

sounds like can't just have yearly CI running a single test on latest Python to be good enough for not-abandoned unless that CI also produces a release

torn lotus
glad turtle
# torn lotus

Truly incredible that we have such memes here. I did not think something like this would be possible. This is a milestone, no doubt.

torn lotus
#

yea - i thoughever did not create it

#

i am simply a messenger

delicate wren
# torn lotus

there is indeed a bit of truth to this given how shit teslas are on the inside

#

one of the lowest quality brands

#

it's like with OracleDB

#

the product is dying but pretending not to

#

also next time consider at least censoring out slurs before posting

delicate wren
# torn lotus

btw, in reality "can choose whatever" actually happens more with enterprise software like what Atlassian and Oracle make, where the client asks for some weird use case and now everyone else has to deal with how it doesn't fit with the rest of the application

novel wave
#

#bot-commands

#

@umbral rose which uni are you from?

frail hamlet
#

@stuck bluff I dont have permission to speak :?

novel wave
#

@tender sand which browser do you use?

tender sand
#

why

novel wave
#

just like that

tender sand
novel wave
#

I agree

#

someone else also likes to ping a lot of people @tender sand

tender sand
#

and doesn't stop your pinging from being annoying here

glad turtle
tender sand
#

lol, i figured

umbral rose
#

Discord vc seems messed up

#

I cannot connect

#

Seems like it's back now

sly pond
#

I couldn't even load the server yesterday

stuck bluff
#

@proper jetty πŸ‘‹

#

!voice

coarse hearthBOT
#
Voice verification

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

proper jetty
#

@stuck bluff πŸ‘‹

stuck bluff
#

I have been talking, are you able to hear me?

stuck bluff
#

@high thunder πŸ‘‹

#

@cold zealot πŸ‘‹

#

!voice

coarse hearthBOT
#
Voice verification

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

stuck bluff
#

The euphonium (English: yoo-FOH-nee-Ι™m; Italian: eufonio; Spanish: bombardino) is a tenor- and baritone-voiced valved brass instrument employed chiefly in brass or military bands and wind orchestras. The euphonium is a member of the large family of valved bugles, along with the tuba and flugelhorn, characterised by a wide conical bore. Most in...

tacit jetty
delicate wren
stuck bluff
#

!pep8

coarse hearthBOT
#
PEP 8

PEP 8 is the official style guide for Python. It includes comprehensive guidelines for code formatting, variable naming, and making your code easy to read. Professional Python developers are usually required to follow the guidelines, and will often use code-linters like flake8 to verify that the code they're writing complies with the style guide.

More information:

stuck bluff
#

!zen

coarse hearthBOT
#
The Zen of Python, by Tim Peters

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than right now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!

stuck bluff
#

@raven granite πŸ‘‹

raven granite
stuck bluff
#

@wraith grail πŸ‘‹

#

@wraith grail πŸ‘‹

wraith grail
#

Can tou un mute me

wraith grail
stuck bluff
#

!voice

coarse hearthBOT
#
Voice verification

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

wraith grail
#

Ok

raven granite
#

is this for begginers?

#

no the discussion i mean

glad turtle
#

@raven granite are you looking for advanced topics?

raven granite
#

: D basic

stuck bluff
#

@prime forge πŸ‘‹

#

@sage quarry πŸ‘‹

#

@left oyster πŸ‘‹

grave abyss
#

@glad turtle

leaden minnow
#

@leaden minnow

glad turtle
delicate wren
#

now they're SQLite'ing all the way

#

I wonder if Django will get there too

misty sinew
#

@glad turtle best way to backup?

delicate wren
#

zfs send/zfs receive

misty sinew
#

He is chasing short term goals

#

As a fresher you should just apply because very few care about how skilled you are, unless you are aiming for senior or special role

#

I'll be honest very few care about it!

#

@glad turtle I'm certain those very job openings have at least 1 year experience in prerequisites

misty sinew
#

Especially Nvidia

#

They hire fresher

delicate wren
#

"all Rust devs are hired as seniors, there are no other levels of a Rust developer"

delicate wren
#
  1. it's a difficult language
  2. many people writing Rust use it because they got tired of some other language being terrible
misty sinew
#

I think the main problem with him is that he is selling himself not his skills. @glad turtle

glad turtle
#

there's no point in selling anything. just study, do projects.

misty sinew
#

He would be talking about a django, fastapi, docker or else.

But mention of the project and discussion was limited

#

Like a sales man talking about blah blah certifications to convenience buyers to buy anything ( one time deal (short term))

misty sinew
#

@glad turtle He ain't going to college, he graduated from normal college with a certificate course in BSCCS.

And he is hunting jobs

misty sinew
misty sinew
glad turtle
misty sinew
#

In India colleges have poor quality of education, he has no hands on skill.
It is just paper knowledge

#

@grave abyss wdym?

glad turtle
grave abyss
#

@misty sinew Which account is this

misty sinew
grave abyss
#

Your Account is LetItbe,Right

misty sinew
grave abyss
#

WHO is HE

misty sinew
#

Ask him!

grave abyss
#

I DON't KNOW HIM

YOU ARE LIAR

@misty sinew

misty sinew
grave abyss
#

YOU WERE BANNED FROM THIS DISCORD CHANNEL

jigar aGUPTa

#

WHere are YOU FROM ?

misty sinew
grave abyss
glad turtle
#

guys, i don't care

#

go study, practice

wooden dome
#

@misty sinew Why did you ping me?

grave abyss
#

@wooden dome WHO TOLD YOU THIS ?

glad turtle
#

stop hopping on discord like "bro, i wanna use redis; bro i wanna use redis but i need to integrate it with django"

wooden dome
glad turtle
#

just do it already, you have the docs, do it

#

what.are.you.waiting.for

grave abyss
#

@wooden dome MR @misty sinew told me , you told things about me
DO YOU EVEN KNOW ME

glad turtle
#

yesterday you said tomorrow

grave abyss
#

WHO TOLD YOU @wooden dome things about me

i don't know who you are

misty sinew
#

@glad turtle Discipline > Motivation πŸ’€

glad turtle
#

@grave abyss make your dreams come true. just do it.

#

nothing is impossible

#

you should get to the point where anyone else would quit and you're not gonna stop there

#

yes you can

#

just do it

grave abyss
#

@glad turtle

MY problem is not with you

my problem is with @wooden dome and @misty sinew

how came they know about me

i only spoke with person about this

It's another guy, who is banned from the discord channel

JIgarGupta now his name is Letitbe

delicate wren
#

ah, yes, Discord, thanks for this much of unscrollable barely visible gradient

glad turtle
wooden dome
grave abyss
#

@glad turtle

umbral compass
#

why cant i speak in vc

delicate wren
coarse hearthBOT
#
Voice verification

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

umbral compass
#

?/

#

voice in the sense

#

ohhh

#

ok

vale tinsel
#

hey @delicate wren

#

miss me?

delicate wren
limber anvil
#

e! ```py
print("hello everyone")

#

e! ```py
print ("hello everyone")

#

Mmmmm why is the code not running? what am I doing wrong guys?

limber anvil
#

Ah , I'm a noob. Thanks @delicate wren

limber anvil
#

!e ```py
print("hello everyone")

coarse hearthBOT
misty sinew
#

Let's learn some python?

limber anvil
#

Ye sir.

#

I am in the coursera course right now.

#

hi @umbral rose

#

I dont have speak permissions yet lol

delicate wren
#

I'm in the forest again

limber anvil
#

I have no experience in coding. So I am starting from the very beginning

delicate wren
#

(the less dark half of it)

limber anvil
#

Py is first language πŸ™‚

#

Some people are now starting with vibe coding.

delicate wren
#

@umbral rose idk, I was born with Pascal knowledge

#

"vibe" "coding"

limber anvil
#

I am guilty, I had a replit subscription lol.

delicate wren
#

isn't coding also a medical term

limber anvil
#

it is?

#

Oh man hahah.

#

life language

#

how long have you been coding?

delicate wren
#

Coding (also known as the Dovzhenko method) is a catch-all term for various Russian and post-Soviet alternative therapeutic methods used to treat addictions, in which the therapist attempts to scare patients into abstinence from a substance they are addicted to by convincing them that they will be harmed or killed if they use it again. Each meth...

#

this was not easy to find

limber anvil
#

That's crazy lol.

#

Anything cool you are working on?

#

like for gaming? I have heard that term in Nvidia graphics cards.

#

Like graphics animations?

umbral rose
limber anvil
#

Interesting. My main Career is Video, Premiere, Aftereffects and all that good stuff. :v

#

Let me check it out

misty sinew
#

I think he can for sure

limber anvil
#

Can py do animation stuff aswell? or would that be another language like the one you guys created?

delicate wren
#

@umbral rose oc2py when

#

can be pronounced octopi (plural of octopus)

limber anvil
#

Interesting. So Py solely runs on CPU? It dosen't natively support GPU wihtout a third party library?

#

sorry for all the noob questions lol

delicate wren
#

@pale pivot jupyter kernel for Ocen when?
perfectly sane test pipeline solution

#

I'm now realising this is somewhat doable because Cling already exists

#

(interactive Clang)

#

I might've overestimated how cold it was outside

limber anvil
#

I am burning in the sun. Hot weather over here.

delicate wren
limber anvil
#

87Β° F here.

delicate wren
#

(the main concern was that if I dress too lightly I might get even more ill than I already am)

#

.wa s 87 f to c

ocean orbitBOT
limber anvil
#

Yea, US we measure everything in football fields and cheeseburgers hahhaha

delicate wren
#

@misty urchin macros macros macros

#

if it's possible to use a macro and it's also impossible to just do normal functions, generally

lucid shale
#

Heyo

delicate wren
#

don't overly confuse people and tools

lucid shale
#

Has anyone here used Jupyter before?

delicate wren
#

(non-disjoint categories)

misty sinew
#

@limber anvil How much have you learnt about Python?

delicate wren
lucid shale
#

I am having trouble installing it

delicate wren
#

Docker

lucid shale
#

What

delicate wren
#

the less painful way to do jupyter stuff

limber anvil
#

@misty sinew I am at the very beginnign bro, Variables and expressions.

lucid shale
#

is there a way to install it normally? I need it like that for a class

lucid shale
#

Like through the cmd prompt

delicate wren
#

what step is the problem happening at and what is the problem exactly?

lucid shale
#

Okay so I am going to my cmd prompt to download it using "pip install jupyterlab"

#

It seems like it downloads for a little and then spits an error out at me

#

lemme get a screenie

limber anvil
#

So far is simple @misty sinew

delicate wren
#

your python is outdated

#

EOLd even

limber anvil
#

What are you laerning now @misty sinew

misty sinew
misty sinew
delicate wren
# lucid shale

this is 3.8, latest is 3.13; 3.13 isn't compatible with everything, so check beforehand what you're going to install

#

also don't use pip, use py -m pip

lucid shale
#

Got it

#

Is there a way to install Jupyter with python 3.8?

delicate wren
#

preferably, also using a venv

misty urchin
#

usually it's easier to upgrade python than to intentionally use an old version

delicate wren
#

if you install jupyter to use packages like numpy, you really should upgrade to at least 3.10

misty urchin
#

is there a reason you don't want to upgrade?

delicate wren
#

you can also just have two versions installed

#

3.8 as default and 3.12/3.13 as extra

misty urchin
#

yes

lucid shale
#

I'm helping a friend on this project and I am pretty sure this is the version he was instructed to use by his university

delicate wren
#

so it becomes py -3.13 -m pip

misty urchin
#

ah

delicate wren
misty urchin
#

or rather the instructor

delicate wren
#

preferably in the form of requirements.txt generated from pip freeze

lucid shale
#

Got it

delicate wren
lucid shale
#

Once i have the version of jupyter required how would I go about specifying that in the command?

delicate wren
#

jupiter==1.2.3
or something of that sort

lucid shale
#

Ahhh okay

#

Alright thank you very much

misty urchin
#

if you do pip install in the command line

#

you want to be careful not to have it misinterpreted as redirection

misty sinew
#

I felt joy among myself

misty urchin
#

though I don't know if this is a problem on windows

delicate wren
# lucid shale

is it a result of just pip install jupyter or some other command?

lucid shale
#

pip install jupyterlab

delicate wren
#

package name is different

limber anvil
#

@misty sinew You already know python?

delicate wren
#

is there a more full screenshot?

misty sinew
delicate wren
#

including the command

lucid shale
misty urchin
#

also you should make sure they were asked to use 3.8 and aren't using 3.8 because it comes installed somewhere and they just used the default version

lucid shale
misty urchin
#

but asking the instructor clears this up regardless

delicate wren
#

!pypi puccinialin

coarse hearthBOT
#

Install rust into a temporary directory for boostrapping a rust-based build backend

Released on <t:1749563574:D>.

delicate wren
#

it explodes on this

#

.xkcd 2347

ocean orbitBOT
#

Someday ImageMagick will finally break for good and we'll have a long period of scrambling as we try to reassemble civilization from the rubble.

delicate wren
lucid shale
#

Got it

#

Alr my friend is sleeping now unfortunately but I'll bring them this info when they awake, I appreciate all the help

umbral rose
#

Sorry, g2g. Making dinner now

misty urchin
#

bon appetit

delicate wren
#

seems to work, even

#

very remotely but related

#

something very generic that turns a thing into kind of the same thing

delicate wren
#

for pointers, C++ is more ergonomic

#

and Zig

#

competitive programming

#

time to reimplement tail with io_uring

#

!e

with open(__file__) as f:
    f.seek(-65536, 2)
    print(f.read())
coarse hearthBOT
delicate wren
#

hmm

#

the value returned by this function is unspecified and is only meaningful as the input to fseek().

#

If the stream is open in text mode

#

yeah I guess for text that does mean can't do arithmetic

#

!e

# Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹
with open(__file__) as f:
    f.seek(9)
    print(f.read())
#

hmm

#

oh wait I need odd

coarse hearthBOT
# delicate wren !e ```py # Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹Ρ‹ with open(__file__) as f: f.seek(9) pri...

:x: Your 3.13 eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "/home/main.py", line 4, in <module>
003 |     print(f.read())
004 |           ~~~~~~^^
005 |   File "<frozen codecs>", line 325, in decode
006 | UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 0: invalid start byte
delicate wren
#

explosion

#

actually I think this is not the main cause there

#

I'd expect \r\n stuff be closer to OS-level stuff

#

O_DIRECT

#

afaik normally just everything is buffered

delicate wren
#

This is strictly for compatibility with ISO C and has no effect; the 'b' is ignored on all POSIX conforming systems, including Linux.

#

as far as I see, Rust has no way of specifying if the file should be opened as text or not

#

@crystal aurora very quiet

#

by ~30dB too quiet would be my approximation

misty urchin
#

move to other place?

delicate wren
#

@misty urchin ig

pale pivot
stuck bluff
#

@delicate island πŸ‘‹

#

!voice

coarse hearthBOT
#
Voice verification

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

quaint pagoda
#

yo @delicate wren

devout mist
#

How come you guys have voice verification?

#

Never seen another server with it.

delicate wren
#

it's gradually getting less strict

#

now that voice trolls are less problematic

#

compared to 2020~2021

devout mist
#

voice trolls?

#

People send time to troll you guys?

delicate wren
#

people join, shout, get banned, join again, shout again

devout mist
#

You guys seem like a proper lads.

#

No idea why they would do that.

delicate wren
#

lol

delicate wren
devout mist
#

Aha, the creation of another account?

delicate wren
#

cannot quickly ban evade and cause more trouble

devout mist
#

I see.

#

Can I ask you guys a question?

delicate wren
delicate wren
#

(but not in Python)

#

@stuck bluff Vine

#

time to bring that back

#

I don't have ` on the second keyboard

#

(at all)

#

@stuck bluff Twitter

#

Vine was part of Twitter for most of its life

stuck bluff
#

@strange verge @leaden sand πŸ‘‹

delicate wren
#

thielocracies

delicate wren
#

!e

from collections.abc import Iterable

def join_sorted[A: Ord, B, C](
    left_: Iterable[tuple[A, B]],
    right: Iterable[tuple[A, C]],
) -> Iterable[tuple[A, B, C]]: ...
# turns [(1, 2), (4, 5)], [(1, 3), (4, 6)] into [(1, 2, 3), (4, 5, 6)]
def join_sorted[A: Ord, B, C](
    left_: Iterable[tuple[A, B]],
    right: Iterable[tuple[A, C]],
) -> Iterable[tuple[A, tuple[B, C]]]: ...
# turns [(1, 2), (4, 5)], [(1, 3), (4, 6)] into [(1, (2, 3)), (4, (5, 6))]
def join_sorted[A: Ord, B, C](
    left_: Iterable[tuple[A, B]],
    right: Iterable[tuple[A, C]],
) -> Iterable[tuple[tuple[A, B], tuple[A, C]]]: ...
# turns [(1, 2), (4, 5)], [(1, 3), (4, 6)] into [((1, 2), (1, 3)), ((4, 5), (4, 6))]
coarse hearthBOT
delicate wren
#

those are TypeVars

#

3.12 syntax

#

that was the big 3.12 thing

#

combines two two iterables into one such on equality of the first item in each pair

#

like SQL join

#

@elder wraith and we have to support 3.8 at times

#

(EOL)

#

yeah

#

Ubuntu 20.04

#

@elder wraith or embedded

#

also known as special kind of insane

stuck bluff
#

@golden timber πŸ‘‹

golden timber
#

hi

#

im dont speak

delicate wren
#

embedded is stuck in past for different reasons (firmware/drivers)

stuck bluff
#

@pearl sundial πŸ‘‹

stuck bluff
coarse hearthBOT
#
Voice verification

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

pearl sundial
#

Hi

delicate wren
#

I only use Go for defining Actions for now

pearl sundial
#

I have Just started learning python form Angela yu

#

Is it good

delicate wren
#

Rust

#

compile times is probably the most painful part of attempting to use Rust purely for HTTP-JSON-SQL-JSON stuff

#

something that can't be mitigated by learning the language

elder wraith
#

Use Java or Golang or .Net

quaint pagoda
#

Rust is just for web3 devs right?

delicate wren
#

no

#

web3 isn't meant to have code written for it at all

#

.NET/Java are quite good because all the routine serialisation stuff can be done through reflection

#

thanks, bot

#

and, iirc, Go has something like that too

delicate wren
#

pre C++26 C++29 (when reflection happens properly) C++

#

aka all C++

quaint pagoda
#

What is rust used for mostly?

delicate wren
strange verge
#

@stuck bluff πŸͺ„

strange verge
lean forge
#

Does anybody have idea about go lang?

hushed cave
#

hi

#

cant speak

#

i left the server around 14h ago by mistake lol @silk forge

#

@glad turtle

#

yall here?

silk forge
#

ok

hushed cave
#

i was contributing to PyAutoGUI for Wayland support rn lol

silk forge
#

okiee

hushed cave
#

yes

#

yes

#

nah no issues

#

pyautogui just didnt support wayland till now

#

i (kinda) made it work

#

yeah

#

kinda like that ig

#

yes?

#

nah

#

just a student in school

#

yeah no i do realize that and will def wait

#

i dont expect everyone to be online 24/7

#

especially on github of all places

#

just used pyautogui a lot, and when i switched to linux from windows i was quite disappointed to see that it is not supported on wayland

#

its like an automation library

#

mouse and keyboard automation iyk what i mean

#

yeah

#

why not

#

its just that im not allowed to unmute

#

lets move to Live Coding

misty sinew
#

I got no clue πŸ—οΈπŸ§©

#

@sly skiff How old are you?

#

Are u a software engineer?

misty sinew
#

@subtle pumice do u think its worth to have code academy if I already am in uni for software engineering?

misty sinew
misty sinew
misty sinew
#

I mean the thing is it's hard to differentiate it

#

No it's not

subtle pumice
misty sinew
#

I'm doing a specific thing but u could consider it software engineering tho it's more about ai and Data science

#

Software Engineer is different to Software Developer

delicate wren
#

Scratch is visual programming iirc

misty sinew
subtle pumice
#

oh. yeah , it's pretty good

subtle pumice
misty sinew
# misty sinew More specially Data Engineer?

No that's the thing, it's about ai therefore data but it's like software engineering overall, it's called engineering so like I'm just saying it's not like it makes a huge difference

misty sinew
delicate wren
#

300MB sounds somewhat excessive for a file, if that's a source code file

#

(might've misunderstood the context)

misty sinew
#

UEFI

#

What is that

#

You call yourself an engineer?

#

You don't know about BIOS

#

Damn

misty sinew
delicate wren
#

how much would that file even be, in terms of lines

misty sinew
#

Chill bro

delicate wren
#

219 mbps is quite fast

misty sinew
delicate wren
#

I only have, like, 600 mbps

subtle pumice
misty sinew
#

@misty sinew BIOS is the interface for all IO

subtle pumice
#

@sly skiff ^^

misty sinew
#

Good to know

#

Now I can be an engineer

delicate wren
#

proper modern servers don't have a BIOS, but there is only one company which makes those afaik

misty sinew
#

Yuyaify must be a hell of an engineer

#

They know everythinggg

delicate wren
#

I don't have an engineering degree

misty sinew
#

Dang

misty sinew
#

I just asked them where they were from bc they earlier told me that they had a problem with connecting cuz discord wouldn't allow or support

delicate wren
#

I'd expect China blocks the entirety of GCP

#

not just Discord

#

so byedpi wouldn't work there

misty sinew
delicate wren
#

if I reside in Russia, that doesn't necessarily mean that's my country of origin

misty sinew
#

Ig, I need to learn some english..

#

After having this many talk my perception and value is low in the server

#

More words = less value

delicate wren
#

who created that warning? (me 5 minutes ago)

subtle pumice
delicate wren
#

added assert!s to check whatever it returns makes sense

delicate wren
umbral rose
#

Hey

#

I am monitoring a stream atm, so can't zip down there. You wanted to play some civ?

thin lintel
#

maybe

umbral rose
#

I'm down in 30ish. I want to get the kids some lunch before starting into a game or I'll have to pause for a long while

thin lintel
delicate wren
stuck bluff
#

@noble void πŸ‘‹

noble void
delicate wren
#

@stuck bluff with all arrays, it just rearranges axes

#

doesn't touch the data

#

each axis is a step

#

numpy arrays are kind of just pointer+offsets

#

(if we ignore bounds check)

noble void
#

40th?

#

It is said that one truly understand life after they hit 40

delicate wren
#

@thin lintel the party for 50th will be smaller than the one for 40th because 50 is L and 40 is XL

#

!e

print(int("ΰ§ͺΰ­¨"))  # answer to everything
coarse hearthBOT
delicate wren
#

reminder

#

!charinfo ΰ§ͺΰ­¨

coarse hearthBOT
delicate wren
#

it is just 42

noble void
#

Why do americans do that? What is the motivation behind it?

slow lantern
#

Thoughts: How about a CLI tool that generates a setup.py, pyproject.toml, and a standard Python project folder structure with all necessary items?

delicate wren
#

also don't setup.py

#

it's very outdated

#

unless you want to support 3.5 or whatever

slow lantern
#

is uv that good ? than venv ?

delicate wren
#

uv does way more than just venv management

#

manages python versions, pyproject.toml, uv.lock

noble void
#

It might be because people stopped self-domestication

delicate wren
#

also I think Discord is broken again and I don't hear anything

stuck bluff
#

We are talking.

delicate wren
#

it just breaks without any indication

#

@thin lintel we're waiting for Chris, right?

thin lintel
#

yes

delicate wren
#

I shall go eat more stuff then

#

freedom from guns

#

over freedom for guns

noble void
#

I once watched a documentary claiming that the issue is the fear that is spread by the media, and that freedom of guns exist elsewhere without the violence problem

delicate wren
#

@thin lintel I think we technically have them banned only within transport security zone

#

and certain public places

delicate wren
delicate wren
#

@thin lintel both pizzas are square
and one of them is black
(guess who it's named after)

#

@stuck bluff sue them for it... oh wait

#

can't sue Disney if you watch Disney

#

MPL has an arbitration clause

#

iirc

stuck bluff
#

@hasty rock πŸ‘‹

delicate wren
#

I recently discovered there's a moth named after Trump

#

so now both Trump and Putin are moths

#

maybe that's why they get along

delicate wren
hasty rock
#

what are you all doing?

#

i see

delicate wren
#

it was something, like, 2 decades after discovery

#

maybe the scientist was so tired of trying to come up with a name for it

hasty rock
#

hey dragon

#

yea

#

its amazing how good they can copy sounds

delicate wren
#

there was, yes

#

also there was one that claimed but didn't

delicate wren
unkempt surge
delicate wren
#

(wasn't actually connected to the VC)

#

@thin lintel now can hear

#

okay

#

should've mentioned hurricanes and stuff too

#

comprehensive

#

possibly comprehensible

#

@thin lintel

thin lintel
delicate wren
#

wood+fire, safe combination

#

currently three game updates in the steam download queue:

  • 1.2MB
  • 1.2MB
  • 1.2GB
#

how the numbers aligned

#

should've been 1.2KB

#

some games do get, like, 24B updates

unkempt surge
delicate wren
#

thank all gods imaginary and imaginary I don't play CoD

#

I do have a game which is CoD-sized

#

(never played, it was given out for free)

#

haven't seen people needing to explicitly specify this in a while

delicate wren
#

speaking of remotely CoD-adjacent games (but objectively better)

#

I forgot just how much this game lags

glad turtle
#

I used it when playing Aladdin or Jazz Jack Rabbit from floppy disks

delicate wren
#

doesn't work because of the file size seems like

glad turtle
#

Rivaling postgis full data dumps planet-wide 🌍

delicate wren
#

it is just that

#

openstreetmap

glad turtle
delicate wren
#

not cs2

#

other game

versed nebula
#

why while loop very hard hyperlemon

normal dome
#

anyone here use vim + python, just trying to find a decent setup for developement