#programming
1 messages · Page 144 of 1
so uh
the ollama deepseek doesnt support tool calling
chatgpt claims command r is a good alternative
idk tho
why did they have to defuse the ryzen
Coming to you from the creaters of "input your phone number as a slider"
I'm back after creating a neural network (1%)
ive hit a wall ngl
idk how to give my ai the context in needs
since it doesn't get direct queries
i have vector memory but the AI needs to know everything
and it doesnt have anything to use to query the memory
if yall have advice that would be great
how did it go?
import pandas as pd
import json
with open('conversations.json', 'r') as file:
data = json.load(file)
Convert the list of dictionaries to a pandas DataFrame
df = pd.DataFrame(data)
print(df.head())
welp long way to go
could u not paste markdown
there is a code formatting function
I will task some function
Meomery saving
Self arry
And season meomery
Then compile into cpp
Video : this is not promotion
#pandastutorials #handlingjsonfile #nxtgenaiacademy
Machine Learning Tutorial Python Pandas: Handling JSON File | Accessing Nested Dictionary Keys
Agenda:
- What is JSON?
- Use of JSON
- JSON Syntax Rules
- Creating the data frame using raw data
- Creating the data frame using JSON file
- Exporting the JSON file
- Accessing the Nested Dictio...
Progress is basically lul
(2.1 )%
Removed cache
good luck ig, you'll need it
You're gonna have to
- upgrade your GPU to something like a 3090 or two
- learn programming
I have integrated graphics ;-; no gpu nor can I afford a pc (using laptop)
Good enough programmer in most cases tho
Then use api
But api is expensive so
And youd have to code everything urself anyways
Exactly. That's why im trying to run locally, also tried 3 main models. Tiny llama is good for speed but no role play scenarios. Darkidol is small and great for role play, but still takes 30 to 50sec to make a text generation
I got a good stt program (faster whisper) and gonna hook up a tts soon
Well, then hopefully you're just doing it to try out what you can make rather than to have something usable
Both technically. Usable and testing whats the best i can make with a bad pc
Well, what you can make depends entirely on what CPU you have and how much and how fast your RAM is
Theoretically if I wanted to my PC would be capable of probably a quite decent AIVT type thing
But I can't be bothered to set that up as I have no use for one
Alternate Interrupt Vector Table?
no they're cheap
~$180 for the 13900
~$290 for the 7950x
engineering sample, of course, duh
you didn't know??
oh
i guess there's no need for them to keep samples around once the product exists
but if you wanted to use a sample chip beware of the rev version lol
thought the test samples are supposed to be kept secret and be expensive on leaks
AI VTuber
there's actually cheaper 7950x than the one i got, but its a less recent rev
so its probably bit more defective
but yeah, they're cheap
Hello 
because they're not even that rare (because demand for them is low for some reason)

Whats the best program to start at web developing for beginners 
are there technique for chinese people to swap the casing of these sample chips with the released ones 
vscode

I don't see why you wouldn't be able to, just desolder and re-solder the heat spreader
Tried but I don't understand sht
we having a business running
An IDE? WebStorm is what I use
making huge moneys fr

cough look up vscode introduction videos
it's very simple to use, and your daily usage of it is probably just clicking few features of it
you don't need to know much
I've personally never used VSCode, I prefer full IDEs rather than a web-based text editor
Nah, I'd rather just JetBrains it, their IDEs are great
Whar?
jetbrain ides are bloated shits written with java 
At lesat it's not JavaScript
I'd much rather have all that JVM greatness
If I want to run a JVM-based IDE rather than a text editor website in a window, I will do just that
Also VSCode is Microsoft so that's another point off
what did microsoft do to you
Made Windows suck
Made Mojang have to suck
Made the entire industry rely on garbage software
fun police award
and what did electron do to you
It's inefficient
because it lets people write shitty software in javascript instead of using an actual programming language?
"actual programming language"
True, JavaScript is a "script" language, not a "programming" language
like, you know, where substracting string from a string causes an error
why are you trying to subtract strings from one another 
idk, but it lets you do that
define scripting language and programming language
that's like saying keyboard are bad because i can take mine and hit you in the head with it
I just took it from the name as a joke

keyboards truly are bad, neurointerfaces are better

get a drawing tablet or sth
but then you potentially can stream 1000 bpm
bitrate ain't enough for me to stream 220bpm 
and overstream
it doesn't cause an error
it's just NaN

