#voice-chat-text-0

1 messages Β· Page 448 of 1

torpid bronze
#

?

wind raptor
#

I'm joking

torpid bronze
#

ok

whole bear
wind raptor
whole bear
#

Alr gotcha

#

....

#

... ... ...?

vocal basin
#

maybe I should close a few tabs

upper basin
vocal basin
#

and another

#

and another

whole bear
#

.... .. .... ..?

vocal basin
wind raptor
vocal basin
#

or should I continue running this funny experiment

#

I don't get performance issues

whole bear
#

Now I'm on my phone

wind raptor
#

bs

#

I'm not buying that

whole bear
#

@upper basinHi Ace

#

How are you?

#

Is this bs?

upper basin
wind raptor
#

How do you think that helps prove anything

whole bear
vocal basin
whole bear
wind raptor
#

show a vid of you typing with the dots appearing in their place and I'd believe it

whole bear
#

From display to keyboard to touchpad

wind raptor
#

until then, I am in complete disbelief

#

Also you sent the messages

#

if my messages looked like that, I would not send them

whole bear
#

Proving you won't fix my computer

wind raptor
#

it's ridiculous that you'd think we'd believe that

rugged steeple
#

ooooooh here

wind raptor
#

wtf

wind raptor
rugged steeple
wind raptor
whole bear
#

Now I'm on my phone, so you don't have to think about dots

rugged steeple
whole bear
#

If you like you can mute me

rugged steeple
wind raptor
#

The fact that you are not willing to drop the act is crazy

#

I don't care that much. Just calling it as I see it

whole bear
#

Dude stop

#

My laptop ain't working

#

And I can't do much about it

wind raptor
whole bear
whole bear
whole bear
wind raptor
#

I get that. It was probably something you thought would be funny.

vocal basin
#

you don't need to defend or explain why you were sending dots, or even apologise
told not to send dots => just stop sending dots

wind raptor
#

It really wasn't a big deal

vocal basin
#

it clearly assumes you did

whole bear
#

@vocal basin could you give me 365 day mute?

#

My humble request to you

primal shadow
vocal basin
#

okay time to restart chrome I think

#

swap file got only 0.5GB smaller

#

perfectly balanced

vocal basin
#

oh I found one thing that changing the GH username broke

#

obviously DNS-related

#

if something is broken, the probability of it being DNS is always high

vocal basin
#

brb

sick onyx
#

@whole bear here

whole bear
#

here is the repo

plush ether
#

@whole bear not rn

#

I'm muted

#

hold on

vocal basin
#

oi

#

I accidentally closed the browser lmao

#

be back in a minute

#

I switched to a different VPN

#

it seems to work so far

#

yes

#

@celest oyster I think it was you who mentioned that Firefox did not work with Discord+VPN but Chrome did;
without extra config it was the same for me

#

but

#

what helped:
disabling DNS Routing and Strict Route

#

it might be named differently in other VPN clients

#

@whole bear Tor, byedpi and SOCKS5 in general work great

#

but

#

not for voice

#

because WebRTC is UDP

#

and SOCKS5+UDP is non-trivial

#

also WebRTC is a security hole, as such Tor adding support for it is unlikely

#

@whole bear I think presence message can be disabled per game

#

somewhere in settings

#

in case they want to

vocal basin
whole bear
#

in sites like discord ...

whole bear
#

@ivory stump Yo I wanna try to keep this as minimum as possible. How are you?

torpid bronze
#

calm down brother @patent hazel

astral coral
#

@vocal basin do you know anything about PCB design?

#

I was thinking designing a small ESP32 w BLE and Silver Chloride ribbon to make a small electric sensor where a series of these could act like EEG chips

astral coral
#

I just learnt about a thing called "spacetime db"

teal crystal
#

guys anyone works with github actions, i need your help??

vocal basin
teal crystal
# vocal basin what's the problem?

i having python build package for different platforms and python version and architecture
how can i have all the artifacts of a platform in single artifact file??

vocal basin
teal crystal
teal crystal
vocal basin
#

architecture is irrelevant when there's only python

#

and python versions are generally just a metadata thing, so for python only projects the same thing as with architecture

#

since there is no ABI involved

teal crystal
# vocal basin yeah, then that explains the conflict

conflicts is due to having multiple jobs which are creating same artifacts with name as wheels
before v4 it was working fine,
now i researched whole day understanding things and solved the problem
but issue is having around 24 jobs which gonna create 24 files which i don't found

vocal basin
teal crystal
teal crystal
vocal basin
#

how does the resulting wheel differ across python target versions and architectures?

vocal basin
#

it's not just python

teal crystal
teal crystal
vocal basin
vocal basin
#

whether there is anything actually getting built

teal crystal
teal crystal
# vocal basin whether there is anything actually getting built

see this screenshot, it's of version where we uses artifact-v3 and their is no issue of same name conflict in that
here you can see, we just have wheel files compiled for platform, version, architecture specific + python source code
i think these wheel files are just binaries only with rust
and python source code having definition around it

wise cargoBOT
#

.github/workflows/release-CI.yml line 163

