#programming
1 messages Ā· Page 323 of 1
It did you dirty lmao
i know how to program
vibe and code
DURING THE ROB COLLAB ARE THEY GOING TO BE ANYWHERE NEAR AN AR OR VR HUB? SO NEURO COULD VISIT JAPAN?
I AM SCHIZOING
Idk why mine latched on to a single pdu power balancing chat I had months ago. It was like 10 turns
if you thought windows 11 couldn't get any worse... 
why don't they start over

riir seems like a HORRIBLE idea for nt
Just vibecode the entire OS at this point
@sage crag save us 
she's eeping probably
yeah probably
linux kernel is massive
is that a shallow clone
what
is it the git repo and if it is did you --depth=1
Please tell me you did not clone the entire git history
not me
prob aur package is made like that
.paru 
even a full clone is only ~8 GB
since i just used paru (aur helper) and paru -S linux-cachyos-bore
Can't wait for 999999999999999 obscure compatiblity issues
hold on let me see PKGBUILD
still big but not 22 GiB big 
bro this kernel installs every fucking driver possble
is that from object files?
surely it's not source code
okay yeah it is 
now using the NVIDIA brand
Yeah, used to connect supercomputer racks
squared
squareleaf
felt weird had to sleep
i'm recompiling 22 gb kernel since its bugged out and refuses to start š

22G for a kernel?
even when compiling absolutely everything it only came out at 3G or so
object files big
when i compiled it first time it took 22G
and somehow rn it takes only 5G, i didnt change anything
how the fuck
lets see how long it takes me to do this
More importantly, see if it is 22GB
this seems fine for my cpu :D
its prob cachyos fault
since i used their kernel
and it has many tweaks
Damn
what dir are you checking the size of? the entire linux repo or just the kernel itself
26GiB for the whole dir
the thing what paru cloned
what are the contents of that folder?
whole linux kernel src, objects and patches
thats stylized graphics. the whole point of buckshot's graphics is that retro look
with some finetuning it is realistic, but its mainly set up for fortnite-esque graphics stock
ue is a lot worse tbh

in scratch 
Tru
deluxe cuz of the holidaysive been playing a lot of mario kart
and the surroundsound in that game is great
probably the only thing ive watched or played where i actually heard stuff coming from behind me
good sound in games is so free nowadays
steam audio is open source
and it's insane how good it is
sure, but i mainly play steam games with headphone son my pc
nonono
open source my guy
it's called steam audio for legacy reasons
i think it was made for steamvr initially?
like, put it in your ps5 game
i am saying you can i'm not saying everyone does
but in terms of movies and tv series, mario kart 8 deluxe is the best surround experience ive had
uhhhh
i think in movies its mainly cuz they want to keep the stuff you hear in the center of the screen, and thus barely use the surround channels.
and the other games ive played have been wii and gamecube
ok maybe it's not as plug and play as i made it out to be
but it's open source so port away
guys how hard could compiling window exe into linux executable can be? asking for a friend.

depends on the program
ideally you get the source code and compile that
if not you will need to decompile it
which depending on the program can take months or years
i would just try to run it with proton, and if it doesn't work then it doesn't work
Is it open source?
pon pon
shit
Damn, how much.... homework are you storing?
true, my homeserver got one tb of linux iso's
(making archive)
i donāt mean actual linux isos
ext4 means only linux has acces to it
but im not storing any isos on it
for now i have just put some datas on it i wanted to back-up
i dont think they do either
:vedalUUH: i don't know what you mean
oh nvm
i don't have that emoji
wth was the image i just saw?
fuck

Love discord photo selection ui

