#programming
1 messages · Page 545 of 1
debian
debian my dear
raw debian or go home
Failed to install bootloader
what the fuck was it compiling???
what kernelPackages are you using
this could have been done in 5 minutes by installing git
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.
no, as you can see, he just has no clue what he's doing 
git has been installed already for ages, i just dont want to use git like a femboy
wow looks great
real men use vscode server
??
no
real triangles use vscode server
idfk know what men use, dont ask me im not a men
Nice
no
i just thought of the opposite of femboy do not kill
never
tomboy?
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.
rsync 
amen

weekly femboy convo in programming
i love crankin and bakin in #baking
emacs it
you forget howw stuborn i am. id more likely use the ilo5 interface with hyprland than use stinky git server
mercurial scm only
purely to spite
he wants to use vscode tho, which is fair, its just the sync part
I think I'm in the right channel here

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
nix-ld 
they should add support for the gh200 in btop, i want to look at the pretty gpu graph go brr 
the a and the i looks different
different font
they might want to start with consumer hardware ngl
0x1002
7900xtx
huh
It was only a sloppy job made by Claude anyway 

i have obtained a basic gpu graph at least 
Where gh200 nvl72
slopcoding nix config 
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";
};
};

cuda 12.1.1 hurts me
it only gets worse 
though i'm also that guy who develops his library for cuda 13.2 so 
i have no clue what that stereotype says about people
you're describing numbers to me
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
Lmfao this is peak slop content
also lets you pass runtime inputs so you can call other packages' binaries without having to do string interpolation

not really a problem here since you already do this by just setting PATH internally through systemd
im very much so slopcoding this
Why not use pkgs.writeShellScriptBin or pkgs.writeShellScript
if im doing that it is coincidental
shellcheck + runtime inputs
i don't want to have to construct a PATH myself for no reason that's annoying 
{ pkgs, ... }:
pkgs.writeShellScriptBin {
name = "hello-there.sh";
runtimeInputs = with pkgs; [ lolcat ];
text = ''
echo "hello there" | lolcat
'';
}
my fuckin 11 y/o nephew was showing me the shit he did with lolcat

bro was remoting into his raspberry pi
and i dont doubt its faster than the laptop he was using to do so
Emacs*
he asked for my specs and i felt so bad showing my btop to him 
you made me double check, that's not valid 
At least he can do all that at the age of 11
Not every 11 yo can use ssh and use cli apps like lolcat
Huh what's not valid ?
he is skipping a year or 2 iirc
also works
pkgs.writeShellApplication shall be used
gimme a sec to wrap my head around how it works
writeShellScriptBin does not take runtimeInputs 
Oh yeah right runtimeInputs is not valid
Here is the correct implementation
or https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-text-writing Find more Nix functions on Noogle.
wtf is a noogle
Good Website
he doesn't know hoogle 
Basically search engine for nix
Gix
Alternatively Sam, use Samba 
what that?
What about NFS ?
what about 9p?
what about sshfs
What about iscsi
You know how windows can have their folder shared? That uses samba on linux 
samba on linux, good one 
you know "..."?

