#programming

1 messages · Page 507 of 1

silent cloak
#

Honestly not the worst one ive seen though

#

Most are far far worse and unorganized

#

Its really easy to make them hell to read and follow

sage crag
#

I WAKEY

#

NO WAKEY

olive sable
sage crag
sage crag
#

pluu

olive sable
#

instead of procrastinating my work all day, i did it this morning from 8am till 10am neuroHypers
this was work i planned for yesterday evening tho but thats mere details

#

its due by this evening so now i have a free day

silent cloak
#

All i do is procrastinate these days

olive sable
#

same

silent cloak
#

Im planning on spending a large amount of money on some equipment to monitor my brain activity

sage crag
silent cloak
#

And taze me when i start to lose focus

#

ADHD cure tool

olive sable
sage crag
silent cloak
sage crag
silent cloak
#

Why is it C++ though

#

Instead of C+

#

Does that imply a between version exists

#

Shouldnt the extra plus upgrade the C to a B

sage crag
olive sable
#

why C++?

silent cloak
#

They skipped C+

olive sable
#

do other ones in the family not get ++?

rough bloom
silent cloak
#

It foretold the C++ team coming up with dumb ways to do things

olive sable
#

so you got
A
B
C, C++, C#
D
E
F, F#, F*
J
K
M
P, P"
Q
R
S
V
Z

tender river
#

none of the above

silent cloak
#

Tf is F*

olive sable
#

we're missing G, H, I, L, N, O, T, U, W, X, and Y

olive sable
#

"F star"

amber fractal
#

Doesn't O exist or am I tripping

silent cloak
#

P and P"

#

So many esoteric languages

olive sable
#

P'': A primitive formal language that served as the theoretical basis for Brainfuck

silent cloak
#

Lmao

#

So its brainfuck--

amber fractal
#

I know R is real, that I've heard about a nonzero amount of times

silent cloak
#

R and D

#

Probablg the least known but used of the bunch

#

Well that arent the well known or esoteric ones

#

Ive been meaning to look into D

#

Heard its like C#

amber fractal
olive sable
#
The O language is a system programming language crafted to be remarkably simple and flexible. It stands not as a replacement for C, but rather as a complementary counterpart, as both can coexist within the same source code. O language boasts minimal abstraction, ensuring seamless integration with C and almost predictable machine code.

olang is a deterministic system language that follows tree principles:

    fights complexity by providing a simple syntax with a low level of abstraction
    doesn't babysit programmers it gives you the freedom of shooting your own foot
    aims easy maintainability by providing a syntax with a low refactoring overhead.

Notice

This software is unfinished and not production ready.

so O does exist, kinda

fast pagoda
#

C+ was just c with classes

#

Oldge

silent cloak
#

Peak

amber fractal
#

Honestly doesn't seen that bad these days

rough bloom
fast pagoda
#

The Chad olang vs the virgin golang

silent cloak
#

Idk the point of O

#

U can just write assembly in C code

tender river
olive sable
#

i jsut copied it fromt heir website

#

it does feel a bit sloppy ye

fast pagoda
#

Not slop but characteristic of the writer sniffing their own farts

#

Lil too much

olive sable
#

forgot to copy the © 2024 olang maintainers

#

whneurOMEGALUL ???

silent cloak
#

Slowlang

#

(Python)

fast pagoda
#

Dictated but not read, the olang shadow council

olive sable
#

~johnnyrichard/olang

#

johny richard is not a real name

fast pagoda
#

Good ol Johnny dick

silent cloak
#

John OLang

fast pagoda
#

Dick johnson

olive sable
#

johny dick o lang

fast pagoda
#

He puts the o in olang

#

Ask ur mom

silent cloak
#

Oreo coding

fast pagoda
#

I propose that practitioners of this Olang be deemed 'olangutans'

silent cloak
#

Peak

opaque wharf
sage crag
#

this fragment is not well behaved

#

to incinerator

olive sable
fast pagoda
#

Do not hate me mother

opaque wharf
silent cloak
#

Less hated matlab

opaque wharf
#

I should restart more often after running pacman syu

olive sable
#

imagine restarting NeuroClueless

amber fractal
#

Same ol' scam, too good to be true 8 memory cells, GPU, and- IS THAT PCI OM

silent cloak
#

What next

olive sable
#

wait for it to boot

