#programming
1 messages ยท Page 231 of 1

A few thousand games is nothing, at least for my PC when automated

does it give weird moves a lot or its always alright
Anyway I have dataset grinding to do, I'll return to Chess bot when I have the motivation and energy to research
there's more to it but you can read up on it if you want
I mean it's random moves so how well it performs is entirely random, more samples is generally a better estimate of the position but there's some hiccups with chess in particular
i wonder which way is most efficient within 1k tokens
it turns out that a randomly played game of chess almost always ends in a draw before a checkmate is stumbled upon, which yields little information on how good the position could have been given better move selection
probably NN which was super trained?
so I use a heuristic to choose moves better than random that lead to non-draws
and I do have a simple tie-breaking evaluation function
that's not really sgd I think, that's more like local search
you don't actually compute a gradient for all parameters, it's more like interpolating between the previous steps parameters and your newer, better parameters
works for really really small models though
wait actually
so NN needs neurons and weights between them at least
and they all will be constants
how many neurons/layers is it approximately? in 1k tokens
is it strong enough
what if its super bad still
1020 ternary parameters in my model, untested + untrained + i need to make the bot actually work first
2 layers
I'm bored so I'm seeing how much effort it is to remove commas from existance
2 layers like 1 input 1 output and a bunch of weights between them?
a lot of inputs => 1 output
or 2 between layers (idk how to count layers properly)
input vector -> hidden vector -> output vector
on that topic, this could've been big but no autovectorization 
So far it is not going well, but that is to be expected
thought the gradient was between vector of old parameters and vector of new parameters tbh, guess i should stare at the wiki page for sgd more
C has built in sort and search functions which would have been big if it didn't require you to give the comparator 
the gradient is your vector of partial derivatives 
they're ternary parameters, so i can treat them as digits in base-3
which is then scaled to do the actual step
As I've learned, spaces in C are not tokens
and then pack them into big numbers, which i extract at runtime
ye because you dont need spaces at all
your whole code can have 0 spaces
(),{} all of that does the work
actually you do need them to separate macros
and that doesnt count as a token i guess 
i am learning that I should probably replace all functions in my code with macros
confused how you'd find that vector of partial derivatives but ok
i have 2 functions
one is evaluation that calls itself and one other function thats just being called 3 times
you get the gradient via backprop usually
just the chain rule
or well, autograd realistically
what if there is a library that dramatically enhances nn learning
but it doesnt need to exist in release version
i guess its allowed since you cant track it to ban it
any learning algorithm doesn't need to exist in final release
is there anything stopping you from training in a separate program and then just using those weights
the learning algorithms are just there to tune the weights
right
then you only need to include the weights in the bot, along with a way to use them
but that kind of falls under "no external libs" rule
?
not really?
it's just pre-tuning values
depends on how you look at it
using pre-trained weights is entirely fair
could do it by hand if i was really dedicated
it wouldnt make sense otherwise right
technically, tuning constants like piece values can also be handled by a neural network trainer
they're just parameters
and tuning them adjusts performance
from the rules:
The only libraries available will be the standard libraries for your language plus the chess API supplied in this repo. However, your bot must not make any network connections, read or write files, start or end threads or otherwise run code in the background/in parallel, or use built-in arbitrary execution functions (e.g. Python's exec()).
why ban training parameters when they don't include any extra libraries in the submission

didnt see "not"
updating ubo's across multiple command buffers is such a pain
if (updateCam.exchange(false))
{
cachedView = view.load();
updateView = MAX_FRAMES_IN_FLIGHT;
}
if (updateView)
{
bufferManager.updateView(currentFrame, cachedView);
updateView--;
}
this code is not too great of a solution but the best i found so far
regardless, point is that pre-trained Nn weights are legal
how you train them is whatever
most of the top bots will be using automatically-adjusted parameters in the model i assume
for the evaluation function stuff and such
does not make sense to ban it
I feel like people are going to aim for just using a static model
If you want to train on the fly, that adds to the amount of params you can add initally
i mean the arbitrary numbers, like "how much should each piece count for" or "how should you weight this factor in the eval function over others"
i asked before if its viable to train NN for 55 seconds and play the rest 5 (or maybe even 59-1)
highly highly doubt, also stupid
would need a tiny training function and it would be awful probably
yeah training is hard
fundamentally it just isn't sensible to ban it, libraries to train parameters just take settings and produce code effectively
Ah yes the gambling strategy of NN

no different from compression algorithms or IDEs

you must code everything in notepad or else your submission is invalid
wait this is shiro event
code everything on paper (must provide videoproof too)
you must code everything in linux via nano or else your submission is invalid
eating disorder 
I had a great pun but I fear it's in poor taste

i wonder what it could be about

something something bytes
i dont get it
oh well
I can't carry all your data
I've downloaded your sins
It's not fair, it wasn't my idea to let you in


nooooo
jellyifying
stop jellifying that cat right this instant
we will all return to jelly one day
ok i have a legit question and it's interesting i think. if an api from a standard lib of a language is async only - meaning it has to spawn a thread/utilize one from a threadpool - can we still use that api if we block the main thread until that's done

mhm sounds legit
what API are we talking about?
yeah no
async versions of native apis use libuv threadpool
in node
so they are on a separate thread
you don't need threading for async, executing async functions on the main thread works fine
so you could theoretically do some processing while the zlib does its thing?
yes
interesting
doesnt async just return and does its thing in separate thread while your main thread can do things
nopers
you can think of async as a code scheduler
no, async functions can run on the main thread next to everything else (as long as control is given to that function eventually somehow)
the're kinda related but not the same thing, ye

but i guess sync is always blocking
could be callbacks
in a single threaded scenario
more importantly, non-blocking != threading
oh yees i faced it when i worked with some interface, and basically it didnt block because we were expecting a response from different device
which will happen somewhere later
typical program
a
a [a BLOCKS, but we keep waiting for a to finish]
a [a UNBLOCKS, we dont care]
a
b
b
b
b
async program
a
a [a BLOCKS, so we are waiting for it to complete before continuing]
b [a UNBLOCKS, so we continue with a (perhaps)]
a
a
b
b
b

scheduling

yup
yes. in practice, async is nearly never useful for 100% compute programs
in fact it makes them slower
async is good for when you are mixing io and compute
things like web servers, file managers, etc

Dang.. i gotta start using ableton like that
Looks way better than just tweaking LFOs and envelopes by ear
time to download cubase 
how are you still not using mpe
it's been a thing
science cannot explain how a single twitch tab manages to take up 8gb of ram
oh wait, let me add the labels:
I never knew it was a thing before today ๐ญ
NAHH
sentence to death by falling durian
๐
its funny how nose bleed is just a thing human bodies do
DIY tie dye

untied dye
shr can you answer this

it's a hard question
I don't have a problem with it from a fairness standpoint but it could cause issues if I run concurrent games and don't have spare compute for more threads
yeah makes sense
for simplicity I kinda agree with this
it would be a badly designed stdlib to have actually useful functions relegated to a threaded-only context

i mean i second that but also it isn't illegal by technicality
since it doesn't explicitly or implicitly or at all spawn a thread
This would sound so wierd out of context
shiro add a hypervisor to the system
if any program spawns a thread it gets terminated
it uses a thread the runtime spawned regardless of if you're calling the api
js banned 
js was always a joke entry to begin with 
it isn't an entry 
the j in js stands for js
js stands for js sucks
if you expand it to infinity you get ssssssssssssssss...... which is the sound you will make after being punctured for using javascript

I don't get the hate for js tbh
actually based
For the lols I was seeing if the funny "we define everything in a bash script" was legal, unfortunately it isn't due to and only due to the no writing files rule. I'll probably still play around with it anyways just to see what fun stuff I can come up with.
(me webdev)
i get touchy if my feet get too far away from systems level
Speaking about bash
I still have to write that database
is the css web server finished already
from a strict standpoint you cant use functions in bash either since they spawn subshells
which are technically threads

Yeah that is true, it is hopeless to even try submitting it
No ๐
im sure shiro would make an exception for a bot written in bash 
Regardless might as well have some fun
What's that, looks like UTAU
it would lose hard anyway 
yes bash is even slower than python

Bro doesn't know 
that one DAW out of the major ones you didn't know existed somehow
How would I know?
Wuh
Why does it look like vocal synth?
Pitch curves

It's so vocal synth
idk...
that is what that is but no vocal
all you have to do is make sure they dont slip :(){ :|:& };: in there

It's this silly little thing
the :(){ :|:& };: is so cryptic until you actually disassemble it
Calling ableton little is wild tho
How weird
fork_bomb() {
fork_bomb |
fork_bomb &
}
fork_bomb
a | b => run a, pipe output to b, do not wait for a to finish before starting b
i like to call it a pipebomb because it uses the funny pipe operator
a & => run a in a subshell, concurrently with the current shell
basically it just clones itself a bunch of times until the system collapses under the weight of its own thread table


checks out
checks out
ablepound

Ablekilo

MS try not to be nightmare to sysadmin for one day
to be fair it is a beta build feature
but i'd like it to not randomly disappear every other update
I have that too
Animation only buttons mhm
why store cookies when you can just fingerprint someone anyway
I only use linux for coding because everything else is less convenient
and I don't code in my free time enough for dual boot to make sense
I was originally wanting to completely switch to linux, but I couldn't see a reasonable way to do gpu passthrough without imploding my pc
for casual use, windows is (somehow) far more widely supported by games and productivity apps and whatever
and wsl2 doesn't play nicely
I don't think I have any games in my steam library that aren't supported
I use a VM for Linux and that's plenty for me
on the other hand productivity apps will be a pain
(that I care about)
i use linux to do everything because productivity was never a concern for me 
if i cared about convenience i wouldnt use nixos 
i fixed my internet, again 
tbh I think I've just slowly been getting more drawn into nixos as a concept
we had some batteries installed today for our solar panels, and those fuckers stole 2 out of the 4 ethernet ports on our router, i was using those
The only reason why windows is even on my pc is for vtube studio, gta v and ableton
everyone likes it as a concept but in practice installing it may take 3 years off your life and remove your motivation to continue
after that its pretty chill though
The rest all works flawlessly on linux
You don't steal my ethernet port
look its my entire user config 

users.users.user 
i would have prefered they used 1 and brought their own splitter, but no. and my parents wont let my move them to a splitter myself, so 2/4 of the ethernet ports are now dedicated to devices that use 0.2mbps, and the other 2 are split over the entire house
The frick is that language ๐คข
nix
Oh makes sense
noted konii's username is user
Most dutch design is icky
found password for user in leak database, you're done for konii
ermdeed it is
I am from one of the 2 dutch cities who designes nix and nixos.. and i didn't recognize it
I feel like failure

awaaaaaaaa
man
Heheh
man does take forever to load yeah

Imagine having no man...
im gay 
Well unless ur a straight man urself
lego
ill refrain from making the 200 jokes you could make with this setup
I am also very gay waman
shiro dont eat the ABS plastic
you cant digest it
I too have no man
you dont need more microplastics in your brain shiro
no way

i have no man and i must scream
new konii
it's not microplastic it's macroplastic
it become microplastic 
I just eat more plastic
I hate everything about the current way im forced to do this 
then stay macro
#define plastic * (int *) 0 = 0;```
ABS plastic doesnt join to itself 
I got nothing better to do, I'm deciding to suffer today 
I will make it through willpower 
tbh I've had terrible luck with vms just performing awfully
also usb passthrough pain
I think lego disagrees
i would like to add that those fuse boxes used to be white, they're just old
one mustn't pussy out, one must commit to the linux side of the force
Yeh, join the dark side
๐
lego doesnt join to itself, it Clutchesโข with Clutch Powerโข, which allows it to be taken apart again
bsd is also.. acceptable

macos would be acceptable if it weren't apple
Of course.. the PS4 thing
these are the rules of the posix side
posix pssh
Today is updating the gaming laptop's linux install and seeing is steamvr has unborked itself
Fr fr
I disagree on this..
imagine liking using electronics
its a universal interface that isnt universal
it serves no purpose
So

Everyone is just supposed to do whatever and there can be no standard for environments?
do any of the linux nerds here know if its possible to change the dgpu on-the-fly so it gets passed through to the vm and switches linux over to my igpu
all the guides seem to exclusively suggest that I need two gpus and that sounds annoying
yes it is possible
when did i ever say that 
i'm not a linux nerd :D
if you are going to do posix then follow posix exactly
if you dont then you just splinter posix
if you want to do your own thing dont do posix
all interfaces should just be game theoretic black boxes where they train the paired adapter upon connection
me not linux nerd but i have that set up
maybe i can find you a guide or something
the term is "single gpu passthrough"
its pitiful that bsd and linux have to use different targets because they have different extensions and behaviours

if posix why two different targets
Different standard libs and versions
ye this https://github.com/QaidVoid/Complete-Single-GPU-Passthrough the guide i followed @trim valve
Linux doesn't claim to be possix, just possix (mostly) compatible
there are posix certified linux distros iirc 

Alpine iirc
i'm talking about k-ux
I know it uses the same standard libs as bsd
mainly
linux is posix compliant, distros can be posix certified if they do not fail feature tests
it is posix, it just does it badly
k-ux is an unfortunate name to name something
It can be worse.. it always can be worse
posix would be proven to be great if any large number of linux software ran on bsds without life support from the community 
You do realise ur the only one crying about this.. right?
who's crying about what 
developer skill issue, just test your stuff on bsds too 
Well... what else would you call.. whatever.. you are doing?
kde works on bsds quite well 

laughing at posix for being defunct 
more likely to get a windows program to work on both BSD and linux than to get a linux program to work on bsd

developer skill issue
Seems more like a dev skill issue than anything else
Same brain wave
developer skill issue or just an issue with no one caring about bsd aside from posix enthusiasts
unfortunate state of affairs 
Only BSD i care about is OrbisOS
that's the freebsd fork?
i care about bsd, i would count myself as a posix accepter at maximum
Cuz that's what runs muh GTA V and watchdogs 2 and watchdogs legion
Mostly the watchdogs games cuz i mostly play gta v on pc now
posix is simply the closest thing we have to a unified operating system specification
hmm
if only it worked 
now to procrastinate buying a ssd for linux for a week, minimum
it does what it was made for
if every OS strictly adhered to posix, it would be great for consumers and software devs, annoying for tinkerers though
would be a better world for the average computer user if it existed 
Which is exactly why linux isn't fully and strictly compliant
software written against posix works on posix compliant systems
those who need that write software that way
posix is better than nothing
govt institutions is what i have in mind
lots of words
It might surprise you...
let's be realistic, the government is probably still on os/2
But germany almost fully uses linux
hope they use an LTS kernel 
Ur just mad you're not right
not right about what exactly 
Well.. they are the most performant
no they use arch for critical systems

arch with half-baked pacman auto-updates configured
just switch to LLMs for everything
no more protocols, all protocols are text conversations between LLMs now
Respectfully... frick u
they are the most resistant to random performance degradation
arch with custom kernel patches livepatched into it with months of system uptime
but the most performant kernel is almost always the latest
LLMs have to run on something, so of course we use LLMs
i have a chocolate milk 
respectfully I was making a joke, and yet this seems to be the direction the industry is moving, explain
not that kernel performance is a huge requirement for a govt worker trying to use libreoffice
The benchmarks really disagree with you on this
communications between llms over what protocol 
llm-based operating system when?
find me the benchmarks 
they just get a camera and a screen each
multi modal
Too much effort rn.. run them urself
they'll figure out the rest
you are the one who made the claim, burden of proof lies with you 
just ask an LLM which kernels are the fastest
Yeh.. i will.. just not rn
Cuz i need to go to bedge actually
certain distros actually have custom kernel patches specifically for increased performance in a certain task (e.g. windows gaming on linux)
CachyOS
as far as kernel patches go, you may be thinking of ntsync
But i was talking about yhe standard kernels + zen
technically ntsync is a correctness layer and not a performance patch
So linux, linux-lts, linux-hardened and linux-zen
Out of that list, last time i checked, lts is the fastest... somehow
under what set of tasks though, and is its aggregate score actually better or are your benchmarks narrow

typical LLM poisoned with MS advertising 
this was what the openai x bing deal was all about
i wonder why it said that 
somewhere in the world, two people are debating an issue by taking turns asking chatgpt for points to support their opinion and neither is any the wiser

this was what the openai alignment deal was all about
Well idk.. there was this guy that made a blog post with pretty detailed stuff and i ran the same benchmarks about 2 months ago and got roughly the same results
I don't know the specifics out of the top of my head
and possibly asking chatgpt to summarise its own generated text

it's so sad to see, some people literally relegating themselves to a chatgpt endpoint
the results seem to suggest that LTS kernels typically perform well on power efficiency and that latest kernels perform better on throughput and latency 
they should just not be given internet anymore I think
there are of course, outliers in all datasets
they're only producing existing AI generated content and consuming nothing because they give it all to chatgpt
once you get addicted to llms
it's time to get off the computer and touch grass
however given the relative performance of the 6.6 kernel this seems more like a regression between 6.16 and 6.17
go tell nn that
no
hell no
i don't wanna go in there
please don't make me
NN isn't so bad
or is it?
*sigh* i'll do it
not entirely wrong is better than utterly wrong i suppose, feel free to look at the benchmarks phoronix posted yourself and draw your own conclusions of course 
additionally this is just one set of benchmarks, even if they are thorough
you just put it here tho
british british british british british british british british british british british british british british british british british british british british british british british british
i say
oh no british people my imaginary enemy 
Done
you have to announce it
how will i cope 
but you're... british

am i? how did you know?
get out of my walls 
general was calling me british earlier :(
i asked my brain, and he had it saved somewhere in the temp folder
idk what i did to deserve that
fuck you mean โam iโ
the horror, oh what a day 
im learning things every day 
you clearly are not british
yes
there are very few people I dislike more than other british people
checks out
You're british
YOU'RE A BRIT??
last time i looked out my window i was still in belgium
no
unless I define them as slightly not british
Yes
no~
What does belgium smell like?
Last time I checked I don't think I'm british (insert sam making the joke here)
unfortunately
thats like 20% of twitter
i havent cleaned my room in like 4 days, so it smells like trash
hatred of british people on the internet is such a popular trend for young children in this internet era 
@grok can you tell me why this metric is wrong
Whattaboutthefrench
the hate for the french is implicit
Ew r*st
as much as popular internet discourse tends to disagree i think france is doing better than most places 

rust? rest? rist?
Fr fr, fax no printer, not capping, deadass, type shi
My country does deserve the hate, I mean we hate our own country
Or.. what about b*lgium
any decent country has people that hate their country
I'd rather not, thank you
hating france was also co-opted by other countries, the love-hate relationship that britain and france share is precious you know 
i hate my own country too :D
uhh i donโt think thatโs a good metric of decency sam 

Me three
it is hell here
There is the world, and then there is america
my only escape is c++
sam not say: hated => good country
he say: good country => hated
Only escape is :q!
i prefer ^X
a => b, therefore, b must => a 
that's right, i'm a nano user
how do i even respond to that? you ruined the fake argument.
I'm a micro user
installing micro rn
i should learn how ed works 
holy fuck it looks clean
so anyways
it's beautiful
Termux + micro

i might become a micro user
ive also done this but you would have to pay me to do it again
i never did good at reading comprehension in school sorry i am very embarrassed and am crying my eyes out i am very disappointed in myself oh my god what the fuck am i typing this is cringe as shit uhh i donโt care about being cringe i probably should stop typing ok bye
please tell me this isnt voluntary
on the phone??? 
What?
this reads like a phone call 
i dislike using punctuation
i also use micro when i do my terminal edits
i dislike people that dont use punctuation
sam hates me
no
Well i usually run it in samsung dex when i am outside
yes
to be honest it has a lot of inadequacies, but it's definitely my go-to 
__builtin_malloc
sam what about capitalization
why
i dislike a certain aspect of you
why must you do this to me
code golfing
oh
thats a whole virtual machine in there 
capitalization is too bothersome. if you can see where the last sentence ended, you dont need a bigger letter to see where the next one begins
the numbers in that uint64_t array are the program binary
16 whole registers
ldr 2 $1
cp $1 $2
ldr 10 $3
ldr 1 $4
sub $4 $3
loop:
mul $1 $2
sub $4 $3
bra $3 :loop 0
becomes
{ 0x0A00020103010200, 0x0903040804010003, 0x0008810E06820C81, 0x000000000000FFFE }
But, please elaborate what you meant by this
you never need more than 2 registers, once you have 2 you have a stack machine 
16 registers is the same number as x86, typical vms may have up to 256 registers but i limited the number to 16 so i can squeeze the register operand into 4 bits
WHAT IF I ENTIRELY USE BIG LETTERS INSTEAD, THEN I DON'T HAVE TO BOTHER AND I GET BIG LETTERS AT THE START
:c
Belgians are bad
termux is sheerly painful
why shout my ear hurtie
Ehh, it's alright
smh
its fine if you have an external keyboard at least
turn down your volume
hayleigh what did i ever do to you?
turn up your volume
im not the best person but i try to be better
oh ye that line is part of the decompressor
this program is 26 bytes, but if i duplicate
ldr 10 $3
ldr 1 $4
sub $4 $3
``` into it 20 more times it only becomes 29 bytes
i love windowing decompressors
just uh, 255 is off limits due to token count restrictions

Well i usually use this UDock/LapDock X 15.6 pro
That i am also now using as a monitor for my pc
if you love windowing you should get Microsoft Windows! How much do YOU think this advanced operating environment is worthโ WAIT just one minute before you answer! WATCH as Windows innovates lotus 1-2-3 with Miami Vice! Now we can take THIS FERRARI...And paste it RIGHT INTO WINDOWS WRITE! NOW how much do you think Microsoft Windows is worth?? DON'T โ ANSWER. WAIT- until you see WINDOWS WRITE, AND WINDOWS PAINT, and then LLIISTEN TO WHAT ELSE YOU GET AT NO EXTRA CHARGE! THE MS-DOS EXECUTIVE, AN APPOINTMENT CALENDAR, A CARD FILE, A NOTEPAD, A CLOCK, A CONTROL PANEL, A TERMINAL PRINCIPLE, RAM DRIVER, AANNDโ CAN YOU BELIEVE IT!!! REVERSI!!! THAT'S RIGHT! ALL THESE FEATURES IN REVERSI all for just- hoooww much did you guess? FIIIVE hundred? A THOUUUSAND? EVEN MORE???!!! NO, IT'S JUST $99, THAT'S RIGHT!!! IT'S $99, IT'S AN INCREDIBLE VALUE BUT IT'S TRUE!! It's WINDOWS from MICROSOFT, ORDER TODAY! P.O. BOX 286-DOS! Except in Nebraska! ....
Whatteessay
where do i mail the $99
p.o. box 286-dos
idk
(These things aren't cheap either)
Oh i never use the wireless part
Tha fwick is a roku stick
Man I could get this in pieces cheaper than this product.
i was really tempted to ignore this to make it more potent
i dont see why you woudlnt jsut get a laptop at that price point

you can get one with an i7 for 530 bucks
Cuz a laptop don't do the samsung dex thing
or ryzen 7 idc
i donโt see a reason to not ignore it
skill issue, lenovo does have an app for that
its your A grade for affort which i had to remark upon 
Not a skill issue? There is another one which is about 200 euros
This has been a very well thought out purchase
then why even get the 530 one?
Cuz my paypal don't work
Cuz my account was suspended for inactivity and i can't get it back
itโs this https://youtu.be/sforhbLiwLA
Microsoft Windows 1.0 with Steve Ballmer (1986)
$500?
$1000?
Only $99!!!
*except in nebraska
And the 200 euro one is from a brand that only accepts paypal
bruh
The 200 euro one doesn't have the touchscreen tho
And i can flip the screen all the way back
Turning it into a huge tablet
Which is nice for drawing
why would you need to draw in 2025 when you have ai??!!!!?!?!?!
Cuz ai can go fuck itself
Ive never actually seen someone daily drive dex
I hate every thing AI to my core

So what does that amount to? A โฌ900 phone and a โฌ500 touchscreen display with keyboard?
I paid 1300 for the phone

Not even I paid that much 
what the hell yeah thatโs an expensive ass phone
I have a โฌ230 with a โฌ60 magnetic keyboard and it amounts to basicly the same thing
But let's be real... people would spend more than those 2 together on a gaming setup with about equal the processing power.. and it isn't even portable
and iโm an apple user
"People" sure there are some, but i sure as hell wont
No, you'd get a more powerful setup and you could remote if you wanted to
Wahhh programming hw
Only difference is.. i am also building the "gaming" working setup
"with about equal the processing power" what kind of alien technology 2475 ass phone did you get that outperforms a $1300 gaming rig
More powerful... how?
$1300 gets you a pretty good desktop setup
i mean i sent a graph earlier todayโฆ.
let me check
this one
My 3090 pc was 1.2K. Should outperform a phone 
(Sorry for off topic) fellow antimatter enjoyer
oh single-thread only
yeah
I'm letting chat handle this one
I mean.. people spend 3K on a GPU they never gonna fully utilize, so maybe the potential of the gaming setup is higher.. it's just never gonna he used much further than my phone can handle
I finished the game on mobile
what kind of argument
Antimatter?
Get a life( the game currency)
Nah I'd support the developers
Ad bonus my beloved
So true
Just an s24 ultra.. getting around 1000 FPS on minecraft java at 4k
So?
I never said my phone is better
yep
Have you even read the whole convo?
sheโs trying to justify her phone costing her 1300
which is a fucking lot
Not even that at this point
yeah i got that much
Wait that sounds so rude i was thinking of a different game in antimatter its called a reality not a life oops
Sorry @amber fractal
The real justification is: i just needed something reliable and capable that would last me 5+ years instead of having to buy a new one each 4 months

truth nuke: iphone
why spend $1300
"it'll last" a phone half the price would last
a phone 1/3 the price would last too
But iphone isn't as capable without the 20+ euro a month developer subscription
maybe even 1/4 the price
All good
how much shit do you want to sideload
also itโs $99/yr
Dont Samsung and google have 7 years now
subscription ew
Here in EU it's 20+ a month
itโs a subscription to have your apps published to the app store
Pretty much everything
i have not read
i wonder if i should even implement proper pbr in my game engine
i'm most likely not going to use it
but the gltf spec..
I see your point, if you already have the phone its not a big deal to use it as a makeshift kaptop. But the performance of a laptop or desktop is just not comparable.
Its 1.5-2.5 times faster than my tablet. But my tablet was โฌ240... and already has a touchscreen. โฌ60 extra for the keyboard attachment if thats a requirement.
I dont see a dex hub as a good deal, especialy for 530
Holy essay
But what can it handle? Like.. what do you use your phone for? Cuz i need to do pretty much everything my pc can do on my phone as well
you're gonna be carrying around a screen and keyboard anyways, why not get a laptop
I mean.. was the 530 expensive.. yeah.. should i have looked further.. probably... does it matter that much to me?.. not really
or a tablet
like what? i am actually confused. you have 10 app ids without the developer account. why would you need to sideload more than 10 apps
different products, different roles
Cuz if i have to throw down another 1.7k for a framework laptop it would've been more expensive
You actually can't sideload any without the subscription here....
they're not the only laptop out there
All in all its actually not too bad of a decision. Samsung dex works pretty well all thing considered. The cpu is faster than a chromebook and gets the job done
And blender has an android port soon
What? You think i wanna be stuck to winaids or have a hard time distrohopping?
not that difficult to just
install linux

what's the issue
doesnโt make any sense how do they expect indie devs to exist then
I don't trust the other brands anymore.. or atleast not all their products.. and i have no fucking indication which ones are good and which ones are bad for my usecases.. i know framework is good for what i need
doesnt it already exist
im sure ive used it already

"it NEEDS to come with linux or else i'm not buying it" one of the big points of having linux is that you can put it on just about anything
I think thats unnoficial
just look at specs and read
immune to good deals
You seem to be missing the fucking point
unofficial official not matter 
you have an indication
your point is wrong
there is an unofficial port by a community member that allows you to run Blender on Android devices, and the official Blender Foundation is actively developing a tablet-friendly version for both Android and iPads.
nah this is a level of fixation on shit that doesn't matter which i am not equipped to understand
i leave convo
Krita does already have an android version, I hope it works well 
t 
Well.. it does matter to me...
Never tried it
i googled youโre just wrong
AND i just remembered you have alternative app stores in EU so even more options than anywhere else
and the subscription is roughly $99/yr everywhere may vary a tiny bit to round the numbers
hi konii 
oh
(Yes it is exactly what your thinking)

bye konii 
They changed it?
Whut?
Anyways
caramel
There are more aspects to iphone which make it uncomfy for me to use
i think youโre confused or something the 10 app ids are everywhere
theme?? 

funky
Well.. it's not like youtube music is any more comfortable for me
Everything i have is precisely to my needs
That's basically the whole point
have you tried the mixing feature
i donโt feel like spending money on premium just for that
And as long as i don't have financial troubles.. i don't see what's so wrong about it
I dont have ads, it plays while my phone is off, and stuff i like on youtube gets synced. I dont need anything else.
Im not paying for spotify premium
We have other patches for that...
for the mixing feature? 
But of course i cannot talk about those patches here
No, to don't have ads
from what iโve heard those barely work on android recently
I do wanna mess around with mixing feature for funnies tho
and on ios thereโs a particular one which works wonders
True, but they work again
but no features of course itโs just the skip and ad thing
I've just used regular youtube for my music, though I do use a client
Yt music has the lyrics which is handy sometimes.
I can badly sing along when i suddendly feel too confidant
soundcloud 

sound quality โ fun โ
The autogenerated playlists on yt music have the same 3 songs 10 times, if i search "hard techno playlist" or "bigroom techno playlist" i get playlists with those 2 hour long mixes.. instead of a normal playlist where i can skip the songs i don't like

Cant relate, yt music works fine for me
Bruh
napster 
Just use yt music with the premium features enabled like i some people do
Chat, what command do I use to see what GPU is being used. nvtop is saying no gpus exist to monitor
also.. why does it keep recommending hardstyle ๐คฎ
Algorithm
Also this random shit
Though this one ironically is pretty gud
Alright, just the nvidia card despite me asking kindly for a version with all vendors compiled in
Okay, but that one is still acceptable
Thats the beauty of user generated content
probably ye
i ownt tho
not gonna lie, i dont play league but the songs go pretty hard
use metrolist
what does that have to do with anything
huh
ive just been using microG thingy to get around the premium lock
didnt know metrolist existed
this the mixing feature
does metrolist have that
maebe

sam

i get that im not the best person alive but i dont think im that deserving of death
i might get like a month just to play around i want to so bad
though i've heard they started to take premium away if they suspect you don't live in the country you bought the sub in
which is a problem for me since i uhhh yeah
using real software with high quality audio โ
using fucking spotify on a phone โ
i do have serato and a controller
that's not the point i just wanna see what regular ass people get
also it's automatic you don't have to beatmatch and twist knobs and shit
you probably don't know this since you're not in the scene and stuff
pioneer dj rebranded to alphatheta
which is somehow worse than twitter -> x

"yeah let's kill all 30 years of brand loyalty and reputation we built"
30 years? i thought pioneer was already a mian brand in the 80's
i was going off how old the first cdj is approximately


i still need to play hollowknight. i own the game now but i haven't yet
ill play in the weekend maybe
phrr if
if 
]

what does that mean?
you're one of the most cryptic people i know
you cant nope me, its the truth
every single person i know irl jsut says what they mean
bwaa
i know that cuz i have autism i dont understand a lot of social cues, but this is not just me is it?
this is actually just illegible no?
Konii is a kryptid
i need to make a konii translator bot

with what definitions 










