#programming
1 messages · Page 328 of 1

my first theme dont have to be exactly osu AI perhaps, thinking it is issues with data it trains on
surely i would add a password 
cheerleaf -> leadchay
there are other gc roots too wrr
I wanted to keep it in the same file for some reason 
at least I don't need to open up two files for packages
some in /nix/var/nix/gcroots
some are just taken automatically from running processes
so you dont delete a process thats currently running etc
shoutout to past me using flakes for this for some unholy reason, that's why the .dev attribute exists and I haven't removed it
tbh i don't even get what this is for. when i log in to my pc i do need to enter a password already, but that's for hyprland maybe?
they meant using the linux command passwd to set a password
not set your password in the config
anything in your config should be considered world-readable
for sudo and stuff I'd assume
and by world i mean any user on your pc
i also didnt do that tho. probably got done in theg raphical installer behind the scenes tho
IIRC you can use the hashed password in that config instead of the plaintext
ye ye
I'd rather take the password hash and ssh-key method
idk what that means but sure
the installer creates the user for you yeah, but the config needs to cover the case of people not using it so hence the comment 

former sets the password to a hashed version, latter is adding the abillity to ssh as that user using a key instead of a password
i need to figure out how to open pipewire with waybar
i'm so happy i haven't had to touch pipewire in months


I should at least touch it once to see the warcrimes some of the other chatters have gone through
i need to fix my cursed python script that uses a thread to keep cava and the video thumbnail in waybar
the only reason there isnt a memory leak is the python gc doing some heavy heavy lifting
i also noticed now that i dont have a GUI power button.
shutdown doesnt immediatly shut the pc off
i keep typing shutdown and then being
when it doenst
shutdown now works tho
use poweroff
I now need this to have network


