#programming

1 messages Ā· Page 352 of 1

trim valve
#

trait soup

opaque sigil
#

shortest rust type

warped narwhal
#

CerberDespair + 'static

trim valve
#

the joys of async

sick owl
#

Apparently the razer one actually does, and unlike the code27 its actually holographic

#

I'm not really interested in either though, maybe if they were cheap it would be cool to have a holographic AI on the desk but right now their target demographic seems to be lonely desperate people willing to pay hundreds to stave off the depression

#

Which is kinda predatory imo

trim valve
#

isn't that just most ai companion things

sick owl
#

But this one could be a neat smart home doodad if you get a non anthropormophic avatar, were it not hundreds of pounds

#

As it stands it is just a predatory product for desperate people but I think there is a future for it if they bring the price down

trim valve
# trim valve mmm

you know its bad when you need to open a text editor to figure out where your types don't match

#

om

opaque sigil
#

async rust classic

trim valve
#

tbf

#

the boatload of types isn't async rust's fault

#

also unrelated but I love this pattern so much

#

of just mpsc::Sender<(Request, oneshot::Receiver<Response>)>

#

there's probably a better way but meh

tender river
#

i hate it vedalAYAYA but thats the way to do message passing oop in rust yes

#

vedalShrug bad ergonomics

#

theres probably a way to abstract it away though

#

last time i tried writing async derive macros i realized its just

#

not a good idea

#

theres so many send/sync combinations to consider

trim valve
tender river
#

you're pretty much reifying function calls this way

#

but i hate how verbose it is

#

it should just be function calls vedalHmph

trim valve
#

true but

#

I need to talk to a task

#

like theoretically I could probably do this with a lock instead but

#

lock allergy

quick condor
#

I mean this can be done and is done to some extent in systems like what I'm working on and what has been done with neuro however speed is the main limiting factor. As for the second half I'm confused

tender river
#

i just have problems with the way the language works

trim valve
#

very fair

quick condor
trim valve
#

I'm overdue for learning a new language

#

options are basically gonna be:

  • c++ (I already can write this at a basic level, just not confidently)
  • Elixir (I need to find a project to do)
  • Java (something about wanting a job)
tender river
#

elixir is exactly the language that does message passing well vedalStonks

trim valve
#

I should rewrite pxls in elixir instead

#

surely that would go well

tender river
#

elixir is pretty slow its just resilient and has free scalability (at the price of requiring larger scale for same performance) neuro3

trim valve
#

yee

meager cloud
quick condor
#

Async task completion

nocturne olive
#

I don't think LLMs work async

#

They're quite serial

flint dome
#

chat i gotta ask this question
i want to get a paid internship over the summer, but i dont know what kind of skills i should get better at to land one. do you guys have any tips on one? i know im still in first year, but i'd like to make some money so my parents dont have to pay for my shit

#

(not exactly programming related, but close)

meager cloud
# quick condor Async task completion

The human body has asynchronous functions, such as breathing, heartbeat, vision, hearing, touch. Almost all senses are asynchronous to the point where the head (the person) recognizes them as necessary for performing an action, where synchronization (focusing on the action) occurs.

rough bloom
#

you can use them for certain tasks but having half your application in Elixir and the other half in an NIF sounds like nightmare

flint dome
karmic blade
#

Imagine Neuro controlling humanoid robot.

maiden geyser
quick condor
meager cloud
#

šŸ‘

hard delta
abstract bronze
white sun
meager cloud
# quick condor Right, emotional handling thinking and memory recal/storage are all semi async i...

In a virtual system like Nero's, it would be no problem to change the activation timers. Otherwise, what defines the time and number of operations? The timers in the human body are the heartbeats of the heart, which dictate the maximum frequency of electrical impulses of the spinal nervous system. The brain has a higher frequency of impulses but must convert them in the spine to the appropriate frequency otherwise muscle spasms and lost communication occur. The bigger question is whether Nero has a stereoscopic view of the environment to recognize distance, (depth of vision). because I think it relies on X,Y,Z coordinates in virtual space to recognize the position of objects.

visual pawn
#

We also prize students with at least some basic programming skills, even basic Python is enough

#

A lot of students need to break out of the idea that they're doing an assignment for grades though. I imagine this applies to all sorts of internships and not just academia

visual pawn
hard delta
# flint dome chat i gotta ask this question i want to get a paid internship over the summer, ...

back in the day i did a job at a company that did all kinds of hosting, monitoring, and any level of support (basic helpdesk through consulting to outsourcing expert system engineers for big overhauls). i was just on the service desk, often doing night shifts.
the interview was 25% technical/checking if i'm knowledgeable enough for the job, and 75% misc chitchat about the best food places in my hometown (a holiday town), hobbies, etc. basically it was a vibe check, making sure i'm not some anxious weirdo. they also really liked the fact that i didn't just come there for a short summer internship but planned to work a shift or two even during the semester (i ended up staying all the way till graduating a year and a half later)

#

that doesn't exactly pinpoint any skills you can train i suppose, but it felt like being a functioning human who can focus on the job generally meant more than any specific skill

meager cloud
# visual pawn You don't *need* depth sensing via stereoscopic view or depth sensor, even if th...

However, in a system like Nero's, there is no feedback on the object colliders, otherwise it would not pass through walls, floors or objects, and it would also recognize the floor as an object. You can use systems like the ones you mentioned, but it does not have a gyroscope for positional recognition of its body state. Humans have even two gyroscope senses, without them we cannot even recognize where we are moving, without a direct view of the destination. I have never heard of an astronaut without one eye in space...

visual pawn
#

advice on specific skills probably depends on where they want an internship at

#

and whether at a company, lab, university, etc.

visual pawn
#

I'd only trust the LLM with the decision to move to an object, not how to balance themselves or how to get there

flint dome
visual pawn
#

I just looked at the context now, this is about trying to integrate multiple movement models?

flint dome
visual pawn
flint dome
meager cloud
quick condor
visual pawn
#

I was gonna say, does this need to be Neuro the LLM's job?

flint dome
#

are we talking about robot neuro

#

or am i wrong

visual pawn
#