Yea
Could building your own DD sim wheel with something like OSW work for this use case?
Because afaik, the pre-built solutions have their own firmware/control board implementations that (so far) haven't been hacked into.
it lets u do a lot of things doesnt mean you should do them 
if there's a possibility, then there are thousand of programs that rely on it
one of examples is x86
and thats on the dev, cuz even cpp lets u go outta memory, and because of that possibility we all got blue screened for a week
similar for all langs
tho i agree js does allow some questionable things 🤔
Goodmorning 
not in the evening, sane sleep schedule? 
who is more likely to be brought to the echafaud: thousands of those devs (for doing that) or you (for taking away that possibility, thus breaking thousands of programs)?
it shouldn't be there to begin with
I went to bed at 5am and got woken up at 12an rn
Idk why i got woken up tho
I agree with u, just saying its not an only js problem its a general problem
we would all be better off once the wasm era truly begins 🥹
Wasm is cool and all, but not a replacement imo
for now, no
on one hand I really like wasm and wasi for the portability
on the other hand it is yet another layer of abstraction that helps slow everything down for no good reason 
yes thats true
at least for the web it should be good though 
Do all of the linux distros come with c++ preinstallled?
Cuz mine did, and if thats the case its easier to just make them compile the program than to make it more compatible
it doesn't have to, which means not all
replacing js with wasm is like replacing asm with c++

