#programming

1 messages · Page 545 of 1

rigid snow
#

it’s like the shittiest make of vanilla ice cream

stark needle
#

debian

rigid snow
#

debian my dear

stark needle
#

raw debian or go home

rough bloom
#

use

#

RHEL

olive sable
#

Failed to install bootloader
what the fuck was it compiling???

split steppe
#

ubuntu is the windows of linux

#

lol he's installing a rootkit

olive sable
#

why am i doing that?

#

how am i doing that?

opaque sigil
#

what kernelPackages are you using

split steppe
#

this could have been done in 5 minutes by installing git

stark needle
# rough bloom RHEL

Oh wow, I must express my sincere appreciation for the distinguished enterprise capabilities furnished by Red Hat® Enterprise Linux® Server™, including its meticulously governed lifecycle management, compliance-aligned security architecture, Security-Enhanced Linux® access controls, Red Hat Insights™ predictive analytics, RHEL System Roles™ automation framework, and the Red Hat Enterprise Linux Web Console™ administrative interface. Truly, few computing experiences rival the operational elegance of a commercially supported, enterprise-grade Linux® platform purpose-built for mission-critical hybrid cloud environments.

rough bloom
olive sable
rigid snow
#

real men use vscode server MyHonestReaction ??

olive sable
#

no

#

real triangles use vscode server

#

idfk know what men use, dont ask me im not a men

kind nimbus
split steppe
#

be a square, use git

olive sable
#

no

rigid snow
olive sable
#

never

rigid snow
#

whatever

stark needle
# rough bloom wow looks great

I appreciate the positive feedback regarding this Red Hat® Enterprise Linux® Server™ and Red Hat Insights™-aligned presentation artifact. It is reassuring to know that the enterprise-grade lifecycle posture, SELinux® security model, and hybrid cloud readiness were received in accordance with expected stakeholder standards.

rough bloom
maiden geyser
opaque sigil
rigid snow
#

weekly femboy convo in programming

fast pagoda
#

i love crankin and bakin in #baking

split steppe
#

leaving this for when you give up

rigid snow
#

what git why even

#

just fucking vi it

split steppe
#

emacs it

olive sable
#

you forget howw stuborn i am. id more likely use the ilo5 interface with hyprland than use stinky git server

fast pagoda
#

mercurial scm only

olive sable
#

purely to spite

split steppe
#

he wants to use vscode tho, which is fair, its just the sync part

rigid snow
#

then scp config, edit, scp back

#

takes 20s

kind nimbus
#

I think I'm in the right channel here

olive sable
#

fuck you i fixed it

rough bloom
#

what was issue

olive sable
#

i dont know

rough bloom
#

so

#

not fixed

rigid snow
olive sable
#

i deleted the old nixos gens to fix the build issue cuz thats the reason it broke somehow

#

and i added the programs.nix-ld.enable = true; with the new gen

rough bloom
#

nix-ld evilDeadge

olive sable
#

i litteraly have 2 files in user folder rn

opaque sigil
#

they should add support for the gh200 in btop, i want to look at the pretty gpu graph go brr neuroSadge

minor trout
#

different font

olive sable
olive sable
#

0x1002

opaque sigil
#

#baking my beloved mhm

#

what kind of weird hardware are you using neuroCatUuh

olive sable
#

7900xtx

opaque sigil
#

huh

kind nimbus
olive sable
opaque sigil
#

i have obtained a basic gpu graph at least neuroHypers

olive sable
#

if it does that you hsoudl be able to add gpu0 to the list of thingies

opaque sigil
stark needle
#

Where gh200 nvl72

olive sable
#

slopcoding nix config neuroHypers