#

in that time spent waiting, think how cool it would be if you didn't have to reboot by just using nixos

opaque wharf
#

Is it just me or KDE startup is really slow now

silent cloak
#

Nixos is kind of the nordvpn ad of the programing channel

opaque wharf
rough bloom
olive sable
#

nuh-uh

opaque wharf
#

Unless you enable kernel hot patch

amber fractal
#

Updated the kernel have to restart to apply changes neuro7

opaque wharf
#

And now my internet is acting up

olive sable
#

i wanna run some slop on my server while i still have the 4090
so i dont have to keep looking at token counts of the websites while the shit i ask them gets harvested

fast pagoda
#

Hot n active patch

opaque wharf
olive sable
#

i coudl make a slop discord bot

#

actually

amber fractal
olive sable
#

i downloaded my discord data

#

where is the pointcloud script?

amber fractal
sage crag
olive sable
#

konii always mean

fast pagoda
#

ever since i became aware of myself and my shortcomings mother has ensured i do not forget

sage crag
#

survival of the fittest

silent cloak
#

Survival of the shittest

opaque wharf
#

Oh, I just realized I sat very close to 230V AC enub

sage crag
opaque wharf
fast pagoda
#

leg leak

amber fractal
#

Large wire leak

silent cloak
#

I can see the heat fade on that metal

sage crag
glass jetty
#

meow

opaque wharf
#

230VAC just a touch away enub

glass jetty
#

kek

#

i hate ubuntu

tender river
sage crag
tender river
#

try it

#

awoooo

glass jetty
#

meow better

#

just do meow

#

meow

sage crag
tender river
#

neuroD mindset NOT changed

amber fractal
#

Meow overrated

#

Overused

rough bloom
silent cloak
#

When people msg me it i just reply with a tf2 gif of them getting punched

amber fractal
silent cloak
#

I use it for that too

#

My gif of choice

fast pagoda
#

high fidelity

silent cloak
#

Indeed

glass jetty
#

meow?

#

pins in rust make no sense

tender river
#

obligatory mention

glass jetty
#

you just create Pin<ptr>, use it once,
but after this Pin<ptr> borrow, you can just move variable that you pinned, and create new pin

#
let u = Unpined::new();
let p = pin!(u); //hide unsafe code btw
p.use_pin_self_func();
let m = u;
let p = pin!(m); //hide unsafe code btw
p.use_pin_self_func();
#

horrible horrible

glass jetty
tender river
fast pagoda
#

solution provided 2x already

glass jetty
#

currently this pinning is worst thing in rust ive seen

#

no really why i cant create Pin<T> once, so Pin::new() consume object
for non-copy types that would be it, code above will deny on let m = u

tender river
#

you can though?

#

Pin::new is a marker type for a pointer, not a container

#

you can create Pin::new out of any pointer type

#

like &mut T, Box<T>, Arc<T>

glass jetty
#

and Box is allocation

tender river
#

yes, you can do &mut T if you dont want allocations

glass jetty
#

why not just contain any T and then pass to methods

tender river
#

Pin is a marker type for pointers, not an actual container, because it leaves the storage up to you

glass jetty
#

if you need to move storage

#

just dont create as pinned; pin only when you start to use

tender river
#

?

#

you wouldnt be able to control where Pin is stored

#

Box::new(Pin::new(x)) already contains a move

#

you move Pin from where you created it into the box

glass jetty
#

why not just
let p : Pin<MyFuture> = Pin::new(/*move*/myFuture);

#

no really why it is not container

#

it has to be same size as T

tender river
#

so, why is it Pin<Box<>> and not Box<Pin<>>?

#

or?

glass jetty
#

that not the same

tender river
#

remember that Pin itself has to be stored either on the stack or in the heap
Pin can be moved around, because it can be passed to functions as an argument
but whats inside Pin stays at the same location

#

since Pin can be moved around but its contents cant be moved around, it has to wrap a pointer

glass jetty
#

so why not &Pin<T> or &mut Pin<T>
why Pin<&mut T>

glass jetty
#

making it owning would solve issue at roots

#

it only needed to mark that any assign is forbidden

tender river
# glass jetty so why not &Pin<T> or &mut Pin<T> why Pin<&mut T>