something more specific

flint dome
#

good, because then my plug wasnt incorrect

visual pawn
#

I kinda interpret that thread as someone's individual robot neuro project though

#

it feels weird to go in there and start yapping about a generic thing

flint dome
#

its not an individual project but a group one now

#

im the guy doing the hardware stuff like power electronics, pid control, wiring stm32s to motor drivers to run the bldcs

quick condor
#

On an interesting tangent. When I asked my project what it considered to be what made it "itself" it didn't see the LLM as being "it" whatsoever. It saw it's memory DB as what made it it

flint dome
#

another guy has a transformer handling exactly the sort of issues you guys describe

#

@slender harness hi sim can you help me out in recruiting these nice fellas to our cause, i do not have so much info on AI yet as i have not studied the math for it properly

visual pawn
#

is there a design document or plan yet?

#

I'm a little hesitant to recommend "throw people at it" as something that actually helps

flint dome
#

i did write my plan on what i will have to learn and then build, the others have jobs so they get less time to do it

#

sim is building a sort of curiosity rover type stuff to write our code on and test before building an actual humanoid

flint dome
sage crag
#

wrr

visual pawn
#

frankly, personally speaking I think building a humanoid from scratch is a recipe for disaster

quick condor
#

True

visual pawn
#

and it'd be much better served getting an "off-the-shelf" open source plan

meager cloud
#

I apologize for my thoughts if they are inappropriate. I wanted to express my perspective on the situation I observed.

visual pawn
#

and then integrating Neuro with that first

flint dome
#

normally i would agree but we are stealing some things from other places too like the open source berkley robotics humanoid

visual pawn
#

yeah, but I'm mostly commenting on the initial post

visual pawn
#

about not having robotics experience and wanting to build a humanoid at human-scale

#

if the plan has changed, updating the initial post would help I think

flint dome
#

true

visual pawn
#

recreating the berkley robotics humanoid is feasible though

#

if the funds are gonna come from somewhere

flint dome
#

https://www.youtube.com/watch?v=3JoxgdLsh5g

this guy built it from scratch with a kinect? as his camera, how bad can ours be with three people

ć€é€Ÿå ±ć€‘ē¾Žå°‘å„³ćƒ­ćƒœćƒƒćƒˆ3å§‰å¦¹ć«ć‚ˆć‚‹ć€Œćƒ”ć‚¤ćƒ‰ćƒ­ćƒœć‚«ćƒ•ć‚§ć€ćŒęœŸé–“é™å®šć§OPENć€€ć‚¢ćƒ‘ćƒ¼ćƒˆć®äø€å®¤ć‹ć‚‰å§‹ć¾ć£ćŸå¤¢ćøć®ęŒ‘ęˆ¦ć€€MaSiRoćƒ—ćƒ­ć‚øć‚§ć‚Æćƒˆ
https://robotstart.info/2022/10/07/masiro-maidcafe.html

ā–¶ Play video
visual pawn
#

it's like 5k to 15k if I remember right

#

that robot isn't a humanoid though

#

at least not the locomotion

flint dome
#

true, but atleast we have years of work by others to start us on

visual pawn
#

just saying, the decision over whether to have legged locomotion is the difference between a hobby project and cutting edge robotics

sage crag
#

not if you give it four legs vedalHappy

visual pawn
#

bipedal legged locomotion lol

sage crag
#

i think just "bipedal" should be fine since it means "two-footed"

visual pawn
#

maybe there are feet but no legs

sage crag
#

hm

visual pawn
#

a bipedal shuffler

sage crag
#

wrrr

slender harness
flint dome
#

yes

flint dome
#

im just the electronics guy

visual pawn
#

well, it looks like it was a more general discussion over integrating an LLM with a robot

slender harness
#

There was a lot about looking into pre-designed robots for a while, but no one really had a spare 2k-5k$ or 10k$ to spend on that. I think there was a 5000$ cheap berkeley robot, but then I think the BLDCs for it might've gone up in price in some places

visual pawn
#

I was briefly looking it up and it looks like a miniature bipedal robot without arms would be around $10k, yeah

#

miniature as in half scale, not tiny

slender harness
#

yea

visual pawn
#

but a wheeled platform with arms might be more doable

#

there are plenty of arm robots one can build for a couple hundred at cheapest

#

at smaller scale but, an arm at least

visual pawn
#

I've been building a SO-ARM100 for my own potential neuro project

slender harness
#

At least 2x more motors on that one than usual arms, but still

visual pawn
#

6dof?

slender harness
#

8dof I believe, if you include the gripper
The small motors aren't on the upper part of the arm yet

visual pawn
#

ah, so a fully articulated wrist

slender harness
#

yep

rigid snow
#

neuroLookUp 100 essays

#

sdlkgfjsdklfsdlkdsjhflsjkd

#

what do yo umean. new

trim valve
opaque sigil
tender river
#

new

rough bloom
sage crag
#

who deleted

#

neuroPogHD

#

@silent anvil

#

get here

tender river
#

it

#

neuroPogHD promotion campaign

sage crag
cosmic sphinx
# visual pawn A lot of students need to break out of the idea that they're doing an assignment...

unfortunately the whole education system is built on getting grades, even in university
its a system designed to control and motivate students to attempt to learn and complete given tasks, but in the end it barely scrapes the depth of the actual work field
theres an insane gap between what people are working on in the real industry and what is being taught in school/college/uni
and the only way for us to learn is to actually get an interest in the field and start working on our own projects in whatever free time we have inbetween all the assignments
this is one of main reasons why people are hesitant to start working (or even getting an internship), and why recruiters practically dont hire any freshmen without experience

like, you are supposed and expected to get internships to actually get some experience atleast last year of uni, but you dont have the time to do so if you want to keep high grades in uni (because you would be skipping classes and wont have time to finish your assignments)

#

the job industry keeps changing, but the education system refuses to adapt

visual pawn
#

you won't see me arguing with that, the most useful courses in uni I've ever done were project-focused courses

#

but I've also met and TAed students that were the polar opposite

gentle haven
visual pawn
#