#
systemd.services.gpu-scheduler = {
        description = "GPU Batch Scheduler (Pauses vLLM)";
        path = with pkgs; [ docker bash coreutils util-linux ];
        script = ''
        QUEUE_DIR="/var/lib/gpu-queue"
        
        (
            flock -n 9 || exit 0
            for job in $QUEUE_DIR/pending/*.sh; do
            [ -e "$job" ] || continue
            
            JOB_NAME=$(basename "$job")
            mv "$job" "$QUEUE_DIR/running/$JOB_NAME"
            
            echo "Shutting down vLLM to free VRAM..."
            systemctl stop docker-vllm.service
            
            echo "Executing job $JOB_NAME..."
            # Run the script in an ephemeral ML container with GPU access
            docker run --rm --gpus all \
                -v $QUEUE_DIR/workspace:/workspace \
                -v $QUEUE_DIR/results:/results \
                -w /workspace \
                nvidia/cuda:12.1.1-devel-ubuntu22.04 \
                bash "/workspace/../running/$JOB_NAME" > "$QUEUE_DIR/results/$JOB_NAME.log" 2>&1
                
            echo "Job complete. Restarting vLLM..."
            systemctl start docker-vllm.service
            
            mv "$QUEUE_DIR/running/$JOB_NAME" "$QUEUE_DIR/done/$JOB_NAME"
            done
        ) 9>/var/run/gpu-scheduler.lock
        '';
        serviceConfig = {
        Type = "oneshot";
        User = "root";
        };
    };
sage crag
opaque sigil
#

cuda 12.1.1 hurts me

olive sable
#

it only gets worse evilWheeze

opaque sigil
#

though i'm also that guy who develops his library for cuda 13.2 so FOCUS

olive sable
#

i have no clue what that stereotype says about people

#

you're describing numbers to me

opaque sigil
#

don't worry

#

btw in general if i were you i'd use pkgs.writeShellApplication for shell scripts inside the config since those are automatically checked by shellcheck

olive sable
#

that might be less cursed

kind nimbus
#

Lmfao this is peak slop content

opaque sigil
#

also lets you pass runtime inputs so you can call other packages' binaries without having to do string interpolation

olive sable
opaque sigil
#

not really a problem here since you already do this by just setting PATH internally through systemdFOCUS

olive sable
#

im very much so slopcoding this

kind nimbus
olive sable
#

if im doing that it is coincidental

opaque sigil
#

i don't want to have to construct a PATH myself for no reason that's annoying FOCUS

kind nimbus
olive sable
#

my fuckin 11 y/o nephew was showing me the shit he did with lolcat

kind nimbus
olive sable
#

bro was remoting into his raspberry pi

#

and i dont doubt its faster than the laptop he was using to do so

opaque wharf
#

Emacs*

sage crag
olive sable
#

he asked for my specs and i felt so bad showing my btop to him EvilCry

opaque sigil
kind nimbus
olive sable
rough bloom
olive sable
#

pkgs.writeShellApplication shall be used

#

gimme a sec to wrap my head around how it works

opaque sigil
kind nimbus
#

Oh yeah right runtimeInputs is not valid

kind nimbus
opaque sigil
#

he doesn't know hoogle neuroSadge

kind nimbus
#

Basically search engine for nix

rough bloom
#

NeurOhISee Gix

opaque wharf
#

Alternatively Sam, use Samba enub

olive sable
#

what that?

kind nimbus
#

What about NFS ?

rough bloom
#

what about 9p?

warped narwhal
#

what about sshfs

kind nimbus
#

What about iscsi

opaque wharf
opaque sigil
#

samba on linux, good one vedLOL

olive sable
#

you know "..."?
neuroNo

warped narwhal
kind nimbus
warped narwhal
warped narwhal
kind nimbus
warped narwhal
#

it's really meant for the highest demands where like 2ms of latency is unacceptable

kind nimbus
#

This was my first thought as well

What is wrong with my mind

opaque sigil
#

i feel like most file system related things are super niche/unsupported

#

i guess a lot of it comes down to the fact that if your file system isn't in the kernel it may as well not exist in most people's eyes FOCUS

warped narwhal
#

it's super user friendly

kind nimbus
olive sable
warped narwhal
#

it's a distributed file system meant for high availability in datacenters. and it's one of the hardest things to maintain.

olive sable
#

notkonii said "its like x on windows" and i have no clue what the fuck that is either

kind nimbus
#

Ceph is cool

opaque wharf
kind nimbus
#

Proxmox can do ceph out of the box

opaque sigil
#

lustre my beloved (we just had our lustre fs die a couple weeks ago)

olive sable
opaque wharf
olive sable
#

why would i share shit?

#

its mine

opaque wharf
kind nimbus
warped narwhal
#

Easy access between your pc and your server

warped narwhal
opaque wharf
#

Like you wouldn't usually have distributed cephfs with 100GB only on each server

olive sable
#

im not bill gates

warped narwhal
#

It's like longhorn, but outside k8s

rough bloom
kind nimbus
olive sable
olive sable
#

we use usb sticks

warped narwhal
kind nimbus
olive sable
warped narwhal
#

wtf?

olive sable
#

you bring laptop

opaque wharf
#

Damn did they cheap out or what

warped narwhal
#

that's crazy

olive sable
#

and download shit from the website

olive sable
warped narwhal
#

My uni had literally thousands of computers for us to use (we were a computing campus)

kind nimbus
#

I still miss the good old school days

All machines ran windows 7 and were vulnerable to eternal blue

Good old fun times

olive sable
#

thousands of shitty dell optiplexes sure, but we need stuff with GPUs

warped narwhal
opaque wharf
warped narwhal
#

nah, they all had 12th gen intels and 3080tis. it kinda blew my mind

opaque wharf
warped narwhal
#

I opened up task manager and was like "how tf is every computer in my uni faster than my PC at home"

opaque wharf
#

I still remember we have to use older version of Autodesk stuff because of it

warped narwhal
#

Oh dont get me wrong. First login for each pc was slow as shit

olive sable
warped narwhal
#

but once you were in it was fast af

opaque sigil
#

here the actual pcs are quite slow and just act as thin clients, if you need more use the local supercomputer enub

kind nimbus
warped narwhal
#

I never got to use it, but our campus had a small supercomputer for studying HPC. I think you had to be doing a masters or higher to request compute time though

opaque wharf
#

But for the FEM or FluidSim, sure

olive sable
#

they do have a central server somewhere, but its not for student use.
there are some weird cool odd things there
like xbox dev kits and a whole virtual production studio

opaque wharf
#

Also still no good CAM software on linux neuroCry

opaque sigil
#

idk about cad but i know they have all kinds of gui applications you can use via instances

#

i only get access to the cs/math related ones

#

my arch nemesis ReallyMad

opaque wharf
#

Like, actual BIOS got bricked level

olive sable
opaque sigil
#

being situated in the state capital and getting that sweet government money at the expense of having to provide hpc services for all unis in the state do be nice

#

we're getting a gb200 soon neuroHypers

olive sable
#

aight, im trying the slopcoded nixos config

warped narwhal
#

*explodes*

opaque wharf
olive sable
hard delta
#

ok chat

#

i saw a cool sentence on twitter

#

so i'm stealing it uncredited and improved

olive sable
#

neuroPoint local programmer reads sentence

warped narwhal
# warped narwhal \*explodes*

Can someone tell me whether you can see the asterisks here, or whether you see italics. I want to know whether I typed it wrong, or whether my discord client has a bug in it

opaque sigil
#

i see them

warped narwhal
#

cool, my client has a bug cause I see a backslash then italics

hard delta
#

what would happen if linux disappeared overnight
not replaced, just every bit that in any form describes linux got zeroed out in any memory or storage or rom or book

olive sable
#

the internet dies

kind nimbus
#

we still have bsd then

olive sable
#

emergency services fall back to phone-lines

hard delta
#

aren't phone centers running on linux too

olive sable
#

hmmm

#

emergency services fail completely

opaque wharf
#

What is this style of art called?

opaque sigil
hard delta
opaque sigil
#

hard to know what to use when there are a bazillion options inside nixpkgs

warped narwhal
#

Didn't canada have a meltdown because an ISP made a bug? so I'm assuming some countries don't use phone lines. Maybe older ones like the UK might have them as a backup, but I wouldn't expect America to

warped narwhal
opaque wharf
olive sable
hard delta
olive sable
#
activating the configuration...
setting up /etc...
reloading user units for sam...
restarting sysinit-reactivation.target
reloading the following units: dbus.service, firewall.service
restarting the following units: polkit.service, systemd-udevd.service
starting the following units: accounts-daemon.service, systemd-modules-load.service, systemd-tmpfiles-resetup.service

neuroCatUuh

hard delta
#

reloading user units for 🔺sam...

opaque sigil
warped narwhal
olive sable
#

fragment file found, need to kill

warped narwhal
#

@aninconspicuoussemicolon

#

at least you can if you are using the normal client

hard delta
#

@warped narwhal

#

👀

#

that was a copy text click btw

warped narwhal
#

Pretty cool isn't it

hard delta
#

ok but why didn't it turn it into an id for you

warped narwhal
#

Same with emojis

!ping for ping

olive sable
warped narwhal
olive sable
#

:ping:

#

huh

warped narwhal
olive sable
#

what?

hard delta
#

gen chat doesn't need to know

warped narwhal
#

Hold on I have a gif for this

olive sable
olive sable
#

dont

warped narwhal
#

-# I definitely don't have and boost my own server just so I can get a custom guild tag

olive sable
silent cloak
#

funding discord's new data collection servers by yourself

warped narwhal
#

Huh, I can interview you

silent cloak
#

lmaooo

olive sable
#

your sever has yuri FOCUS

opaque wharf
olive sable
#

i dont mind

#

bnuy

sage crag
sage crag
olive sable
warped narwhal
warped narwhal
olive sable
warped narwhal
#

Is it that "repost to waste 100kb of internet data"

#

I think I got it from here

olive sable
#

yes

#

but 292kb of yuri

warped narwhal
#

Incredible

olive sable
#

neuroCatUuh why are you not doing anything

warped narwhal
#

Have you tried asking it nicely?

olive sable
#

no

nocturne olive
#

aaaaaaaaaaaaaaaaaaaaaaaaaaa My laptop has now officially tried to kill me twice

olive sable
nocturne olive
#

aaaaaaaaaaaaaaaaaaaaaaaaaaa The first time, the charger fried itself and almost lit on fire
aaaaaaaaaaaaaaaaaaaaaaaaaaa And this time, the battery bulged

#

evilMeltdown Where the hell am I gonna get a new battery for that thing

fickle rain
#

Taobao? IDK

#

With Apple these days you can order straight from them, no?

nocturne olive
#

NeuroREEE It's not an Apple laptop, it's an HP EliteBook

olive sable
nocturne olive
#

Why do people assume laptop = Apple neuroConfused

sage crag
#

apple really doesnt like you calling their macbooks as

#

"laptops"

olive sable
#

do they not?

sage crag
#

have you ever heard them call it a laptop

olive sable
#

i have never heard them call it at all

sage crag
#

its always called by name, never as a laptop

olive sable
#

i see

opaque wharf
#

Some people even go so far as calling their phone by number enub

#

"Can you fix a 12?"
12 WHAT?! BANANAS?!

sage crag
#

"apple laptop" neuro7 person never found again

hard delta
#

it has books and pads and other paper crap

sage crag
warped narwhal
sage crag
#

if youre asked to fix a 6 you have to ask whether its an s6 or a pixel 6 or an iphone 6 or a oneplus 6 or a

olive sable
#

you can somewhat geuss what it is with context clues. but its not that straight forward

patent shard
#

nice and cozy

olive sable
#

6 phones

#

all 6

amber fractal
olive sable
#

the iphone 6, samsung s6, pixel 6, oneplus 6, lg g6

#

idfk what other phoens have 6

sage crag
amber fractal
sage crag
#

my phone 6

#

yes his name is 6

#

its an ai

#

ai phone

#

no its not weird

opaque wharf
olive sable
#

please fix the device

sage crag
#

please fix him

#

he caught a cold

opaque wharf
amber fractal
#

Can someone fix my phone 9, I want to use my 1tb storage and 24gb RAM plz tysm

olive sable
#

he got minor cold and forcefully removed half of his battery capacity in a violent explosion

patent shard
#

Can someone fix my phone 20

sage crag
#

do you think a senior has been tricked by the "Hi! I'm Gemini!" into asking a technician to repair their gemini

olive sable
#

please fix my siri

sage crag
#

bixby is broken

olive sable
#

her screen broke

sage crag
sage crag
olive sable
#

i doubt anyone ever asked to fix copilot, it should stay ded

#

what was the new phone drama?

#

oh, thats automodded

#

makes sense

rare bridge
sage crag
#

the worst thing about search engines, and later llms, is that they replace (to lesser or greater extent) the niche filled by askjeeves

sage crag
olive sable
#

hi cloud

sage crag
olive sable
sage crag
#

da police

olive sable
rare bridge
olive sable
#

im gonna get arrested

sage crag
#

no cops around here, youre on baking turf newliv

nocturne olive
#

NeuroREEE I have discovered a Python memory gambling program

rare bridge
#

what we baking? cakes?

olive sable
#

phones apparently

sage crag
#

baking phones

rare bridge
nocturne olive
rare bridge
#

baked phone...

#

anyway, might as well talk about something programming related while i'm here

sage crag
#

phone is very similar to potato if you think about it

olive sable
#

true

amber fractal
rare bridge
#

thinking of making an api to expose #schedule as both a JSON and a RSS-flavoured XML as part of a unofficial project, anyone here find that useful?

olive sable
#

potato, just like my phone, has word on it

rare bridge
#

i'm gonna do it anyway cos i want it, but figured i'd ask

hard delta
amber fractal
#

I do use an RSS reader myself, not nearly as often as I want to

sage crag
#

promot deadge

olive sable
#

cloud. why does jason need to know the schedule?

rare bridge
#

so he can watch strreams

olive sable
amber fractal
sage crag
rare bridge
#

but i was wondering if some interesting projects could be birthed from such an api

sage crag
olive sable
#

stadsomroeper mhm

nocturne olive
sage crag
olive sable
#

TRUE

#

"{x} days since last dev stream catdespair "

sage crag
#

neurobot checks the schedule when you type !tutel, tells you to keep dreaming

amber fractal
#

System message ALERT Ved is doing a build stream

olive sable
#

ask api for next dev stream "none, its so over"

rare bridge
#

i think i have an idea on how i want to ingest schedule info too

sage crag
amber fractal
#

Question to everyone here, who needs this ||on a phone||

sage crag
#

me me i need it

olive sable
rare bridge
#

use regex and basic parsing to handle the weekly ones since that's kept very uniform and standard, but handle things that don't match the regex via some sort of LLM processing mby?

#

however

sage crag
#

neuroPogHD 185hz still 915hz too slow

patent shard
rare bridge
#

i'm gonna say rn i don't know shit about LLMs

olive sable
sage crag
#

neuroLookUp llm processing

cursed schedule api

rare bridge
#

well i need some way to deal with this

sage crag
#

have to check if dev stream is real or not

#

90% are hallucinations

rare bridge
amber fractal
sage crag
olive sable
#

false positives sure, but we'll never suffer form false negatives

rare bridge
# rare bridge

it's not gonna be all LLM, like i said, parsing the weekly would be much better delegated to regex, i just need a way to parse natual language like this

amber fractal
sage crag
#

20000 mAh should still be allowed on aeroplanes right

#

just do that

olive sable
#

20000mah is allowed ye, my tablet has that

sage crag
#

thats not a tablet

patent shard
#

1080p 180hz should take a lot less than 1440p 120hz by the time you factor in 1440p is like 1.78x the resolution of 1080p and 180hz is only a 1.5x increase and the adaptive refresh rate adjustment

olive sable
#

it is

sage crag
#

thats a laptop without a keyboard

rare bridge
#

that's a power bank sam

#

power bank with a screen

olive sable
sage crag
#

its a fire hazard

rare bridge
#

that is a laptop

sage crag
#

ye

olive sable
sage crag
#

wait it could also be a macbook, "not a laptop"

rare bridge
sage crag
#

run a local model with like 2b parameters

#

can do cpu inference

rare bridge
#

Okay sure lemme cause the 3 mc servers running on this server box to watchdog fail

amber fractal
sage crag
#

batteries scare me

rare bridge
#

plus i'm gonna be real honest

#

idk how to mess with neural stuff at all

sage crag
#

energy density shouldnt be portable and easy to discharge

rare bridge
#

lithium ion batteries especially scare me

opaque sigil
#

does deepseek have a structured api

rare bridge
sage crag
rare bridge
#

there's no way that's a battery

nocturne olive
amber fractal
#

Hey Sam, how quickly would this be flagged in an anticheat?

sage crag
#

solid state batteries will never reach the market because there will be too many explosions

rare bridge
#

i'd call that a REALLY really angry capacitor

sage crag
nocturne olive
#

It is now in an ash bucked outside

amber fractal
sage crag
#

salt batteries, graphite batteries, uh, quantum... batteries..?

rare bridge
#

time to see how much money openai wants from me from back when i was going schizo over a voice assistant idea i had

opaque sigil
#

hydrogen neuroPogHD

sage crag
#

at least £2

sage crag
#

call that the sun

amber fractal
#

Explode

rare bridge
#

i broke it

sage crag
#

the sun is also rechargeable if you throw like

#

rocks at it

#

really big ones

amber fractal
opaque wharf
sage crag
#

i feel like passing jupiter through the orbital path of the earth will have some negative consequences that we as a society do not necessarily wish to

#

uh

rare bridge
sage crag
rare bridge
#

ohhhh they gave me $5 to play with when i was messing with it

#

alas that's gone, but surely it won't cost too much to call their api once every sometimes glueless

sage crag
sage crag
rare bridge
#

i don't exactly need much capability anywayt

#

all it needs to do is convert to a specific format

sage crag
#

still costs more than just firing up the web client and parsing the html neuroSmug

rare bridge
sage crag
#

the bigger problem is

#

earth leaving

#

or crashing into a planet

#

or the sun

#

any of the above may have negative consequences on a few ecosystems

#

for example

amber fractal
#

It'll be fine glueless

sage crag
#

total destruction

#

the end of all times

#

the apocalypse

#

the largest mass extinction in the history of the world

stray dragon
sage crag
#

likely

stray dragon
#

what about the economy

sage crag
sage crag
stray dragon
#

NOOO

sage crag
#

meteors dont care about capitalism

#

have you ever seen a meteor buy shares in a company?

stray dragon
#

meteors are a resource smh

#

that's like saying gold doesn't care about capitalism

#

big meteor obviously means big money

amber fractal
#

Minamhm full of rare resources

stray dragon
#

exactly

#

no mantle circulation to hide away the gold and such

olive sable
#

temperature FOCUS

olive sable
olive sable
glad path
#

can you consider a human to be open source

wispy pike
#

while I know it's a joke, the misspelling of their bugs me

#

also I know I'm not beautiful enough for anyone so having a gf in an open relationship is an upgrade compared to my current situation neuroDespair

hard delta
#

their is like an explicit owneship

#

there is just a pointer

#

:200iq:

sick owl
#

Abby?

#

Side note this Larry Bundy Jr guy turns up everywhere what's up with that

opaque sigil
sick owl
silent cloak
cobalt sigil
silent cloak
#

Idk what MagicOS or Honor is ngl

kind nimbus
silent cloak
cobalt sigil
#

under huawei i think

fickle rain
#

Yeah how come Codex doesn't give a fuck but deep research does

wheat blaze
#

More like
In ur position asking better question

kind nimbus
faint sandal
#

my enterprise account runs into much fewer violative warnings

#

my claude is feeling it today

rigid snow
jagged turtle
split steppe
#

me

#

lua best scripting lang

faint sandal
#

AHHHH STOP IT

patent shard
#

Having the consumers pre-alpha test it

rigid snow
#

where programming

olive sable
#

here

#

im programming

rigid snow
#

hi programming i’m mlntcandy

olive sable
#
virtualisation.oci-containers.backend = "docker";
virtualisation.oci-containers.containers.vllm = {
    image = "vllm/vllm-openai:latest";
    ports = [ "8000:8000" ];
    extraOptions = [ 
        "--device=nvidia.com/gpu=0" 
        "--ipc=host" 
    ];
    volumes = [ 
        "/home/sam/.cache/huggingface:/root/.cache/huggingface" 
    ]; 
    cmd = [ 
        "Mmtay/gemma-4-26B-A4B-it-heretic-AWQ-4bit" 
        "--quantization" "compressed-tensors"
        "--trust-remote-code"
        "--max-model-len" "8192"
        "--max-num-batched-tokens" "4096"
        "--gpu-memory-utilization" "0.95"
        "--host" "0.0.0.0"
    ];
};
jagged turtle
olive sable
#

4090

#

this is the server

rigid snow
#

that fits a 26b?

jagged turtle
#

oh also mlntcandy I might have finally figured out the type inferencing stuff

opaque wharf
#

It's John Progamming

olive sable
jagged turtle
#

now if only I didn't need to use an identity function for it...

rigid snow
olive sable
#

its 4 bit quant

#

so smoll

rigid snow
#

yeah but

opaque wharf
jagged turtle
olive sable
rigid snow
#

then don’t use an interface ? mlntcandy

jagged turtle
#

I kinda have to

rigid snow
#

what if you make it a type instead

jagged turtle
#

also I'm looking to see when bundlers can tree-shake out identity functions

jagged turtle
rigid snow
jagged turtle
rigid snow
#

oh like that?? yeah i don’t think that… what would that even do

jagged turtle
#

work with smth like satisfies

#
const actions = {
  action: {
    name: 'action',
    description: 'An action',
    schema: z.object({ name: z.string() }),
    handler(ctx) { /* would have ctx.data.data's type to { name: string } */ }
  }
} satisfies Record<string, RCEAction>