name: wheels```
vocal basin
#

this should include the platform and version

#

{{}} should work there

teal crystal
teal crystal
vocal basin
#

there's a way to rebundle them in one archive afterwards

#

using download-artifact iirc

#

if for whatever reason anyone still needs one big wheels.zip

teal crystal
vocal basin
#

normally for a release you'd be putting those in attachments rather than artifacts, but that has a bunch of other race condition and conflict issues

teal crystal
vocal basin
#

I mean the actions that automatically create the release in the repository

#

the official one is currently unmaintained but it provides the list of maintained ones

#

it's also a fairly trivial action, especially if you can assume things about the environment, might as well be part of the project

teal crystal
vocal basin
# teal crystal in releases, it just have source code in zip file, no wheel files available ther...

for release builds I don't actually use GitHub; instead, another platform that supports all the same actions with extra support for ones written in Go;

my current workflow goes like this:

I run a single short command tagit tag (yes, it's proprietary, but it's trivial to reimplement) that grabs the version from the project files (supports multi-crate environments too)

it then automatically creates appropriate tags, puts the original commit datetime onto them, signs them and pushes them
(also retags major and minor versions the same way)

once the server is hit with a semver-looking tag, it starts the build process

when the build is successful, it creates the release and puts all the binaries as its attachments
(it also hides the source archive from the attachment list so it's not as distracting)

#

having the only two manual steps be changing the version and running one command made my life so much simpler and less stressful

vocal basin
#

Forgejo Actions, built on top of nektos/act

fading parcel
#

great @wind raptor

#

nothing

#

i dont have permission to speak in all voice chanel

vocal basin
#

I'm almost done with the initial feature set of the SQL thing I was working on

#

17.5K lines of code

#

in 10 days

#

243 commits

#

so one commit an hour on average

vocal basin
#

first deals with sqlite, second deals with postgres

#

because sqlite does less on its own

#

and splitting the code into modules doesn't make sense yet

vocal basin
#

being able to just ctrl+f and/or visually see things highlighted in the scrollbar is too useful

#

rust-analyzer isn't struggling much either

vocal basin
#

I have minimap disabled

#

ah

#

I don't use that either generally, but it's supported in Rust

#

I don't really like to deal with extra panes/dialogue windows/whatever

#

and, no, neovim isn't a solution to that because it has those too

#

I've only recently enabled breadcrumbs

#

I lived for a very long time without them

#

and the only reason I have them enabled is because I have settings sync between the laptop and the PC

#

and the laptop has a higher resolution screen

#

so there breadcrumbs don't annoy me by taking up space

#

how do I disable those in zen mode pithink

#

ugh

#

I should've used zen mode more often when writing this

#

I actually forgot it existed

somber heath
#

@echo creek πŸ‘‹

echo creek
#

Hello

#

Remove my mute 😭

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.

echo creek
#

Oh

#

Thank you!

vocal basin
#

> asks a question
> invents the answer
> opens as GH issue to implement it
> posts the answer as if it works
> gets the issue closed as not planned

#

I've checked the timestamps

#

"gaslight the devs into believing it's part of the spec so that they now have to implement it"

#

(may be)

#

> posts the answer as if it works
this part is where the respect should've been lost

#

if you're trying to do the classic SO thing of "post a wrong answer to get corrected", then... maybe just don't use the same account

somber heath
#

Where's who?

vocal basin
#

if you try hard enough, Russian is Turkic too Β―_(ツ)_/Β―

#

is it with umlaut nowadays?

#

TΓΌrkiye

#

/nick

#

like in Minecraft Discord

somber heath
#

Morn.

vocal basin
#

@quartz beacon it is actually related, there are even scientific papers on that effect afaik

#

!stream @quartz beacon

wise cargoBOT
#

βœ… @quartz beacon can now stream until <t:1743948441:f>.

vocal basin
#

I'm too scared of trying to copy the id anymore, the UI is broken

#

this button

#

does not work

vocal basin
somber heath
vocal basin
#

the buttons being close isn't a problem for me currently

somber heath
#

I've not heard the term.

#

Yellow.

#

The average.

#

I think it's used in white.

whole bear
#

Which is better mac mini or macbook air (M4)?

wind raptor
#

depends on the use case

whole bear
#

Overall which is best?

wind raptor
#

Do you want to carry around a monitor?

#

I have an air m3 and it's awesome

#

But I needed it to be portable

#

I have a way better pc that I use normally

whole bear
wind raptor
#

my mac is just for when I am not able to use my main pc

#

so it needed to be portable

whole bear
#

Your main PC is windows based?

wind raptor
#

yeah

whole bear
#

Damn, switching from windows to mac and vice verse would be hellish!

wind raptor
#

naa, it's not bad at all and keeps your skills on any type of pc up

somber heath
#

Nail remover? You mean a hammer?

#

The claw part.

vocal basin
#

if I'm still alive and employed by the end of the year, there's a non-zero probability I'd buy a mac book

whole bear
vocal basin
somber heath
#

...yeah...so did I...

vocal basin
somber heath
#

@desert summit πŸ‘‹

wind raptor
whole bear
#

What are the worst thing about mac?

#

that you have experienced?

vocal basin
#

it's a somewhat isolated ecosystem

wind raptor
#

Whenever I upgrade/build a pc, I take a day or two to become a pseudo expert so that I can choose the best parts for what I need.

#

Tech changes very quickly, so research is imperitive

vocal basin
#

I just impulse buy the only sane thing available most of the time

#

when I bought 8700F, the store literally did not have anything better for a reasonable price

#

same goes for the motherboard

whole bear
# vocal basin apple (also the best thing about mac)

I will not purchase windows.
It's absolute waste of money in Laptop.
I have 1200 dollar windows laptop now, I want to get rid of it!

blue screen , automated update even after changing settings, buggy UI in 120% scale, many more reason

astral coral
#

@somber heath hey man, sandwich?

desert summit
whole bear
wind raptor
#

brb

whole bear
#

https://youtu.be/F3CYj37bxDE?si=AQaoE0guIPLKhx9h

If I choose mac mini, I can upgrade it's SSD to 1TB to 2TB at low cost.
I can't do the same in Mac book Air

In this video, we break down the technical and legal aspects of our SSD design compatible for the M4 Mac Mini, the challenges we faced, and why we stayed true to Apple's engineering standards while creating something truly unique.
.
πŸ” What’s covered Inside the Video?
βœ… The thought process behind our SSD design
βœ… How we avoided legal tro...

β–Ά Play video
somber heath
#

@warm blaze πŸ‘‹

warm blaze
#

Hello

#

Just seeing

quartz beacon
#

!topic

#

.topic

viscid lagoonBOT
#
**What artistic talents do you have?**

Suggest more topics here!

whole bear
#

?

somber heath
#

@supple torrent πŸ‘‹

#

@indigo cloud πŸ‘‹

indigo cloud
whole bear
#

why some country are poor yet clean and some country are poor and yet disgusting?

#

Like I have been to Bhutan and it was clean

teal crystal
teal crystal
#

with around 40-100% cpu usage going on

teal crystal
whole bear
#

Why would it be free forever?

astral coral
#

sorry, having a like a psychotic moment. not you guys dw.

whole bear
#

AppVeyor maybe?

#

You can use this platform @teal crystal

somber heath
whole bear
#

@whole bear

astral coral
#

haha humor is good πŸ˜„

#

sorry I'm fine

whole bear
#

@whole bear What you doing?

somber heath
#

I suppose the other option is to cover them in chicken soup and feed them a blanket, but I'm not sure that would go over as well.

#

Constipation and bowel obstruction etc would be a thing, there, I expect.

#

@dim inlet πŸ‘‹

#

@whole bear πŸ‘‹

#

@indigo cloud πŸ‘‹

indigo cloud
indigo cloud
whole bear
#

He ain't bot!

#

He is humbe Human being!

teal crystal
whole bear
whole bear
true tree
#

Hi sorry 😦

whole bear
#

But with limitation

teal crystal
somber heath
#

@ripe geyser πŸ‘‹

whole bear
#

check it out

teal crystal
whole bear
#

for free I don't think so any platform does that

teal crystal
whole bear
#

Maybe there could be some platform

teal crystal
#

i tried installing act but not a cross platform thing

whole bear
#

Private is paid

#

No chance it would be free

somber heath
#

@drowsy widget πŸ‘‹

indigo cloud
whole bear
indigo cloud
whole bear
indigo cloud
whole bear
#

As my username is quite obvious to them

#

But somehow they like to ask where you from, just to be sure!

indigo cloud
whole bear
#

and later they will hop in my DM asking me help

#

And I will ignore them as usual

indigo cloud
indigo cloud
whole bear
indigo cloud
#

sorry i am dyslaxic

whole bear
#

nvm

indigo cloud
whole bear
#

Incase you like to get help and be helper

#

@indigo cloud You can ask @teal crystal

indigo cloud
whole bear
#

Or ask here in the server

indigo cloud
ivory flower
whole bear
wind raptor
#

fly.io is free if you stay under $5

#

1 basic server without any upgrades is under that amount

whole bear
ivory flower
wind raptor
#

It's pay-per-use

#

but free under 5

#

And I can confirm from actual usage

whole bear
# wind raptor

So ain't free but under 5 dollar they do not bother to charge

wind raptor
#

Correct

whole bear
#

Confusing policy

wind raptor
#

Not really

whole bear
#

Hmm

wind raptor
#

> $5 = pay
< $5 = don't pay

whole bear
#

Hmm

#

Yeah

whole bear
wind raptor
#

If you only have a basic server running and a basic DB, it is under $5

#

If you are using it for prod, it will cost money

teal crystal
#

using ci software in pc itself for little bit advance workflow, using it itself is a problem

whole bear
#

@unique sorrel We can hear you loud and clear

ivory flower
teal crystal
#

few things doesn't work like github, literally pain using all this
not any straightforward solution, so that atleast we can test things before pushing commit directly to github

whole bear
wind raptor
#

!stream 1273628780207931463

wise cargoBOT
#

βœ… @whole bear can now stream until <t:1743953305:f>.

teal crystal
#

my testing is on github actions download & upload artifact which isn't supported in any software i think

wind raptor
vocal basin
#

my learning of react started with someone else's freshly-AI-generated (2023) React legacy (class components) code

#

oh look another opportunity to mention weird VSCode behaviour

pseudo thunder
#
        • /home/my/virtual/bin/python /home/my/project python3 stream.py
vocal basin
#

consider using uv

vocal basin
#

very implicit but existent behaviour

#

@unique sorrel you should probably increase the voice threshold in settings

#

grrr

scenic shuttle
#

@whole bear what you are building...?

vocal basin
#

@whole bear @wind raptor people are already coding with their mind instead of someone else's;
it's called "not using AI and thinking for yourself"

#

whatever-to-text would probably not be the right approach

#

and text-to-whatever

#

likely needs a different programming model

#

maybe visual just not as terrible as existing visual programming

wind raptor
#

I feel like AR/VR programming has a lot of potential

#

Using written code + visual blocks like Unreal Engine's blueprints

vocal basin
#

I liked how Stormworks implemented it

#

mostly simple visual blocks

#

but you can always made a custom one with Lua

#

as such segregates code's interfaces more strictly

#

I don't remember if you can send (marshalled?) tables there

#

probably not

#

though

#

no, wait, there is a "custom data" type I think

#

i.e. what C-defined types are to Lua, Lua tables are that to the game

torpid bronze
#

hi @whole bear

#

yup

#

right

#

ok

#

yah I get you bro

#

you are right

#

wait what?

#

really?

#

no way bro this is true

#

yah I have seen them as well

#

but they look pretty nice to me

#

ahh

#

sad world

#

ohh

#

I am indian

#

and you?

#

nah boy I am just a begineer

#

whats your job bytheway?

#

@whole bear

#

student?

#

what do you work as?

#

that's cool

#

ohhs hit

#

I don't relly know what to say now

#

i AM DONE

#

I don't even have any idea about programming and stuff

#

and i am in my 2nd year

#

lol

#

I cheat

#

in exam and boom

#

do you have stream perms? @whole bear

#

ooo ohh

vocal basin
torpid bronze
#

hello @ocean pebble

torpid bronze
#

this server looks chill btw

#

few days ago I went to english server to improve my english And i found different creatures on those servers

ocean pebble
#

I cannot unmute myself.

torpid bronze
#

go to the voice verification

ocean pebble
#

can you help me with that ?

torpid bronze
#

yah sure

#

go to voice verification then click on voice verify

#

you will see some requirements like 50 messages and all that stuff

ocean pebble
#

I can hear you.

torpid bronze
#

you just have to complete that in order to speak in the vc's.

ocean pebble
#

It says "You have sent less than 50 messages."

#

hmm

#

got it

torpid bronze
#

like tell me about yourself or you can have convo with me

ocean pebble
#

i don't think spam is allowed here.

torpid bronze
#

you will get mute if you do it.

ocean pebble
#

I am from INDIA, but start learning IT related stuffs so that i can jump in DevOps department

torpid bronze
#

ufff

#

devops

ocean pebble
#

I did my all studies in mechanical Engineering

torpid bronze
#

yah right

ocean pebble
#

I am more interested in IT related stuff

torpid bronze
#

but i think the job market is not as good in mechanical engineer

torpid bronze
ocean pebble
#

I did job as Automitive designer for 4 years

torpid bronze
ocean pebble
#

Automotive *

#

for multiple OEMs

torpid bronze
#

have you tried learning about robotics and AI or something like that

ocean pebble
#

no

#

Just i wanna to know from where i need to start

torpid bronze
#

it would be good i think if you can look into it because you already have mechanical engineer background

ocean pebble
#

one of my known person is having a community for software developers called C# Corner

#

hope you heard about this !

torpid bronze
#

I NEVER TRIED LEARNING C#

ocean pebble
#

it has content on all the technologies not specific C#

torpid bronze
ocean pebble
#

is url posting allowed here

torpid bronze
#

let me find out

torpid bronze
ocean pebble
#

c-sharpcorner

#

you can try to search on google

torpid bronze
#

ok

vocal basin
ocean pebble
#

got it

#

i will not post any link here

torpid bronze
ocean pebble
#

sent

#

@torpid bronze are you from which location ?

torpid bronze
#

but right now delhi ncr

#

you? @ocean pebble

vocal basin
torpid bronze
vocal basin
torpid bronze
#

he send me different webiste

ocean pebble
torpid bronze
#

ahh

#

ok

ocean pebble
#

currently they are redirecting csharp.com to c-sharpcorner

torpid bronze
#

the python tutorial looks good in this website

ocean pebble
#

also you guys can help to improve them

vocal basin
torpid bronze
#

I think I should ask opal about that

ocean pebble
#

Company name is CSharp INC

ocean pebble
torpid bronze
ocean pebble
#

hmm

torpid bronze
#

now click voice verify button

#

you are good to go

vocal basin
torpid bronze
#

yes

primal shadow
#

Got a jury duty summons

#

a day to work from a crowded room! woo hoo

hasty thicket
#

Hi sorry! 😩 πŸ™

whole bear
#

@whole bearYo

#

How are you?

wind raptor
#

!stream 772525588044709928

wise cargoBOT
#

βœ… @subtle dawn can now stream until <t:1743983627:f>.

subtle dawn
wind raptor
subtle dawn
primal shadow
wind raptor
somber heath
#

@amber chasm πŸ‘‹

primal shadow
subtle dawn
somber heath
#

@frank bluff πŸ‘‹

#

@wide shell πŸ‘‹

subtle dawn
primal shadow
wind raptor
#

!stream 772525588044709928

wise cargoBOT
#

βœ… @subtle dawn can now stream until <t:1743987647:f>.

somber heath
#

@primal shadow "That part doesn't move. That's what fell off."

If it doesn't move, then how did it fall off?

vocal basin
#

I remember encountering something made of vanadium recently and I completely forgot what it was

subtle dawn
vocal basin
#

last time I soldered was over 10 years ago I think

#

~17 years ago I remember we had somewhat customised (aka uncertified) soldering equipment

#

(tbf those were made by a very experienced radio/electrics engineer so they probably knew what they were doing)

#

@carmine tangle @subtle dawn fun fact:
all websites, which use MaxMind for geolocation, don't know correctly what city I'm in
(because I literally lied to MaxMind about where I am)

#

another funny thing that can happen when you try to find where a user is

subtle dawn
#

thats it for today

somber heath
#

@modest crown πŸ‘‹

astral coral
woeful blaze
#

Hallo

#

How is everyone?

somber heath
#

@stone canopy πŸ‘‹

stone canopy
#

Hello

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.

stone canopy
#

Checked it out, surprised i have not typed out 50 messages

earnest lodge
#

hello

#

my friends

#

@whole bear

#

im here

#

well

#

how are you

#

good

#

trying to design a scratch clone for fun

#

im making a clone of it

#

its not a clone

#

more just something with a similar ui

#

@olive hedge

#

can you unmute me?

#

i never got unmuted from the bot

#

after an hour

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.

olive hedge
#

Ah yes, from the other day, right?

somber heath
#

A fish, a fish, a fishy oh!

olive hedge
somber heath
#

Adjust the temperature? "Is my code cooked?" "Yes."

olive hedge
somber heath
#

πŸ‘‹ @plucky gate

#

@round matrixWe hear you.

#

Well, we can hear you.

stone canopy
#

Hi

#

Yo

upper basin
#

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

bronze rock
#

Hello, everybody πŸ€—

#

I'm Ramadan Lotfy
I'm a Java developer

somber heath
#

!voice @bronze rock πŸ™‚

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
#

@forest pendant πŸ‘‹

forest pendant
#

hello

#

pls can you open the voice for me please

somber heath
#

@ember inlet @ashen gazelle πŸ‘‹

#

@dawn coral πŸ‘‹

#

@violet ibex πŸ‘‹

violet ibex
somber heath
#

@minor sentinel Also, heya.

minor sentinel
violet ibex
#

@upper basin what's the topic of today's chat??

whole bear
#

Chena

#

Why world has an obsession with America?
Can't they understand it's white dominated country for white.

whole bear
upper basin
#

And he was talking about food, like I was.

whole bear
#

My bad I thought he is like milien, just like her he like to talk about US

gentle flint
#

uh
what

somber heath
#

@cloud briarπŸ‘‹

#

@amber chasm Sorry, you came though indistinctly.

amber chasm
#

i just wanted you to elaborate on what a quantam compilation researcher is

#

I need to fix my mic

somber heath
#

I am here.

#

@hoary tapirπŸ‘‹

hoary tapir
upper basin
#

The exact ways are too expensive (exponential), so my work is on approximate compilation which has linear scaling which is an exponential reduction compared to exact. The research part is finding ways to keep the fidelity high enough that it becomes almost indistinguishable from exact ones.

#

Essentially need to maintain 0.999 for most systems.

#

Thus far I can guarantee 0.90.

#

So long, long, long way to 0.999.

#

That's all.

amber chasm
#

so do you have an example of the exponential compilation

upper basin
amber chasm
#

yeah i guess

upper basin
#

Which one?

amber chasm
#

is your job like core programming

upper basin
#

Name or output example?

amber chasm
#

I'm not really familar with the field

upper basin
amber chasm
#

Ok got it

upper basin
#

Algorithm for exact compilation is called Shende. For matrices it's called Quantum Shannon Decomposition.

Output, one sec...

amber chasm
#

What's your best process for learning new algorithms faster

upper basin
#

Left is exact, right is mine.

amber chasm
#

or is it all research

upper basin
#

Left requires 2^23 depth. Mine is 11k.

#

99.71 percent reduction in depth.

#

It's a bit blurry, but that's what I'm working on. To improve the fidelity.

upper basin
#

Sometimes that means I need to learn alot of stuff, sometimes just sth small.

amber chasm
#

ok got it

upper basin
#

But knowing linear algebra and tensor networks at a deep level immensely helps.

amber chasm
#

ok

somber heath
#

@high anvilπŸ‘‹

upper basin
#

All quantum computing is mathematically based on tensor networks. If you know the math really really well, you'll be able to process and learn much easier.

#

My work right now is using MPS/MPO representations of 1D tensor networks to compile them to circuits more efficiently.

high anvil
#

hello

upper basin
#

Hence the loss in fidelity. MPS/MPO approximate 1D tensor networks, so they introduce a bit of loss but reduce the parameter scaling.

astral coral
#

@somber heath hey man

#

you good?

somber heath
astral coral
#

it* be like that

#

I'm enjoying more somber music myself rn

#

hey @vocal basin

somber heath
#

@whole bearπŸ‘‹

whole bear
#

or bot?

somber heath
upper basin
#

Attack the fak- I mean artificial intelligence!

somber heath
#

My intelligence, such as it may be called, is quite organic.

upper basin
#

It's following predictable tokens. Attack it!

amber chasm
#

what's up

#

yes its working

magic sky
#

Hello

#

Asalamualaikum

#

Good evening

#

@somber heath how are you doing

rigid trellis
magic sky
#

@rigid trellis how's going

rigid trellis
magic sky
primal shadow
#

Quiet morning in VC it seems

somber heath
#

@sly spade Up here.

rigid trellis
somber heath
#

@bronze rock πŸ‘‹

bronze rock
#

Hi,amigo\

#

How are you?

bronze rock
#

cool

rugged root
#

On shortly

#

Getting coffee in my blood

vocal basin
#

unfortunate circumstances

#

@haughty pier configure once, fail to build everywhere

#

(actual unironic feature)

#

brb phone call

bronze rock
#

@somber heath I'm sorry I will leave.

somber heath
bronze rock
#

I'm not have permission to speak

somber heath
#

Things will be picking up soonish.

somber heath
wise cargoBOT
#
Voice verification

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

rugged root
bronze rock
amber raptor
somber heath
#

@autumn nimbus πŸ‘‹

rugged root
amber raptor
#

Using MSSQL, this is going well already

rugged root
#

@whole bear Were you asking how Joi was or what were you asking?

#

Missed it

whole bear
#

same job as back in the day?

rugged root
#

Yep, almost 10 years

#

@stuck furnace Suuuup

whole bear
#

gotta dethrone the boss and take over soon

rugged root
#

Fuck that. At an accounting firm?

soft axle
#

@rugged root im doing a lot of squeal lately

whole bear
#

i mean, accounting firms are one the rise with the shortage of accountants right? meaning that companies will pay higher hourly's

soft axle
#

And i can't install postgres for the life of me

whole bear
#

so yes def haha

rugged root
soft axle
vocal basin
vocal basin
#

nix people really want to replace Dockerfile

#

but NixOS can't replace the container runtime

#

if it tries, it will just end up making another container runtime

rugged root
#

It's a contained OS and program setup.

vocal basin
#

windows whatever foundation

rugged root
#

So you aren't installing the programs and what not to your computer proper, but to that self contained thingy

#

And there's containers tailor built for particular programs or uses. There's one specifically for Postgres

vocal basin
#

"the would be windows web foundation if WWF wasn't a restricted use acronym"

somber heath
#

"I! Hate! Sauerkraut!"

rugged root
rugged root
vocal basin
#

@near niche now it's everything not only Apple

#

iPhones are no longer as much of an "expensive phone" compared to others

rugged root
#

Truth

somber heath
#

Writing prompt seen on the internet: You accidentally spill a bottle of holy water on your printer. Now it works perfectly, with no paper jams, no loud noises, and the ink lasts a long time. Turns out literally all printers are possessed and yours is now the first non-evil printer ever.

vocal basin
near niche
#

(not mine, reposted from Insta)

vocal basin
#

another phone call happened

#

it took three phone calls to figure out that someone wants a JSON RPC endpoint with a single specific request;
earlier it took 2~4 phone calls to get that they want us to tell them our IP so that they can allowlist it

somber heath
#

@low moon πŸ‘‹

vocal basin
#

latter because at no point they used "allowlist" or "whitelist" or anything even remotely adjacent

#

peak communication efficiency

somber heath
#

@austere hornet πŸ‘‹

austere hornet
whole bear
#

Tbh felix is Oriental racially, despite being Canadian he can't get a management level role in a country with majority white.

Getting the opportunity to lead at management level is really really hard, it's like a needle in grass field

austere hornet
#

accent is necessary lmao

whole bear
#

Raymond Chun (CEO) Toronto-Dominion Bank

whole bear
austere hornet
#

fiverr

vocal basin
#

I've seen more upwork scams on discord than fiverr scams

austere hornet
#

Yeah, and stereotypes/other barriers

somber heath
#

@brave current πŸ‘‹

#

@desert summit πŸ‘‹

vocal basin
#

I'm unhireable either way Β―_(ツ)_/Β―

#

or almost so

desert summit
rugged root
austere hornet
#

wow aww

vocal basin
#

getting a promotion, need to go to the office to sign stuff

whole bear
#

@rugged root

#

Felix, corporate experience is another aspect.

But being a freelancer is far better than being an employee in a bad company.

vocal basin
#

the what

#

what does it even mean for a database to be available in some human language

#

also I forgot what's the proper name for human language

whole bear
vocal basin
#

yeah, likely

#

like pgadmin equivalent + help messages in cli

whole bear
#

I'm happy that felix is in China.

#

using a cli in Kanji sounds crazy

vocal basin
#

CLIs in Linux do localise messages, so might be that
rather than taking translated commands

whole bear
#

maybe, i dont know alot of e.g. japanese but is there a romanized version?

#

thats like, official

vocal basin
#

echo "..." | chatgpt "please translate to bash" | exec

whole bear
#

I do think that his father is at much better peace and proud of him at his decision!

whole bear
rugged root
vocal basin
whole bear
# rugged root Hopefully he'd be proud of him regardless

yeah i mean i dont think theres anything wrong in studying at a chinese uni i think this is just a matter of micro optimizing resume impressions but like, if you get a 4.0 gpa and a stacked portfolio who gives a fuck you'll get a job

whole bear
rugged root
#

Fair

whole bear
rugged root
#

True. Plenty of immigrants and folks who are here from China to study

#

We've got someone who is originally from China here at the firm

#

Super bright woman, too

whole bear
#

yeah i dont think trying to tell someone 4 years into their degree that you think its a mistake is a great idea @amber raptor i dont think it adds any value haha

vocal basin
#

I currently have "Postmodern Artist" as the job title

rugged root
#

"Your New Dad"

vocal basin
rugged root
#

Oh?

vocal basin
#

friend called him grandpa
so he adopted his friend's father

austere hornet
#

He legally became his friend's new grandfather by adopting his friend's dad.

whole bear
austere hornet
#

Legal contract was made in Germany too, very interesting :)

whole bear
#

@rugged root be my son

austere hornet
whole bear
#

Tbh it doesn't matter.
But felix is racially Oriental, he will surely have much greater success on merit in China compared to Canada

whole bear
vocal basin
#

from what I've heard getting any managerial positions in China is generally problematic

#

regardless of who you are

whole bear
amber raptor
#

If see Chinese University and then a ton of Canadian jobs, then you are golden, visa chances are low, they are likely a citizen

whole bear
whole bear
whole bear
upper basin
#

No.

primal shadow
upper basin
#

No!

#

One of the researchers I know studied in China, then went to US. Same thing for Iran (my friend went just a year ago).

primal shadow
#

ANyone who is not a US Citizen / Green Card holder will need a visa to work in the states

whole bear
#

@near niche also what @amber raptor is saying is a micro optimization, pulling numbers out of my ass its like, yo go from a 90 to a 85 out of a 100, its not that its a deal breaker. Personally I don't think it's gonna matter in all practicality at all - dw about it

upper basin
#

Unless they don't want to go through the hassle of visa, it's pretty standard to get visa for workers who will have to relocate.

amber raptor
#

Canada is cracking down as well, I saw the news articles

upper basin
#

I'm telling you, people get there all the time.

#

In fact the people who usually can't go or don't get to go are the poor ones.

#

Because they can't pass proof of funds step.

amber raptor
rugged root
whole bear
#

@near niche Do what you like!

upper basin
#

You got money? You will get to go.

amber raptor
primal shadow
upper basin
#

@near niche What is your major?

near niche
near niche
primal shadow
amber raptor
upper basin
#

It's not a bad thing.

vocal basin
upper basin
#

Bad thing is when you strictly dictate it by how much cash you have.

upper basin
#

My friend, Iranian, no expertise, nothing, went to Canada just last year!

austere hornet
#

Precedence - TikTok.

upper basin
#

Lots of people from China are in positions of power.

amber raptor
upper basin
#

They make the wheel turn for the chinese applicants more smoothly.

austere hornet
#

US are quite critical of Chinese things.

upper basin
#

100k USD liquid cash for internationals is insanely high.

austere hornet
#

Even though TikTok isn't Chinese afaik?

upper basin
#

That's multiple homes, cars, gold, etc.

amber raptor
upper basin
#

And then they recruit Chinese people to work for them.

austere hornet
#

Apparently China, South Korea and Japan are making moves towards an alliance but this is mainly just hearsay

amber raptor
#

Companies always want global workers because it can be cheaper, obviously the voters who get to vote dislike that

austere hornet
desert summit
#

Well Can I know the demand for Web designers

upper basin
#

It's a tool.

vocal basin
upper basin
#

CEO is Singaporean iirc from the court hearing they had.

austere hornet
#

actually idk

#

I'm gonna stop making baseless claims

vocal basin
#

Zhang Yiming

#

the founder

#

however

upper basin
vocal basin
austere hornet
#

I'm doing what I hate most rn which is saying stuff without doing my research.

upper basin
vocal basin
amber raptor
#

Tiktok is weird. From purely National Security PoV, Tiktok is a problem for United States. Zoomer who voted for Trump are too addicted to care about NatSec concerns and moneyed class just loves the cash

upper basin
#

I thought companies have one CEO.

vocal basin
upper basin
vocal basin
#

what a recent company

amber raptor
austere hornet
#

It's like Tencent and their whole bunch of smaller companies like supercell, etc.

upper basin
vocal basin
#

this is so confusing

upper basin
#

He represented TikTok in the court hearing they had.

vocal basin
#

which might be on purpose

amber raptor
#

Oh, I didn't realize he was over entire ByteDance operation

austere hornet
#

lol

#

sorry for introducing this

#

have fun mulling it over

whole bear
austere hornet
#

hwua hwua

amber raptor
#

Apparently ByteDance before current CEO had American CEO.

austere hornet
#

coin coin

#

apparently

amber raptor
#

Kevin A. Mayer (born 1962) is an American business executive. He is the co-founder and co-CEO of Candle Media. He was briefly CEO of TikTok, and COO of its parent company ByteDance. Prior to joining TikTok, he was a senior executive at Disney for more than 15 years, including as head of Walt Disney Direct-to-Consumer & International.

austere hornet
vocal basin
austere hornet
#

kwakwa

vocal basin
#

not FTX, the other

#

I literally don't remember

#

how

#

binance

whole bear
# rugged root I mean.... saying that a statistic is your opinion negates it as being a statist...

In fact, around 68% of ethnically Chinese males in Canada graduate with degrees in STEM fields.

Although detailed data on actual job roles is limited, it’s well understood that STEM careers typically offer significantly higher salaries than the national average. This is one of the main reasons why many Asian communitiesβ€”such as Indian and Chinese Canadiansβ€”often have higher average incomes compared to the general population.

It’s not about superior genetics, EQ, or IQ. It largely comes down to the fact that a significant portion of these groups are concentrated in high-paying STEM professions.

When I said "My opinion," I simply meant that I personally don’t believe in the point being made, which is why I responded with "no."

I won’t be commenting on this topic further, as I understand it can be sensitive.

vocal basin
rugged root
#

Hmmm... lots of small paragraphs....

#

GPT?

whole bear
vocal basin
#

what's EQ

primal shadow
austere hornet
#

Emotional Quotient

rugged root
#

Emotional Quotient

#

Damn it

austere hornet
#

Like emotional intelligence

rugged root
#

I was too slow

vocal basin
#

SQL equality operator

#

(no)

austere hornet
#

Uhh, being able to act in social situations, being able to know what to do when someone's in a certain situation, being able to pick up on signs, etc

#

and other stuff

vocal basin
#

once again, no spaces around emdash are horrifying

austere hornet
#

e.g. if you've watched Young Sheldon... Missy would be considered as having a relatively high EQ while Sheldon has a relatively high IQ

#

apparently

rugged root
#

Although I need to double check that

austere hornet
#

Maybe

vocal basin
rugged root
#

I'm doubting myself now

austere hornet
#

It's not like I have a high EQ or IQ

#

so you're probably right

rugged root
#

I'm lucky if I can spell either one of them

austere hornet
#

???? what are we saying in vc rn????

rugged root
#

Yeah it just clicked what was said

#

My brain was on auto-pilot

austere hornet
#

same

whole bear
vocal basin
rugged root
austere hornet
#

πŸͺ‚

#

pilot left

vocal basin
#

then down

rugged root
#

"We can't land! We're out of fuel! We're stuck up here!"

austere hornet
#

That's (coincidentally?) a decent analogy for burnout ngl

rugged root
#

Purely coincidental

#

I hadn't even thought of that

#

OH OH OH

#

OH

#

You saying burnout reminds me, there's a great game about that called "Wanderstop"

#

Really really good game

#

Very peaceful but its overarching story is about pushing yourself to the brink and just breaking from it.

#

@wind raptor Yo

austere hornet
#

lol the OHs of excitement

rugged root
#

Yeah when it comes to video games I can't help myself

austere hornet
#

It certainly looks very cool

#

probably not the type of game for me though... loneliness from my life seeps into my gaming if I'm too alone in a game

vocal basin
#
$ cat * | chatgpt -c "please devops this"
F*ckβ€”and I still cannot put spaces around emdashesβ€”you.
whole bear
#

@rugged root this is an aight 0%'er

austere hornet
#

That sounds terrible

#

Oh hello Milien!

#

long time no see

wind raptor
gentle flint
austere hornet
#

table has better drip than me πŸ’”

#

*tabletop

gentle flint
austere hornet
#

oh

primal shadow
#

3rd?

gentle flint
#

goes on the pins above the coat hanger bar

primal shadow
#

I think the large paragraph is there for effect

#

really sells the shit show

#

the URL encouraged me to read it

#

❀️ that piece

whole bear
#

@rugged root @amber raptor

gentle flint
primal shadow
austere hornet
#

Probably learned that from online communities

gentle flint
#

before and after

stuck furnace
#

BBC news do that for some reason on their website. Always with the one-sentence paragraphs

austere hornet
#

I've been working on some history... painn... but AI should learn from this instead

vocal basin
#

replace all . except the last with ; => "short" (because single-sentenced) paragraphs

rugged root
#

I've started to use semi-colons, but I worry I'm doing it wrong