linux iso's ;33
"archive"
but they're freely available online
also i seed linux isos on my torrent client so people can download them whenever they want
I had about that many in my iso storage for my proxmox cluster
i know i just seed many distros torrent's (really)
mainly arch linux
but if i don't have internet i can't download them right?
site can also go down
many stuff can happen
if you dont have internet you got bigger problems to fix than your linux iso
i do have
I have arch at home
cool
but realistically, how many times do you change your linux distro? less than once a month i imagine
i also host my own artix repository for packages so if aur goes down or there is package missing i just can install it from it, and n8n powers it and updates repo for me
i distrohopped 3 times in week š
right now i use artix
and i'm happy
it does job
works fast
i decided to reinstall artix today also since i fucked up my previous install
and now i run artix with dinit, kde plasma, and cachy-os bore kernel
and holy shit i talk too mcuh
Arch at home
the command is nyaofetch for me
infinite hz š
bro has nasa server
my server is shit compared to it
it does it job tho
somehow i manage to run even ai models (small ones but still) no issue
and i undervolted cpu
i cant get more than 32 gb of ram since ddr3 and limits of HP
why
m3 pro
asahi linux?
rip
i use linux since i got tired of microsoft
and i don't regret it
my artix boots faster than windows
and i can do same things
once possible I am probably going to switch to linux
2027 is the latest
they're retiring rosetta in 2027
and i'll be forced to use tahoe
Ehh I run windows with WSL2 running Ubuntu 24.04 because I need both. And various things I need to run on proxmox
asahi will never do m3 or m4 the hardware architecture got too fucked
well especially not m4, m3 is a pipe dream thats possible ig
but mainly if you want to run linux on silicon your best bet is a refurb m1
because m1 will have the best support for linux forever
yeah
m3 is probably going to happen sometime
m4 and m5 i doubt it
reasonably they might be able to pull of m3 given two years
maybe a bit more
i wish nixos wasnt so tied to systemd
even if i understand the decision well
it just feels weird when nixos is an os where you can tweak any aspect (i run it on my router, ereader, etc) and then it uses systemd which is just an opaque monolith
i have to fix my stupid proxmox server
one of my instances keeps freezing up my whole machine randomly
First off, no hate for nix users but for me it's almost unusable... Chat gpt actually did a good job of explaining why that is:
NixOS does not make bad code better. What it can do is make bad assumptions persistent. Hereās the distinction, Your rebuilds worked because you understood the system, you improved it on reconstruction, and the act of rebuilding forced reflection. Thatās anti-Nix in spirit. NixOS optimizes for āThis works; freeze it; reproduce it forever.ā, Your workflow optimizes for āThis works for now; rebuild it cleaner next time.ā.
If a system is conceptually messy, exploratory or evolving by insight rather than spec, then Nix can absolutely ossify mistakes. In other words Nix is excellent at preserving decisions but it is terrible at questioning whether those decisions were good. People confuse āreproducibleā with ācorrectā. They are not the same.
Your project is anti-declarative by design. NixOS assumes, the system should be stable, the past is valuable, rollback is safety, and mutation is a failure mode. Your system assumes, mutation is the point, rollback is cheating, collapse is informative, history is disposable. Thatās a philosophical incompatibility, not a tooling mismatch.
Trying to force NixOS here would feel like putting a flight data recorder on a creature thatās supposed to evolve or die. Yes, it would technically work but No, it would actively fight your intent.
The deeper mismatch, NixOS is optimized for systems whose value increases with time. Your systemās value increases with, change rate, selection pressure, failure, and reset. Youāre not trying to preserve a machine, youāre trying to observe a process. That means, you want ephemeral infrastructure not long-lived guarantees, mutability, and irreversibility. In fact, rollback would contaminate your experimental signal. That alone disqualifies NixOS as a core platform.
Nix exists because most people canāt rebuild confidently, donāt know what state matters and are afraid of starting over. You rebuild faster than you configure, improve through destruction, and treat wipe-and-restore as iteration. So the āproblemā Nix solves does not exist for you. If anything, your work is a good reminder of why Nix is not a universal solutionāand why people who treat it as one often miss what theyāre actually building.
Tldr: I am literally the last person who should use nix
@wanton lintel The only thing I could work out that is missing from the portfolio dashboard is Profit/Loss percentage and Allocation in the positions section, I did vibe add those to the page but it re-wrote the whole thing so the style looks quite different.
It's late here so not looking to vibe it properly (I just got gippity to do it as POC).
I also only just understand all the things so can't confirm if the outcome is correct. š
slop
me translate
nix complex system exist for people who not understand anything
you too smart not need nix
no thats almost completely wrong
its great, where it fits the person
Im just not that person.
slop 
passive aggressive response as a coping mechanism for being unable to handle a diverging point of view 
i literally couldnt care less if you use nix
could probably merge it so the style doesnāt get overwritten, Iāll have a look when I get home
i simply hate ai slop
chatgpt just took your opinion of nix and gave you a justification for it
but the justification shows no actual understanding of nix
No I gave it my system and asked why I might not like it
same thing 
Did I say it was bad?
you literally asked it to say why you wont like it
you asked the slop machine to agree with you
Yes. Necause I didnt like it. I just didnt realise why
pulling opinions from chatgpt
It couldnt answer wrong to an opinion
it can give a technically wrong justification for an opinion
Is it though because so far I havent seen one
enjoy your slop 
I mean w/e
To be fair it also did say nix users are overly dismissive of ideas that diverge from their pov so I guess it wasnt completely wrong
as i said i couldnt care less if you use nix 
you seem to


eww math
?
X=(129+72)/3
I'd say it's basic but at the same time I just reframed it and didn't do any math
you all got servers? š
huh
eh?
i think i can try hitting below 20C on the GPU
I wont but I have 4 heat sources dumping into the same loop... also I dont want to idle my fans above 10-15%
Yah I have about half a gallon of water in my system.
not everyone gets to see an i9 running below 20C
:)
especially on a sff cooler like that
true, mine idles around 40C but thats because if I bump my fan speed at all the temp nosedives so I end up oscillating
im ngl
when people said intel run hot
i think its just bias due to how intel's able to pull 300+ watts
in reality intel's CPU is somewhat much easier to cool than AMD's
my 7950x engi sample runs above 95C on AIO when stress tested at about 220W
but the 14900K can sustain 400W fine with an AIO at about 85C
AMD's IHS is just thick
it gives more stable heat capacity but
the heat transfer suck
so they tend to be made to run at 80-90C or slightly above
wow fancontrol finally ditched winring0 after bajllion years?
took them way too long