this is what I'm thinking

opaque wharf
#

It will then correctly type ctx

jagged turtle
#

I have tried

rigid snow
opaque wharf
opaque wharf
#

Ahh

jagged turtle
#

oh I forgot you can use is in types

opaque wharf
#

I don't think it is possible on the same object tho

olive sable
#

i set this gpu scheduler thingy that automatically closes vllm when the sandbox submits a compute request, but after that's done it takes a whole 178 seconds for vllm to start back up again. bwaadow
also this nix config is so cursed jesus christ

opaque wharf
rigid snow
#

or wait am i mlntcandy ing

#

hmm

opaque wharf
trim valve
silent cloak
olive sable
#

cuz i havent tested multiple jobs yet

#

good point

rigid snow
jagged turtle
opaque wharf
#

Hold on, lemme eat first and check it after

silent cloak
rigid snow
#

you can i think

jagged turtle
trim valve
#

also Sam it's kinda a matter of preference but you might wanna split that GPU scheduler script into its own file

opaque wharf
opaque wharf
silent cloak
#

paradox moment

jagged turtle
opaque wharf
jagged turtle
olive sable
rigid snow
olive sable
silent cloak
#

go full templeOS

#

run everything in ring 0

olive sable
#

no

opaque wharf
rigid snow
opaque wharf
olive sable
#