so, yes, you want &mut Pin<T> or Box<Pin<T>>

  1. how would you create that Box<Pin<T>>, if you cant move Pin<T>?
  2. how would Pin guarantee that it doesnt get moved? currently, it takes ownership of a pointer, so that pointer cant possibly change; it also only allows access to its non-Unpin contents via Pin pointers, not via &mut pointers.
glass jetty
tender river
#

no neuroAYAYA

glass jetty
#

yes

#

implementation details can be anything that not break

tender river
#

there are many of user-created pointer types

#

Pin also mostly isnt compiler magic

#

its something that was already possible

#

also attributes are never used like that in rust

#

not to mention im pretty sure expr attributes are unstable

#

basically, your solution wouldnt solve any problems at all

#

it would only create them

olive sable
tender river
#

if there is mut Pin<A> and mut Pin<B>, you can just mem::swap them

#

it's allowed

#

if they wrap a pointer, this is actually ok
if they wrap contents, this breaks everything

#

there are a billion issues like that with your approach
you want compiler magic, but theres no clear reason for it to be added when the existing solution already works very well and your solution has no benefits over the existing one

glass jetty
#

seems like it still possible to break everything just by adding something at safe side

#

but it kinda impossible on user side
can write unsafe that rely on reasonable definitions in safe in current crate

#

ok that make more sense for it to be ptr

#

but it still kinda neuroBwaa

jagged turtle
#

HOW DOES DOCKER DESKTOP ITSELF TAKE UP 3.5GB OF STORAGE

sage crag
#

garbage collector

#

betrer than ownership rules

glass jetty
#

no.

#

unless you can make ideal gc

#

ideal gc is ownership rules

olive sable
#

where can i find someone with a mac to see if our unity build works for mac?

glass jetty
#

on mac discord server?

olive sable
#

im not going anywhere near there

#

it was a question asked here with the intent to find someone here who could

umbral wigeon
#

How do I read this

#

I'm writing shi

olive sable
#

there are multiple things in that screenshot

#

how do you read what?

umbral wigeon
#

nothing, I'm just sharing my stuffs

glass jetty
umbral wigeon
#

I'm trying to compare legacy code with new code

trim valve
umbral wigeon
glass jetty
#

lua is not javascript

trim valve
glass jetty
#

lua is just different script language

trim valve
#

you can transpile typescript to lua

olive sable
umbral wigeon
#

I'm using luau

glass jetty
umbral wigeon
#

it's just table with special behavior

#

Like spinning table

glass jetty
#

omg ok

trim valve
#

this is pretty well used afaik

#

they also ported react

umbral wigeon
#

A lot of people hate react in devforum community, because they don't how to use it

#

Most devs like to have pre-made UI assets and use it

jagged turtle
rough bloom
#

otherwise AWS has some

#

$1 per hour

#

cheap

#

-# have to rent for 24h at a time though

jagged turtle
#

someone plz help

rough bloom
#

have you tried a ladder

rigid snow
rough bloom
#

@olive sable mac person found neuroSlam

glass zinc
glass jetty
olive sable
#

it has to be handed in before midnight today

#

so ill just ship it probably

#

if it doesnt work its on the unity compiler

jagged turtle
#

sorry it didn't work

rough bloom
hard delta
#

How to care

rough bloom
#

unless you do something platform-specific

glass jetty
glass jetty
jagged turtle
hard delta
#

i don't care

#

how to care

glass jetty
hard delta
#

damn

jagged turtle
olive sable
#

the linux and windows build work, surely apple silicon isnt too different

glass jetty
hard delta
glass jetty
#

tbh, you are in programming not in general or NN

rough bloom
#

can you even build for Mac from Linux

#

(Unity project specifically)

mighty thorn
#

Test3 has completed testing, test4 is literally 5000 lines

olive sable
#

ye

#

i built all 3 from my linux

hard delta
jagged turtle
glass jetty
sage crag
glass jetty
rough bloom
hard delta
#

i've never seen people intentionally focus on coding, related skills, or improving them
they either have infinite motivation all day sent straight from the gods and they can't explain why
or they cannot for the love of god pay attention or finish anything

jagged turtle
hard delta
rough bloom
jagged turtle
olive sable
opaque wharf
glass jetty
#

and when i finish it i will buy new phone

#

that my motivation

glass jetty
#

tho this list only getting bigger and bigger

#

it was just 'learn rust'

#

now its like 10 items