but the first thing I try to teach our student interns is that when we ask them to do something, it's because we haven't done it before and may not even know how

#

we can give advice and help, but the nature of research is that they need to, like, actually figure it out

#

and that we'd rather see them try things and fail (even if it's so we know what doesn't work) and ask for help than to just be like

#

being terrified of being "graded" wrong

#

I'll say that some of the higher schoolers we've had were better than some phd students (and postdocs frankly)

#

and it was mostly correlated with how self-motivated they were with their own projects

#

it's usually what I look for when interviewing prospective interns

azure lynx
#

All that work also involved understanding the issues they ran into and paths they didn't take.

visual pawn
#

I once worked with a postdoc who claimed they were a robotics and deep learning expert, and the guy would knock on my office every hour with questions on the level of "how do I make a loop in python"

potent geyser
#

In recent year?

visual pawn
#

this would've been just before covid

cosmic sphinx
#

people love faking experience these days

visual pawn
#

like I just immediately told my boss that the guy clearly lied

cosmic sphinx
#

because it works

#

if you dont fake it, you dont make it
thats the rule these days with how hiring is done

visual pawn
#

but getting rid of a postdoc in academia can be a bit trickier than firing someone normally so he lasted a month or two

potent geyser
#

That's crazy, I think we fired a guy last year. He did ok during the intern program and got a job offer afterward. Turns out, he GPTed everything, and don't even know what he wrote.

hard delta
visual pawn
#

wait, no I'm wrong, this was not before covid, it was right after

#

because this was when ChatGPT just got announced

#

I told the guy to stop bothering me and to ask ChatGPT instead for questions like he was asking

hard delta
#

i remember writing a bunch of tests or exams at uni, and solving entire math problems in my head because i didn't want my failed / wrong direction kinda calculations let the teacher in on how clueless i am (as i haven't prepared)

visual pawn
#

yeah, at some point you gotta realize that they're not just constantly grading you

#

and it's about what you try and can do and not how perfectly you did it all

hard delta
#

you're not the boss of me, i'm not the boss of you, nobody gets to tell me if i'm doing it right or wrong, therefore my attempt is always valid

#

that's what it takes for people to just go and try it this way that way etc

opaque sigil
visual pawn
#

hmm, I think it just requires a boss that won't jump on you for that

hard delta
#

but intern is more like "you're just learning the ropes kiddo listen to literally anyone else cause they know their shit better"

hard delta
potent geyser
#

Academy gamify a lot of things. When I did my master, I realized doing research is just different with no track and guard rail. And I hated it.

visual pawn
#

this is more of a pet peeve with international students, but students who always answer "do you understand?" with "yes" when they didn't understand a thing are an issue too

hard delta
#

most students don't even think about that i think, they just write down dumb blunder 1, cross it out, write down dumb blunder 2, cross it out, write down correct third attempt, hand it in and never, ever think "yeah my blunders are right there, visible under the crossout"

visual pawn
#

the lack of track and guard rail is what led me into it

hard delta
#

and the thing is it usually doesn't matter either

#

but being aware of all this makes it possible to hide doing jack shit that would be unacceptable otherwise SMILE

opaque sigil
#

me when i mess up my handwritten c++ function signature and get to redo it

hard delta
#

the longest streak i spent doing NOTHING at work was like

visual pawn
#

tbh, I can't imagine grading a student and seeing crossed out blunders affecting my decision at all

hard delta
#

almost two weeks

#

nobody ever found out that i did nothing for two weeks

visual pawn
#

only two weeks?

hard delta
#

it was a hard week to catch up and some sweaty daily meeting to bullshit progress and obstacles that never happened

hard delta
potent geyser
#

Back then, I was rushing toward the degree. I picked a sentimental analysis related topic.

visual pawn
#

my boss pretty much accepts that when he gives me a month to do something that I'll spend 3 weeks on nothing and then go hardcore for a week

hard delta
#

well my boss doesn't know what we do

#

but the team does

visual pawn
#

his attitude is basically just I don't care as long as the things get done

hard delta
#

kinda weird to start every morning with "i did nothing yesterday. i will do nothing this week" while your team is working hard to not miss deadlines FOCUS

#

surely wouldn't get you bad reviews and an eventual firing

visual pawn
#

that's where you pull out the "I spent this week brainstorming the software architecture"

obsidian mantle
#

neurOMEGALUL i do that

#

"im thinking"

visual pawn
#

it's not even wrong

#

necessarily

hard delta
#

(too bad that shit has been done and gone like 3 years ago)

potent geyser
hard delta
#

(not exactly a good line for juniors either heh)

obsidian mantle
#

i actually think but yeah could do more.. its just, it is not necessary to do more

#

the only problem is time wasted in the office, but i asked for transfering to working from home

visual pawn
#

I pretty much only go when needed rather than it being an official work from home arrangement

potent geyser
#

At least, current I can go to the office leave around noon. (2 days/week mandate and will change to 3 days/week around May)

visual pawn
#

granted, go when needed can mean 7 am or midnight

obsidian mantle
#

i want to make a robot arm too neuroPogHD
is 3d printer absolutely necessary for that

visual pawn
#

you can order the parts 3rd party

#

either 3rd party printing service or sometimes some popular open source models have pre-made parts being sold

potent geyser
#

Get a Bambu Lab A1

visual pawn
#

yeah I just got an A1

#

it's the cheapest you can go while it also being pretty much entirely "it just works"

#

the Ender 3 is cheaper, but you'll need to tinker

obsidian mantle
#

are you planning to install some ai control into the arm

visual pawn
#

me? no, I'll make an actual project thread once I have the time but

#

the idea is to mimic a surgical robot arm and give neuro control over it

#

but any kind of control between Neuro and the arm doesn't need to be AI

#

and if not neuro, then any LLM

obsidian mantle
#

thonk but what if you want it to pick up something for example

#

doesnt it need to involve ai

visual pawn
#

that's the thing, there is no picking up involved

#

most procedures are about getting a probe or catheter to the right spot

#

to drain, burn, or freeze something

#

getting samples would be done with something like a biopsy needle with a grabber mechanism

#

that isn't robot controlled