of the 178 seconds it takes to launch vllm, 50 seconds are spent on torch.compile JIT

#

we should be able to cache this

stark needle
#

Like

#

Mount the pytorch caching folder from docker somewhere in a folder

olive sable
#

"/home/sam/.cache/vllm:/root/.cache/vllm"

#

i also want to up the context window or find a way to make it keep working at least

#

i was thinking "why is it still taking so long" cuz it toko 183 seconds this time still. but then i remembered thats how caching works

#

first time is still slow

open summit
#

😭

#

"whatwhatwhatwhatwhatwhwhahwuawahhwauhhqsdhsfkskf"

#

the demonic noises are so scary tho

rigid snow
silent cloak
#

Couldn't stop asking questions

split steppe
#

sudden awareness made it the thinker

silent cloak
#

More like the stinker

#

Amirite chat

olive sable
kind nimbus
silent cloak
#

New logo drop

faint sandal
#

that said Claude can and will still trigger safety warnings and terminate the conversation without the violative warning sometimes

#

I ran into yet another one again and ruined one of the longer conversations used for an investigation case today

kind nimbus
#

I just want a good LLM with no safeguards

rigid snow
#

chinese models glueless

tiny edge
#

LINUX IS SAFE FROM AGE VERIFICATION 🙏

kind nimbus
rigid snow
#