rough bloom
hard delta
opaque wharf
#

"But prof, it works on my machine"

jagged turtle
#

something can require effort and be fun at the same time

olive sable
#

we do be gaming autismu

glass jetty
#

btw, talking about effort and fun
i really not know what to change or what to add that have significant affect on type system itself

hard delta
jagged turtle
olive sable
hard delta
#

you clearly haven't experienced it lmao

#

too many ???s

jagged turtle
#

bro I'mma ask gpt to explain what you're saying atp you're not really making sense /hj

olive sable
#

ok now its slop time neuroHypers

kindred perch
#

Guys is it a good idea to put your own images in your portfolio?

olive sable
kindred perch
#

by own images I mean face

kindred perch
#

oh wait

#

ollama is good

glass jetty
kindred perch
#

I think Docker has also function

#

LocalAI smth

stark needle
#

Use vllm or sglang

jagged turtle
#

whaaaaaaaaaaaaaat

stark needle
#

Everything else is cope

olive sable
#

ill try vllm i guess

kindred perch
rough bloom
#

llama.cpp nice because simple setup

olive sable
rough bloom
#

but ye vllm or sglang are good neuroBlankies

stark needle
#

Int8 instead of fp8 kv cache

rough bloom
#

this server will have

olive sable
#

i requested my discord messages, and im gonna train a slop to use my bad limited vocabulary

rough bloom
#

1 request

stark needle
olive sable
#

when i dont know something in gonna ask sam van slop, and its gonne tell me it dont know either

trim valve
olive sable
glass jetty
#

again talks about ai

olive sable
#

i mean, im pretty sure i dont have anything to hide in my messages

#

i dont think ive been too weird

jagged turtle
#

because some people don't understand what being busy means

#

(frustration boils over because last night they pinged me just to code review a FUCKING AMONG US MOD OF ALL THINGS)

olive sable
#

shut up
-# message sent from iSlop

glass jetty
hard delta
#

honestly i'd rather be pinged with stupid stuff than forgotten for weeks because of fnf mods neuroSadge

#