Well for me clang++ worked out of the box. Never tried g++ or gcc tho
wdym "c++ preinstalled"? it's a language, not a program 
also no it's not, but there's usually something like a build-essential package that gets you C and C++ compilers and important dependencies
for you it's probably preinstalled because CachyOS
building packages locally isn't as common on most distros
does templeos come with holyc dev environment
installing a C++ compiler is easy, yes
installing the exact one you need and getting the correct versions of dependencies to build something can more complicated
AFAIK yes
most distros will come with gcc preinstalled (that's a lie)

not arch, no 
I dont think mine needs specific versions of stuff, so it should be fine to just say "install these 4 things and you're good"
Dont most things you install come with dependencies anyways?
that's what they always say before stucking into 8 hours of debugging
"Oh turns out I set the wrong standard version" 
no, on Linux dependencies are usually meant to be separate packages so that they can be shared between applications
for applications that are already packaged this is taken care of for you

6 hours of debugging can save you 5 minutes of reading docs 
Well. For vulkan it wont be an issue since you can just say "i want to use 1.4" in the program
Its probably the gltf parser thats gonna give me the most issues in that case
it is still an issue, you have to at least specify a minimum version for the Vulkan headers I think
can't use Vulkan 1.4 features if you only have the headers for 1.3
#version 300 
Opengl versions is a shithole
that reminds me of how go does all its c interop stuff via comments
it's so cursed but it works shockingly well 
you only need 3.whatever or 4.6 anyway
IT'S 8 YEARS OLD
Yet some intel igpu's that are 3 years old still dont support it
package main
// typedef int (*intFunc) ();
//
// int
// bridge_int_func(intFunc f)
// {
// return f();
// }
//
// int fortytwo()
// {
// return 42;
// }
import "C"
import "fmt"
func main() {
f := C.intFunc(C.fortytwo)
fmt.Println(int(C.bridge_int_func(f)))
// Output: 42
}
@rough bloom

why must they do this
What am i looking at?
it works seamlessly with the lsp too
devils work
I do not

they should've just designed a better language and used multiline strings or something
It is.
It would have been fine if they just went up versions
But you have 3.3 core
And your 3.0 es for web
I do appreciate how ooga booga go is sometimes
not everything needs to be as complicated as rust
package main
`
typedef int (*intFunc) ();
int
bridge_int_func(intFunc f)
{
return f();
}
int fortytwo()
{
return 42;
}
`
import "C"
import "fmt"
func main() {
f := C.intFunc(C.fortytwo)
fmt.Println(int(C.bridge_int_func(f)))
// Output: 42
}
fixed it
not like that makes any difference
except you now have some random ass string at the top level
ideally it would be a parameter to import "C" or something
again, language design issue
I dont get it
get what
Why are we importing C?
because the world runs on c
and you will have to interface with it at least indirectly
this is how github actions does counting
But isnt that code already in C, or no?
no that's go
Ah
Go calling into C
designed by the same people that made c originally tbf
worse, even if there is zero C code involved, the interface is still defined in C 
Go to Rust FFI would still have to go through C
that's kind of the point
My pc has a starship apparently
true, but whos the madlad doing go to rust 0_0
https://github.com/rajveermalviya/go-webgpu this guy at least
there's probably others too but wgpu-native came to mind as a crate that exports a C-compatible interface
ooh damn
Go go Go
omg me too 
no starship 


My mobo supposedly has some high-end audio chip
Whatever this is, its being picked as a starship by linux




I got some type of 3.5mm jacks that supposedly support 7.1 audio. But i just use the spdif
it is better
not really
it'll work if you really just want emulated surround sound but it's not the best solution.
what are the best solutions? I forgor, it's been years 
The dolby app charges like 18 bucks for use with headphones, but its free to use with a av receiver
Idk why
Greedy dolby
Its probably because the av receivers already pay thousands to dolby for the licensing
the 18 bucks are included in the price of the AV receiver 
Ye
For 2.1 you dont really need encoding tho so i just run at pcm
For 5.1 you need dolby digital or whatever
huh is it 18 bucks now
i remember i paid a couple maybe
okay it was 12€ apparently, close enough i guess
Is it worth it?
idk i kinda like it
Cuz tbh i dont really wanne pay 18 bucks
the app itself is one of the worst pieces of software i've ever had the displeasure of dealing with
but once it's set up it's kinda nice
maybe they fixed it by now
Does that app even work on linux? Cuz iirc it comes on the microsoft store
idk i haven't looked into that yet but i'd assume no
Ye its not worth spending 18 bucks on it then for me
https://obito.fr/posts/2023/06/true-spatial-audio-on-linux-using-hrtf/
apparently you can just grab the Dolby Atmos HRTF and use it with pipewire
probably not worth it though

oh, i'm bookmarking that
This meme is made in the honer of my friend who pushes new changes in the places I'm telling him not too, because I'm rewriting them and pretty much any change will cause a conflict. And that exact same friend who stopped committing any changes as soon as I said "I need to stop working on this project for 5 weeks due to personal circumstances, so go nuts while I'm away"
because you just pasted a https://discord.com/channels/574720535888396288/1071784467036913664 button

come back to your hq
hq?
changing random values in windows registry is fun yeeayayeeeaaayyy
nvm i just changed the names of my cpu and gpu
still in 15 days i gotta go to school and college at the same time and i will be studying some gaming programming so i will appear here more frequently
probably
hardly
same
i dont know yet
Go with mint, if u don't feel like crying to much
Saying this as someone who has made a mistake of going with NixOS

Depends on what you want to do with it, if you plan on playing games a lot you probably don't want mint and instead something more up to date like fedora at least
I thought mint was more then okay for gaming wasen't it?
Sure it'll probably work but it's also kinda old so it could definitely work better
smh copycat
you are not on discord every nanosecond
Huh, I always assumed due to popularity of mint that it was maintained pretty well but okay I guess. I rarely recomend Bazzite, because I feel that unless you are a hardcore gamer, you should be fine with installing some stuff manually.
buh
new face at programming
hmm?
What hmm?
Idk what "hyperland" is...
and I just sent my desktop raw
no editing
Ah 
Linux
How I kinda feel about Linux and it's way of being... Shattered?
Like WHY are there dozens of versions?
Or branches to be more accurate
Just see it like phones
Phones don't use Linux
They do, but thats notbthe point
You got your samsngs and oppo's and xiaomis, but at the end of the day they're all android
Still I can't use exe in Linux
Don't ask me virtual box like
(Wine, etc)
(My english grammar is poor)
Not to offend you, but Android is nowhere close to Linux
Linux exe's are not the same thing as windows exe's
True ngl
Android is litteraly made from linux
But it is not a distro
So?
Yes, I stand my ground that Android is not linux
I hope that
Android will back python support
Let's do some more ray-tracer coding and see if we can get it to render glass, and rainbows, and more!
Support my work (and get early access to new videos and source code) on Patreon or Nebula
Source code:
- Currently in early access to supporters (...
Compute+ 100%
In my honest opinion, android is a linux distro
You know what, before I go completely wild on that, I'm gonna leave it on that.
It's for the better of having a not too bad conversation
they distribute Linux, so I think it technically counts as a Linux distribution too 
but the userspace is obviously very different so it's not usually counted as one
Anyways, Since we're in #programming, Is there something simpler than tkinter?
I hate gui
(Graphical user interface)
Well, When I run Python code on a Android Phone it did say it is Linux.
Same 
because it is
also Termux exists
Reject gui, embrace the terminal
I was about to also say: I'll give you credit where credit is due
TERMUX runes of
Apt ,PKG,
,Pacman
(English is poor)
Its fine
On my project, I do like that too:

It's pretty good ngl
Because I don't have to worry about these silly buttons and sizes and I can add languages later too if I am comfortable.
idle or cmd ?
as factually correct as saying windows is just DOS
That is not a Command Prompt, that is just how my project just happens to look right after startup
It used to be DOS until the NT kernel came
I know its not the exact same
Well, I code in there:
And yes I have only 2 languages there.
vsc pog
Yup, it was a upgrade compared to the Flashbang style IDLE
I think so
I think so 
I think it starts in dark theme
after installing
Oh nooo 
What did I break now? A verbal contract? 
What is wrong with the default theme?

yea vsc's default theme is okay 
It just happened to be the theme I liked
I just think it's too dark
Well, I don't have a monitor that is color grading accuracy.
I prefer One Dark and One Monokai more
i use one dark with explicitly a darker background 
Just a used LG Monitor that is 1080P as my main, a old Samsung Monitor that is 1080P and a TV that is 1360x768
But I send a 1080P signal to the TV
I used to have a 1440P monitor 
I just don't know what happened 
It... just died...

Well, my Samsung monitor is a Samsung S22F350FHU
The LG monitor I have is a LG 27mp47hq-p
And the TV, Idk... It is a Phillips TV. But Model is: Phillips 32PFL3007K/02
So pretty much nothing Special.
My Samsung monitor is somehow still alive.
I wouldn't be able to tell from the model numbers without googling
But idd asume they're all lcd
Th... Sure:
I have the Samsung Monitor like 6 or 7 years now
My network is pure lowers
PW:
What does the ss stand for?
Wrong place 😓
restart stopped 👍
It happens... Wait, You almost restarted me
Super Speed
-# sigh
Now the nightmare of how to make that be able to do 2 languages.
My screens are "nano-ips" or whatever. I dont really get it its just 1440p 27"

Lucky, I have a 27" 1080P
and as said used
But it was at a deal I couldn't pass 
Used is fine
I'm learning soon
(Jar or js)
I dont buy anything new besides of aliexpress
Neat, What programming languages have you done so far?
PY and cpp
mine G24F, 24" 1080p 165Hz(170Hz OC) 
Py, c++, TIbasic
Respect 
I only do Python 3 right now
the gamut is wide though, with quite accurate colors
I like it
perfect for my use
I would be perfectly happy with 60Hz or 120Hz (If not possible 140Hz)
Damn 
Python 4 soon™
Python 4 in filtered
it, I don't do 2 languages right now
I spent about 570 on 3x lg 27gp850's
570... What? Apples or CPU's?

Euro
What
What
What is this real ?
🔥
Damn, I didn't look quite on the message... But that sounds pretty reasonable on the price (Roughly estimated the Price in my head)
I hope that it will be used please this will help others defined is wild ;
Hang on, Imma get more context: DAMN that is a pretty good panel
2 were 2ndhand and the 3rd was returned so cheaper
Mojo 
https://docs.python.org/3/library/gettext.html i feel like you might be interested in this
So my rough division by 2 was right with 285
on that message I went more accurate
What are you deviding by 2 for?
Hey google don't suggest me
(Replit) And perspectives ai
I was doing 570/2
But i have 3 of them
Yeah, True... But I can't do anything but dividing by 2 in head...
but 190€ (Windows Calculator) is pretty good
Yeah, I'm not great at division 
just do 570/2/1.5 
Lmao
I wasn't clear enough: ALL I can do on division is dividing by 2.
Idk if you know how bad I'm at division...
Not gonna lie, I don't need Division where I work...
Question: guess the output
//#include <iostream>
//#include "header.h"
//using namespace std;
//int main()
//{
// cout << "Calling c_function():" << endl;
// c_function();
// return 0;
//}
(A) Error
(B) Calling c_function():
This function is implemeted in function.
(C) None
Deviding by a fraction is the same as multiplying by the switched fraction
character development 
I don't know if me showing you the GH of my code is advertising/Self Sponsoring by the way @olive sable
It should be fine
But, I also wanna have an different opinion of if my code is cursed.
Im not really sure, it depends on how the c_function works
But i cant really see anything wrong with it i think
Agree
that could either be a compile error (if the function doesn't exist), it could be a linker error (if there's no implementation) or it could be a runtime error

Well, I have a Branch that is usually always up to date that is about the project I always talk about.
What would the runtime error be?
Well, I'm glad that I Uploaded versions of my code nt gonna lie
And I'm honestly thinking if I should remove the Embed
throw "deez"
Ah
200 OK
So just something in the c function that could go wrong?

And someone begged me to use tags in the past 
tags?
That I guess:
I still dont get it
#_ init _.py
Where 🤣
Same ngl... But that was said:
Version numbers?
Alpha build
I guess so, But I'm happy that I figured that out
Well, The only contributer/that works on the code is me right now too
Well, I would work on something else now
Jesus RivaTuner, warn me before just going nuts:
Desktop is doing nothing
Mobile is getting better
(Soon mobiles have enough power then are able to compete with pc )
True... 😮💨
But it is some time still
Ah yes, Thank you Google 
Maybe android will power not iphone
iPhone is doing liquid gl#ss
desktop will always win due to form factor
Same ngl, I'm just tired I can't do filtered
didn't even check what the race is
More like liquid filtered
Liquid filtered
filtered
Well, it looks okay
-# only because it refracts
I screen shot before change it
LMAO It even says Liquid filtered
YouTube was cooking with the YouTube logo placement or someone got fired.
designer got executed
Yikes, I was thinking more on "Fired"
I think my filter is set too strict 
And when I hit "filtered" the message is cut short then.
Software developer to architect devloper
(Yt pants)
1 ) FRONT END
But behind the scenes (when converting text for example) only the output is seen...
But I did Google some parts and initially got help on a IRC chat that is long shut down sadly
It happens 
Fixing it hard
Sooooo, I think it is Front end and Back end?
I don't mind some spelling errors.
Wrong file on the second image:
peak localisation
Well, there are only 2 languages in my code...
I meant in my code 
Ure something Missing in ure gui
Asking the user to exit and input
Btw, What did you mean on that?
Yeah, I have only English on the GUI mode right now...
please don't use switch statements in the above case

That? py if config.language not in ("de", "en"):

Oh, I wasn't gonna go through every file right now ngl
you don't have to write "if language==de", you can just make 2 json files with translations and switch them by loading the right file and calling the thing like translation["this replica's name"]
.....
What do u prefer
User easy or getting hard
Okay, But there is a twist: What if that file corrupts?
Well the project is good
if you manage to corrupt your localisation file you have a much much bigger problem dw
what if your python code file corrupts?
It is just something I work on for fun.
If it is not the main file, and if the import of the other modules fail, The main code should still run with an error thrown
no?
Finally it installed i was waiting for 10 minutes
Pytorch with stable diffuser
oh, wait, let's go deeper: what if python loads your code into memory and a cosmic particle hits your ram hard enough to flip a bit?
Well, that is if EVERY other py files are missing except the main file:
It still will run to at least tell
But corruptions I would say has to be tested
My DISCROD is corrupt
https://arxiv.org/abs/2407.16487v1
We detect no indications that cosmic rays have any influence on the DRAM errors.
Don't worry about it.
Thats just the image not loading
I mean, if you have a cloud chamber sitting somewhere, you can see there're particles everywhere, and they does not harm your tiny little 3nm semiconductors
And that is when they are not loaded:
It will still run
Well, time to start the good o'l reliable file corruptor
i'm only doin it for the bit
While I'm at it, I could do it for the byte, or word
bro, just check hashes at this point
No offense, But I ain't changing the hash every time I do a Beta version/Release version
Like I Appreciate that you wanna help, but that is not something I'm in to.
I need some context in this conversation
what is #programming up to
can we TL;DR?

i told him that he can just create 2 jsons with translations and switch them instead of doing "if lang == de" and hardcoding it
he told me "what if that file corrupts"
:O
make one file and keep 2 of them for redundancy 
you just assume they don't corrupt upon download, it's what all programs do
verifying is something the user should do

verifying is something you aren't supposed to do unless you think someone might be tampering with your files
because actual corruption is impossible
goddamn it, I didn't account for corruptions.
not impossible just very unlikely
file systems can absolutely corrupt random files if there's a bug
separate the files into 100 chunks and have 3 duplicates of them 
and slap a hamming code on top
store the sha256 of the file and if it is different from the real file, delete system32
you run your code from onedrive? 
Yeah, I can't avoid that. But it is stored locally.
cant use github or codeberg?

imagine the sha256 corrupts
I use GitHub, But I run my code Locally
store the sha256 of the sha256

why onedrive then 
Example: If I went from my Desktop and then go to my Laptop the changes are reflected there too
if we do this enough times, technically we'll reach a collision point and have a full verification circle 
thats what git is for 
thats what github is for?
version control with onedrive is crazy
Do you really think I put the changes as a Beta version and then download the file manually?
you git clone and sync
TLDR: It works for me, So I had no issues
👍 you'll eventually use git, no worries
you can use git branches
Meh, that's not really worry... Wait what do you mean?
Did you mean Recall?
if you have recall enabled everything else is moot 
lmao, I searched recall and it only brings up:
no, i mean, historically for me onedrive just fails to sync and eats changes to files
Oh, I had no issues as long I at least have Internet

Anyways, I'm checking up at the scan now
yep that is true
onedrive is mystical
everything done on a gui and automatically is scary
||```
#include <iostream>
#include <cstdio>
int main() {
std::string filePath = "/";
// Attempt to remove the file
if (std::remove(filePath.c_str()) == 0) {
std::cout << "File " << filePath << " deleted successfully." << std::endl;
} else {
std::cerr << "Error deleting file or file does not exist." << std::endl;
}
return 0;
}
That glass is really hard to scan:
code block in spoiler
Yeah, that confused me for a second
I thought that was a fail to load image 
too square
Mine was read only


bnub
so youtube premium's download feature stores videos locally, yet it's encrypted and doesn't allow you to watch them as premium expires?
what
Well, Why?
firefox has a feature to download videos built-in
or you can use yt-dlp
yeah that's how most services do it because frick you
Oh yeah, That is normal
isn't it literally available only to users of Copilot+ PCs, a.k.a. newest laptops
And I'm on Windows 10 
I'm on my phone
and I'm taking it on a flight 
I use pytube-fix and yt-dlp if I'm on desktop
Damn, you're brave to use a Phone on a plane
what's the matter for using phones on a plane
As far I know the phones have to be turned off while flying...
not modern-days, no
do you think your 20 walts magnetic field can affect 3 air-gapped flight control computers?
Well, it has been told that it could (not the Crewmembers)
better pray on the hydraulic systems and birds instead of phones

guess why they have wifi set on low-flight planes
genuine 0000 
Well, a plane can fly with one engine and glide a fair amount with no engine.
And the Hydraulics, There should be a backup.
But phones? God forbid I have it on.
is that an internal name or you have to set it in regedit
Ah yes, Genuine Intel 0x00 0x00
H... HOW? How the filtered
engineering sample of i9 13900
What about the ryzen, tried that yet?
not yet, that one's for @umbral thorn 's build and i still haven't gotten the ddr5 yet
but the 13900 works

use yt-dlp in termux
an upgrade from my 14600kf
elvyn small
hydraulic system backups are jokes, they are so close to each other that if one leaks, everything leaks. Even if the fin get a slight rip off, all 3 hydraulic systems will be down and you're basically dead sentenced, as pilots no longer have controls
yes I'm talking about you, boeing

Well, I heard of a flight that lost controls that was able to still somewhat fly with only the engine controlling
I was on a Airbus 320 and Airbus 321 Neo this year
Bottle neak
ℹ️
Holy
that's a lot of cores.
because somehow the oil pumps are still controllable with very slow motions, iirc
I don't know which one you're talking about but this is the one I knew
Intell i9 (15900ks like something)
Because intell leaks 48 core in present
I mean Purely Engine thrust if I recall right.
bnub big
-# 
what do you think on how they control the thrust 

-# 
Via the Dashboard (Googling rq how the rest is getting actuated)
-# ⁿᵘᵇ
it also runs cool despite running on my low profile cooler
medium nub
that's a lotta 69s
mnub
nice
Thrust levers are not hydraulically operated btw

But the WiFi is abysmally slow on flights usually.
awa wa wa wa wa
print("Hello, world!")```
Oh, My bad. By the way, Is my code the definition of confusion?
Or Spaghetti code
friend from high school asked for help in a college ctf (he's in first year and just one month in)
why the hell they putting up a ctf already bruh
- people are solving harder stuff that a high schooler wouldnt know like rsa decryption
while failing at simple osint challenges
Bruh
makes me wonder if everyone is chatgpt'ing their way through this
correction: college first year ctf
Well, I think the people that don't wanna put effort in there
learning rsa is only a wikipedia search away
then for cracking you usually find random scripts online
aaaa
@rare bridge @safe path

its in other channels too
There's no 15900KS
And probably never will be with their new Core Ultra branding
Idk, i havent checked most of it yet
It's ok, I'm gonna get some dinner now.
Dam I just got news that catl has announced naxtra batteries which would cost $10-20 per kWh
If thats true it would be sick

what i mean is you dont learn 10 different concepts of encryption in 12 hours
either the kids at that college are very cracked
idk what to tell you i solved rsa ctf challenges in hs just fine
you may have but the average kid wont
theyre busy mugging up like crazy to get into a good college
i skipped out on ctfs myself or any events for 2 years to get a college
true...
in one of the challenges they straight up put some hot anime waifu with the flag next to it in a wave file spectrogram (is that the correct word?)
Based
i just wrote a shitty decryptor for him on the spot because the encryptor was also pumping out the private exponent
like it wasnt that hard but for some guy just doing it first time it is hard
evil and intimidating?
mmhh colours 
Im reading the volk docs cuz this party is boring asf. I apparently could get a 7% increase 

I mean we're all just sitting here
Well if my math is correct, and it always is, i should be getting 17k fps with volk then
Oh my
found another of their challenges, this was a slightly interesting one
simple port scan with bluffinf
had a challenge to be "smarter than a smart fridge"
and nmap showed a cwmp port
suprisingly, the cwmp port was a dead end
instead some database management port with user agent manipulation gave me the flag
yay more bloat on my desktop
"How is it possible that this gpu can fit inside this laptop? Well, let me show you"

Quality content from msi
you should be shot for even posting this video
They were most likely already broken
do i look like i care about that fact
my balls could rust and i still wouldnt care
a perfectly nice looking laptop in shambles
makes my soul hurt from within
If it didnt work its basicly worthless
Ofcourse you could salvage parts, but its cheaper for them to just replace it with a new one
My first reaction on the act was "Aeeeugh, AAAAH. [covering face] AAAH"
Why?
Just why?
WTF was that?
It was just pain
Pure pain
Wait, How the fuck does that go beyond 100%?
that's pretty much an obvious bug
100% per core
Well, What idea would you have that could be implemented?
That makes no sense?
32 threads, 100% per thread 3,200% 
Isn't the taskmanager supposed to show how much the CPU is used?
sth sth that's just how linux does it
taskmanager?
. . . Yeah?
I don't have taskmanager
Like that server is linux, yet it is 100% max:
Sure, but what I mean is that it is Still linux with 8 Cores
From stats aren't from the OS, they normalise them manually
Because yeah it's easier to plot that way
Well, if it is gonna be per core and it is added up, it still would be polt able
Anywho. Wanna know what I had to through to get the "server" set up that I can leave it alone?
not really, each core usage is it's own sensor, and sensors don't have access to the other sensors present, so you can either use the total system usage to get max 100% but then you lose per core usage. or you can use per core usage but you get 3.2k max.
So... You're telling me, Windows is... LYING TO ME???
this isn't windows 
I meant the Taskmanager
windows does it's own things as it has full access to it's internals, linux is running in user space so it only has access to what KDE gives it.
when I look on my PC
okay.
Windows still gives you the option to have each logical core separate
the far superior option 
That is what I usually do:
i barely know what you're even doing and im stuffing my face with cake rn
Wrong reply
Basically What I said because it was pain for me
oh
This one i meant
What I meant: What would be neat to add to the code? (Most likely being done as a seperate py file)
Except a game
In other words: What functionality would you add to that
pg dump is taking forever
shouldn't expect much when it is the live one
but still
3 hr is too much

should have used oracle
it would take 3 days and fail after day two with obscure messages you can't really extract from the proprietary binary log file
Im back from the party
Awa
I guess its time to try volk
fo rfucks sake
@rare bridge @safe path
i was dealing with it
deal with it faster 
-# jk, love you mods 
the amount of these is getting more and more
hacked account?
imho it's natural selection. If you aren't smart enough to not get your account hacked, then you don't deserve your account.
at this rate they would probably need to add some kind of bot vheck for new people
since the server is easily find-able in the discord discover tab
basic internet saftey is easy, don't donwload and run random stuff, and double check the url before you sign in.
well ye, but it only takes one mistake till you're fucked
and anything beyond the basics likely isn't targeting random people (it is instead for businesses) so it doesn't apply to us 99% of the time
even just this noon i got an email that my package was on the way, and i mindlesly pressed the link. that email was a legit one and it jsut went to their website like the link said, but had it been a scam with a hidden link via hyperlink text i would have been fucked


Chatgpt costs 29 more for pro plan now


16957 FPS
4.63 GHz on my 5950x which should max at 4.5GHz cpu
i am stressing my hardware to the limit here
i used volk
idk what is left anymore to do
the only thing i can think of is to cheat by skipping parts of the rendering, like skipping clearing the framebuffer to all-black beforehand
pretty close to my math, meaning i saved 7%
Render only diffs 
thats basicly the same as dont render anything at all here
Exactly
Only other thing is cache the triangle raster, though I'm not even sure if that is faster or not
660900000 FPS, if i render without the rendering
Over one neurmillion fps

Black reset + Cached triangle 
i hate coding
im not sure how to even do that. the only thing i can think of is just not clearing the framebuffer
i have been trying to get a tts library to work for the past hour
Maybe keep a copy to store once you finish the raster of the triangle then fetch based on the prameters for the shape and size?
i think checking if anything changed would be slower than just rendering new
we can optemize theorhethically because we know nothing changed already, but then we're just not rendering again
I think depends on if you can identify the object, then just keep a copy of the draw call args to match on. Either way this is only useful for HUD pretty much as 3d would require too much.
im already "caching" the drawcalls
I personally think pulling from memory is another reason it is too expensive in the test case.
in vulkan you have your commandbuffer, and i just make one on init and then never change it
reseting it costs performance but is needed to change your drawcall variables
luckily i odnt need to do that
memory limitations are probably a decently big factor, but idk how i should make it faster
Only thing I got which is 100% cheating is render the scene then render the view
Cuts out the black refresh by default
Just update a hardcoded value, surely it can't be that bad 
I wish there was a event for resizing tbh
i mean
case SDL_WINDOWEVENT:
if (event.window.event == SDL_WINDOWEVENT_SIZE_CHANGED)
{
resized = true;
}
break;
Surely this isn't running every frame right
its in the other thread
which runs at 20fps
i have decided runtime errors are sinful.
if it crashes it crashes, but im so good at coding that surely wont happen
Yo
I should probably ask here. Does anyone know what Zenterya uses to change their voice?
zentreya uses stt (speech to text) and then uses tts (text to speech) on the text
Yeah, what program?
You're a very patient tv lmao
Machine learning to deep learning
(Gather data from the internet as wikipedia)
Progression (4.2%)

some proprietary program she's supposedly not allowed to re-distribute
ok, possibly a stupid question, but it's been burning in my mind for a while now and I figure it cant hurt to ask
I know neuro's predominantly trained from scratch on twitch chat and some other data that (from what I know) vedal's manually gathered and curated
but does that include the tokenizer her transformer uses?
bc I know there's several pre-trained tokenizers out there with huge vocabularies, but idk how efficient those would be in a setting like twitch chat
then again I'm also not entirely sure what a good sized vocabulary a tokenizer for an ai like neuro would need, so the practicality of custom training a new tokenizer for her seems hard to gauge (at least to me)
We don't actually know any more than you do because Vedal doesn't really go into the details of Neuro architecture. Not even the high-level
fair-
I guess I was mainly looking to see if anyone had insight on how they would do that, sortof just an educated guess
You have unlocked new role
I think you can search for previous discussions about Neuro architecture here if you want

I have 
One must wonder no more of the use case of a tokenizer where words like "Sigma" are of size of exactly one token.
I guess you have no idea what you're talking about
in fact it's shocking how often I just tab into this channel, hit ctrl+F and then type in the word of a topic I'm tryna learn about, and then I just read about it in here 
I don't
I'm talking to another guy 
Plot twist @midnight sigil also doesn't know who he is talking about
it was chaosmincraft
minecraft
ah ok
the "you have no idea" message is supposedly send after this message
my internet delays big

So I just found out this gif exists lol
https://tenor.com/view/neurosama-neuro-sama-vtuber-steals-gif-14040199139323424985
It's evil stream time
I seem to have made a severe lapse in judgement 
decided to retrain my tokenizer on a significantly larger dataset without adding any representation of its progress
and now that it's been like 20 minutes I'm realizing I really should've multithreaded it
but now I have no idea how close/far it is to finishing and im scared to terminate it 
most of the info I know is put together from various on-stream moments
such as when he told neuro to play a vine boom, she asked how, and vedal said "just try it" without telling her how







"







anyways