#programming
1 messages · Page 170 of 1
surely Hallel Ben-Meir successfully debunked a pillar of modern mathematics
Will in the future attempt to include the NeuroSynth or EvilSynth version string with released covers so it's easy to tell quickly what version has been used
you have north, east, and south, but what about west?
That is just a simple scheme string, the N or E is chosen depending on if it's Evil or Neuro
Best we got is best
For example, the latest versions of both branches are
NS-B-3.0.1 and ES-B-1
espaniol-beta-1
EvilSynth-BETA-1
I was close
That is the official expanded form, capitalized exactly like this
im back from the video
did he shatter all of modern mathematics
tldr "i can cross out this term because it's zero!" (it wasn't zero)
complex numbers will, unfortunately, remain
What CPU?
I have a replacement now, even got it on sale, Im just procrastinating putting it in
5800X
Hm, was expecting Intel 13th or 14th
was like $450 when I got it
my replacement is a 5800XT and it was on sale for like $220
I was given advice in another server to undervolt this 5800XT to lengthen its lifespan. Apparently this is a known issue among 8-core ryzen 5000s? (non-3D)
How silly
also let this be a lesson to you guys: dont let your CPU die
I spent a combined >18 hours trying to figure out what was causing my issues
my fingers were raw for 2 days
Hopefully my now undervolted 12700K lasts me a long time, I lack the money I would need to replace it
dead components suck
but diagnosing a dead CPU is such a huge pain
I tried 3 different memory kits, 3 different GPUs, 2 different SSDs and finally 2 different CPUs
oh, I also reseated every PSU cable
I dealt with a laptop with a dead CPU once
Luckily it was an old one where the CPUs are like 3€ each and socketed
It was behaving weird for a very long time until I figured out what was wrong
My theory is that the CPU developed an internal crack, causing it to behave wrong when cold, and eventually stop posting completely until let to heat up
Very much what I would expect from a dying CPU
I thought it was my boot drive when windows said it couldn't find a valid OS, but the Ubuntu LiveCD failing to init the network watchdog was a tell that something else was wrong
anyone working on neuro integration for games, do you expose actions she can currently take or just give her aim/movement/interaction
Aim/movement and such requires too much precision from an LLM, it needs to be explicit actions with clear descriptions
sure
bro did not cook
okie
spacebar
awa
awa
I mean, if he can create a totally new axiomatic system, defining sqrt(-1) = 0.87, and proven to be useful. It can be the case

redefine squaring 
(tab out)
the square constant
this just gave me a terrible idea for an esolang

the language has a deterministic physics sandbox in which you can create objects, introspect their current properties or advance time via built-ins
interacting with this environment is your only way to perform computations

call it Boing or something
os.time() 
pendulum clock 
sounds like it could be run on the GPU too
for certain values of 0.87 yes

Morning
I am working on my sleepchedule

Yes

triangling

(half squaring)
I know its supposed to be a compliment or something but this felt like an insult when i woke up
we have:
pointing
lining
????? (triangling)
squaring
????? (pentagling)
????? (hexagling)

aha, house is a pentagon
housing

🔺 triangling
What is this reaction image supposed to mean? 
If only minecraft worked that way
Prove it
you dont appreciate art
what did you think the H in neuroPogHD meant
NOOOOOO
it means hydraulic

they never do
If theycould prove it, theyd be in a paper
not a 200 view youtube video

and im in neuro-sama headquarters instead of a paper

yeah but you're special, no one eelse has a birthday every day
the regular rules don't apply to you
happy birhtday btw


i must not have math 9.3 patch downloaded
shiro i can print you
what does this mean


both

Oddly threathening
in that case i copyright you
unlicensed is perfect opportunity
doesnt work like that
only your changes to shiro will be copyrighted
shiro not copyrighted
Shiro~™
i can patent shiro at least
I believe you do have some IP protections over your own likeness

unless you forfeit it
nop shiro said not copyright


can you do that
i dont know if thats a thing that you can do
too late it done
awa
Would yall be interesting in a picture of my dog?
You can trademark it idc
I guess not 🥀
🏫 MY COURSES
Sign-up for my FREE 3-Day C Course: https://lowlevel.academy
🧙♂️ HACK YOUR CAREER
Wanna learn to hack? Join my new CTF platform: https://stacksmash.io
🔥COME HANG OUT
Check out my other stuff: https://lowlevel.tv

Its september tomorrow 
Hey i know those fish
Whats the point of getting data from a program if you need to write the program in a way that makes it accesable?
But wouldnt you have to break it yourself?
The program crashes anyways like he showed
no
not really
it's, just a bug that can be utilized, at least in some way

oh ok

Yo
Making more harder
from enum import Enum
class M(Enum):A=0;B=1;C=2
class N:
def init(s,n):s.n=n;s.m=M.A;s.l=0
o=lambda s,x,y,z:(
setattr(s,"l",0 if (L:=(s.l+(30 if z else 0)+(25 if x>50 else 0)+(20 if y<2 else (10 if y<5 else -5))))<0 else (100 if L>100 else L)),
setattr(s,"m",M.C if s.l>=70 else(M.B if s.l>=30 else M.A))
)
a=lambda s: f"{s.n} "+(lambda m:{M.A:"idle",M.B:"watch",M.C:"chase"}.get(m,'?'))(s.m)
if name=="main":
q=N("X");[(q.o(**k),print(f"{q.l:3d} {q.m.name}->{q.a()}")) for k in[{"x":10,"y":8,"z":0},{"x":60,"y":6,"z":0},{"x":20,"y":1.5,"z":1},{"x":0,"y":10,"z":0}]]
Hm this whole convo gave me a lot to think about! I'll be using it for running inferences. I have a 3090ti in an eGPU that I'll be keeping, but I'm actually not too sure what to do with it. Right now it's just plugged into a Pine64 SBC but not sure which atm
let me rant about this for a hot minute. When people hear zero day they think about zero day exploits, thats not what this is. Its a bug that has been found. Technically every bug thats found is a zero day at that moment. Further more it was discovered by google itself by analysing their own code with an AI. Might as well make videos about linter finding "zero days" constantly
yea
If 3090ti's are decent enough to train small LLM's I'd love any direction for that
it's just a bug that can and may be utilized 
Haven't done training, but general advice is to 1. make sure your system is set up (I'm looking at you CUDA) 2. It is generally advised to finetune/distill instead of going from scratch.
Yeah also looking for advice on keeping python projects that require certain cuda/python, etc... So far trying Bazzite and mise. I want to use containers instead, but eGPU stuff makes it insanely hard
err bazzite + containers, instead of mise / asdf
not going from scratch makes sense too; I've done a little bit of RNN so I'd probably just be messing with similar techniques that aren't LLMs
bazzite is good taste. I got nothing in terms of training on container based.
There are some options for running, but not training
Gotcha. I think some self discovery is needed too before I ask questions here.
I was eyeing my own FAQ here
oshit did I miss the FAQ?
There are nvidia containers, use those
Nah it is unoffical
and still incomplete (I wonder who is slacking on it)
One of these days I'll finish this and its automation script
Granted it doesn't go beyond basics, as that depends on the person
More to think about lmao thanks for linking that
Vision might be hard just because of OS protections, otherwise I'm thinking just taking a screenshot alongside your prompt with an LLM that supports vision
-# geez the github is over 4 months old and still not finished
For memory I bet a vector database and an MCP tool with an explicit description of what you should be searching for if needed could do well
Yeah, a lot of these are dated and very incomplete. Once I finish this I can work on updating the contents.
I know this still works for not as knowlegable people hopping in here asking for something that works, but the custom section needs to be overhauled.
May always be difficult to keep the custom section updated anyways, it changes so fast these days
The vision is here, a markdown file that can generate a SVG and make it into something that can be updated
Started as a meme, probably going to end up being something that might be useful
Is the meme part turning markdown into svg? That's pretty wild
Yep, had to write a custom parser for that one
I love that lmao
well mostly using libs, but the graphic designer in me didn't like a few parts
My debuff for this stuff is that I'm not trained in python, I'm a frontend + elixir backend guy
ah gotcha
other debuff in life is that I'm not a good graphic designer lmao, hoping to learn figma better
The automated versions did not have grouped entries. so each line in the sections was their own table entry. Which is rightfully ugly af
This one is still hardcoded
I believe I have most of it dealt with but just not in git until I can replace it
https://github.com/igglyn/NeuroProgrammingFAQ/blob/main/.github/workflows/png-covert.yml Most cursed part of the repo 💯
lmao I don't think that's too bad, I'd just put comments on how and why it's taking a browser screenshot
Yeah, I know that one off of the top of my head
embedded html in the image
Which a cursed solution exists for an equally cursed problem
What if it were divided by "Third Party" and "Local"? Because even with custom stuff I imagine you might use a third party tool for some things
I'm already going to have to triple the image size
damn but I think even then local could be divided... Building by hand or using a library / downloaded model
because this isn't supposed to just be AI questions
gotcha
I also have other resources I've been given the greenlight to embed
Like @nocturne olive's Neuro/Evil RVC and Neuro/Evil Synth BETA
RVC?
Forget the exact meaning, but voice conversion
A tiktok video with spiderman characters made me learn more particle physics than school did 
Ah I see 🫡
I personally have a copy of each, I'm glad I never had to use them on anything besides memes
That sneaky sob lmao
I'm gonna need to hold a higher pitch better and be british before having any hope of using it well.
To be fair, school usually teaches you just the basic because the educator is not the expert on the field
The expert usually teaches higher ed
Feel free to come back sometime. If you drop by earlier then you can probably get some more advice on LLMs in particular.
But then again, higher ed lecturers usually don't have an education degree, so even if they are an expert in their field, they may be limited in terms of skill to teach
Me when my prof sucks at teaching but is contractually obligated to teach me
Honestly, physics is not that bad. Chemistry and biology is what makes me shudder and I am forever thankful I don't work on those fields
recreated voice something I think
Biology is okay for me, and im good at basic chemistry. Its the last year of midleschool chemistry that i ca´t do
the switch 2 usb-c out is proprietary apparently 
i know for a fact that the switch original worked perfectly over normal usb-c to hdmi
yeah they use vendor defined messages through usb pd to block other devices, whether intentional or not who knows
As LTT puts it, strategic laziness
it has to be intentional imo. they could have copied the design for switch 1 but chose not to
biology is too much memorisation for me
much prefer chem and physics with more maths and logic where concepts are remembered more than details
Logic think 💬
Why memory when logic?
Hm
I memorise stuff from just watching it. Its math theorums i dont remember easily
nuru
kuru
My great-aunt is starting to get old and cant hear and see very well anymore, so she bought a masive 79" tv and 2 big JBL bookshelf speakers 
I have no clue what happened with the loss there
Anyone know what "loss stepping" looking stuff is meant to mean? The loss looks like stairs
What is that graph for?
NS-B-3.1
If you stop hearing from me konii is a spy and i got shot
With that i covered my bases so now they cant shoot me
If you're talking about it going up then down that might be double descent