ehh idk

#

i was thinking glm or kimi, deepseek v4 pro is probably up there too

opaque sigil
#

it's not an opus but also costs a hundreth or so FOCUS

rigid snow
#

not sure about how good they are at cybersec stuff

olive sable
#

what i have made right now has got to be the worst configuration.nix ever made in the history of nixos

kind nimbus
#

Yeah i need something for Cybersecurity that does not refuse my requests

opaque sigil
#

sam, just make a flake already enub

olive sable
opaque sigil
rigid snow
#

true, don't buy a sub yet just hit it over the api

#

if data sensitive use a us or wherever based provider

kind nimbus
#

I might wanna try that

opaque sigil
#

$10 on openrouter goes a long way

kind nimbus
#

Opus is still good for coding but i hate it when it refuses when being asked about exploiting vulnerabilities lol

opaque sigil
#

you should use them with a 4090 if you can

kind nimbus
#

It recently even refused to help fix an exploit or even analyze anything

opaque sigil
#

anthropic doing anthropic things FOCUS

olive sable
#

neuroCatUuh i got told the closed ones would be better for performance

#

as long as it owrks and its fast i dont care if its the open or the closed ones

opaque sigil
#

it's more about general support, the open modules are better supported since well, you can actually look at them

rough bloom
#

they're the same