Nah, we on that NVMEoF now
Dafuq is that?
nvme of sounds wrong
Samba was genuinely the most painful experience I've ever had trying to setup file sharing. If your server is linux and your clients are linux. For the love of all things good, just use NFS
NVME over Fabric, basically nvmeof to iscsi, is nvme to sata
Huh interesting
Never heard of that before
It's pretty rare I think, I wanted to use it in proxmox but the support was suboptimal
it's really meant for the highest demands where like 2ms of latency is unacceptable
This was my first thought as well
What is wrong with my mind
i dont know
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 
Clearly this just means you should use cephfs
it's super user friendly
I see
Ultra high performance network storage
you're telling me to use shit, but i have no clue what we're even talkign about. this could be a car model or a blender for alli know
it's a distributed file system meant for high availability in datacenters. and it's one of the hardest things to maintain.
notkonii said "its like x on windows" and i have no clue what the fuck that is either
Ceph is cool
You ever wonder how it would feel like to have PB or even ZB of storage? That's cephfs 
Proxmox can do ceph out of the box
lustre my beloved (we just had our lustre fs die a couple weeks ago)
Ceph is about distribution
PB of storage would jsut mean i have populated my server properly. idfk what that has to do with cephfs
Hey, not my fault you never tried sharing folder on a network in windows 
And that usually entails a ton of storage 
With ceph your filesystem is distributed between several servers
Easy access between your pc and your server
meant to reply to this
Like you wouldn't usually have distributed cephfs with 100GB only on each server
Yea
why would anyone ever need that?
im not bill gates
It's like longhorn, but outside k8s
how tf do you not know what folder sharing is
For redundancy or cdn use or if you have tons of storage
you're getting colder in things i understand
Doesn't your university have a shared folder on their PCs?
Wasn't longhorn distributed storage for kubernetes?
my university doesnt have pcs
wtf?
you bring laptop
Damn did they cheap out or what
that's crazy
and download shit from the website
not really, this is just the norm
My uni had literally thousands of computers for us to use (we were a computing campus)
I still miss the good old school days
All machines ran windows 7 and were vulnerable to eternal blue
Good old fun times
thousands of shitty dell optiplexes sure, but we need stuff with GPUs
yes, that's why I said ceph was like longhorn, but ceph is for things outside k8s
Well, the norm here is uni still having public PC for when a student is too poor to own a laptop they could still study 
nah, they all had 12th gen intels and 3080tis. it kinda blew my mind
Same. But somehow windows managed to make it laggy af still
I opened up task manager and was like "how tf is every computer in my uni faster than my PC at home"
I still remember we have to use older version of Autodesk stuff because of it
Oh dont get me wrong. First login for each pc was slow as shit
if you're poor there are support programs to help afford a laptop.
but once you were in it was fast af
here the actual pcs are quite slow and just act as thin clients, if you need more use the local supercomputer 
Once you wiped the drive and installed Linux
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
Can't really do that for CAD work 
But for the FEM or FluidSim, sure
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
Also still no good CAM software on linux 
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 
Mine was National Instrument software. Idk how but installing their software managed to brick one of my friends laptop 
Like, actual BIOS got bricked level
virtual production studios are cool 
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 
aight, im trying the slopcoded nixos config
*explodes*
Waiting for a magic smoke 
i hope not, 4090s are expensive
ok chat
i saw a cool sentence on twitter
so i'm stealing it uncredited and improved
local programmer reads sentence
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
i see them
i see asterisks
Asterisk
Astartes 
cool, my client has a bug cause I see a backslash then italics
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
the internet dies
we still have bsd then
emergency services fall back to phone-lines
aren't phone centers running on linux too
What is this style of art called?
this is actually kind of nice since llms can just scour the web for configs to use as a reference and the docs 
sorry i'll bite the low hanging fruit
"ai"
hard to know what to use when there are a bazillion options inside nixpkgs
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
explode 💥
IIRC, even 2G is still exists purely for emergency no?
surely all nixos configs ont he internet are off good quality
you can stack it btw
\\\*asd\\\*
\*asd\*
*asd*
asd
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

reloading user units for 🔺sam...

Not sure about other countries, or even England, but up here in Scotland 2G is completely dead, and 3G is about to be shutdown as well, so I think they use 4g
fragment file found, need to kill
Yeah, you can also do it with pings and emojies to get the format needed for discord bots
@aninconspicuoussemicolon
at least you can if you are using the normal client
Pretty cool isn't it
ok but why didn't it turn it into an id for you

Cause my discord client doesn't do that transform
It does still ping btw, so be careful
what?
Hold on I have a gif for this
why does it not work for me?
That emoji is from my server so you probably don't have one under that name
-# I definitely don't have and boost my own server just so I can get a custom guild tag

funding discord's new data collection servers by yourself
i applied to join 
Huh, I can interview you
lmaooo
thats a good one
your sever has yuri 
expensive cosmetic
Fools, you just summoned konii
more or less than my server
one singular yuri, roughly 292kb of yuri
It does?
Oh wait I think I know what it is

Incredible
why are you not doing anything
Have you tried asking it nicely?
no
My laptop has now officially tried to kill me twice

The first time, the charger fried itself and almost lit on fire
And this time, the battery bulged
Where the hell am I gonna get a new battery for that thing
It's not an Apple laptop, it's an HP EliteBook