No it went flat then jumped flat but lower and then jumped again

It kinda looks like a falling edge of a noisy square wave
Idk looks normal to me
Sometimes you just hit a nice spot
maybe something with the data, like some weird sample/samples 🤔
but as long as both val and train losses go down you're good
In that small bit of graph is already like 200 epochs
i wonder if you can train a neural network to minimise its own loss 
funi nonsense loop
It'll just learn f(x) = 0 immediately
So a neural net with a task to create another network?
I think then toast is right, the gradient's just acting funny
working on something similar for my diploma, but the network just generates weights for other models conditioned on a dataset
interesting stuff
Some how 227°c
I think it is wrong
oven cpu
its because its flash memory being cooked
Shutdown

Now hmm
Big speakers
Shadow would approve
7.2 mode
Nah she just has 2 speakers
And they're not even at the tv, one is in the livingroom and one is in the kitchen
Ill keep the kitchen jokes for myself
Bass and treble? One or
Each speaker has a woofer and a tweeter
So im sure the frequency response is fine
They're just not placed well for good stereo, but that wasnt the goal here
o7
Shadow, i got a new avr
Or well, its 2ndhand but its new to me
Denon AVR-X6200W 
I need to get better speakers for it tho, im still using the shitty ones from the 5.1 system
And the sub still has to go through the old av cuz proprietary
And just like before he dissapears
Truly living up to the name of shadow
What will do after setup?
Sam, new Funny Internet Man video just hit
its the gaming/teatre room so everyone in the house is free to use it how they feel.
i have a bunch of consoles there for everyone to use how they please and to watch movies
the only issue rn is bas wifi there, but once we start ripping out the floor the put ground wires there we will also lay ethernet to there
this is for in a year or 2 tho, renovating is expensive
ye i saw, just havent been able to watch yet
Making cellular automata
no spoilers goddamnit