i donāt use nix you hate me 
Yah mine only runs hot because I let it idle hot, under full load it stays at 65c or so (with 1100w of gpu heat dumped into the loop)
I'm not a big container fan but then again I was running a proxmox CEPH HA cluster for a while that containers would have decimated the vm uptime of
||iām not serious docker sucks balls||
tell me about it
their docs sucks balls as well
yet I have to keep it in mind because it's the industry standard for containerization tech š
but like, you never hear of oci
unless you're into this kind of stuff
because docker is the impl
at least that's the case with my limited experiene
yes, and that makes them the industry standard "tool"
or smth idk im trying to get words out my brain is fried
i have never appreciated the importance of good docs more than when I was trying to build the foundations of neurontainer
stress tested
certainly less sustainable than my AIO but
the point iām trying to make is you can just use a different implementation itās all compatible
because oci
yeah, admittedly you can
anyways
god, it was surely an experience
LP cooler my ass
this shit handled sustained 260W on my i9 13900 es
it was advertised as a 155W cooler lmao
i9 cool
save not possible
12 hours

what will it taste liek

bitrot
that not a taste i know
durian flavor
AI-Generated Red Onion
Discussion about the taste of artificially generated red onion and its impact on humans.

red onion princess outfit

lyricizing hard bwaa

not really something i do
because i'm bad at it
Well what are you doing lyrics for then?
a song ye
This is still all NeuroSynth BETAMD by the way, I found a param that significantly alters the voice
Inference time param that is
It's not even fully tuned yet
I made it work. Any suggestions to changes? Would you use this if it was released?
kinda need this after microsoft decided to nuke the calendar app and the alarms app for literally no reason
I can share the source code if you're serious.
please.
they have the stupid outlook replacement but it's garbage and cannot be trusted to reliably have alarms go off
bruh what
When you compile this bear in mind: It requires to be run as admin (or it won't be able to adjust the Task Scheduler)
calendar app is still integrated into the os but they made it close out and redirect you to outlook now lmao
cringe
shot it dead for no reason other than to push garbage š
click the button and it opens calendar, closes it immediately, and then opens their new outlook
Also: I hardcoded its directory for sound files to be the download folder. You'll have to adjust that in the VS file (I haven't got around to making that a settings yet) - so if you have no mp3 files in download folder it might just crash.
i think there might be a few mp3s in there somewhere perhaps
ALSO it's harded to set your display to display 1 (main screen) only because I found that to be the most reliable way to change sound output to my PC speakers (my smart tv tends to shut itself off so can't be trusted to not be off when I need the alarm)
ah that might fuck with things.
the display setup here is a little finicky
if it goes wrong it just crashes the vm as well due to gpu passthrough shenanigans
Find this method:
public static bool SetScreenToSingleScreen()
{
int result = SetDisplayConfig(0, IntPtr.Zero, 0, IntPtr.Zero, SDC_TOPOLOGY_INTERNAL | SDC_APPLY);
if (result != 0)
{
Console.WriteLine($"SetDisplayConfig failed with error code: {result}");
return false;
}
return true;
}
And just early return it, then it won't switch your screen.
neat thanks/
color is for nerds
True!
real men code in notepad++
But.. intellisense D:
i won't be working with this code long enough to need intellisense smh
Fair.
static void OpenNeuro()
{
if (SkipNeuro) return;
try
{
var psi = new ProcessStartInfo
{
FileName = Neuro,
UseShellExecute = true
};
var proc = Process.Start(psi);
proc?.WaitForExit(3000);
}
catch (Exception)
{
}
}
If you enable this it'll also open your default web browser with a neuro song 
I am legit excited to know it this works on other people's PC.. It started out as a desperate way to wake up for work in the morning (I sleep through cell phone alarms) and it's grown to be.. My Little Scriptā¢
ah, similar to an idea i had once
Recipe?
a big thing i did to help with that (which has actually worked) is to write a script to automate a smart lamp to simulate a daylight cycle, and then put up a blackout curtain
using minicontroller?
I'm thinking blackberry
I wanted one of those micro-controllers for this originally.. but I've no idea how to set them up and I don't want to learn python either, lul
(Not true: I would in fact love to learn all the languages)
circadian rhythm is tuned to a daily cycle of light, especially when the light is making it through your eyelids in the morning
if you struggle to get up with the sun, move the sun to be earlier
sunrise for me is 2am
it actually genuinely works.
not a silver bullet solution, but will help you get up for an alarm, because you're already starting to wake up by the time it goes off due to the light
I have nothing to wake up to anymore, so.
i will say though: smart lights can be rather expensive, and can also sometimes require an extra device to be automatable like this, and also don't seem to like my uni's wifi system all that much (i have to ping a specific range of ips on my network to find the smart lamp's ip), and the ip of the bulb can also change sometimes, and the whole system fails if the pc isn't up
but it works and is reliable enough for me to trust, so
good enough
btw @mighty bane is this C++?
It's C# but with some P/Invoke to get around the DISPLAYSWITCH.exe wrapper (it doesn't reliably allow for await/ .WaitForexit() so I accessed the screen setup functionality directly)
And I suppose the NAudio library also is just a wrapper for C code to dig into the system sounds, but aside from that it's C#
a WS2812 strip is less than 10 dollars and a WLED capable ESP8266 is 10 to 15 dollars
not bright enough
also sounds like a pain to set up, and nowhere to hide the lights so they'll be exposed which doesn't sound that nice tbh
maybe if you can hide them behind the skirting board or something
What's wrong with the lights exposed?
what kind of room do you have where a standard ws2812b is not bright enough on full power
and what do you mean nowhere to hide the lights