Why do people assume laptop = Apple 
do they not?
i have never heard them call it at all
i see
Some people even go so far as calling their phone by number 
"Can you fix a 12?"
12 WHAT?! BANANAS?!
its probably because "laptop" is too "low class"/generic
"apple laptop"
person never found again
the ol' 25 fe 
yeah apple has 0 laptops
it has books and pads and other paper crap
at least you can guess what that is
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

you can somewhat geuss what it is with context clues. but its not that straight forward
nice and cozy
6 banana 
Can anyone fix a phone 6, my phone doesn't like the charging cable
please fix my 6
uhh which 6? samsung, apple, google...?
banana
???
pulls out 6 bananas from grocery bag
Full name being ROG Phone 6

Software got bugs. Plz fix
Can someone fix my phone 9, I want to use my 1tb storage and 24gb RAM plz tysm
he got minor cold and forcefully removed half of his battery capacity in a violent explosion
Can someone fix my phone 20
do you think a senior has been tricked by the "Hi! I'm Gemini!" into asking a technician to repair their gemini

bixby is broken
her screen broke

wont wake up
i doubt anyone ever asked to fix copilot, it should stay ded
what was the new phone drama?
oh, thats automodded
makes sense

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

da police


im gonna get arrested
no cops around here, youre on baking turf 
I have discovered a Python memory gambling program
what we baking? cakes?
phones apparently
baking phones

It runs for a random number of epochs and randomly OOMs with no explanation 
baked phone...
anyway, might as well talk about something programming related while i'm here
phone is very similar to potato if you think about it
true
https://rog.asus.com/phones/rog-phone-9-pro/
24GB LPDDR5X
We love battery life here
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?
potato, just like my phone, has word on it
i'm gonna do it anyway cos i want it, but figured i'd ask
???
@lament igloo
I do use an RSS reader myself, not nearly as often as I want to
promot deadge
cloud. why does jason need to know the schedule?
so he can watch strreams

Sidenote, the AI features would be triggering anticheat left and right 
so they can tell all the little robots about it
but i was wondering if some interesting projects could be birthed from such an api
back in the old days that was called a town crier

stadsomroeper 
I know at least one Sheep who would find that very useful
automated "days since last devstream"
neurobot checks the schedule when you type !tutel, tells you to keep dreaming
System message
Ved is doing a build stream
ask api for next dev stream "none, its so over"


i think i have an idea on how i want to ingest schedule info too
days since last "successful" "computer" build
Question to everyone here, who needs this ||on a phone||
me me i need it
we dont need an api for that, it retruns NaN
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
185hz still 915hz too slow
I'd much rather have 1080p 180hz than 1440p 120hz
I'll just say that
i'm gonna say rn i don't know shit about LLMs
get a lightcrafter 4500, play in 4225hz
llm processing
cursed schedule api

I'm inclined to agree, however I raise you phone
it simple, give it a bigger battery
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
already at 6000mah
20000mah is allowed ye, my tablet has that
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
it is
it has a keyboard, and a pen
its a fire hazard
that is a laptop
ye

anyway i have a grand total of 0 neural compute capabilty, so off to chatgpt api i go ig
sure lemme cause the 3 mc servers running on this server box to watchdog fail
5800 mAh
equivalent high-capacity battery
Twin batteries
batteries scare me
energy density shouldnt be portable and easy to discharge
lithium ion batteries especially scare me
does deepseek have a structured api
you mean to tell me this thing is a really angry capacitor?
at least they arent the fancy lab batteries that can store 10x the energy and charge and discharge in like a quarter of a second
there's no way that's a battery
I just today extracted a bloated one from my laptop
Now I need to find a new one
Hey Sam, how quickly would this be flagged in an anticheat?
solid state batteries will never reach the market because there will be too many explosions
i'd call that a REALLY really angry capacitor
oooooh, spicy pillow
there are so many new batteries that arent mass produced
(It is not a link)
time to see how much money openai wants from me from back when i was going schizo over a voice assistant idea i had
hydrogen 
at least £2
hydrogen battery
call that the sun
Explode
Throw jupter into it
Welcome: gasoline 
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
oh

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 
the reason openai is losing so much money
for something like gpt nano, it should be very minimal costs
i don't exactly need much capability anywayt
all it needs to do is convert to a specific format
still costs more than just firing up the web client and parsing the html 