opaque sigil
#

this explains your weird error yday i guess

rough bloom
#

in terms of performance

opaque sigil
#

nvidia says you should use the open modules when possible so you probably should just do that enub

rough bloom
#

ye

olive sable
#

but it went away on its own

kind nimbus
olive sable
#

its a 40 series. but ill change it to open i guess

opaque sigil
kind nimbus
#

40 should work with the open ones as well

kind nimbus
opaque sigil
#

anything turing+ works with the open modules

#

i wonder how they internally even develop these, i vaguely remember them saying they have a shared codebase for both

olive sable
#

i wonder if there's a configuration.nix-gore page somewhere

#

with the worst configs ever made

opaque sigil
kind nimbus
#

Nix hall of shame

olive sable
#

neuroPoint flemish

#

ge zijt ne'n tovenaar harry

silent cloak
#

Harold trotter

bitter phoenix
#

Codex never does that which is nice

sick owl
opaque wharf
olive sable
opaque wharf
olive sable
#

thats 4 words

#

they were lenient enough to allow the korean from yesterday

opaque wharf
olive sable
#

harry is a name dum

#

not dutch

opaque wharf
olive sable
#

its a name

#

not a dutch word

#

im pretty sure its just short for hendrik

opaque wharf
#

Western names are easy enub