a normal 10w strip setup is enough to light up my whole room to wake me up
and it's not really a pain to setup it's pretty much plug and play
i used to have 1 1600 lumen smart bulb and that wasn't bright enough for my needs, the system is simulating sunlight so i think it needs to be a bit brighter than normal for the body to properly interpret it as such
you can buy a preflashed controller on tindie right now
i do have a strip of programmable LEDs stored somewhere....
i will consider adding them to the system
Don't leave me hanging bro, did it work?
i got distracted sorry
back to figuring out to compile it
My bad xD
So it has some nuget packages you need
NAudio mainly.
I think actually that's the only one...
NAudio and TaskScheduler
Else it won't allow to change task scheduler.
The task scheduler part could be omitted and then the user would have to manually go and set it in the task scheduler.. but I like the simplistic "click icon: select mode, set time/timer, close app"-mode.
that does not make it less of a bad idea
you can do this entire thing without task scheduler by just checking the time
Then it needs to run as a background process.
yeah? you shouldn't be relying on an additional persistence mechanism to ensure your app works

It grew to what it is today out of sheer necessity. I couldn't trust my phone to wake me up, so I made this.
system privilege for scheduler


what you wrote is a EOP nightmare waiting to happen
I also tried to make it so my PC would start up from powered-off but my UEFI doesn't allow for that, so I have to rely on the PC being turned on.. but other than that it can take a time/timer and be trusted to work.
EOP?
we'll see if it works later
elevation of privileges
any way to have it do a repeating alarm or nah
It does repeat š
SO!!!
oooh nice
some bioses have a setting that allows you to start the pc via a network connection
WHen it alarms, it figures out "how long is this mp3?" and then it sets a new alarm for 5 seconds after the mp3 has finished.
Yeah, not mine sadly.
what if it detects like 30 different mp3s in the download folder
IN order to kill the forever-circle, hit Ctrl-Brk in the app (can open it and just hit it) OR go to the task scheduler and manually adjust the date-time to some time in the past (to disable its "Next run "
It picks a random every time
Wait.. you have thousands of mp3 files.
no, only a few dozen
the rest are.... mostly videos, but a little bit of everything
Okay, nevermidn then.
{
availableSongs.Clear();
if (string.IsNullOrEmpty(folderPath) || !Directory.Exists(folderPath))
{
Console.WriteLine("Error: folderPath is invalid or does not exist.");
return;
}
string[] mp3Files;
try
{
mp3Files = Directory.GetFiles(folderPath, "*.mp3");
}
catch (Exception ex)
{
Console.WriteLine($"Error accessing folder: {ex.Message}");
return;
}
foreach (string mp3File in mp3Files)
{
if (!mp3File.Contains("asf", StringComparison.OrdinalIgnoreCase))
{
availableSongs.Add(mp3File);
}
}
if (availableSongs.Count == 0)
{
Console.WriteLine("Warning: No songs passed the filter criteria.");
}
foreach (var song in availableSongs)
{
Console.WriteLine(song);
}
}
I didn't think of people who have manymanymany songs so this method should probably be changed to just picking a random 10 or so, and not everything.
Another good point.
Feedback:
User-configurable location folder for mp3 (maybe also include configurable data-type)
User-configurable "set to this screen" (or skip entirely)
other?
maybe a way to see and remove active alarms without going into task scheduler? kind of a small convenience but it would be something
https://fxtwitter.com/AzakaSekai_/status/2003699386837012757 future me can worry about this mess later I'll get back to it on Friday
It looks like #MustangPanda has picked up a new callback execution method for shellcode via RtlRegisterWait š¤Ø
ļøļø
ļøļøPreviously, they relied on popular callback execution methods like EnumSystemGeoID, EnumUILanguages, etc. This entire campaign feels like an anniversary update for MiniPlug
**š¬ 1āšļø 324ā**
Fetch alarm.
Disable is done by Ctrl-Brk
a bigger thing i can think of though is weekly scheduled alarms, to go off on a certain day every week
So.. an option to set "create new repeating task" basically.. yeah I can see that.
(What I did was set up basic tasks in task scheduler for repeating and just call the .exe with -aturun argument, but this is low-tech approach)
at minimum all you'd need to add is a way to choose what day of the week you'd want to alarm to work on, so then if you want the alarm to go off on all weekdays and then skip the weekends, you'd just set the alarm 5 times, 1 for each weekday
Something like this. Then it'd make a repeating alarm for monday 15 00
Yeah could be done.. I think.
maybe if you want to avoid that, you could have it accept a string of letters representing the days of the week you want it to run on, like "MWF" for monday + wednesday + friday
for thursday, uhhh
H
Or just make it accept a longer dateTime (so it goes: 24 dec 15 00 R) with R being "repeat" and else it sets to 24th of Dec (this way I also work around the annoying dd/mm vs mm/dd stuff( could def work.
works
LETSGOOOOOOO
Wait, RAW... why would you..-
was it good
not really
Did you at least dip the eggs in boiling water before rinsing the shell under cold water and THEN crack it open?
lame
im not an idiot

it was okay because raw pastry, but i made them a bit salty because it tastes better when cooked
so it was a bit salty
What is intellisense trying to tell me?
how to fetch alarm like this btw
Oh you want to query it "what is the alarm set to"?
I'll look into getting that also done.
dipping the eggs in boiling water can only sterilise the shell by the way
if it were at the right temperature to sterilise the egg itself, it would also cook the egg

to pasteurise an egg, its heated very low and for a long time
Indeed. But the chicken the egg came from hopefully aren't infected, no? (The shell may come into contact with nature and from there have salmonella 'attached' to it, but the egg itself should be free)
Who is this? :0
i want it to know "are there any existing alarms" and have an option to remove those existing alarms from within the script, without going into task scheduler

not super necessary though
Aight, gotcha.



raw dough, just tastes good
MY EARs

Idk
Depends on whats being made
For like bread, i like the dough better sometimes
await InitializeAvailableSongs();
try
{
if (immediateRun) goto ResetToHere;
Console.Clear();
fetchedWakeupMsg = FetchTaskSchedulerMessage();
if (!string.IsNullOrEmpty(fetchedWakeupMsg))
{
Console.WriteLine(fetchedWakeupMsg);
if (AskYesNo($"{fetchedWakeupMsg}\n\rDelete this?"))
{
Console.Write("Hit Ctrl-Brk");
Console.ReadLine();
Task.Delay(500);
Environment.Exit(0);
}
Console.Clear();
}
This should check if there's already an alarm waiting, and if so ask you if you want to kill it.
it won't stop repeating the car horn earrape and it keeps setting the volume back so i've unplugged the headphones for now.
... BUT then it also cancels the app and needs a re-run.. UGH why are the simplest things so difficult to implement lmao
Ctrl-Brk to cancel the alarm.
what the hell is Ctrl-Brk
I just now notice the "any key" - that's an old message from earlier build thank you
Ctrl and "Pause break"
Ohno.
pause break isn't a key?
It's right of the Scroll Lock key
Yes š

i'm free from car-horn.mp3
Also: If you hit the mute button it will reset to .12f audio endpoint volume.
So say you stumble out of bed, all groggy and confused from waking up to loud noises - you slam your hand into keyboard on the mute-button: it's like a snooze.
Dough over bread is crazy but you do you
Idk what you're even expecting from sam van triangle
mute button on my keyboard is not a button but a hotkey, but alright
good to know
Im well aware, there's a reason i dont eat dough anymore 
Should work. The repeating cycle does an occasional check to see "are we muted?" and if so it unmutes and 'resets' to a safer volume.
In the eventhandler you can swap this line if (e.SpecialKey == ConsoleSpecialKey.ControlC)
With
else if (e.SpecialKey == ConsoleSpecialKey.ControlBreak) if you prefer terminating the program with Ctrl-C instead of Ctrl-Pause/Brk
Now I need to make constants for showing that proper... ugh whyyy
raw flour is usually a much bigger salmonella risk than eggs
i think the sounds it can play should be stored within the project directory in a folder, so i did that (there's definitely a way to have the line in the code not have the directory's path hard-coded but i'm too lazy to find that way)
not in the UK
if you buy baking flour

also @mighty bane quick and dirty little .bat script that you can shortcut and put on the desktop:
@echo off
if not "%1"=="am_admin" (
powershell -Command "Start-Process -Verb RunAs -FilePath '%0' -ArgumentList 'am_admin'"
exit /b
)
echo on
REM change the following path to the correct project directory path
cd C:\Users\t\alarm
.\bin\Release\net9.0\alarm.exe
pause
(updated to not use dotnet run)
build take time, no?
i mean yeah but if you're gonna use the app which i assume someone would based on the existence of the script
just build and run the exe
Exe is in bin => debug
i see it.
i don't work with csharp i'm sorry š„ŗ
It's oka. All of this is "logical" to me but not regular users so you're being a great help right now :3
DId you make it work?
it works, yeah
YAYYYYY
while (outputDevice?.PlaybackState == PlaybackState.Playing || (sw.Elapsed.TotalSeconds < songDuration.TotalSeconds))
{
if (device.AudioEndpointVolume.Mute)
{
device.AudioEndpointVolume.MasterVolumeLevelScalar = 0.1f;
device.AudioEndpointVolume.Mute = false;
}
device.AudioEndpointVolume.MasterVolumeLevelScalar =
Math.Min(device.AudioEndpointVolume.MasterVolumeLevelScalar + .02f, 1f);
await Task.Delay(500);
if (sw.Elapsed.TotalSeconds > (.95f * songDuration.TotalSeconds)) break;
}
The Task.Delay(500); is just how long between the volume incrementing. I hardcoded it to that because I liked it that way, but you can ofc tweak this as much as you want.
i like to undercook them a little because it leaves them gooey in the centre
it was 13m at 180c but its easy to tell when theyre done anyway

we already hav baking channel
yuh uh
cooking actually less specific
konerd
baking refer to pastries, confectionaries, like cakes, breads
cooking just mean
cooking
i meant like "specifically a less specific name and topic"
ahh so that's why it was constantly putting the volume back up with the stupid car horn mp3
very much not intended to be used with short mp3 files
Indeed not.

you have subscription
110k gifted subs in one stream, 23k viewers
you did not subscribe
do the maths
So, I tend to roll out of bed when it's nearing 70% and sometimes even later.. I wish I could tell how many decibels that is at, but I've no clue how to test that.
However: this is my usecase.. you're making a good point here (I should make it so the user can configure a "max volume" instead of 100%)
you're actually ragebaiting me

congrats?
maybe have a config.yml file for that or something
oh, or that
Yeah I'm working on implementing as we speak lol
device.AudioEndpointVolume.MasterVolumeLevelScalar =
Math.Min(device.AudioEndpointVolume.MasterVolumeLevelScalar + .02f, MaxVolume);
This and then MaxVolume is a field float that is adjusted by the config.MaxVolume (a float property in the config)
I THINK MaxVolume=.7f in that .json should actually make that doabl,e but I've never worked with .json files before so it's just there because Claude suggested it (and I like the idea of user config)
user config is nice alternative for "look around the code and maybe change these parts if you want"
My thought exactly.
This is the updated source for it. When you put it in your IDE ctrl-F for "check this" for spots you need to change it (I've not learned how to use .json over the past ten minutes)
But it should now: allow for "what's alarm set so far and do you wanna kill that?" and also the MaxVolume property can be adjusted to not destroy your ears.

I am doing something completely wrong with the .json approach.
So now I ragequit (for a little bit)
same, but i use nixos for server purposes inside proxmox vm
Now I must go, my people needs me (so they claim)
Have wonderful christmas eve everyone
Merry Christmas, coke
Reminds me that I've set up a bunch of routers at work to play megalovania on boot. It triggers a Lua script that uses system beep
We just moved to scheduling smart lights to change color temp in our noc because each shift team prefers a different color temp (that lines up with what you'd probably expect
i have the color temps shift by time of day as well because i hear that "warm" colors help to make you sleepy and "cold" colors help to keep you up
i have it at blue during "sunrise" (even though unrealistic), white-blue during day, then yellow during "sunset" and throughout the night if i keep it in "awake" mode (i would at least like SOME light in the room if i'm staying up, so i have separate brightness/temperature schedules for "awake" and "asleep", and i toggle between them)
haven't got around to implementing the toggle with a physical lightswitch yet but that's planned
It does but also we found that the night shift prefers warmer temps as cooler ones give them eye strain.
I think it's something like 5000k morning, 6000k afternoon and 3000k night
fair enough
for eye strain, i also find that keeping the humidity rather high (50-60%) helps a lot
sands upperstory
Better than a house
I have a sn750 WD has some solid drives.
Legit pretty close to a down payment for a house
I got a whole bag full of ram
I can flex it like cash now
Or tape it to my wrist like a rolex
I have several bags of ram chips and about 2kg sitting in acid
make sure to check the firmware version on the 990 Pro
it should have a new enough firmware from the factory, but there was a critical update that fixed rapid degradation of drive health, so better make sure 
How do you check that?
My server is fucked rn
I need to debug it
crystaldiskinfo should show the firmware version I think
Ill just move windows to the 2nd slot for now i guess
Im suprised at the lack of chips on these. Ram sticks are filled with chips on both sides, and these just have a full 2 terabytes in 1 chip
The wdblack at least, the samsung seems to have 2 x 1TB and a dram chip
the nand chips are orders of magnitude more packed than the small dram chips
It's nvram vs vram (not video ram)
And to put it in perspective ddr4 2666 is about 4 times faster than the top of the line ssds in sustained reads. That isn't even random io

ignore the ram, but continuous cost when this thing runs 

It actually idles pretty efficiently. Newer Dells are good about that

had to deal with arduino at work and the code would simply not upload until i moved the board to the other side of the table
I dont think thats dell solving that 
what cpu are those
It is to an extent. Fan profiles and bmc power state management adds up
I really need to actually get the idrac rest api configured properly at some point
Xeon gold 6240s
woo
classic
I'm guessing each of those ram sticks are 32gb ECC right?
or smth
Exactly
Have 2 servers like this and one with xeon silvers and 368gb of ram.
Low key I'm struggling not to just revert to 368Gb on these two, sell the ram and buy a rtx pro 6000
Damn, my new sata cables are assmann
are you working for perhaps 3D industry
or AI, ofc
Work is in DC ops but I have been working on a side project in ai
operator
unc š„
NGL the deeper I get into this rabbit hole, the more I understand how much of a struggle it is for Vedal to get a non context dependant memory system... The best way I've found is to use a tiered resource approach where transcripts of conversations are saved via a basic embedding model to a vector DB, these are the replaced with a more robust memory embedding system using a 8b model nightly then the memories are cleaned up by a 24b model weekly

Prices are legit painful
That's what it currently would cause with my DB server's config. That's so stupid
the server that i built for 30K ish is now worth above 110K
more actually
hbm demand is also going crazy
Already an unc at 18

Hell apparently even the "downgrade" kits I have are going for $1700
RAM is stupid expensive right now
The drives I'm running
Well I'm now leaning towards Llama over mistral based on the method of refusal.
You can buy a house with that amount of RAM
good fixed cpu issue
i have been told there are people in here that know how to do vocaloid production. I was wondering if anyone would be available to help me with a track and finish within 14 hours?
@nocturne olive
Wa
Vocaloid or just vocal synth in general?
Vocaloid = the program and series of vocal synthesizers that contains stuff like Miku
Vocal synth in general: contains all vocal synthesizers such as Vocaloid, SynthV, UTAU...
oh okay then yeah vocal synth in general
Yeah I do vocal synth
okay would you be able to help me on a track and finish within 14 hours š
I do quite a lot of vocal synth
Larian games belgium has bought a new building and is moving in to it in march

It depends what exactly it is and what you want from it
so its like
basically a gift request for someone
and they're not asking for vocal synth but I just thought it would fit the story of the track
so there'd be like spoken sections and then sung sections
is my idea
Have you chosen a synthesizer?
no i don't know anything about vocal synth
Well do you plan to use a free vocal synthesizer?
Here's some options:
Kasane Teto (UTAU): https://www.youtube.com/watch?v=Rfi-ThCLBEM
Adachi Rei (UTAU): https://www.youtube.com/watch?v=u33469XYVWc
ć©ććļ¼ć¹ć¼ćŗć£ć¼ć§ćć
2011幓ć®samfreeććć®ę²ććŖćć¹ćæć¼ćć¦ćæć¾ććć
ā ęę² + ęč©ļ¼samfree
ā Vocal: éé³ćć
ā Mixing, tuning, åē»: suzie
ā ć¤ć©ć¹ć: suzie
ā ćŖćŖćøćć«: https://youtu.be/eEqsfOMew6g
USTćØć¹ćć ćć”ć¤ć«ćÆpatreonć§å ¬éćć¦ćć¾ćć®ć§ćčå³ć®ć...
!! FLASHING LIGHTS / EPILEPSY WARNING !!
"i want you here, right next to me!"
a celebration of making it this far!
--
!! IMPORTANT DISCLAIMER !!
the UTAU voicebank used in this video's version of Dance Delightful's audio was made with RVC, and was created without the full knowledge or permission of the inference data's owner.
essentially, ada...
Teto 
mmm
i think i'm in over my head š
i guess i wanted something that sounded a bit robotic

Kasane Teto is a very well known vocal synthesizer, sounds semi-smooth with her UTAU, though less so on English
Adachi Rei is a lesser known one made up of entirely computer-generated sine waves, sounds highly artificial
Look at Dance Delightful, that's Adachi Rei
yeah i listened!
That's what you're going for?
its hard to tell because i think stylistically it is not at all what i'm going for but i think that the vocal synth should be able to adapt to different styles
It's made to be used with a program called OpenUTAU
ohh okay
Vocal synthesis isn't a thing you do in a regular DAW, but you can import MIDI data from a DAW into a vocal synth program
Then you add lyrics and pitch curve, and you render that out
i seeee
okay so i'll need to like
finalize the structure of the track
and determine where i'm using the vocal synth
then make that and i can bounce the audio right?
so i can mix it in logic
Yeah kinda like that
The hardest part is just getting a good pitch curve, that's what makes any specific person's vocal synthesis unique
i see
There's so many ways to pitch tune
i think i'm probably fine with it sounding a bit robotic
i at least wanna play around with it
As a beginner you're perfectly fine to use a pretty flat pitch curve
god i desparately need to move so much stuff on my laptop to my new one
i have 8GB left š
Well lucky for you UTAU is a pretty light synthesis engine
bruhhh it keeps saying the file is damaged and i can't open the app
Which?
I thought I was on the wrong channel
thats cool š
hey prog chat
You have unlocked new role
You're dumb that's a note for users on MacOS
im on macos
Ohhhh then just run the command

oh
i'll be stressed out messing around but thanksss
hello i woke up
i wanted to sleep for a couple hours but ended up sleeping for like 6 or 7
TWO sprouts on my #programming ???

Haven't started greed leaf bullying 
the
users are invading
shiro turn around please 



interesting take on electron
Electron and its memory leaks are truly annoying
No one makes real desktop apps anymore smh
so true
you dont have to use electronics you know, just go outside
they perform way better than using the web apps in firefox so i'm not complaining
we could have been off so much worse
I have received "lobster guacamole"
I feel poor

that me
man helium such a good browser
but i need zen ux

Waterfox
š„ š¦ 
added working user configs to it and made an installer because i was bored (definitely not ip grabber)
Need some advice from the network admins that may or may not be here. I have my PC that can run web services but it isn't up all the time and I don't have a static IP.
I also have an AWS EC2 instance that does have a static IP but is too weak to run web services.
I know that it is possible cause it's how normal datacenters work, but how can I have my pc connect to the aws instance to get network requests to handle them with the more powerful computer? and if possible, can I setup my raspberry pi as a fallback for when my pc is down
Use a ddns service if you are opening a VPN tunnel from the aws instance to the pc or just do pc to aws
th easiest is probably ssh port forward to server, which has a reverse proxy? and set that reverse proxy up to fall back to the rpi
wait no that wouldn't be good for perf
because tcp in tcp
but you always can do vpn instead ye
could I setup a VPN on the AWS instance that my pc and rpi can connect to, and then have a routing program run on the instance to do the services
yeah just have the pc and rpi have static ips in the vpn
ā
put reverse proxy on the server with the static IP
have VPN to PC at home
konii 
we seem to be conflicted on the vpn direction
the home network has no port forwarding so I would like something that goes outbound (I don't have access to the routers settings cause uni wifi)
ye ye vpn server on the ec2
if you explicitly use WireGuard then yeah, you want to have the listening endpoint on EC2
if you use Tailscale then you don't have to care

Yah aws VPN with home device connecting is easiest
DDNS too
Ddns if you want to lock down the IP range of logins but not 100% needed
speaking of network steam is still down
I can only suggest so much software wise though since Im an animal that runs a Sonicwall NSA6600 as my home firewall
i just use pfSense
if I am using tailscale as the vpn, would nginx be able to handle routing services? I plan to have a website, a discord bot (this would need to only run on one device at a time) and a database
I'm lazy and the sslvpn implementation works for me
those usually arent great

does the discord bot have a web frontend
No need for it
kind of. It is a private utility for a community I help with, so the web frontend would only be accessible by me and a small selection of others.
nginx can do that, it's just normal load balancing
i'm just not sure how the discord bot thing is supposed to work
Discord bot just needs an api key
ye i'm aware i'm talking about
(this would need to only run on one device at a time)
can't a Discord bot run anywhere?
it doesn't have any incoming connections (other than a potential web frontend, but that's the same as for any web app)
it can
it would probably be that when nginx detects that one node goes down, it sends an event to another node to start the bot up. and when the first node comes back up nginx sends an event to the second to kill its bot so the first can run
discord bots are like doom u can run them on anything with a connection
NO ONE IS SAYING YOU CAN't
discord bots can run anywhere, but if you try to run a single bot on multiple devices at once you get duplicated outputs
you're trying to convince no one
thank you
mabe don't reimplement this, you probably want Pacemaker or similar
anyway you need some form of scheduler
I mean the bot interface yes. It's just handling the api. The underlying app depends on what it does
and I don't want to mess around with trying to mutex a bot over the internet
(or just always run on one specific host, way easier, probably fine for a Discord bot)
likely the front-end will have more setup than the actual bot itself
no?
yes
the problem is that that host might go down, I want to run the bot on my PC when it is up, but at night when I turn it off my raspberry pi should take over. so if it only ever runs on one host it would have to be my rpi which isn't too powerful
just run it on the Pi if it can 
it's all problems with solutions you find in 2s of googling
Choose a host, that sounds unnecessary
if you don't know already
well duh
in this specific instance problem is already (being) solved for other web services so no
it will not take longer
where's the fun in that
if there's any particularly expensive operation then I think I'd another service on the PC just for that
then the bot can (either directly or through a reverse proxy) use that to speed things up
but chance are you don't have any expensive operation like that
muh cloud serverzzz
https://www.twitch.tv/vedal987/clip/SmilingObliviousYakinikuArsonNoSexy-gYnqosSYmPgNJ-LY
This one gave me a chuckle because I'm pretty sure I would get the same problem even with an A4000 dedicated to faster-whisper with ram buffering
if you still want to automatically move it around daily then you need to either:
- make your Discord bot stateless
- have shared storage
om nom nom my favourite soyware
Tbh since normally whisper is significantly faster than the primary model chances are that the thought of handling more than 5 opus streams at once wasn't considered.
Now that I think about it though, I already have the ability to buffer streaming so I could probably handle it more gracefully but at the end of the day it's really a non issue.

who here can spot the problem in this image?
Smth tells me, aint there's security risk?
surely not
The car cant go if its locked



.env tracked
i think
i'm not sure what green means
yup, that's it
I SAID AMD NOT NVIDIA WHAT THE FUCK
.env is tracked and had no updates from last commit 
reduced to slop
AKA the company was out of funding and if they failed It would pop nvidia's bubble
$20b val does not exactly sound like a desperate company
The nvidia bubble grows
delaying their downfall
thats my thought
nvidia is valued at over 4t, 20b is less than they will lose if this bubble bursts
WAIT this makes so much sense
they acquire groq and kill it
so people buy overpriced nvidia gpus
instead of their efficient llm asics
Yeahhhh that is happening
once AI dies they will just have a bunch of angry customers
they are already there, they will just no longer be able to ignore them
I got all of the prefomance I need for what I use, so I can keep stalling for awhile. The 3060 takes all of the VR games I want to play.
for vram go brr for experimental AI, I already bought the p40 cards which are now out of support.
I already got them years ago when this first started
The two things I'd be doing are either using existing stuff or making my own stuff away from any AI framework. So I'd probably just target vulkan and let it ride.
Vulkan my beloathed
what are nvidias L40 cards for? I see a couple of people here mentioning them but I don't see how they fit in nvidias normal lineups
reminds me i need to get back to work on my engine now that i hjave christmas break
its just their latest slop for AI
The extent of Vulkan for me is not doing CUDA and locking myself into ngreedia





progress