More rocks 
i think rocks will be the object of least concern
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
It'll be fine 
total destruction
the end of all times
the apocalypse
the largest mass extinction in the history of the world
will it have a negative impact on the trout population?
likely
what about the economy
the tardigrades and geothermal super bacteria will survive
shattered
NOOO
meteors dont care about capitalism
have you ever seen a meteor buy shares in a company?

meteors are a resource smh
that's like saying gold doesn't care about capitalism
big meteor obviously means big money
full of rare resources
me when i spread misinformation.
apparently the software reports it incorrectly.
20000mah tablets exist but mine is only 10000mah
temperature 
tbf i mostly use this tablet as a power bank capable of BTD5

can you consider a human to be open source
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 
banger
An automated A.I. WWE news channel on YouTube tries to pronounce "WWE" as a word and ends up going insane!🤣
Abby?
Side note this Larry Bundy Jr guy turns up everywhere what's up with that

This channels AI seems a tad unstable
↩ (@LarryBundyJr)
@LarryBundyJr Finally an excuse to share one of my favorite clips of all time
neuro V3 testing
Idk what MagicOS or Honor is ngl
MagicOS 
Hogwarts latest tech
another phone brand
under huawei i think
Yeah how come Codex doesn't give a fuck but deep research does
Annoying
Recently Claude refused to help me get an exploit working although i already registered for their cyber program
personal accounts are worse at this
my enterprise account runs into much fewer violative warnings
my claude is feeling it today


AHHHH STOP IT
Having the consumers pre-alpha test it
where programming
hi programming i’m 
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"
];
};

ai
what gpu u habe
that fits a 26b?
oh also mlntcandy I might have finally figured out the type inferencing stuff
26B only uses like 16GB, the other 8 are for context window
now if only I didn't need to use an identity function for it...
that’s fine though is it not
Even 1 bit at 1Bill is 1Gbit
it's just annoying but I can't really do anything about it (they don't let you add const type params to interfaces, I've learned)
ye but 2B 4bit is then 1GB
26B 4bit is then 13GB
then don’t use an interface ? 
interface RCEAction<TSchema, TInput, TCancelEventData>
I kinda have to
what if you make it a type instead
also I'm looking to see when bundlers can tree-shake out identity functions
idt it works still
well i never tried so can’t really say anything
oh like that?? yeah i don’t think that… what would that even do
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
Yeah, you can use that
It will then correctly type ctx
this is done through a function ye
Wait, you mean you wanted the ctx to get the type from schema?
yes
Ahh
oh I forgot you can use is in types
I don't think it is possible on the same object tho
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. 
also this nix config is so cursed jesus christ
But maybe you can also check if type fest got anything useful
https://github.com/sindresorhus/type-fest
i’m not aware of another pretty way to do it
or wait am i
ing
hmm
The type RCEAction would need to be a bit cursed
why does this restart vllm after every job instead of after all jobs finish
picked the wrong channel buddy
what’s the right channel
idm it being a bit cursed tbh
Or not. Iirc, typescript can refer to its own type can it?
Hold on, lemme eat first and check it after
you can i think
wdym refer to its own type?
also Sam it's kinda a matter of preference but you might wanna split that GPU scheduler script into its own file
type A = {
[k: string]: {
some: string
thing: (x: A[string][some]) => void
}
}
A uses A on its type definition
paradox moment
typescript warns you if you do that at least
Not forbiden tho. But ye lemme finish eating first
how do I disable compiler errors then
rate my configuration.nix 
Use intermediate type
https://stackoverflow.com/questions/47842266/recursive-types-in-typescript
is how i would've done it
there are still some security issues, like gpu-scheduler running as root 
no
Do you think it is possible using zod refine?
also this is negligible i'm not sure why you'd be concerned about the perf/bundle size/whatever implications
why
Since Ktrain example already uses zod anyway
of the 178 seconds it takes to launch vllm, 50 seconds are spent on torch.compile JIT