hard delta
#

so it's short for albert david

opaque wharf
#

You read an arabic person called Ibn Hambal and his name is Muhammad. Hambal is his grandfather yet people called him that enub

kind nimbus
olive sable
#

language debates in the big 26 is crazy

kind nimbus
stark needle
opaque wharf
olive sable
#

what the fuck do yall have against dutch?
thats actually fucked up

opaque wharf
kind nimbus
opaque wharf
olive sable
#

computer languages debates is whatever.
but this hatred towards dutch is actual linguicism

olive sable
#

be mad at those dead guys

opaque wharf
#

I'm not gonna bring more politics into this other than saying it's a bit more complicated than that enub

olive sable
#

we didnt do shi

opaque wharf
#

Ye, but government accountability still applies. The government outlast their people, we haven't gotten a single reparation from them enub

#

Like how the UK still have artefact from Egypt

hard delta
#

reparation is the silliest form of welfare

silent cloak
#

Lmao

opaque wharf
olive sable
#

i odnt even see what this has to do with us being hated for the language we speak

hard delta
#

nothing, people just love silly forms of welfare

#

also yeah idk dutch is cozy

#

used to play league with a bunch of duthc people in the skype era

#

i always was second guessing myself if they're speaking english to me or dutch between themselves

opaque wharf
hard delta
#

it has that weird dissimilar similarity

silent cloak
#

True

opaque wharf
#

In fact, our book of law was still in Dutch until just recently enub

olive sable
hard delta
#

do you recognize this fine gentleman, sam

stark needle
hard delta
#

that the post was fact checked

#

by real dutch patriots

olive sable
hard delta
#

and is true, therefore based

olive sable
#

im not even dutch

#

i speak dutch

silent cloak
#

I speak

stark needle
#

i love #global-politics

silent cloak
#

A true neurosama subject

olive sable
#

computed hates yuri

opaque wharf
olive sable
opaque wharf
#

Gatekeeping yuri behind other languages, me hate enub

olive sable
#

you're the one gatekeeping yuri to english

#

you cant expect all the yuri artists to learn english first

nocturne olive
#

neuroWaveA What be happening here today?

olive sable
opaque wharf
nocturne olive
olive sable
#

its belgium x chechia international yuri

hard delta
#

interyuri

opaque wharf
olive sable
#

not gatekeep, its interlingual

olive sable
#

you forgot about every other language that isnt dutch

opaque wharf
olive sable
#

its not dutch

opaque wharf
#

Time to skidaddle skadoodle

olive sable
#

dum

nocturne olive
olive sable
#

does finnish count as what?

nocturne olive
#

A language that is not English and isn't Dutch

olive sable
#

well, you gotta first check

#

is finnish english?

#

no

#

is finnsih dutch?

#

no

opaque wharf
#

How do you know Sam? enub

olive sable
#

i have a good source

opaque wharf
#

Do you also speak Finnish now? enub

olive sable
#

Do you speak finnish?

#

is this gigabit?

nocturne olive
opaque wharf
opaque wharf
olive sable
nocturne olive
olive sable
#

im transfering files to the jellyfin

opaque wharf
kind fable
#

Guys i've sorted it out !!!
AI is just statistical meta-programming
We're just building a program which can statistically create program
It's not different from C++ templates
Except that it's statistical

proven merlin
#

Dead chat

#

Which, understandable

#

Let's hope this revives it

olive sable
#

its been 5 min EvilCry

#

im doing shit

proven merlin
#

I just realized ytm started playing tetoris hardbass remix .. why

#

Why is it good

olive sable
proven merlin
#

Into the playlist you go..

olive sable
#

My new usb-c to dp cable arrived, i font have to use hdmi anymoreneuroHypers

nocturne olive
proven merlin
olive sable
#

my 1st and 2nd monitor were on dp, but ince going tot he 7900xtx, which only has 2dp i had to use hdmi on the 3rd monitor

#

i dont mind the usb-c ports on gpus, but its still not that well supported by monitors tot he point of having to buy adpaters

proven merlin
#

I wonder. Can you hook up phones/usb sticks to that gpu port?