"don't ask what he was up to in the 40's" 
Somthing random
Product by sam
Edit by sam
The final game result
awawawawawawa
💀💀
nah the game look scool asf
just a shame he didnt get to submit it cuz he didnt read the rules 
He can make an aberration by easter egg seed
dokibird game-jam: "must feature dokibird"
acerola: 👨🦯 
i like how google categorizes doki as "musical artist"
Most of vtuber are categorized that way
really? you'd think google would have added a vtuber category by now
neuro is "fictional character" 


He did present himself as corpo lol (vedal ai company, employee reference and whatnot)
mr. entrepreneur
hungryyyyyyyyy
eat
What happened to composer?
composer can't find 4 packages somehow
Alternatively, drink or snack if on a diet
Oh, yeah that's a PHP extension not a library
I forgot that pear is for extension lol
never needed a diet 
It is still a diet
right but even on like the ext-calendar github it just says enable it in composer, it should still be able to do it i think?
Been a long time since I touched any PHP ngl
i dont even know why i do this to myself, i have arch-wiki-docs AND arch-wiki-lite but i said fuk that and am now self hosting a full copy of the arch wiki on my network (well, that's the plan) which is why i'm even having this issue, even though i dont even actually need it
just because i keep getting tilted when the ddos prevents me from getting there
so that means i have to deal with mediawiki
and their own install is like yeah bro just clone this and run composer brah it's all good
not all good
but if the world ends ill still have arch wiki in its entirety if i have electricity so you know maybe it'll be worth it one day
The current DDoS is proof enough that it is worth it
Sure it is only AUR now, but if it's the wiki that they DDoS, imma hunt them down
they have been taking the wiki out at random as well
dunno if it's collateral or what
but yeah whoever it is can suuuuck it
i dont think we even know who it is yet
well we got the extensions working and now
***Could not find a suitable database driver! You need to install a database driver for PHP. The following database types are supported: MariaDB, MySQL, or compatible, PostgreSQL, SQLite.```
oh did i forget to enable the service?
```MariaDB [(none)]> status
--------------
mariadb from 12.0.2-MariaDB, client 15.2 for Linux (x86_64) using readline 5.1
Connection id: 12
Current database:
Current user: afunyun@localhost
SSL: Cipher in use is TLS_AES_256_GCM_SHA384, cert is OK
Current pager: stdout
Using outfile: ''
Using delimiter: ;
Server: MariaDB
Server version: 12.0.2-MariaDB Arch Linux
Protocol version: 10
Connection: Localhost via UNIX socket
Server characterset: utf8mb4
Db characterset: utf8mb4
Client characterset: utf8mb4
Conn. characterset: utf8mb4
UNIX socket: /run/mysqld/mysqld.sock
Uptime: 42 min 54 sec
Threads: 1 Questions: 24 Slow queries: 0 Opens: 18 Open tables: 11 Queries per second avg: 0.009
--------------
MariaDB [(none)]> ```

i'd just like to know what compels someone to do this
they wanted me to have a working mediawiki install i guess
that's the entire reason theyre doing it
Spite can be a powerful motivation
i get that but did they even do anything noteworthy that would piss off someone this much to be ddos'ing them for this long 
maybe i'm trying to look for logic where there's none
Maybe its those hacker that tried to spread virus via AUR
He got mocked pretty much everywhere
ah it was firefox, librewolf & zen
firefox-patch-bin, librewolf-fix-bin & zen-browser-patched-bin
this is what the youtube linux news channel that i mindlessly watch thought it might be
it was also google-chrome-stable or something like that
that was the first one i think
oh wait
the chrome one came after these ones
my b
finally 
what i like most about this right now is that i have a bunch of completely empty directories under extensions/ which causes git to have an existential crisis when i try to commit to my local repo
and these directories aren't even present on the gitlab for the archwiki mediawiki, which is what i cloned, so i think composer created them when i ran the install and now i have to find all the random bullshiet it created and remove it in order to be able to use my repo again since it won't add empty directories to a commit obviously but it also sees said directory and panics
Ever heard of .gitkeep
Ah
but also the modify data on these indicates they were placed in the directory wen i cloned the repo
but they're not in the repo
??????????
oh what the fug
so they're "folders" that gitlab has in the repo but what they actually are if you open the folders are links to other repos
but the clone didnt go through and populate the content of the repos into the folders so on my end theyre just totally empty directories because i am apparently meant to go clone those into those directories
interesting
but i mean they're configured as submodules
maybe im wishing they were subtrees and not submodules
awawawawawawawawawawa
because i WAS sitting here reinitializing the submodules thinking that's what they were at first and it was not helping
this is the loudest thing ever produced by mankind
(if you're me and had your volume high)
the bass is set to +6dB but the gain is at -6dB so it should be fine
anyways i have uniform buffers now. this means i can do spinny things and transforms and matrices and a bunch of other cool stuff
i set the dials on my speakers based on vibes so my sub has been turnt UP today so it's really on me
this is still doing 13K fps so it seems this didn't change the performance at all
reading is fundamental, turns out i can't read
== User Information ==
Extensions are distributed separately. Drop them into this directory and enable
as per the extension's installation instructions.
You can find a list of extensions and documentation at
<https://www.mediawiki.org/wiki/Special:MyLanguage/Category:Extensions>.
== Development Information ==
If you are a developer, you might want to fetch the extension tree in another
directory and make a symbolic link:
mediawiki/extensions$ ln -s ../../extensions-trunk/FooBar
Most extensions are available through Git:
https://gerrit.wikimedia.org/g/mediawiki/extensions
blah blah blah <continued>```
need 14k
easily done, just remove the gpu syncing and you get 47K

this just makes it incompatible with most dgpu's
and will have incomplete renders in llvmpipe
im thrilled, im configuring mediawiki
it's extremely exciting
i definitely wanted to be doing this several hours later
well it's only been like an hour and i went to grab food between but still
little caesars lol
Someone should make a shell named chicken, beef, and all other varieties. It's unfair that only fish got a shell
Or maybe turtle
fish works until suddenly they've decided a random syntax isn't modern and replace it for actually no reason i've found
still better than configured zsh
I still prefer omz 
I prefer chicken over fish 
at least autocomplete wise
worse than having no ? glob support
realistically it was done to stop urls from being parsed as globs
did they remove all wildcard expansion
of course they kept *
That's... weird
i guess i can see it with how frequent ? is in urls
but like just don't parse it naively like that idk
I mean, how often do you guys need to paste URL to shell that contains some query params?
pretty often
i wasnt watching stream, i just saw a new neuro song got released on my youtube homepage?
Yes
nyes
no
yes?
Today is twin karaoke and the song is their duet too
For absolutely no reason whatsoever, I may or may not be cooking a new NS model

Often enough for me to wish zsh did not support ? globs 
What are you guys doin in the terminal 
wget
just about everything?
I've lost count of the amount of times I've had to rerun a command just to wrap a URL in quotes

kitty
librewolf
krita
gimp
obs
nheko
keepassxc
osu!
cover nearly 100% of my needs
me irl
when TUI osu!
no
i'd rather contribute emacs osu!
neko has desktop version?
nheko
hmmm. i should go to bed soon 
Oh, a very different app
i feel as though i should use matrix but i dont know for what
To convince others to use matrix
i mean, ostensibly it's for messaging, but who
I only use matrix to talk to my thesis advisor
and is that because your thesis advisor is gigabased and required that as the method of communication
the entirety of nixos community is on there (not really the entirety, but it's the main communications channel)
that checks out
Yeah, he explicitly said not to contact him through ms teams too
Based
i mean that's one of the more reasonable things anyone could ever say
please god don't make ms teams appear anywhere near me thanks
ye, we got introduced to using ms teams per class in our 1st year of middle school, and instead everyone started using messenger or discord 
anyway, you can use matrix talk to anyone you can convince to talk on there
and importantly you can use bridges
which bridge conversations between matrix and other platforms
(depending on the platform and the way the bridge is set up it may or may not break the relevant tos)
last time i was able to convince anyone to use a chat platform was google hangouts which is now ripperoni although i'm happy with google not having my entire conversation history (even tho they do since i have an android phone)
with all due respect, matrix is not google hangouts
of course
its more like google talk
much more robust
When you have 2 GPUs and you're using both:
another thing you might want to know is, matrix is not made for gamers, it doesnt have remotely good integrated voice/video chat
google talk was yeeted into hangouts and then hangouts was yeeted into chat
(mumble is good for voice chat though)
overall matrix is a mess like so many protocols designed by the open-source community, but it works and what more can you really ask of such projects 
matrix is like some kinda federated libre discord to my mind
i mean matrix itself is just the protocol
right?
mhm
so then it kinda matters what client you're using and what you're connecting to so i'm sure some servers are similar to a discord server others completely different but idk other than that
Not just good, but has good game integration as well
Like some even support positional audio
i saw some youtube video of teamspeak's new version
true, discord doesnt have anything like that
teamspeak visually looks a lot more like a discord now but still works totally differently and more similar to mumble
There's also https://rocket.chat
matrix clients' ui is basically whatsapp
never really understood what the benefits of mumble were over teamspeak or viceversa, i know a long time ago after xsplit exploded we moved to teamspeak and then at some point they said FUCK teamspeak and we moved to mumble and then discord came out and that was that
sorry
xfire
not xsplit
mumble is foss for one
Mumble is open source
And their auth model is good

Also their ICE API
internal combustion engine API
This fire
I do wish they still maintain the gRPC, but yeah, the ZeroC ICE can be used to make a bot too
Another alternative is https://revolt.chat
Revolt is the chat app that's truly built with you in mind.
now im getting into the real pages I need truly
chat clients are just gonna be discord/slack clones forever huh
I don't think there's any other improvement for UI really
that's fair i mean i can't think of how i'd improve it beyond rolling back to the drawing board completely and making everyone mad that they can't find anything
At least layout wise
This beautiful
i personally nearly shit my pants when discord changed the mobile UI to have all the nav on the bottom bar
wrote like an entire dissertation on how they are the most incompetent pieces of <filtered> on the planet for ruining my UI and how i was rolling that update back IMMEDIATELY and sent it to discord then reverted it
i only hope my passionate rambling was what tipped the scales towards them canceling that update
this thing is dumping this wiki into a single .xml file which is currently 600 mb and 11 million lines already when i am at page ~1000 of 27122
had to sigkill gvim to get it to close after opening it
ai would love to munch on this
Why do you always have some shenanigans involving cursed big data
i really dont know what's wrong with me
Would be funny to know what LLM abomination you could pretrain from that
and superbox this is indirectly because of the neuros.click page lmfao
Whuh?
i needed a winscp config and i cant run that on linux (might be able to on wine but i decided to do this because i figure i should have a working windows vm just in case)
so, in my infinite wisdom i got to work setting up virtualbox, opened the arch wiki page for virtualbox to have a reference
arch wiki was down
due to the ddos
so i got HUGE mad
and now im doing this
WayTooSilly
i could've just asked you for the config assuming winSCP is what you use (i assume since you have referenced it specifically a few times)
but i also wanted to go through setting up the stupid program just in case there's some wild shit about configuring it that i dont know even though there's almost no shot there is anything strange
It's just what is recommended for use, not like I have an FTP client on my local machine
oh
WinSCP is just better than most other clients
well see this is all necessary and definitely a good use of time then
this dump is going to be going for the rest of eternity since i didn't feel like ALSO ddosing them and kept the 1.5s delay on requests
so i guess it's back to virtualbox
https://www.reddit.com/r/DataHoarder/ join the revolution, mentally sound folks here only

Who even
if you're poor or the device doesnt support 10TB like an original xbox then yes
ez next question
there are 97,380,212 titles in ISBN13 currently
nobody said anything about isbn13
https://phiresky.github.io/blog/2025/visualizing-all-books-in-isbn-space/
this guy made a cool visualization of it for an archive
i was referencing it since that post mentioned 20million ebooks
was curious how many books in general were around
wattpad counts as ebooks 
Wattpad hosts over a billion uploaded stories, as reported in July 2021, though exact real-time figures aren't publicly available.
never heard of it but i just opened it and it has that horrible corpo giant hands and arms art style and the trending ebooks have a bunch of AI generated covers so
sounds like a nightmarish place
wattpad is mostly fanfic afaik
i have never used the platform before besides that one time a friend of a friend made a fanfic of shrek
yes yes i too have "friends" with interesting hobbies
hey it wasnt me, that friend of a friend was a girl in my grade
ALL THE GENRES
list of genres it presents:
romance
werewolf
fantasy
short story
lgbtq+
new adult
yep, its the type of platform for teenage girls
i don't think i'd be able to read a fanfiction produced by anyone i know personally
boys too i guess i just dont know a single guy that uses it
i don't think i'd be able to read a fanfiction produced by myself tbh
i dont think i'd be able to read a fanfiction
that part
i have a vague memory of someone writing a fanfic about me but i don't really want to think about it

dont noway that
thats not pog
kinda creepy actually imo
well i mean it depends on the category of fanfiction lmaooooo

they are (i assume, ive never actually seen proof of this being the case because all ive ever borne witness to contradicts this) not all werewolf romance
nah if someone did that to me id move to a diffrent country and change my name
also for fanfics ao3 >>> wattpad
now that i think about it there are a lot of fanfics about you @tender river
(in my head you are just asuka langley)

open source version
oh ye, happy birthday to hatsune miku 
31st of august apparently
she's 18 now
wait a minute
happy 18th 16th birthday 
yep she's officially turned 16 for teh 18th time
i got mobbed in gen once for saying miku is 16 (because she is)
w-why
i mean every day is another day forwards towards the self-immolation of our planet and society yes but why other than that
as long as i can keep doing graphics ill be fine

me when society crumbles and i still have my self hosted arch mediawiki running clean:
me when society crumbles and i cant use my pc because the nixos binary cache is not available 
yeah and i have a wiki full of pages telling me to download packages from a nonexistent AUR
not for me in particular, im doing good. mostly for the people around me
alright next up is self hosting the AUR
a lot of my friends will be going to school tomorrow 
im going to visit their school to laugh at them
and we're gonna go play uno
tomorrow is the holiday where we "celebrate labor" in the least labor celebrating country that can claim an "advanced" economy wooo yay hooray
"dag van de arbeid" is on may 1st here
idk why labor day is on sept 1st here
aka "everyone celebrates it on may 1st but thats associated with labor movements but we want to celebrate servitude instead"
honestly that's the only explanation that makes sense and my headcannon
because it's like US/CANADIA/AUS that have random other labour days but everywhere else actually celebrates the international one
at least canada and australia pretend
in which country do you even live?
burgerland
i thought the us right?
thats germany
germans in the US back in the day turned this place into neoburgerland
okay
thats a classic tactic, if you want people not to celebrate something make your own worse version on it on a completely different date and also schedule some overlapping holidays just in case
like when they introduced "unity day" in russia
1st may is not a recognized holiday in the US
no, thats precisely the reason they dont want to associate with it
at least it's not a federally recognized holiday
closest holiday to 1st may would be cinco de mayo
i get that from a perspective of the gov not wanting that i guess. but i feel like the people would be better of with may 1st
this separation was reinforced to distance the holiday from its associations with socialist and communist movements, which were prominent on May 1st in other parts of the world
nah thats stupid
why is eeveryone there so afraid of a social system that diffrent from their own?
they take my votes every 2 years and throw them in the incinerator (to produce extra CO2)
if there's one thing i know as a person stuck here it's that the will of the people means nothing here
actually dont aswer that
rule 3 and 9
oh right true
anyways yeah i like to keep local backups of things i find useful because when they get DDoSd then i can just use them
that graph is just unsteady enough that it makes it look like someone drew it with the paintbrush



hello heir
maybe lets not talk about politics and ideologies and all of that
sorry bout that heir you are so right
sorry ye
arch wiki progress
very svelte 2.3gigs so far
i like how these pages, most languages use the same pagenames as the others, but one or 2 localizations will decide the pagename can't describe it in their language so they strike their own path
eCryptfs page on arch wiki is just eCryptfs for most languages but then spanish rolls with
Cifratura del sistema con eCryptfs
i feel like everytime dependabot yells at me because of some insane CVE it's pillow
im about to just never use pillow again because im tired of it apparently just being plum full of buffer overflow vulnerabilities
are there really any alternatives
i was typing that while simultaneously thinking exactly that
btw i installed neovim to hopefully finally get off my lazy ass and figure out a vim editor
lunarvim looked cool (to hold my hand more than anything) but whenever i use a new thing i like to just take the nice pristine base configuration and just toss a bunch of random shit + the kitchen sink on top of it in the form of addons/plugins (if it supports them)
i have lazygit already so im probably gonna install the git plugin for that, i have LSP configured and i have a tree sitter plugin, are there any "mandatory" plugins for nvim or is it more of a "use what you want dummy that's the point" sort of thing
also from a cursory search the answer for pillow alternative appears to be just about 'not really' as far as drop ins go
scikit-image and imagemagick come to mind and also appeared in the few suggestions i found but they are also obviously not identical + scikit cant really do bulk//batches ootb although that's simple enough just through looping. apparently not as fast as pillow though. imagemagick can do parallel though which is nice + supports better variety of colorspaces & formats
seems manageable but semi-annoying in random edge cases to replace
@rancid mango 
but for real, you'd think they would go through and fix a bunch of them at this point
it's like every couple months it starts screeching about how urgent it is that i update pillow man
my solution?
obviously it's a nice surface to try and poke at so that is kinda how it be but damn
goodbye dependabot
just setup a gh action to run pip update or whatever the command is every 30 days
surely that won't go horribly wrong when an API changes
i love semver 360 sniping myself with semver majors
I literally cannot do semver on my own projects
I would significantly rather use a single number, or maybe two to allow for hot fixes
i only use it if there's any chance of the thing interacting with other humans and it's for a discord bot client so it can be sent stuff which does make it attackable i guess, not that i think anyone cares or would bother
i don't use semver
i use
....
4 version numbers
idk why
but that's what made sense to me a million years ago and i still use it
so mine is actually more annoying than semver probably
yeah, I started working on a thing with a friend that'll probably get published to nuget
odds are that'll use semver
but its microsoft semver, so its 4 numbers
Major.Minor.Patch.Build or something
wtf micro$oft stole my mf versioning
somehow even dumber than what I thought it was
why is revision after build
yeah that
is something
i dont like that
i mean i guess
but like would the build not also go up
how do you have a v2 of a build number
would it not just be build number+1
apparently it's because the real differentiation for microsoft is major.minor
anything with the same major.minor is intended to be compatible as far as breaking changes go
the build and revision aren't really coming after one or the other
major.minor.hotfixVersion-devState_isLTS 
I mean, is that not kinda how semver works already?
with semver you can have 1.2.3 -> 2.0 -> 2.1 -> 1.2.4 (CVE fix)
idk the way this guy here answered it makes sense to me https://stackoverflow.com/questions/3098167/why-is-system-version-in-net-defined-as-major-minor-build-revision
The version of an assembly, when it comes down to it, is Major.Minor. From the aforementioned link, Microsoft says, "Subsequent versions of an assembly that differ only by build or revision numbers are considered to be Hotfix updates of the prior version." [My emphasis]
The Build represents a recompilation of the same source. The Revision represents a code change, but one that is fully interchangable with other revisions of the same [Major.Minor] version. But neither takes precedence over the other.
So, in summary, don't think of it as:
+ Major
|
+-+ Minor
|
+-+ Build
|
+-+ Revision
But instead:
+ Major
|
+-+ Minor
|
+-+ Build
|
+-+ Revision
again, is that not how semver already works?
in semver, you dont make breaking canges on a patch update
yeah it is
i can just see i guess why someone might want to have 2 different indicators after minor depending on what is being changed
someone being a giant corpo like ms
oh, true
now running at 13K fps
lol u really want them frames
we've reached 47K before, now im just trying to make something useful while keeping performance good
wowza, damn well vedal looking good lol
I saw most of the triangle arc lol
Guys, is this place about learning how to program or something
Ive seen this happen in action
Wtf actually 🥀
When i install certain apk files and open it nowadays, google play will stop me from doing so
aight goodnight
Guys halp
I’m programming on netbeans IDE and for some reason my forward slash just turned into a yen symbol
you know what
i’m just gonna run it with hopes it doesn’t really matter that much
Okay yeah it doesn’t matter even though it’s a yen symbol instead of forward slash
its the same \ character
whether its rendered as a yen or a backslash depends on your encoding
also forward slash (/) is never the yen symbol
Oh yeah backslash sorry i always get switched up between the two
Yo

What are the chances that any of you happen to have ever jailbroken a Jibo
I’m assuming it’s about a 0%
But I’m getting desperate
It’s been like a month and a half
And I’m no closer than I was 3 days in
(Look at my banner if you don’t know what a Jibo is)
(Yes that was taken where you think it was taken)
reminder i got 20k on a calculator
lol
@mighty thorn how do you meet neuro irl
there is no neuro irl
Neuro car
I spoke to her
Out in the real world
That’s a meeting in my book

it's not downloaded a single image yet so it's just 12 gigs of pure text right now
That would go great on an LLM
will we have another leaderboard on this lmao
damn whats that
I believe it is the Arch wiki
I don't think so, it's just Sam actually making progress on the game engine
yeah i got big mad at the arch wiki being ddos'd earlier so i installed mediawiki locally and am downloading the entire thing in full w/ all media to have it locally hosted and backed up
so as long as i have electricity i'll have the thing available
it's taking forever because i didn't want to contribute to the ddos with my own lil' non-distributed denial of service hitting their servers like crazy so i left a 1.5s delay between requests
it's dumping into one(1) currently 12.1gb .xml file lol
209,968,457 lines rn according to wc, cant open it in an editor because every one i've tried does NOT appreciate trying to load it
27123 articles found on the init of this dump so at nearly 18k i'm over halfway there now
still need to get images and media though after this part
thank god i'll have the talk page for wiki stubs
Apparently 5x A#5 was not enough for NeuroSynth to learn how to sing A#5
Uhh
Where does one get crash dumps on Linux? It seems like my whole system just crashed suddenly
my dad has been programming for decades with plain vim without plugins so its very much usable in its bare form
if you like having a file explorer use nvim-tree
if you want completion set up cmp and telescope and stuff
if you want automatic identation detection use vim-sleuth
obviously autopairs is very useful
which-key will list available hotkeys
then there are other useful plugins that let you replace/add/remove brackets or other surrounding characters, or work with comments (but also comments can just be done in vanilla vim with block selection + shift-i), or quickly jump to the beginning of any single word on your screen in just 3 keypresses, but it's just personal preference at that point
You know, I never thought about it but its obvious. Everyone has a family. I somehow just assume everyone here is like, born out of thin air 

i do have tree (and lunarvim has one as well obviously since it's like ide-vim)
vim-sleuth will put on the list
autopairs too
which-key sounds like it was made for me, what's the word jump one called?
also your father seems powerful
lol
word jump = snipe
i wish i was a wizard of that tier
So anyone know? I need to figure out why my PC just randomly froze and automatically reset itself
journal
I hope it's just the Nvidia driver and not my CPU
okay i'll have to find the particular one
i dont think its called snipe in nvim
if it totally shut your computer down then you can do
journalctl -b -1 -p err
It froze and automatically reset
oh wait that's for boots
well i think depending on what happened it will output the last reason on next boot or something into journal
thank you!
journalctl -k -b -1 -e will show only the end (-e) from previous boot (-b & -1 specifies last 1 boot), and kernel only (-k)
meant to reply to this
you can also add some sort of | grep for like kernel panic segfault Oops Call Trace fatal error oom-killer
With that I see nothing that looks like it would cause a crash, there is exactly one even shown for today
And it's just whatever this is
journalctl -b -1 -p 3 sets the log level it's searching for to error/critical/alert might help
apparmor is just what some distros use instead of like SELinux
can try dmesg --level=err,warn too
and that's just telling ur printer daemon to fuck off it can't have elevation
since CUPSd is the printer daemon
Nothing out of the ordinary here
if you do journalctl -b just straight up it will show you the start of this most recent boot
This is the entire output here
if you do just journalctl -b and then hit up arrow to see the logs right before the boot started is there anything
That's somehow all logs from exactly 7:08 and 1 second
boot logs ? keep going if theyre looking like the boot output cuz when it restarted it would start shitting out logs fror the boot process
Scrolling down 1200 lines got logs from 7:08 and 2 seconds
7:08 was way before it rebooted itself
No thanks, wait till i have made a more impactful diffrence
Goodmorning btw
use pg dn to go faster scrollin
would need like the ~200 lines before the actual reboot
if it's nvidia you'd probably have nvrm shitting out Xid errors
How interesting
So maybe these are all logs from the previous boot but the time somehow jumped back when the system crashed??
well, maybe sudo modprobe pstore to make sure you're capturing panics and actually keeping them
well it reads time from the RTC (runs off cmos battery) when it boots so if it's any different than the system time when it boots it'll do that
I guess it must have somehow been off or something?
it's fairly frequently off but you likely never notice
it has to sync w/ NTP time on boot which is treats as authoritative so the RTC being not perfect and definitely not up to NIST standards will often be off by a lil
Well apparently mine is off by 2 hours
And what was this supposed to do?
you can do like dmesg -T | grep -iE 'nvrm|xid'it could maybe slightly rule out nvidia, -T if you want actual human time, leave out -T if you want seconds from last boot. -i removes case and -E extends the regex to allow | as or without an escape char
That just gives whatever this is
it enables persistence of panics across reboots, modprobemanages kernel modules
pstore just maakes a persistent storage for panics and such to be saved in a special area of mem so that it comes back next boot
first line is from network card and 2nd is just loading nvrm on boot
so then i'd say it's probably not an nvidia crash
I really have no clue how it just suddenly froze like that, I've never seen anything like that
First YouTube stopped playing, then windows stopped updating their graphics (still movable) and then finally after a few more seconds the mouse stopped being movable, then a few more seconds from that and the PC reset itself
what's your cpu
12700K
i mean it SOUNDS like a hang from a driver crash which it couldn't recover from and then just rebooted since it couldn't do anything else
It very much did feel like something went wrong with the GPU driver
The symptoms were similar to when I had an unstable GPU overclock on Windows, except that was more of an instant freeze
dmesg -T | grep -iE 'error|fail|xid|xid' really gives nothing interesting at all huh
given the lack of anything in your logs i would imagine perhaps whatever it was happened and you didn't actually have persistence enabled (which the modprobe thing should prevent losing this info if it happens again)
if you open just the journalctl -b btw shift + g takes you all the way to the end instantly (i think that's a default keybind)
Nothing much of interest
Probably just a missing signature
i would guess that is the crash
well
wait are you on proprietary drivers, not open?
It doesn't really look out of the ordinary
Yes?
From what I'm aware the open ones suck
it's out of the ordinary for me because i dont load closed source drivers
old info
what's your gpu rn again
the open drivers are the one you want after ~550
I was on an open driver at one point (open-570) and it locked up on the lock screen
Like hard-locked, no response to any commands
i could see that happening on either open or closed nvidia drivers anyways
if your coffee grounds arranged the wrong way and the wind was slightly too strong
because nvidia drivers
but in general loading the proprietary drivers instantly taints the kernel which basically just means random shit might happen and the help becomes more of a
because it's in a 'weird' state from the start
BERT: [Hardware Error]: Skipped 1 error records this one does mean that something hardware related happened in the boot beforehand that didn't actually get recorded
This is the driver I'm on
Apparently driver manager thinks the 3090 is my primary GPU
i'd be slapping 575 open on there and seeing if it remains stable
there's a reason you don't see the proprietary drivers after 550
im pretty sure they literally stopped development on them?
and it's just open only now
so if you're on proprietary you're like 30 versions out of date and stuff starts happening
So far 550 has been fine and stable under full load on dual GPUs, I have no idea if I can replicate that crash
im on open which is currently on 580
ubuntu is a bit behind tho
but still
that's a lotta driver versions to the point i'd no longer be surprised if it's unstable just from upstream changes in everything surrounding the nvidia driver
550 is from like
first half of 2024
So apparently the reason I don't have 570 listed is because I'm kernel 6.8 and it needs 6.11
I'm using the kernel that came with Mint 22.1
Are you sure? It's been getting updates regularly
See, there's one right now
it would still get like security updates probably if it's lts which i think is the mint default
yeah it's using ubuntu HWE kernel which lets it keep getting updates for security//major bugs
and support new hardware
That sure is a long support time
Meanwhile 6.14






is hhis something i shoukd worry about