is it bad that the first thing that jumped out to me was /bin/bash
no its bad
it is bad yep
yes
thats the least contrasting part
Some weird issue started today for whatever stupid reason where about every 5 minutes my network would stop working and the only way to get it back is to disconnect and reconnect the network connection
Restarting NetworkManager would not work
what's the difference between shutdown now, poweroff, and systemctl poweroff 
I don't know I'm no Linux expert
so many of us on nix know to not use that because it isn't how it works on nix
It's kinda stupid but at least I can work around it with a script
good question
chay
you'll get used to the pain of having to patch scripts for it soon enough dw
this lip balm smells nice
poweroff/shutdown -> "legacy" (but short me use)
oh ye i did neet to change that in my python scripts
all power stuff handled by systemd
wrr
What's wrong with bash?
i use systemctl poweroff anyway
its not wrong with bash, its with how youre invoking bash
dont like typing 
nothing but /bin/bash is non-standard (it doesn't matter dw about it)
more typical to see /usr/bin/env bash
and more portable
Funny

That script is only ever supposed to work on my system anyway
Because it's to work around a my system specific weird network issue
I think just nix-shell works

it didnt
nix-shell is so slow

use nix develop or something
i'll keep using nix-shell though
better
#!/usr/bin/env nix-shell
#!nix-shell -i python3 ....
i like nix-shell for massive projects, i don't need the entirety of the linux source tree in my nix store 
that's the one I was thinking
#!/usr/bin/env -S uv run --script
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "matplotlib",
# "pandas",
# "typer",
# ]
# ///

honestly this entire python script is a crime.
i stole half the code and badly changed the other half. the amount of stuff in here is 
rewrite it
its responsible for this
it tastes nice too
i need to know what im listening to because im too stupid to hear it
i shouldnt eat it though...

its probably a bad idea
Sam with the best timed clueless
konii do not eat an entire stick of lip balm
konii do it
do not

it being on your lips will mean you will eat part if it, wheter you like it or not

its nivea soft rose lip balm 
it doesnt really taste like roses more like

me enemy 



ive never used lipbalm before
why
i used to hate the texture of lip balm
me use in winter because cold
cold = lip death 
i bite on my lips before cold has chance to hurt 
simply get electric heated balaclava

hearing balaclava from konii was not on my bingo

konii street chav in balaclava
i thought it was a turkish word
nee not me



"nee"? 
dutch konii
dutch konii isnt real, dutch konii:
though cold not exactly good for battery 
it wont be cold it has a heater


phone manufacturers hate this one trick
you'd think that but the note 7 was a quiet adopter of this technique

or slop, its a type of outer garment

ye ye pretty bad privacy

So that is what we call AI generated fasion 
old english not receiving patches it EOL
oh nevermind
i never installed EOL patch

i need to make this gif smaller
but you can do so many funny things with the old patch by modernizing it's defenition

more token efficent 

wrr
me think learn chinese next 
that or toki pona
toki pona hipster language 
probably easiest popular conlang to learn
not natural language 
it for me
or not spoken language i guess wrr terminology

just make no noise if 0 and noise if 1
you not count

vocal folds inefficient 
cant oscillate fast enough
or rather cant control that well at that frequency
how do i use fish as termianl wise nixos users?
users.user.{yourUser}.defaultShell = pkgs.fish;
ye that
thank you wise oracle
truly
alternatively users.defaultUserShell = pkgs.fish;
if you want to use it as your login shell for root too
i make no claims about the consequences
reboot or relog?
switch and relog
NixOS is it some kind of shell or
oh package management
{
programs = {
gamemode.enable = true;
fish.enable = true;
bash.enable = false;
steam = { enable = true; platformOptimizations.enable = true; };
};
}
```  
linux vt not like
"package management" what every linux distro do 
i appear to have created error somewhere
true
I've opted to just launch fish from the terminal emulator of choice 
typo
i dont like half measures
:classic:
obliterate
konii gamer 

not typo? users.users.samvm.defaultUserShell' does not exist.?
users.user
nixos has accessibility stuff enabled by default 

how do i disable
i dont even use my zram why do i have it enabled
im not even swapping
0K/15.2G swap usage
wrr anyway services.orca.enable = false should do it
i have appeared to have fixed the error 
ohisee it enabled by services.graphical-desktop.enable instead of orca
me start sway from getty 
bluetooth disconnects when loging out grrrr
i was looking for simple ee
users.user.samvm.persist
or something
I would switch to that, but I break hyprland too often
is getty not simple
greetd more complex than getty
services.greetd = {
enable = true;
settings.default_session = {
command = "${pkgs.labwc}/bin/labwc";
user = "user";
};
};
```
just log in -> type $ sway
me not reboot often 
me not waste power 
linger 
suspend 
me also automate logging into getty first time
i dont need alsa
in very bad way
did i jsut make htis a nix config clean up session?
no
im making my config much worse
same thing
i take it ai that learns to play osu is a long forgotten topic? and no one tries to make one.
unless
"clean" 
wait i forgor do you have to configure swapfile in fileSystems
or is it fine to just swapon
im uninstallign the englsih language pack
hey
pretty sure nixos only adds the locales you specify
leafchay 

i may have chosen the english language pack
need use swapDevices
# If you want to use JACK applications, uncomment this
#jack.enable = true;
what is JACK?
it audio thing low latency
good for production audio
oh

i added nix-gaming.nixosModules.pipewireLowLatency to the flake tho si i will jsut completely delete jack
o7 jack

may he rest in pieces
Out of curiosity, has anyone else ever used the nixos specializations besides myself?
the what?
me use for disable dedicated gpu

laptop?
but not use vm lately so the specialization just sits there 
My usage is only nvidia when I have egpu installed
do i really need swap for suspend 
not think so
only hibernate
ye suspend use ram just in low power state
waht session manager?
#media-session.enable = true;
konii opsec 
probably thing that was there before wireplumber 

fine for static dns config
me switch networks so probably best to keep it
surely
yee nix-index better anyway
it suggest package to use
when
command not found

doesnt everything use alsa 

enableRedistributableFirmware = lib.mkDefault true;
important line
if it gone my system have 480p

me still like after listen on repeat for a while 
verdict it good
not sure why it required for AMD
linux-firmware important
nixos-hardware take care of microcode update
Buh
dconf is a low-level configuration system and settings management tool. Its main purpose is to provide a back end to GSettings on platforms that don't already have configuration storage systems. It depends on GLib. It is part of GNOME 3 and is a replacement for GConf
i not need GSettings

no it require for some gnome app
it require for some qt app 
i only have 1 qt app
pretty basic still but rate my config 
elaborate
seem mostly useless 
it have gtk theme config
what do you think summoned it
and file picker preferences
it enabled for all wayland session

ne it only stream video and um
ttttt

wayland 
everything now use either wayland protocol or xdg protocol
xdg protocol designed with flatpak in mind which is good
Does whatever nvidia.NVreg_EnableGpuFirmware=0 make any sense? Apparently it disables something funny on the GPU that may cause bugs in some cases
me not bother fighting desktop linux
it beyond saving
if you not know what it does and cant be asked to find out then dont touch 
Well I did search it up and it disables a thing where the driver can offload stuff like power state control on the GPU
you use tree view for options
it clear
me just use manpage
greppable
pipewire lowlatency
not exactly good for exploration maybe
PipeWire implements no connection logic internally. The burden of watching for new streams and connecting them to the appropriate output device or application is left to an external component known as a session manager

wireplumber = said session manager
for now
wireplumber is so annoying it always tries to be helpful by auto-connecting nodes even when it's completely uncalled for

nix have very good perl integration
Use of uninitialized value in numeric comparison (<=>) at /nix/store/dyx8qsmgnsz2csfzwn723gbd2jvp0j7g-update-users-groups.pl line 283.
Use of uninitialized value in numeric comparison (<=>) at /nix/store/dyx8qsmgnsz2csfzwn723gbd2jvp0j7g-update-users-groups.pl line 283.
Use of uninitialized value in numeric comparison (<=>) at /nix/store/dyx8qsmgnsz2csfzwn723gbd2jvp0j7g-update-users-groups.pl line 283.
Use of uninitialized value in numeric comparison (<=>) at /nix/store/dyx8qsmgnsz2csfzwn723gbd2jvp0j7g-update-users-groups.pl line 283.
Use of uninitialized value in numeric comparison (<=>) at /nix/store/dyx8qsmgnsz2csfzwn723gbd2jvp0j7g-update-users-groups.pl line 283.
Use of uninitialized value in numeric comparison (<=>) at /nix/store/dyx8qsmgnsz2csfzwn723gbd2jvp0j7g-update-users-groups.pl line 283.
Use of uninitialized value in numeric comparison (<=>) at /nix/store/dyx8qsmgnsz2csfzwn723gbd2jvp0j7g-update-users-groups.pl line 283.
me disagree
its perl 
wrr
# Rewrite /etc/passwd. FIXME: acquire lock.
@lines = map { join(":", $_->{name}, $_->{fakePassword}, $_->{uid}, $_->{gid}, $_->{description}, $_->{home}, $_->{shell}) . "\n" }
(sort { $a->{uid} <=> $b->{uid} } (values %usersOut));
qpwgraph 
clusters of random symbols and letters 
well theres your issue no uid somewhere 
why does disabling documentation cause it though
me uid 1000
dont steal
nobody:x:65534:65534:Unprivileged account (don't use!):/var/empty:/run/current-system/sw/bin/nologi
oops too late 


thief
the notorious leaf
no thanks 
eat whole stick of lip balm
3
5
1
ye
1127581913482276964
vedalHappy


i’ve done that

when i was child

no
Robot building while watching nuro 
but all addons written for previous versions no longer work
python 3
missing ~100% functionality
ohidontsee
how would that look
nope i lied 
not see bad vision


does nixos have rgb manager?
hi konii!
hi t
Note how the same amount of water exists, this is because you are throttled by other users anyways

somewhere in nvidia land
framebuffers are weird
cant take a screenshot of it cuz it happens later in the pipeline than screenshot has acces to

gurt: yo
.docx as well 
.docx 
classic schizo posters
Have fun

we need a #schizo scholar general
we have another kind of schizo posters
#programming message

"chatgpt please summarise this"
they’re so funny
ykw I'm actually gonna do that
im on vacation and on hunt for more chinese supplied hardware so i don't really feel like commenting that one
But
Neuro AK nny 🎵
i'm not reading 13 pages of philosophy paper, here's the conclusion
what
what
in conclusion, there’s no conclusion
reference to abber demon stream i think
thank for read
wrr
write read read
right let's see what it says (last part was more a way to get it to summarise the yapping better so I can fit it in a ss)
you think
For Clip Commision : https://nikodem.carrd.co/ Support My Channel Through Paypal: https://paypal.me/NikodemDesu ▬▬▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Neuro Sama 's Channel:
https://www.twitch.tv/vedal987
Neuro-sama Discord Server: https://discord.gg/PRuWEgFp5H
Thumbnail artist https://ww...
rwz

read, write, zzzzzzzzzzzz
bee zee zee zee zee
go sleep 

bzip
are these even actual isms
bee zip two

stuff like that is why nobody takes philosophy seriously 
wawewe
too much
then okay maybe
nvm
I don't think this guy realises what the word kill means in computing
even then, yk, you don't want to be unable to move and do fun shit for a (little) while so obviously no one would like being restarted
me.low ualit y chocolat
“this unexpected behavior blah blah blah” emergent
2% badd choco


consciousnessnalityism
eat 10x more and maybe become marketable as chocolate

ffcccygg
and then they just say "neuro is a 2.8 on this scale" with absolutely no basis
noo sleep
admits they aren't a knowledgeable person on AI
wants to rank AI conciousness anyways

what do y'all think lmao its entirely based on opinion and so called "observation" by non technical standpoint
not even good chocoo
go sleeeep 
cadbury
more schizo than arg
badd choco
why eat theeen
im having aneurysm skimming through the argument Q&A part
i think philosophy is stupid
1kgchcoo
and therefore this doc is stupid
shit isn't even philosophy
choco flavour plaestic

hold up lemme see if I can pull up the twins japan trip video
not even because of melting?
i believe one, without technical knowledge or expertise should be able to conclude llms aren’t “conscious” purely by interacting with and observing them
CV: *misclassify*
this guy: "omg abstract thinking!!1!1"
sometimes melt a bit at room temp 
31c????
lwow chco temp
anyway add thing to list thing konii ate 
my parents like to have their place like that i always melt when i visit
konii living like a lizard in a habitat
hmmm ye shouldnt quite melt just be sticky
https://youtu.be/NqyzbHF0E2o?t=16 stream looks good quality enough
Robcdee takes the AI twins Neuro & Evil on a trip around Japan
Robs Channel: https://youtube.com/@Robcdee?si=peMOrRVN5CTalZUM
►Twitch: http://www.twitch.tv/vedal987
►Twitter: https://twitter.com/Vedal987
►Editor: https://x.com/mono_maniactwo
►Thumbnail Artist: https://twitter.com/paccha_7
#neurosama #vtuber #ai
ccchooco
past 25c too hot, past 30c sweat all the time
maybe a bit less quality but probably not enough to hinder their vision module
i fel a luttle ill

get well soon 
1kg lot of choco to digest
not digest
eeee fibre chcoo



Crusty cheap servo control board my beloved
led
mlntcandy I'm gonna send you a letter in your DMs
game of life
cellular automaton
get well soon konii


digestive system wrrr
I sent you a letter
i w. NOT well

me kni
logict
we need to do emergency konii reboot
ne
ueeee
AINTNEURWAY
nnnyo rebot
sam how do you feel about the legibility and coherency of this conversation
nahhhhhh
its like the eastern bunny. if it does exist ive never seen it
1337 speek
ohhhh
numbe4⁴44rr
ohhh
konii rebooted?
:cupcake3:
ogg
prerelease
fake and fraud
prèeerele
i think it might need some more time in the oven
how did you just notice 
whyy cwnti sticier
profile pictures
konii is it ~2am for you now
NOT sticker
so if I switched to a cat girl, you wouldn't notice 
user agent

ukraine
eyeye
oohiseee
holy reacts
ohisee
happy new yewr
happy halloween 

0o12
CatUhhh
mods
picture too big 
needed to be gif sized
spanosh or italiannn same languwje
csnt nbann me

what swm say
julliette?
.xyz
noo more chcoo
al gone
bad 
forgot novembre

choo
bless you
can buy more tomorrow
i will throw a choco to london
ohiisee

recurisin
ohhidontee

emrfish
🚫 

electronic medical record fish
ojjjhhh
according to google eating yourself is not healthy
goglel
gogl
the trauma and caloric cost of healing the wound would far exceed any nutritional benefit gained
but if not good why taste good?
for a price
i can offer 19 euros and a get out of jail free card
ûtþt
thistle
uwaa
oh

hi konii
hi t
ĥii

wait wtf
hi t
hi t
ehy youbhere
were you calling me stupid...........

samm
translation: no she was calling sam stupid 
oh i see
hh
jj
oĥhidontee
now close your eyes
samaritan
sample
sam is short for sample yes

i cant elaborate on that joke
sample vanple maeple
ohhh
osureport

on who
Sample Vanple Maeple. Delicate as an orchid, fair as a cherry blossom. The personification of feminine grace… and named Sample. Tall as a willow, slender as a reed… Sample. Radiant in shrine vestments…. Sample. The sun dips low in a rosy sky… cicadas buzz… Sam's name is Sample
sm64
vedslabwaaA
good 

do not die