we should be able to cache this
U need to line
Like
Mount the pytorch caching folder from docker somewhere in a folder

"/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
this had me rolling on the floor
😭
"whatwhatwhatwhatwhatwhwhahwuawahhwauhhqsdhsfkskf"
the demonic noises are so scary tho
you're gonna like this https://fixupx.com/brainrotpostig/status/2059039043233403245
It became sentient
Couldn't stop asking questions

Interesting didn't know they differentiate there
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

I just want a good LLM with no safeguards
chinese models 
LINUX IS SAFE FROM AGE VERIFICATION 🙏
FOOD
Deepseek good ?
it's not an opus but also costs a hundreth or so 
not sure about how good they are at cybersec stuff
what i have made right now has got to be the worst configuration.nix ever made in the history of nixos
Yeah i need something for Cybersecurity that does not refuse my requests
sam, just make a flake already 

these models are so cheap you may as well just test yourself tbh
true, don't buy a sub yet just hit it over the api
if data sensitive use a us or wherever based provider
I might wanna try that
$10 on openrouter goes a long way
Opus is still good for coding but i hate it when it refuses when being asked about exploiting vulnerabilities lol
do the open gpu kernel modules not work on the server? 
you should use them with a 4090 if you can
It recently even refused to help fix an exploit or even analyze anything
anthropic doing anthropic things 
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

it's more about general support, the open modules are better supported since well, you can actually look at them
they're the same
this explains your weird error yday i guess
in terms of performance
nvidia says you should use the open modules when possible so you probably should just do that 
tbh idk what the error from yesterday even was
but it went away on its own
Afaik for 5xxx series you should use the open modules.
not should you have to
40 should work with the open ones as well
Yeah that's what I meant
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
i wonder if there's a configuration.nix-gore page somewhere
with the worst configs ever made

Nix hall of shame
Harold trotter
That's something I really don't like; having to explain myself. Like just gate account creation behind something instead of insulting me at runtime
Codex never does that which is nice
🤝
MODS


I count 4 space so 5 words 
Western names are easy 
You read an arabic person called Ibn Hambal and his name is Muhammad. Hambal is his grandfather yet people called him that 
deutsch > dutch 
yea it's annoying
language debates in the big 26 is crazy
Harald Töpfer
Based
Like we don't debate python vs c vs rust all the time 
what the fuck do yall have against dutch?
thats actually fucked up
thats different
The colonialization 
ngl Dutch to me sounds like a mix between German, English and alcohol.

computer languages debates is whatever.
but this hatred towards dutch is actual linguicism
that has nothing to do with a single person that is still alive today
be mad at those dead guys
I'm not gonna bring more politics into this other than saying it's a bit more complicated than that 
we didnt do shi
Ye, but government accountability still applies. The government outlast their people, we haven't gotten a single reparation from them 
Like how the UK still have artefact from Egypt
reparation is the silliest form of welfare
Lmao
Not when your people are enlaved for 200+ years 
i odnt even see what this has to do with us being hated for the language we speak
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
That's why I add the troll because I don't hate the
language itself
it has that weird dissimilar similarity
Dutch just sounds funny
True
In fact, our book of law was still in Dutch until just recently 

do you recognize this fine gentleman, sam

no
and is true, therefore based
I speak
i love #global-politics
A true neurosama subject
Yuri in english only 

Gatekeeping yuri behind other languages, me hate 
you're the one gatekeeping yuri to english
you cant expect all the yuri artists to learn english first
What be happening here today?

Sam is gatekeeping yuri behind the Dutch language 
you odnt even know what that gif is
its belgium x chechia international yuri
interyuri
Exactly. Because it is not in english 
not gatekeep, its interlingual
not english does not mean dutch
you forgot about every other language that isnt dutch
Is it not dutch tho?
its not dutch
the gif litteraly says "belczech canon trust"
dum

Does Finnish count?
does finnish count as what?
A language that is not English and isn't Dutch
How do you know Sam? 
i have a good source
Do you also speak Finnish now? 
900Mbit
That's why I did not answer 
Yep, seems close
so barely not gigabit
Or 896Mbit to be specific
im transfering files to the jellyfin
You cannot expect Gbit to be exactly 1Gbit. There's always overhead 
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
Clearly that's 6 minutes too much
I just realized ytm started playing tetoris hardbass remix .. why
Why is it good