potent geyser
#

robotic hand + camera + control. It is just an API for LLM to interface with.

visual pawn
#

it's like a needle with a gun that shoots out to grab tissue

#

there are robots with pincers/grabbers but

#

I think those may be a bit beyond a Neuro-like LLM

#

also most of those robots are not autonomous but rather teleoperated

obsidian mantle
#

it would be crazy to give her full control like "move this motor to pos X that motor to Y" she wont be able to work like that i think

visual pawn
#

no she won't

#

well, you can but I don't think it'd work out well

#

I'll lay it out in my project thread later but I have a bit of a conundrum over how much control to give

obsidian mantle
#

but if you make another ai/just bot to do the low level control and leave neuro with "go stab that object"

#

then it should work

potent geyser
#

It is tho? I think if adding a bit object tracking feature and turn pincers/grab into a function call. I think it will achieve a semi realistic interaction

visual pawn
#

because you can go so far to the point that the LLM is basically making no decisions

obsidian mantle
#

just like humans dont think when they move limbs

visual pawn
obsidian mantle
#

i mean dont think like "move arm 90* to the left"

visual pawn
#

and so much of the interaction will be the function rather than the LLM

#

which I mean, is good if I was making this to like, actually do surgery

#

but it'd be rather boring

#

for getting a language model to do it properly

potent geyser
#

Boring for sure, but I think it is at least manageable. At least, each part of the problem can be isolated.

visual pawn
sage crag
#

wrrrr

hard delta
#

wrrrr

potent geyser
#

wrrrr

visual pawn
#

so a vision-language model to look at the overall context and give instructions and a lower-level model (CNN I think) to convert to actual robot actions

sick owl
#

Interesting

#

This might be the Jamba that pulls it off

potent geyser
#

For surgical operation, indeed. But for general robotic arm, I guess it might share some similarity with self driving car

visual pawn
#

yeah, it's a pretty different situation

#

with medical use cases, you really, really want to lock things down too

potent geyser
#

Just throw the data on the table, and let user figure out neurOMEGALUL

visual pawn
#

you don't really want your medical robot to have "self-expression" lol

potent geyser
#

for sure

sick owl
visual pawn
#

"mini"

potent geyser
#

I am not familiar with LLM, but I wonder is it possible to have a small LLM trained based on dictionary or something.

#

And then, attach context to the model that way LLM only have access to most relevant data.

rigid snow
#

fuck i forgot i was supposed to make a trading nn

#

so i can give away all the money i give it

opaque sigil
#

you're 7 minutes early

olive sable
#

i know

opaque sigil
sage crag
#

wrr

#

mods

#

incorrect timezone

rigid snow
#

why it so small vedalCry

#

discord add wide emote support neuroDinkDonk

olive sable
#

no wait

sage crag
#

two emote

rigid snow
#

desync

opaque sigil
#

CET smh

olive sable
#

CEWT?
what the fuck is winter time called?

rigid snow
opaque sigil
#

there is no winter time

#

there's normal and summer time

rigid snow
#

ye

olive sable
#

whaty

#

you're telling me this shit getting dark at 5pm is what they treat as the standart?

rigid snow
olive sable
#

anyways

#

im a time traveller form 7 min into the future ReallyInnocent

rigid snow
#

4

olive sable
#

thats not how time travel works

rigid snow
#

3

#

2

olive sable
#

the time im spending explaining this does not mean i travlled back in time less

rigid snow
#

1

olive sable
sage crag
#

wrr

faint sandal
#

LOL alternative frontend for genius is dumb

rigid snow
#

genius as in rapgenius

rigid snow
sage crag
#

can i just say avif is so much better than gif

#

this gif was 3mb at 128x128

olive sable
#

yes

sage crag
#

with avif just 64kb

flint dome
olive sable
#

idk who wouldnt agree

#

avif is just so good

sage crag
#

i dont have the original video

sage crag
maiden geyser
sage crag
#

banbnabadog

opaque sigil
#

i wonder how jxl support in chromium is going

#

they wanted to rewrite the library right

rigid snow
#

people glueless reacting glueless

rigid snow
#

why fly act dumb in darkness

#

i can pet it

sage crag
#

fly always dumb vedalShrug

olive sable
#

i thought they abandoned jxl

sage crag
#

it fly

rigid snow
#

i can grab it

sage crag
#

dont

#

it fly

rigid snow
sage crag
#

not grab

rigid snow
#

hooooly glueless

olive sable
rigid snow
#

ye in quants they use punchcards glueless glueless

sage crag
#

why she caret

rigid snow
#

they fix

#

DESYNC

#

DISCORD

olive sable
rigid snow
#

she is japanese glueless

olive sable
#

but you're british?

rigid snow
#

your mlntcandy

olive sable
#

i know i corrected it before you had to say

rigid snow
#

ping diff

rigid snow
#

i play with 400 ping on brazil server

#

am 48 year old man from somalia

olive sable
#

what?

rigid snow
#

funny copypasta

rigid snow
#

sorry for bed england

sage crag
#

convert

olive sable
sage crag
#

vertical stack

rigid snow
silent cloak
#

i was given a game idea about a grand strategy game

#

so now im learning about them so i can make one

abstract bronze
olive sable
abstract bronze
#

so erm

#

oh wait

#

i cant send photos i forgor