nocturne olive
# proven merlin Lmao

neuroThinkSmug This thing is frankly ancient at this point, but luckily from the start of when we started to have things that actually hold up

olive sable
#

lemme try

proven merlin
#

Would be funny

opaque wharf
olive sable
#

it should

#

pmy tablet and phone have display out

proven merlin
opaque wharf
olive sable
#

not from phone to gpu

opaque wharf
opaque wharf
nocturne olive
proven merlin
# olive sable it should

Yeah but that's mostly just software stuff or y'know, a usb circuit that was expected to handle display and usb data.. i meant plugging a usb stick into the gpu

olive sable
#

thats it tho

opaque wharf
#

Yeah, that's normal since the 5V is a required standard for host device

proven merlin
olive sable
#

i think the usb-c ports ont hese can go up to 25W or so even

nocturne olive
olive sable
#

The USB-C port on the reference (Made by AMD) Radeon RX 7900 XTX delivers up to 30W of power.

proven merlin
opaque wharf
#

Oh, thinking about it, it does make sense to be able to deliver PD for a single cable monitor setup

olive sable
#

VR too

opaque wharf
#

Since I don't own VR I wouldn't know enub

proven merlin
opaque wharf
#

I do however wonder if the gpu will transmit touch data if the monitor is a touch screen

proven merlin
opaque wharf
nocturne olive
silent cloak
#

but im asking if ur stuff can do it yet

#

im not questioning the general tech im checking to see what scale ur stuff is on currently

nocturne olive
#

yes Why could it not?

silent cloak
#

singing is its own ball park compared to general speech depending on the tech and methods

nocturne olive
#

Well singing is like the whole thing with NeuroSynth neuroConfused

silent cloak
#

sweet

#

any cover demos yet

olive sable
#

Ye it just work. Doesnt want to do 1440p tho

nocturne olive
silent cloak
olive sable
#

samsung dex

#

the phone i used to take the picture is running that os

proven merlin
silent cloak
#

so based choice

#

its as rare as .dog and .cat

nocturne olive
#

neuroThinkSmug The domain is provided by Promote

silent cloak
#

also guys iatemy.cat is a valid domain

#

and not taken

#

same with iatemy.dog

#

i debated on buying them

#

but i already own too many feet related domains

silent cloak
nocturne olive
#

neuroTehe Well I did end up paying for it anyway

#

Because Promote ran out of money

silent cloak
#

domains arent bad most of the time either way thankfully

nocturne olive
#

And I need that domain

nocturne olive
silent cloak
#

dont lose it if the site gets popular

#

i lost a domain back in the day sadly and it said it cost me $4k to get it back 💀

nocturne olive
silent cloak
#

lmao

#

its the 1 time price

#

alot of big domains will have a massive 1 time price then have kind of normal yearly billing after

proven merlin
#

My domain is made to always just grab money from my bank when needed, with a fixed price

silent cloak
#

mine are like that too now

proven merlin
#

Its a .de domain which costed me like.. 5€?

silent cloak
#

but it was my first proper domain back in the day

opaque wharf
#

I hate the registrar economy for that

silent cloak
#

honestly yeah

#

i do like the auctions though

#

especially for some of the harder to get stuff

#

i collect some domains like pokemon cards

opaque wharf
proven merlin
#

Urghh.. ill have to drive home from work in a bit.. NOT looking forward to that

silent cloak
#

cant wait for auto pilot to be decent

#

would make commuting easier too because u could just wake up early and go back to bed in ur car while it drives u to work

proven merlin
#

escooter for 35 minutes through 35°C heat. No autopilot for a while

opaque wharf
proven merlin
silent cloak
#

i dont like driving

#

i do it because i have to

proven merlin
#

I don't mind it.. but would like to avoid travel time, yes

silent cloak
#

im a nervous driver and i dont like driving a giant metal weapon on roads where not everyone should be driving

opaque wharf
#

Be like me. I drive all the time when I am alone. But always make the other person drive if they can do it neuroTroll

silent cloak
#

im in America though so its drive or walk

proven merlin
proven merlin
opaque wharf
proven merlin
#

Hmmmm

#

Seems safe

#

Well ig i can understand why yalls roads are litterally 3x as wide as ours

opaque wharf
#

I blame their parents for allowing that

proven merlin
#

I mean, fair point of blame yeah

silent cloak
#

the US has it the worst because we are all driving centered

proven merlin
#

Parenting did essentially just disappear the last few decades

silent cloak
#

pretty much every other country has a number of good options

proven merlin
#

"good"

#

But yes, options.

silent cloak
#

cant be worse than what we have

proven merlin
#

The thing we need

silent cloak
#

side note this just popped up in my feed https://www.youtube.com/watch?v=U46fJ2bJ-co

Bjarne Stroustrup is the creator of the C++ programming language and a former researcher at Bell Labs. We talked about what Bell Labs was like, programming language design, and interesting anecdotes from his experience.

• My ergonomic keyboard project I mentioned, you can follow along here: https://read.compose.llc/

𝗣𝗼𝗱𝗰𝗮𝘀...

▶ Play video