Into the playlist you go..
My new usb-c to dp cable arrived, i font have to use hdmi anymore

Yay, display port
Lmao
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
I wonder. Can you hook up phones/usb sticks to that gpu port?
This thing is frankly ancient at this point, but luckily from the start of when we started to have things that actually hold up
Lol, S25 FE Triangle Edition
i would think so
lemme try
Would be funny
A phone would not do anything is my best guess
Im honestly curious about the whole "unofficial" part- is the exact model evil uses known? Or is it a retrain on her voice?
And a GPU is an output device
im going from phone to DP

not from phone to gpu
It's Evil RVC
That would work yes
I was talking about this tho
Predates NeuroSynth
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
Yeah, that's normal since the 5V is a required standard for host device
Oh? I gotta know more about it- what is it exactly-?
i think the usb-c ports ont hese can go up to 25W or so even
It's the old now deprecated Evil Neuro vocal voice changer
Superceded by better technologies such as NeuroSynth on DiffSinger
The USB-C port on the reference (Made by AMD) Radeon RX 7900 XTX delivers up to 30W of power.
.-. curious.
Oh, thinking about it, it does make sense to be able to deliver PD for a single cable monitor setup
VR too
Since I don't own VR I wouldn't know 
Ohh so thats how that works. Thats cool. If i remember correctly youre the one who trains neurosynth?
I do however wonder if the gpu will transmit touch data if the monitor is a touch screen
We released it recently too
https://discord.com/channels/574720535888396288/1505664932459315261
Would need usb data for it.. someone pls charge a phone via your gpu and enable data transfer lol
can u make bangers like this yet
Yeah, but it can also be only enabled when the DP alt mode is active. So it would need a handshake first
It's not impossible at all
You could even do it yourself
i know
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
Why could it not?
singing is its own ball park compared to general speech depending on the tech and methods
Well singing is like the whole thing with NeuroSynth 
Ye it just work. Doesnt want to do 1440p tho
Literally on the website
https://neuros.click/neuro-synth
what OS is that
Ah, cool cool. Might grab some open song files and see if i, the person that has never dealt with utao's/vocaloid software can swap em.. just for a fun weekend.
honestly never seen a non-scam link use the .click TLD
so based choice
its as rare as .dog and .cat
The domain is provided by Promote
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
never heard of promote but pretty based to get a free domain
domains arent bad most of the time either way thankfully
And I need that domain
10€ was entirely sufficient if I remember correctly
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 💀
Literally hostage situation

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
My domain is made to always just grab money from my bank when needed, with a fixed price
mine are like that too now
Its a .de domain which costed me like.. 5€?
Ye, the so called "premium"
but it was my first proper domain back in the day
I hate the registrar economy for that
honestly yeah
i do like the auctions though
especially for some of the harder to get stuff
i collect some domains like pokemon cards
Based
Urghh.. ill have to drive home from work in a bit.. NOT looking forward to that
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
escooter for 35 minutes through 35°C heat. No autopilot for a while
They won't ever be able to use that here in SEA 
Ill be happy once i got my license done.. but german burocracy is sloow...
I don't mind it.. but would like to avoid travel time, yes
im a nervous driver and i dont like driving a giant metal weapon on roads where not everyone should be driving
Be like me. I drive all the time when I am alone. But always make the other person drive if they can do it 
Well fair
im in America though so its drive or walk
(and ill be the dude who drives constantly.. because no one else is making the license atm. Oof.
We atleast have decent bike lanes.. and the places are near/close by
Also one of the reason why auto pilot will have a hard time here. Not everyone on the street have a license. Even minor are driving here 
Hmmmm
Seems safe
Well ig i can understand why yalls roads are litterally 3x as wide as ours
I blame their parents for allowing that
I mean, fair point of blame yeah
the US has it the worst because we are all driving centered
Parenting did essentially just disappear the last few decades
pretty much every other country has a number of good options
cant be worse than what we have
The thing we need
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/
𝗣𝗼𝗱𝗰𝗮𝘀...










"





Well I did end up paying for it anyway