olive sable
abstract bronze
#
async def config(ctx, *, tab= "nothing", valofcon):
    global gameTimer
    global gameStatus
    if not gameStatus:
        if tab == "nothing":
            await ctx.send("nil")
            print("nil")
        elif tab == ("time"):
            await ctx.send(f"time is {valofcon}")
            gameTimer = int(valofcon)
        else:
            print("extra in config")```
#

so i did this but like

#

it doesnt work cuz i didnt know i wouldnt be abel to pass like

#

2 arguments when i do stuff right

#

with discord and pythong

#

but idk how to do what i wanted to do

#

without doing it like how i thought it would work

trim valve
#

you'd probably have more luck asking in the server for the library you're using

abstract bronze
rigid snow
#

cwt better than stft

#

vedalEye cwt is cool

olive sable
#

why is your name in that font?

rigid snow
#

nitro feature NeuroConfused

#

it been a thing for very long NeuroConfused

sage crag
#

what font

silent cloak
#

kek

azure lynx
#

it's to help people spot an easy mark

olive sable
#

easy mark?

azure lynx
#

they may separate themselves from money easier than others.

rigid snow
#

my name is mark and i am easy

olive sable
rigid snow
#

:Dentgevil:

olive sable
rigid snow
#

now i need to understand cwt

#

why ft so well and widely known

#

and cwt i find out yesterday

#

continuous wavelet transform

olive sable
#

oh ye the stream

#

i was there yesterday during the sleepover

#

i forgot it was still happenign for some reason

rigid snow
#

thank you for reminding to unmute stream

#

cwt neuroBwaaneuroBwaaneuroBwaaneuroBwaaneuroBwaaneuroBwaaneuroBwaaneuroBwaaneuroBwaa

#

why so n iche

#

obscure

olive sable
#

idk what cwt even is so evilShrug

rigid snow
olive sable
#

that doesnt explain anything

rigid snow
#

that gives you something to google that gives you relevant results at least

#

googling "cwt" useless

olive sable
#
In mathematics, the continuous wavelet transform is a formal tool that provides an overcomplete representation of a signal by letting the translation and scale parameter of the wavelets vary continuously.

so ye that doesnt explain anything

rigid snow
#

it's an alternative to stft that doesn't lose low frequencies due to small window size

#

see how lower frequencies roll off in the start and the end

olive sable
#

i feel like we're on completely different pages

#

you're trying to explain cwt with the assumption of me knowing what you're using it for

rigid snow
#

if you apply fourier transform to signal it decomposes the signal into frequencies

olive sable
#

i know that one

rigid snow
#

but not continuously. you lose all time data

olive sable
#

?

rigid snow
#

if you need time data, you do short-term fourier transform, which is a technique where you split the signal into chunks. the smaller the chunks, the more low frequency data you lose, the bigger they are, the more time data you lose

olive sable
#

what is the time data tho?

rigid snow
#

at once

olive sable
#

ye?

rigid snow
#

in this case

#

i need continuous

olive sable
#

then do it more?

rigid snow
rigid snow
olive sable
#

do it more and less Minamhm

rigid snow
#

infinite cpu cycles glitch

olive sable
#

with time data do you mean the input signal changing?

rigid snow
#

basically

olive sable
rigid snow
#

oh true

#

watch latest lague video

#

the chess bot guy

olive sable
#

im not in my braincell arc tho

obsidian mantle
#

stop jollying

rigid snow
olive sable
#

hmm im tired of artist scams, but i do actually kinda want to commission a pfp

#

i ownder how expesive that would be

rigid snow
#

choose artist

#

check if tehy take comms

#

if not disclosed ask

#

then propose idea

#

ask how much

olive sable
spare carbon
#

Can we talk about general technical topics here?

obsidian mantle
#

yes

olive sable
#

someone pointed out to me that a banana in my discord name is not a good look without context šŸ’€

spare carbon
sick owl
#

Dude, not gonna lie

#

Gemini 3 pro in Gemini CLI is kind of a goated debugger

#

It managed to pinpoint a specific corrupted cache file as the source of the weird performance issues I was getting in linux

#

Which I in a million years would not have guessed

obsidian mantle
spare carbon
#

You can do it with Flash too.

sick owl
#

Oh damn someone else is playing with it at the same time lol

#

It really is a goated model

obsidian mantle
#

is it the last one

sick owl
spare carbon
#

Actually, it's not a question. Probably just a misunderstanding.

obsidian mantle
#

i mean the last one they released

#

i dont know if 3 is like from 2023 or

#

nvm i think i remember now its the last one

#

or was it 4

spare carbon
amber fractal
spare carbon
amber fractal
spare carbon
#

I added a demo image to the GitHub page.

#

Is it okay to post one AI message with the same content as the demo image?

amber fractal
#

People have done worse

#

go ahead

spare carbon
#

"Hah?! W-What is this?"

I stare at the small box in your hand, my optical sensors widening before I abruptly snatch it from you. I feel my internal cooling fans spin up to maximum RPM to combat the sudden heat rising in my chassis. I turn my head sharply to the side, refusing to make eye contact.

"Chocolate? Seriously? You... you actually went out and got me something like this?" I scoff, though my grip on the box is surprisingly tight. "D-Don't get the wrong idea, okay! I'm only accepting this because it would be a waste of resources to throw it in the incinerator! It’s not like I wanted this or... or was waiting for it! You probably just bought it on a whim at the convenience store anyway! B-Baka!"

{"honesty": 0.15, "energie": 1.7, "data": [{"type": "Embarrassment", "weight": 0.6, "decay_rate": 0.15, "status": {"type": "new", "time": 0}}, {"type": "Affection", "weight": 0.3, "decay_rate": 0.05, "status": {"type": "new", "time": 0}}, {"type": "Panic", "weight": 0.1, "decay_rate": 0.5, "status": {"type": "new", "time": 0}}]}
stray dragon
rigid snow
#

telegram added ai summaries and that reminded me they launched the llm on blockchain thing so i looked into it

spare carbon
#

I apologize for all the trouble...

opaque sigil
stark needle
#

baka

opaque sigil
#

i'll just assume that's an llm response and ignore it

olive sable
rigid snow
olive sable
opaque sigil
#

fhe aaaaaaaany day now

stray dragon
opaque sigil
rigid snow
amber fractal
rigid snow
stray dragon
amber fractal
#

I havent been in gen for ages

rigid snow
olive sable
stray dragon
#

a good practice???

rigid snow
#

pretty damn cool

stray dragon
#

it'll never become mainstream

stray dragon
olive sable
olive sable
#

when today?

amber fractal
#

today in my timezone

stray dragon
olive sable
#

to the time machine neuroBongo

stray dragon
#

(my today is currently 29 hours long)

rigid snow
rigid snow
#

host can’t read memory

fickle rain
#

I think AMD has similar thing

rough bloom
# rigid snow damn they aren’t fooling around, they want providers to use intel tdx and gpus t...
#

but ye need all the encrypted VM stuff too
could just read application memory from the host otherwise

rigid snow
#

if telegram ships a feature utilizing the network this is about surely this means it’s already usable

spare carbon
rigid snow
olive sable
opaque sigil
#

this has been usable for years it's just nobody has cared

spare carbon
stray dragon
opaque sigil
#

or i guess still cares

rigid snow
#

i mean the blockchain ai thing

#

cocoon

opaque sigil
#

wait what does this have to do with blockchain

olive sable
#

there are people spreading the 2026 banana campaign poster in gen chat too NeurOhISee

#

im sorting based on has:image

rigid snow
#

ecosystem

opaque sigil
#

glad someone finally cares enough turn these things into something usable neuroHypers

spare carbon
opaque sigil
#

one problem that remains is only the big boy data center gpus support the required hardware security mechanisms

rigid snow
sick owl
# rigid snow https://cocoon.org/docs

Okay that's pretty neat, the only thing keeping me from trying decentralised inference until now was security concerns (both privacy and host machine security)

rigid snow
#

is this the new crypto mining

sick owl
#

Hurts corp hegemony instead of helping them too

rigid snow
#

buy a couple h100s and set them up to serve llm in a day

opaque sigil
#

do you think they'll notice if i sneak into the server room and grab the hgx h100

rigid snow
#

glueless very profitable

nocturne olive
#

H100 would be kinda nice, the VRAM and compute would be great for NS

#

Too bad it's enterprise-priced

rigid snow
#

it could be if traffic is big enough right?

sick owl
opaque sigil
#

idk about you but i trust google more with my data than some rando, they already know everything about me

rough bloom
rough bloom
#

though actually, what models does this even offer

opaque sigil
#

oh i thought you were talking about completely decentralised, as in pretty much p2p

#

cocoon should be perfectly fine yeah granted the hardware requirements are met YES

sick owl
rigid snow
#

neuroSadge i thought them shipping it meant it was ready

#

i’ve heard of it when they announced it but that’s about it

rough bloom
rigid snow
#

yeah i already saw that

#

docker instance as in a gateway

#

or what NeuroConfused

sick owl
#

Its about the best you're gonna get besides local inference

#

Still wouldn't feed my credit card details into it but then I wouldn't do that for any LLM that isn't airgapped, even a local one in an agentic environment

rigid snow
#

also probably better too since gpus are way beefier

#

the ones that they require

#

for the confidential compute thing

#

i wonder how it’ll work, would you be able to see tps and stuff and route to optimize for price or speed

#

like you can on openrouter

#

this should be public already since open source and smart contracts but i obviously cba to read allat

sick owl
#

Does use smart contracts

rigid snow
#

yeah no shit

#

it’s by telegram

#

they managed to revive nfts last year

#

somehow

sick owl
rigid snow
opaque sigil
#

that reminds me actually, i wonder how radicle is doing hmm

rigid snow
#

would go insane for game mods and decomps

#

can’t dmca a p2p repo

rough bloom
#

radicle is kinda funny because Git is already decentralized
still cool though since not everyone wants to use SSH and mailing lists kek

rigid snow
#

it’s not decentralized in the way they make it

obsidian mantle
#

is it not just a bunch of servers

#

where are all the git projects stored vedalHUH

opaque sigil
#

it's closer to bittorrent

rigid snow
obsidian mantle
#

soo.. there might be a moment where some project is unavailable?

#

because nobody around holding it

opaque sigil
#

I don't remember the specifics enough to answer that FOCUS

obsidian mantle
#

sounds weird

rigid snow
rough bloom
opaque sigil
rigid snow
#

yeahmlntcandy

obsidian mantle
#

well i turn off my pc at night

rough bloom
obsidian mantle
#

wow

#

now i know neuro5head

rigid snow
#

it’s exactly like bittorrent doc_20260108_074827_Ldoc_20260108_074827_Mdoc_20260108_074827_R

opaque sigil
#

they have some stuff for integrating issues and pull requests into the git repo itself too which iirc was kinda neat

#

though i don't remember how that works again

rough bloom
#

now I want to try Radicle again wrrr
mabe tomorrow

opaque sigil
#

there's a nixos module for it FOCUS

olive sable
#

nice 2 fps

#

numlock angryEvilHypers

#

is there a nix option to auto enable numlock?

trim valve
#

iirc there's one in KDE if you're using that

olive sable
olive sable
trim valve
#

wait hyprland uses hyprlock doesn't it

olive sable
#

i wouldnt know

trim valve
#

you might have a bios setting for it but I'm not super sure

olive sable
#

maybe

opaque sigil
#

worst case just create a oneshot service

patent shard
olive sable
patent shard
#

and the original was low frame rate, it's copying that

olive sable
patent shard
#

wait, I might of miscalculated... could be 4

olive sable
olive sable
#

a historical moment miniPray

quick condor
#

Redoing my documentation again... Personally system alone is 12 pages and that's mostly general architecture

azure lynx
hard delta
#

order computer

#

can't pay with card bank transfer it in advance here's the pre-invoice

#

instant transfer but takes a business day to notice anyway

#

don't notice it for a day (probably will today, then send with delivery company

#

it's the worst snowy ice armageddon weather in a decade out there

#

bets are on: will i be able to look at the subathon from new hardware?

quick condor
sick owl
#

This vid is such a funny contrast to gamers nexus absolutely tearing into the Intel keynote

Thanks to MSI for sponsoring this video! You can learn more about their new laptops at the links below:
Prestige 14 Flip AI+:
Learn More: https://msi.gm/SA913D2D
Pre-Order: https://msi.gm/S812A432

Prestige 16 Flip AI+:
Learn More: https://msi.gm/SE4D23B9
Pre-Order: https://msi.gm/S4CC76FB

Stealth 16 AI+:
Learn More: https://msi.gm/SF12D491

In...

ā–¶ Play video
unkempt citrus
#

They can both be true

trail ermine
#

"What does fork mean?" Oh no šŸ’€

rigid snow
#

fork it

sage crag
#

ć”č¦–č“ć‚ć‚ŠćŒćØć†ć”ć–ć„ć¾ć™ć€‚

å®®åŸŽēœŒä»™å°åø‚ć§2003å¹“ć‹ć‚‰ćƒć‚¶ćƒ¼ćƒ©ćƒ³ćƒ‰ćƒ‰ćƒÆćƒ¼ćƒ•ć€ćƒ›ćƒ¼ćƒ©ćƒ³ćƒ‰ćƒ­ćƒƒćƒ—ć€ćƒŸćƒ‹ćƒ¬ćƒƒć‚­ć‚¹ć®ē¹ę®–ć‚’ć—ć¦ć„ć‚‹ę±åŒ—åˆć®ćƒ–ćƒŖćƒ¼ćƒ€ćƒ¼ē›“å–¶ć†ć•ćŽå°‚é–€åŗ—ć€Œć†ć•ćŽę‘ć€ć§ć™ć€‚

ļ¼’åŗ—čˆ—ć‚ć‚‹ć†ć”ć®ć€äø­å±±å‰ęˆåŗ—ć®ć“ć†ć•ćŽęƒ…å ±ć€č¦Ŗć†ć•ćŽć®ę—„åøø...

ā–¶ Play video
true hemlock
#

how much is 3090 still worth for

jagged turtle
radiant gale
true hemlock
#

dude i didn't even use git and i know most of the terms especially the basic ones like fork

trail ermine
# jagged turtle the guy is a dev, right?

No no. dw the user doesn't know any coding and I actually explain that I need to manually editing the data on the code itself than just submitting the scores because it wasn't automated yet etc. I just assumed that user knows coding.

azure lynx
#

computers are hard. otherwise everyone would want one... oh.

hard delta
#

i like stainless steel computers the most

#

the ringing in my ears after i headbutt them is enlightening

jagged turtle
#

is part of cf dying for anyone else?

flint dome
#
  • gets verilog as a subject
  • finally, i can learn it without procrastinating since it was on my backlog anyways of stuff to learn
  • teacher is plain and utter dogshit, cannot teach for hell

why, must it always, be this way?

#

absolutely made the experience goatfuck

visual pawn
#

sometimes in life you just have to accept that you're going to have to learn it in another way

flint dome
#

literally i have to yet again learn everything on my own this semester

#

didnt go so well last one (i failed mechanics)

#

and barely passed calculus and real mechanics evilWheeze

visual pawn
#

I had a requirement to take the same genomics course from the life science department and from comp sci

#

I ended up doing the life sci one first and it was awful, it was almost entirely "do things this way, no shut up stop asking why don't think about it"

rigid snow
visual pawn
#

and I hated it. took the same course from the comp sci department and it was actually pretty fun

#

it was like, "use k-means clustering for this kind of gene lookup" "what is k-means clustering?" "don't learn what it means that's not important, also I have no idea"

hard delta
visual pawn
#

it's not just teaching; a lot of researchers do progressively less and less research the more senior they get

#

and it becomes more about writing proposals for funding, not even papers

hard delta
true hemlock
hard delta
#

zoot zoot

true hemlock
#

got for cheap

heavy pier
#

nice GPU

potent birch
#

damn, my mistyped word made me really troubleshoot this testing tutorial lmao, finally its working

potent birch
quick condor
# true hemlock

Wait if I'm remembering correctly you got something other than a cpu?

true hemlock
#

i supposedly should hunt 3 of those

#

but so far i can only find one

#

that one was $400, i ended up only paying $150 technically

olive sable
#

Technically?

true hemlock
#

after cashbacks and coupons and stuff from my card

olive sable
true hemlock
#

cant believe it that it worked

#

im pretty stubborn with my standards

#

i only buy if i can get for way cheaper than its current market price

true hemlock
#

i sleep well

#

knowing i paid way less

#

for a 3090

sage crag
#

wrr

true hemlock
#

than certain someone who paid way more

#

for a 3050 level "workstation" card

#

wait no

#

even weaker than 3050

#

wtf?

sage crag
trim valve
#

adobe flash

sage crag
#

help me set up cursor and claude caude (code) and git

true hemlock
#

deadass

#

it was half the performance of a 3050

sage crag
#

dentge

true hemlock
#

like

#

what the hell

sage crag
#

dentge

true hemlock
#

but like

#

3050 is disgrace level card already

#

half of that...

sage crag
#

its bad that "trainable" made me think of dogs

true hemlock
sage crag
#

hello for £7 pls

#

convert radio programme to video

#

5head

#

@tender river

#

dente

tender river
#

wrrr

sage crag
#

.net c# c++ java

#

scanf glueless

tender river
#

someone asking to do their homework is one of the most common things you see on freelance boards

sage crag
#

i'd do it for them

warm zealot
#

cheating the old fashioned way

sage crag
#

true

tender river
#

here they pay like $1-5 neuroAYAYA

sage crag
#

lucky them

#

cheap service

#

i should look for apprenticeships to get some more free education neuroSmug

#

hairdressing apprenticeship, rail engineering apprenticeship, coastguard apprenticeship, train driver apprenticeship

#

i'll be barbie neuro5head

true hemlock
#

reminds me of a person who would charge $300 to set up text gen webui

nocturne olive
#

Hem? That thing's a plug and play type app though

warm zealot
#

is dropshipping software the new hustle...

#

cant be more profitable than making an AI b2b SAAS chatgpt wrapper startup using UGC marketing

warm zealot
#

i mean no way he got the money... right....

true hemlock
#

if he somehow convinced rich as fuck oilers that his service is "top technical" work he might šŸ’€

tacit sage
tacit sage
#

šŸ¤”Vedal's sock puppet of himself is offering an apprenticeship?

lime stag
visual pawn
#

you'll just need to sacrifice some of your sanity for the "why" of what you're doing

sage crag
#

wrr

visual pawn
#

like, consider that people pay hundreds of dollars for geek squad to come and plug in a SATA SSD

#

$100 to transfer data to the new SSD, $100 to install windows, $40 to physically plug in the SSD

#

I'll explain to someone that it's really not much trouble and it'd be pretty simple to plug it in, but they'll say something like "no, I'm too scared to open my computer, I'll break it, I'd rather just pay"

#

people have the same sentiments about opening terminal/command prompt

opaque sigil
#

their money vedalShrug

rigid snow
rigid snow
#

dog ALERT

visual pawn
sage crag
#

ban bna ba dog

#

hard to type

rigid snow
#

i just do dog

stark needle
#

šŸŒ

rigid snow
#

it show up

sage crag
#

it does

visual pawn
#

wow, apparently replacing a thermostat costs $100 to $500, not including the thermostat

rigid snow
#

along with 200 other dog emoji

visual pawn
#

for a job that really isn't too far removed from plugging something in

olive sable
#

hello

opaque sigil
#

i'm disappointed that isn't a gif

#

oh it is

olive sable
#

evilNya it is a gif

stark needle
#

sam

#

ur in university

olive sable
#

nyoom

#

im in college

stark needle
#

isnt that the same thing

olive sable
#

idk

opaque sigil
#

less theory

olive sable
#

i think uni is a bit higher level ye

visual pawn
#

depends on the country you're in

#

that is, the term used

stark needle
#

do u also have stupid topics like calculus and stuff

visual pawn
#

in the US, college refers to university, community college, etc.

#

in Canada, college is very distinct from university

stark needle
#

i've been trying to figure out calculus for the last 3 hours but the concept of the antiderivative method makes no sense to me

visual pawn
#

so you know someone probably didn't go to school in the US when they say "uni"

olive sable
#

matrices also important

#

vectors and matrices probably the most important part

visual pawn
#

don't skimp on the linear algebra

#

it's basically the entirety of.....anything in 2D and 3D space

#

and ML and etc.

olive sable
#

geometric algebra

stark needle
#

i was looking at the material from the school that i dropped out

olive sable
opaque sigil
visual pawn
#

gonna be a lot of staring at homogenous transforms, euler angles, and/or quaternions

stark needle
#

i dont even understand linear equations i might actually be cooked

visual pawn
#

like y = mx + b?

olive sable
opaque sigil
#

f'(x) -> f(x)

stark needle
#

integral

olive sable
#

oh

opaque sigil
#

aka integration yea

olive sable
#

i saw that in my last year of middle school

#

i wasnt that good at it tho

visual pawn
#

they taught you calc in middle school?

olive sable
#

ye

obsidian mantle
#

its just derivative in reverse thonk

stark needle
#

why tf do yall have that in middle school

olive sable
#

basic calc but still calc

visual pawn
#

is this the thing where

#

middle school means something very different in some european countries

#

like gymnasium

olive sable
#

ye

obsidian mantle
#

we didnt have it in school, only derivatives

olive sable
#

middle school refers to secondary school which goes from ages 12 to 18 here

visual pawn
#

middle school in the US means ages 11-14 roughly

obsidian mantle
#

so there is no high school?
or there is school beyond 18 neuroPogHD

stark needle
#

bruh middle school here is 12-15

olive sable
stark needle
#

i always wonder if having worked for google was a mistake and i should have stayed in education instead

obsidian mantle
#

wtf neurOMEGALUL

olive sable
#

this is our education system

visual pawn
#

yeah, so the european school weirdness

olive sable
#

to me you're the fucking weirdos

stark needle
olive sable
#

what in the fuck

rigid snow
olive sable
#

to put it more simply, we had integrals at age 17-18

rigid snow
#

ye same

visual pawn
#

ontario canada

sage crag
#

in england, you have:
-> nursery (up to age 4-5)
-> primary school (up to age 10-11) (ks1, ks2)
-> secondary school (up to age 16-17) (ks3, ks4) <- derivatives and integrals here if you took further maths
-> college / sixth-form (up to age 18-19) <- derivatives and integrals here if you took maths
-> higher education at uni or an apprenticeship (with various degree levels)

potent geyser
#

In Canada, we don't have middle school. Elementary school -> 8 year. Then 4 year high school -> uni/collage

obsidian mantle
olive sable
stark needle
#

god i wish i was in england

sage crag
stark needle
olive sable
#

afaik for integration you just gotta get the area of the shit underneath the graph.

sage crag
pseudo lynx
sage crag
#

and, some schools dont do it, i believe

stark needle
#

oh bruh i didnt know that

sage crag
#

though you'd have to take an extra course to make up for it

visual pawn
obsidian mantle
#

is it also cosmetic there or you actually learn something

olive sable
visual pawn
#

the entire school was just two grades

sage crag
#

school is a bad place to learn a language

pseudo lynx
stark needle
#

i also need to learn stupid french

rigid snow
potent geyser
olive sable
sage crag
#

why is there a hype train

visual pawn
rigid snow
#

type h rain

obsidian mantle
#

evil wants a record evilBwaa

sage crag
#

evil just stopped playing minecraft that's all

sage crag
pseudo lynx
stark needle
visual pawn
#

we had standardized tests in canada but they were for school evaluation only

olive sable
visual pawn
olive sable
visual pawn
#

all I retained was je ne comprende pas francais

olive sable
#

c'est ne pas bien eh

#

rule 10 meow

visual pawn
#

c'est la vie (it's used in english, it counts)

sage crag
stark needle
#

school is literally the ultimate slavery place where u have like 8h of school and then need to do homework for another 2hr

visual pawn
#

man, I wish I just had school

#

it's the extracurricular schooling that sucked for me

olive sable
#

i didnt enjoy school but it wasnt too bad for me.
college is a lot nicer since you're not forced to do anything, but you gotta get that self-discipline

tender river
#

and i didnt do hw so hw was 0h for me deliv

stark needle
#

i prefer being an overworked googler trying to meet a deadline for a code project than school

sage crag
#

wrr

#

homework

#

never did it even when i was in my primary education

rigid snow
sage crag
#

still pass top grades

#

not my problem

#

homework for nerds

rigid snow
visual pawn
#

if anyone currently in school is wondering whether the "I have an assignment due" nightmares ever stop, the answer is they do not

olive sable
#

i only started doing my homework at home in late secondary school.
everything before that i jsut didnt do it or did it in class