(and that's at least 30% about the game modded, lel)

trim valve
olive sable
#

im waiting for discord to send me the email

#

i have the data from last october still tho

trim valve
#

I did mine a while ago because I was considering deleting my account

olive sable
hard delta
#

i had one of an old acc but then deleted it

#

it wasn't worth much with only my messages being in there, no context

olive sable
trim valve
hard delta
#

there's tools to get whole two-sided readable DM histories tho

trim valve
#

no more bred would be useful, this account is way too doxxable as it stands

glass jetty
#

arent you can just remove all msges?

trim valve
#

eeh

#

there's other stuff

olive sable
#

are you named owobred everywhere perhaps?

rough bloom
#

would suggest

#

not going into detail

#

or elaborating at all

olive sable
#

true

rough bloom
olive sable
#

actually dont reply

trim valve
jagged turtle
#

hello owobred

#

canonical supplier of the neuroBread

hard delta
#

now i know

#

you're... linus

rough bloom
#

big money

hard delta
#

generate neurobread tech debt by repo-rizzing the tech dept

trim valve
hard delta
#

think oracle, just neuro bread

trim valve
#

you can actually see in my minecraft skin history where gender hit

jagged turtle
#

it cost me 20 neuros just to eat a neuroBread

#

economy is in crisis

hard delta
jagged turtle
mighty thorn
#

Like a lot

jagged turtle
#

neuro stock is feeding into pocket of big bread

#

I am poor here

#

I only have 10neuros x10 to my name

#

each neuroBread is 2 of my 10neuros gone

#

need cheaper food

stark needle
#

Chat is this real, they are doing sports betting at my workplace now

#

😭

hard delta
#

have you considered switching to a diet of ddr5 ram

trim valve
#

but yeah idk what im meant to do about old stuff linking me to irl

hard delta
trim valve
#

other than neuroNuke neuroBread

jagged turtle
hard delta
#

banana 2026?

jagged turtle
#

me already about to need to starve

opaque wharf
rough bloom
#

or pester support to remove stuff if possible, but not always the case

jagged turtle
stark needle
olive sable
#

yes?

jagged turtle
#

it'll cause you lots of head pain

olive sable
#

if bred dissapeared one day that would be sad

opaque wharf
trim valve
#

from what I've seen discord isn't too bad if you follow their rules

trim valve
jagged turtle
#

of all things

#

oops caps

trim valve
#

its suprisingly hard to fully disappear from a name

opaque wharf
#

The two things I dread the most

jagged turtle
#

🤮 tax

leaden crest
trim valve
#

one of my many accounts I was considering pivoting to had its protonmail account deleted

#

incredible

leaden crest
#

?? they can just do that?

#

were you inactive

trim valve
#

yeah

#

the plans to ditch owobred have been long in the making

stark needle
olive sable
#

i see no issue with that statement

stark needle
olive sable
#

oh

#

i think that was when i ate chinese

#

ye i wasnt kidding

#

i really did eat some frogs

opaque wharf
olive sable
#

wdym?

#

chinese is a good cuisine

#

what do you have against the chinese?

leaden crest
#

holy eurocentric

real sierra
#

sam decided his blackmail folder was too light I guess

olive sable
#

it is a good cuisine

leaden crest
real sierra
#

this is like level 1 ragebait tho

trim valve
real sierra
#

you gotta get some practice in nn

trim valve
#

fun fact

sage crag
#

i am mascot

leaden crest
sage crag
trim valve
#

steam truncates your password to 64ch if its over that length

#

without telling you

sage crag
#

pluu

#

steam

trim valve
#

but only in some ui fields

kind fable
real sierra
#

wdym truncate

olive sable
kind fable
#

cause if so very funni

real sierra
#

is the hash still of the full password

trim valve
#

password[:64]

olive sable
sage crag
real sierra
#

or is it truncated when you submit it in any password field

trim valve
#

most password fields truncate it

#

some complain that its overlength

real sierra
# sage crag

why have you done this to me while I'm on public transit

stark needle
#

Ok @olive sable i think my message history is 10x worse than yours

olive sable
#

i know

trim valve
real sierra
olive sable
real sierra
#

does the sign up field truncate it or complain

kind fable
cobalt moon
real sierra
#

if it truncates then there's a huge problem here

leaden crest
#

SHIRO IS IN PUBLIC TRANSIT AT THIS TIME

real sierra
leaden crest
#

EVERY DAY AROUND THIS TIME BE AS GRAPHICALLY WEIRD AS POSSIBLE

cobalt moon
#

Oh neurOMEGALUL right my bad

trim valve
#

its fine I just had to take the last 8 characters off my saved password lol

olive sable
# sage crag

did i do that?
doesnt feel like something id do?

#

but the gpu does fit

#

im pretty sure the 3090 i sent to superbox was that deisng

trim valve
#

sam great idea, train an image generation model off of every image you've ever sent

#

surely that will go smoothly

olive sable
#

half of it is gonna be liminal space gamedev and triangle shit

#

other half is gonna be desktop

#

and maybe 5% irl pictures

trim valve
sage crag
trim valve
#

i might actually have to go through discord support soon

sage crag
#

destroy pc gif

trim valve
#

painn

olive sable
#

my discord data has arrived neuroHypers

trim valve
#

discord don't let you

#

even better

leaden crest
opaque wharf
olive sable
#

fuck off

#

thats not even remotely what i look like btw

tender river
#

arrest her

#

arrest her

rough bloom
#

where crime

tender river
#

speeding

#

10 times over

#

speed limit

sage crag
sage crag
#

no speed

#

ata

rough bloom
#

moving in one place

#

NOT speeding

sage crag
#

nrr

#

run around world in 1 frame

rough bloom
#

neuroDinkDonk arrest

sage crag
trim valve
#

DISCOOOORD

tender river
#

it ok kni was going off road

#

speed limit only apply

#

on road

sage crag
trim valve
rough bloom
tender river
#

"lost access to your email? too bad neuroWAJAJA"

stark needle
#

kni

trim valve
#

this is with 2fa too

sage crag
olive sable
tender river
sage crag
trim valve
#

wrrr

sage crag
#

fish named janna

#

hello janna

tender river
#

hello janna

leaden crest
#

hi janna

sage crag
#

do not nyaroPat fish

#

sea deep

tender river
#

fish with surname vedalUUH

#

aristocracy

sage crag
#

pluu

#

species

#

spotted ratfish

tender river
#

michael

sage crag
#

rats is not fish

tender river
sage crag
#

mammal

#

o

#

phylogenetically

#

rats is fish

olive sable
#

the may 2026 wordcloud is taking a lot longer to generate

opaque sigil
#

e

olive sable
#

i shoudl probably put a filter on it to make sure there are no words in there banned in neurocord

rough bloom
trim valve
sick owl
#

I propose slop slopping as the new term

sage crag
olive sable
opaque sigil
sage crag
#

cat

trim valve
#

waa i don't wanna neuroNukeneuroBread

tender river
sage crag
#

:GayBar::owobred:

trim valve
trim valve
#

ok solution found to old account issue

#

just need to use

#

even older account

sage crag
#

[

opaque sigil
trim valve
#

I could actually go back to an account that I had before this one

olive sable
#

ok im running my discord messages through from better_profanity import profanity this thing

#

just to be sure

trim valve
#

is that to weight the ones with profanity higher in the training data

olive sable
#

i need to make sure it doesnt say slurs

trim valve
#

oh yeah sam also consider making a markov chain

#

they're more fun

olive sable
#

how is stupid in their profanity list?

trim valve
rigid snow
opaque sigil
jagged turtle
#

that better

stark needle
jagged turtle
#

?

olive sable
#

even if the base model has that, i want the finetune to be a chill guy

stark needle
olive sable
#

uh

#

sure i guess

#

go ahead

opaque wharf
rigid snow
#

burned myself with a toast neuroPogHD

opaque wharf
opaque wharf
rigid snow
olive sable
#

its frustrating how single threaded this code is

trim valve
#

riir

#

I did my discord message loading in rust

opaque sigil
#

semantic analysis on the gpu neuroPogHD

trim valve
#

sam dump all your messages into a text file and feed that into an llm with a giant context window

#

or chunk it

rigid snow
#

-$50 in inference

olive sable
#

ok it outputted the full lsit of swearwords, and some of them it caught are litteraly opengl function calls

trim valve
#

sam has a gpu

#

I also have a gpu

olive sable
#

numbers too? they banned numbers? i misspelled VFX once it seems too

 - dataset_max_seq_len: 1
 - dynamic_len_handler: 1
 - 7175: 1
 - 7171: 1
 - line_strip: 1
 - triangle_strip: 1
 - gl_triangle_strip: 2
 - 50b: 1
 - a55: 1
 - fvx: 1
#

the ones with strip make somewhat sense i guess

#

the word len seems to just be flagged on its own

#

reading these, a lot more words are profanity than i thought.

glass jetty
mighty thorn
olive sable
#

neurOMEGALUL it flagged meth

 - meth_class: 1
 - meth_static: 1
glass jetty
#

im ye need, idk thats

#

think dont work

olive sable
mighty thorn
# olive sable yes

Idk how much you want to be your own but I’ve got both halves of the puzzle assembled already and am more than willing to send either one to you

Plus a secret third half that I’m working on currently

olive sable
#

yaoi got flagged twice evilWheeze

olive sable
#

i jsut heard a windows sound

#

im on linux

#

wut

mighty thorn
olive sable
#

yes

mighty thorn
#

Did you get full conversations or did you just flatly export your messages with discord data export?

olive sable
#

messgaes

#

data export

mighty thorn
#

Ah

mighty thorn
# olive sable data export

Well I’d recommend trying by full finetuning Gemma 3 270m instruct so you can play around with formatting, hyperparameters, training settings, parsing, callback scoring, etc etc, then switching to a LoRA on a base model around 1-4b for a real beta, then maybe scaling up but not really that useful unless you have like a shit ton of data to use

stark needle
#

Only 100M active params

olive sable
#

im not gonna send the whole thing cuz im still afraid of getting banned, but none of these are career ending
i actually have a good explenation for all of them

mighty thorn
# stark needle Gemma 3 270m is shit no?

Yes but not for the absolute basic concept validation tests to make sure what you are planning will work outside of a toy model without wasting time and compute to retrain a bigger one over and over

#

That’s what I do

olive sable
nocturne olive
#

neuroThinkSmug For LLMs that's considered kinda small

mighty thorn
stark needle
nocturne olive
mighty thorn
midnight sigil
stark needle
#

Just get 3 dgx sparks like mePauseSama

stark needle
#

Easy fix

olive sable
#

how much is a single dgx spark even?

#

cuz i paid 1850 euro for this server

mighty thorn
stark needle
olive sable
#

and its worse than a 4090?

stark needle
nocturne olive
olive sable
#

so it is

#

scam

mighty thorn
# olive sable data export

Also I’d assume you are going the afunyun path of using ChatGPT to generate synthetic messages that your dataset will frame your real messages as being in response to

nocturne olive
#

You need a 5090 to beat a 4090

stark needle
mighty thorn
warped narwhal
stark needle
olive sable
#

i hope len is not a slur

mighty thorn
# olive sable <:Shruge:1182745661909762098>

I mean LLMs are conversational, you can’t just train on your actual messages or it’ll regress into a text completion model and just finish your sentences instead of responding as if it were you

stark needle
#

True

olive sable
#

hmmm

mighty thorn
#

Like a responsible scientist

olive sable
#

bro

#

dont admit to that

mighty thorn
#

not this place

#

I barely talk here

#

And 8m messages

olive sable
#

you know the mods can report you for this right?

nocturne olive
#

neuroConfused You'll get banned here for breaking Discord ToS though

mighty thorn
#

Fine

#

I do it via rigorous safety testing and the application of the scientific method

#

I want to try and export my phone text messages but Apple is stinky and won’t let me

vague sonnet
stark needle
#

It is typing

mighty thorn
vague sonnet
#

I might need to read up because I might be missing context

#

does he want to train an LLM from scratch using just his messages?

#

if you just finetune an existing model you shouldn't hit that issue

olive sable
#

lemme see if there is a vllm flake available

stark needle
rough bloom
#

ye just run in Docker probably

#

easier

olive sable
#

i odnt really feel like using docker

#

sounds annoying

stark needle
#

Why does everyone hate docker😭 😭 😭 😭

opaque sigil
#

why would you need a flake for vllm, just pick the one from nixpkgs

olive sable
sick owl
olive sable
#

botan-kamiina-fully-blossoms-when-drunk-kamiina-botan-yoeru-sugata-wa-yuri-no-hana.mp4

stark needle
olive sable
#

well you see

#

nixos does work

opaque sigil
olive sable
#

and docker is something weird that appeared in my vscode exstensions one day and i hate it and i like doign things how im used to and i have autism

#

docker is unnecessary, just run it on the hardware

stark needle
#

Bro u simply don't know the joy of distributed managed high availability helm-templated kubernetes deployment

olive sable
#

you sound like a corpo

olive sable
#

shadow def works for arasaka

glass jetty
mighty thorn
#

It’s actually the old world name for docker headquarters

glass jetty
#

docker is fine unless you make unmaintainable and unclear ecosystem
and force every one to use it

#
  • you kinda have to know how docker work
trim valve
glass jetty
#
  • compose is shit and i will not learn it
trim valve
#

I prefer rootless or just using podman

#

but so much stuff breaks when you try

stark needle
#

Docker allows more compute density and hardware utilization

stark needle
#

Compared to legacy vmware workflows

olive sable
#

genuinely tho, why would docker be useful to me for this when it just adds overhead?

glass jetty
#

yeah that why docker take 50gb

#

while arch takes only 2 base + 30gb libs

trim valve
#

I've had to use it before for matlab

stark needle
#

Especially all the cuda slop

stark needle
#

And ye what kni said

#

No "runs on my machine" slop

trim valve
olive sable
#

if it works on my machine then i dont care about standartisation for this

trim valve
#

docker just works™

#

right chat

sage crag
#

not everything can be reproduced identically to a docker environment just by using nix flake

#

however

thorny marsh
#

meh

sage crag
#

this is software skill issue

#

software is made for my machine

olive sable
#

the goal is work on my server. i dont care whether it works for other people

sage crag
#

if youre using something someone else made

#

then

thorny marsh
sage crag
#

you want it to run

stark needle
#

Yes your server should be running docker and not install random shit on the raw os that might break everything

#

Especially when everything wants it's own dependencies

trim valve
#

shadow you seem to be misunderstanding the core point of nixos

thorny marsh
trim valve
#

installing random shit shouldn't break everything irrecoverably

olive sable
#

i have generational backups

sage crag
#

mfw generation 400

olive sable
#

pun intended

olive sable
sage crag
#

im on 397

olive sable
sage crag
#

my nix config has gems like

#

because radv driver cant figure out my monitor supports 280hz

#

but this timing is actually a bit bad because sometimes my display wont recognise the input if its been off for more than a day

olive sable
#

might get fixed in that hdmi 2.1 patch amd is rolling out soon?

sage crag
#

no

thorny marsh
sage crag
#

displayport

olive sable
#

oh

sage crag
thorny marsh
olive sable
#

another windows notification welpsagiri

#

im on linux

thorny marsh
#

:p

olive sable
#

who keeps haunting me?

#

oh actually

sage crag
#

wrr

olive sable
#

my headphones say they can connect to 2 devices at the same time, but they might be connected to 3 devices. surely the windows notifications arent my laptop's battery?

trim valve
#

it could be outlook notifications?

stark needle
#

Nixos is for illusion of competence satisfaction on an imaginary self imposed problem

sage crag
#

nixos is for

#

clean freaks

trim valve
#

shadow are you angry at a real problem or just angry for the sake of it

trim valve
thorny marsh
#

i enjoy nixos idc if my satisfaction is imaginary

glass jetty
#

nixos is nerd thing for ppl who want reconfigure main system from scratch for no reasons

olive sable
sage crag
glass jetty
#

just use arch

trim valve
#

do you have outlook on your phone

thorny marsh
olive sable
#

hmmm

#

maybe?

trim valve
#

because its the same notification sound

sage crag
#

"just use arch" <- person who will have to chroot into their system from usb when they break something

thorny marsh
sage crag
olive sable
#

it is outlook on my phone

trim valve
#

anyways im happy with my usecase of nixos

olive sable
thorny marsh
sage crag
#

neuroCatUuh dual-booting windows and linux on same disk

stark needle
#

Even chatgpt agrees lil bro

trim valve
#

wow shadow

thorny marsh
warped narwhal
trim valve
#

are we really hitting the "I lost an argument with my girlfriend so im getting chatgpt to rank the messages" now

sage crag
glass jetty
stark needle
warped narwhal
olive sable
thorny marsh
velvet vale
#

Nix hate?

#

In my neurocord?

thorny marsh
olive sable
olive sable
#

i dont see why you put a "clueless" in place

#

it does just work

thorny marsh
olive sable
#

YES

#

EXACTLY

#

FUCK THAT

thorny marsh
# olive sable it does just work

the thing is i prefer just building a new generation by appending a letter to it, starting from B, in scenarios where the reverted change is very very minor

olive sable
thorny marsh
# olive sable FUCK THAT

lets also ignore the fact that i also probably have extra drivers i should remove and some potential registry keys that could just staying there for no reason at all even post deletion of the thing that needs them

olive sable
#

the server get a litle rowdy when i do a nixos-rebuild

warped narwhal
thorny marsh
glass jetty
#

meow....

olive sable
#

chara is a discord kitten confirmed, welp, im rebuilding again, say goodbbye

warped narwhal
glass jetty
thorny marsh
#

meowww

olive sable
#

kill

sage crag
#

wrr

thorny marsh
thorny marsh
sage crag
#

wrrrr

warped narwhal
thorny marsh
nocturne olive
olive sable
#

crt do make wrrr noise

#

depending on how you imagine wrr sounds

nocturne olive
#

neuroThinkSmug CRTs probably sing at C20

olive sable
#

at what?

nocturne olive
#

C20, octave 20 C

olive sable
nocturne olive
#

(it's like a billion Hz over what humans can hear)

warped narwhal
olive sable
#

im pretty sure crt arent a billion hertz

nocturne olive
olive sable
#

they're like 15KHz

sage crag
#

vzeroupper

warped narwhal
olive sable
#

flyback transformer

nocturne olive
#

yes But do you hear them sing?

olive sable
#

yes?

nocturne olive
#

OhISee Rare breed of CRT that sings at normal frequency

olive sable
#

define sing

nocturne olive
thorny marsh
nocturne olive
#

neuroConfused C is like the standard note

thorny marsh
#

A₄

nocturne olive
#

Am I just stupid then

thorny marsh
#

because A defines the frequency of the scale and the most common scale is 440Hz (A₄)

sage crag
#

middle c

#

is the

#

default note

#

on your piano

thorny marsh
#

musical note

olive sable
nocturne olive
#

1 billion Hz = 1 GHz

olive sable
#

why 1 GHz?

#

where do you get that number from?