#programming

1 messages ยท Page 231 of 1

real sierra
#

I just have to play thousands of games of chess despairge

olive sable
nocturne olive
#

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

olive sable
obsidian mantle
#

does it give weird moves a lot or its always alright

nocturne olive
#

Anyway I have dataset grinding to do, I'll return to Chess bot when I have the motivation and energy to research

real sierra
#

there's more to it but you can read up on it if you want

real sierra
obsidian mantle
#

i wonder which way is most efficient within 1k tokens

real sierra
#

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

obsidian mantle
#

probably NN which was super trained?

real sierra
#

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

rough bloom
#

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

obsidian mantle
#

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

stray dragon
#

2 layers

amber fractal
#

I'm bored so I'm seeing how much effort it is to remove commas from existance

obsidian mantle
#

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)

stray dragon
rigid snow
#

on that topic, this could've been big but no autovectorization neuroCrying

amber fractal
stray dragon
obsidian mantle
#

if you remove commas you will need space for separating at least

#

its impossible neuroSadge

real sierra
#

C has built in sort and search functions which would have been big if it didn't require you to give the comparator perish

opaque sigil
stray dragon
opaque sigil
#

which is then scaled to do the actual step

amber fractal
stray dragon
obsidian mantle
#

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 neuroTomfoolery

real sierra
#

i am learning that I should probably replace all functions in my code with macros

stray dragon
obsidian mantle
#

i have 2 functions neurOMEGALUL one is evaluation that calls itself and one other function thats just being called 3 times

stray dragon
#

i've been working with the assumption that gradient is not a vector

#

lol

opaque sigil
#

you get the gradient via backprop usually

rough bloom
#

YES just the chain rule

opaque sigil
#

or well, autograd realistically

stray dragon
#

noted

#

stupid implementation needs work to be less stupid

obsidian mantle
#

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

stray dragon
opaque sigil
#

is there anything stopping you from training in a separate program and then just using those weights

stray dragon
#

the learning algorithms are just there to tune the weights

obsidian mantle
#

right

stray dragon
#

then you only need to include the weights in the bot, along with a way to use them

obsidian mantle
#

but that kind of falls under "no external libs" rule

real sierra
#

?

stray dragon
#

it's just pre-tuning values

obsidian mantle
#

depends on how you look at it

real sierra
#

using pre-trained weights is entirely fair

stray dragon
#

could do it by hand if i was really dedicated

obsidian mantle
#

it wouldnt make sense otherwise right

stray dragon
#

they're just parameters

#

and tuning them adjusts performance

real sierra
#

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()).

stray dragon
#

why ban training parameters when they don't include any extra libraries in the submission

obsidian mantle
#

you can write files? NeuroPoggers

#

oh

#

im blind

real sierra
obsidian mantle
#

didnt see "not"

olive sable
#

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

real sierra
#

regardless, point is that pre-trained Nn weights are legal

#

how you train them is whatever

stray dragon
#

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

amber fractal
#

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

stray dragon
obsidian mantle
#

i asked before if its viable to train NN for 55 seconds and play the rest 5 (or maybe even 59-1)

stray dragon
#

highly highly doubt, also stupid

#

would need a tiny training function and it would be awful probably

obsidian mantle
#

yeah training is hard

real sierra
amber fractal
obsidian mantle
stark needle
#

iggly is a numpy array

#

doxed

real sierra
#

no different from compression algorithms or IDEs

amber fractal
stray dragon
#

wait this is shiro event

obsidian mantle
#

code everything on paper (must provide videoproof too)

stray dragon
#

you must code everything in linux via nano or else your submission is invalid

opaque sigil
#

has to be ed

olive sable
#

eating disorder Minamhm

stray dragon
#

eating disorder is my favorite text editor

#

(i've never heard of it)

real sierra
#

I had a great pun but I fear it's in poor taste

olive sable
stray dragon
olive sable
real sierra
#

something something bytes

rigid snow
#

i think i have an idea what that pun is

#

oh it's not

olive sable
#

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

catJAM

real sierra
#

we have cat jam

#

what about cat jelly

stray dragon
#

you're gonna turn a poor cat into jelly?

#

how could you

real sierra
stray dragon
#

nooooo

real sierra
#

jellyifying

stray dragon
#

stop jellifying that cat right this instant

real sierra
#

it's too late

olive sable
#

but shiro, you're a catgirl. stop jellyifying your genetic ancestors

real sierra
#

we will all return to jelly one day

olive sable
#

nuh-uh

#

i will become a soup

rigid snow
#

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

olive sable
obsidian mantle
#

mhm sounds legit

rigid timber
rigid snow
#

i was looking at node's zlib when i had this question

rigid timber
#

that's single-threaded tho

#

JS async is still a single thread

rigid snow
#

yeah no

#

async versions of native apis use libuv threadpool

#

in node

#

so they are on a separate thread

rough bloom
rigid timber
#

neuroThink so you could theoretically do some processing while the zlib does its thing?

rigid snow
#

yes

rigid timber
#

interesting

obsidian mantle
sage crag
#

you can think of async as a code scheduler

rough bloom
obsidian mantle
#

so it blocks? did i mix different things

#

blocking/unblocking != sync/async?

rigid timber
#

the're kinda related but not the same thing, ye

obsidian mantle
rigid snow
#

but i guess sync is always blocking

rigid timber
#

could be callbacks

rigid snow
#

in a single threaded scenario

rough bloom
obsidian mantle
#

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

sage crag
# sage crag you can think of async as a code scheduler
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

obsidian mantle
#

and it can do b while a blocked

#

but cant do a since it blocked

sage crag
#

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

opaque sigil
sage crag
olive sable
hard raptor
#

Dang.. i gotta start using ableton like that

#

Looks way better than just tweaking LFOs and envelopes by ear

cosmic sphinx
#

time to download cubase catdespair

rigid snow
#

it's been a thing

rare bramble
#

science cannot explain how a single twitch tab manages to take up 8gb of ram

#

oh wait, let me add the labels:

hard raptor
rigid snow
#

NAHH

sage crag
#

sentence to death by falling durian

hard raptor
#

๐Ÿ™

rigid snow
#

i sneezed and now my sweatshirt is covered in blood

#

cool

sage crag
#

its funny how nose bleed is just a thing human bodies do

real sierra
#

DIY tie dye

sage crag
sage crag
real sierra
#

untied dye

sage crag
#

its die dye

#

untied die dye

sage crag
real sierra
sage crag
#

if your std has a function that spawns a thread it should be defacto bannneedd

real sierra
#

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

rigid snow
#

yeah makes sense

real sierra
rigid snow
#

agree

#

d

real sierra
#

yeah

#

sorry

sage crag
#

it would be a badly designed stdlib to have actually useful functions relegated to a threaded-only context

rigid snow
#

i mean i second that but also it isn't illegal by technicality

sage crag
rigid snow
#

since it doesn't explicitly or implicitly or at all spawn a thread

hard raptor
sage crag
#

if any program spawns a thread it gets terminated

rigid snow
#

it uses a thread the runtime spawned regardless of if you're calling the api

sage crag
#

trial by fire

rigid snow
#

js banned neuroHyperYay

sage crag
#

js was always a joke entry to begin with SMH

rigid snow
#

it isn't an entry ReallyInnocent

sage crag
#

the j in js stands for js

rigid snow
#

js stands for js sucks

sage crag
#

if you expand it to infinity you get ssssssssssssssss...... which is the sound you will make after being punctured for using javascript

rigid snow
#

punctured

hard raptor
#

I don't get the hate for js tbh

sage crag
#

mostly theatrical but also i hate it on principle of being a webdev language

amber fractal
#

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.

rigid snow
#

(me webdev)

sage crag
#

i get touchy if my feet get too far away from systems level

hard raptor
#

Speaking about bash

sage crag
#

like a dwarf

hard raptor
#

I still have to write that database

rigid snow
#

is the css web server finished already

sage crag
#

which are technically threads

amber fractal
#

Yeah that is true, it is hopeless to even try submitting it

hard raptor
sage crag
#

im sure shiro would make an exception for a bot written in bash EvilClueless

amber fractal
#

Regardless might as well have some fun

sage crag
#

or TortureBy1000TinyAttacks will be in order

nocturne olive
sage crag
hard raptor
rigid snow
nocturne olive
nocturne olive
#

Why does it look like vocal synth?

rigid snow
#

i wonder why

nocturne olive
#

Pitch curves

nocturne olive
#

It's so vocal synth

real sierra
#

idk...

rigid snow
sage crag
hard raptor
#

It's this silly little thing

sage crag
#

the :(){ :|:& };: is so cryptic until you actually disassemble it

hard raptor
#

Calling ableton little is wild tho

nocturne olive
clear sedge
#

it's not even that cryptic

#

*assuming you know bash

sage crag
#
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

clear sedge
#

i like to call it a pipebomb because it uses the funny pipe operator

sage crag
#

basically it just clones itself a bunch of times until the system collapses under the weight of its own thread table

sage crag
#

ableton has ton in the name

rigid snow
#

checks out

sage crag
#

not ablegram

rigid snow
#

mhm checks out

rough bloom
#

ablepound

faint sandal
hard raptor
#

Ablekilo

faint sandal
#

administrator protection mysteriously disappeared again LETSGOO

sage crag
#

MS try not to be nightmare to sysadmin for one day

faint sandal
#

to be fair it is a beta build feature

#

but i'd like it to not randomly disappear every other update

sage crag
#

nuance and fair arguments are banned

#

i want to laugh at microsoft

hard raptor
#

Dam, how did i not know bout MPE

#

I already make gud thing with it

amber fractal
#

Animation only buttons mhm

sage crag
#

decline optional cookies failed, sorry

real sierra
#

why store cookies when you can just fingerprint someone anyway

trim valve
#

chat do I dual boot to begin the linux pipeline

real sierra
#

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

trim valve
#

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

real sierra
#

but why

#

I don't understand

trim valve
#

good question

#

tbh the biggest thing for me is that embedded is painful on windows

real sierra
#

for casual use, windows is (somehow) far more widely supported by games and productivity apps and whatever

trim valve
#

and wsl2 doesn't play nicely

#

I don't think I have any games in my steam library that aren't supported

real sierra
#

I use a VM for Linux and that's plenty for me

trim valve
#

on the other hand productivity apps will be a pain

sage crag
#

i use linux to do everything because productivity was never a concern for me nwerobreadjam

#

if i cared about convenience i wouldnt use nixos nwerobreadjam

olive sable
#

i fixed my internet, again NeuroBounce

trim valve
#

tbh I think I've just slowly been getting more drawn into nixos as a concept

olive sable
#

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

hard raptor
#

The only reason why windows is even on my pc is for vtube studio, gta v and ableton

sage crag
#

after that its pretty chill though

hard raptor
#

The rest all works flawlessly on linux

amber fractal
sage crag
#

look its my entire user config nwerobreadjam

sage crag
olive sable
hard raptor
sage crag
hard raptor
#

Oh makes sense

amber fractal
hard raptor
#

Most dutch design is icky

sage crag
#

its a pure, declarative, functional programming language

real sierra
sage crag
hard raptor
#

I am from one of the 2 dutch cities who designes nix and nixos.. and i didn't recognize it

#

I feel like failure

sage crag
real sierra
#

neuroExplode awaaaaaaaa

sage crag
#

i have tonnes of garbage in here nwerobreadjam

hard raptor
#

Hehe

#

No man

olive sable
#

man

hard raptor
#

Heheh

olive sable
amber fractal
#

man does take forever to load yeah

sage crag
hard raptor
#

Imagine having no man...

sage crag
#

im gay FlowerCatJAM

hard raptor
#

Well unless ur a straight man urself

real sierra
#

crunchy lego

olive sable
hard raptor
#

I am also very gay waman

sage crag
#

you cant digest it

hard raptor
#

I too have no man

sage crag
#

you dont need more microplastics in your brain shiro

iron sierra
#

no way

sage crag
clear sedge
#

i have no man and i must scream

iron sierra
#

new konii

olive sable
#

?

#

looks the same to me

real sierra
sage crag
real sierra
#

nuhuh I just eat more plastic

olive sable
real sierra
#

then stay macro

clear sedge
sage crag
amber fractal
#

I got nothing better to do, I'm deciding to suffer today neuroHypers

sage crag
#

you will become macroplastic and microplastic

#

just plastic

real sierra
trim valve
#

also usb passthrough pain

hard raptor
olive sable
clear sedge
#

one mustn't pussy out, one must commit to the linux side of the force

hard raptor
#

๐Ÿ˜ˆ

sage crag
clear sedge
#

bsd is also.. acceptable

sage crag
clear sedge
#

macos would be acceptable if it weren't apple

hard raptor
clear sedge
#

these are the rules of the posix side

sage crag
#

posix pssh

amber fractal
sage crag
#

so pretentious SMH

#

just use the OS you want to use

#

posix is garbage anyway

hard raptor
hard raptor
rigid snow
#

imagine liking using electronics

sage crag
#

it serves no purpose

hard raptor
#

So

sage crag
hard raptor
#

Everyone is just supposed to do whatever and there can be no standard for environments?

trim valve
rigid snow
#

yes it is possible

clear sedge
#

i'm not a linux nerd :D

sage crag
#

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

real sierra
#

all interfaces should just be game theoretic black boxes where they train the paired adapter upon connection

rigid snow
sage crag
#

its pitiful that bsd and linux have to use different targets because they have different extensions and behaviours

#

if posix why two different targets

hard raptor
#

Different standard libs and versions

hard raptor
#

Linux doesn't claim to be possix, just possix (mostly) compatible

clear sedge
#

there are posix certified linux distros iirc actually

sage crag
clear sedge
#

i'm talking about k-ux

hard raptor
#

I know it uses the same standard libs as bsd

clear sedge
#

mainly

sage crag
#

linux is posix compliant, distros can be posix certified if they do not fail feature tests

#

it is posix, it just does it badly

clear sedge
#

k-ux is an unfortunate name to name something

hard raptor
sage crag
#

posix would be proven to be great if any large number of linux software ran on bsds without life support from the community SMH

hard raptor
sage crag
#

who's crying about what NeuroInspect

clear sedge
hard raptor
#

Well... what else would you call.. whatever.. you are doing?

clear sedge
sage crag
#

more likely to get a windows program to work on both BSD and linux than to get a linux program to work on bsd

clear sedge
#

developer skill issue

hard raptor
#

Seems more like a dev skill issue than anything else

hard raptor
sage crag
#

developer skill issue or just an issue with no one caring about bsd aside from posix enthusiasts

sage crag
#

unfortunate state of affairs evilSMH

hard raptor
sage crag
#

that's the freebsd fork?

clear sedge
#

i care about bsd, i would count myself as a posix accepter at maximum

hard raptor
#

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

clear sedge
#

posix is simply the closest thing we have to a unified operating system specification

trim valve
#

hmm

trim valve
#

now to procrastinate buying a ssd for linux for a week, minimum

rigid snow
sage crag
#

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 neuroExplode

hard raptor
rigid snow
clear sedge
#

posix is better than nothing

rigid snow
#

govt institutions is what i have in mind

olive sable
#

enublots of words

sage crag
#

govt institutions using anything other than win xp

hard raptor
clear sedge
#

let's be realistic, the government is probably still on os/2

hard raptor
#

But germany almost fully uses linux

sage crag
sage crag
#

hope they use an LTS kernel NeuroInspect

clear sedge
hard raptor
#

Ur just mad you're not right

sage crag
hard raptor
rigid snow
sage crag
clear sedge
trim valve
#

glueless arch with half-baked pacman auto-updates configured

real sierra
#

just switch to LLMs for everything

#

no more protocols, all protocols are text conversations between LLMs now

hard raptor
sage crag
clear sedge
#

glueless arch with custom kernel patches livepatched into it with months of system uptime

sage crag
#

but the most performant kernel is almost always the latest

amber fractal
#

LLMs have to run on something, so of course we use LLMs

olive sable
#

i have a chocolate milk NeuroBounce

real sierra
sage crag
#

not that kernel performance is a huge requirement for a govt worker trying to use libreoffice

hard raptor
rigid snow
trim valve
sage crag
real sierra
#

multi modal

hard raptor
real sierra
#

they'll figure out the rest

sage crag
fading olive
#

just ask an LLM which kernels are the fastest

hard raptor
#

Cuz i need to go to bedge actually

clear sedge
sage crag
hard raptor
#

But i was talking about yhe standard kernels + zen

sage crag
#

technically ntsync is a correctness layer and not a performance patch

hard raptor
#

So linux, linux-lts, linux-hardened and linux-zen

#

Out of that list, last time i checked, lts is the fastest... somehow

sage crag
#

on your very specific hardware configuration and software setup, it may be, yes

sage crag
#

under what set of tasks though, and is its aggregate score actually better or are your benchmarks narrow

sage crag
#

this was what the openai x bing deal was all about

rigid snow
#

i wonder why it said that glueless

real sierra
#

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

sage crag
#

typical llm poisoned with user advertising

faint sandal
sage crag
#

this was what the openai alignment deal was all about

hard raptor
#

I don't know the specifics out of the top of my head

clear sedge
sage crag
#

cool because i actually have a set of benchmarks right here PinkMinyanClap

olive sable
real sierra
sage crag
real sierra
#

they should just not be given internet anymore I think

sage crag
real sierra
#

they're only producing existing AI generated content and consuming nothing because they give it all to chatgpt

clear sedge
#

once you get addicted to llms
it's time to get off the computer and touch grass

hard raptor
#

Well

#

So i wasn't entirely wrong

sage crag
#

however given the relative performance of the 6.6 kernel this seems more like a regression between 6.16 and 6.17

clear sedge
#

hell no

#

i don't wanna go in there

#

please don't make me

real sierra
#

NN isn't so bad

olive sable
#

or is it?

real sierra
#

they're very cyclical

#

gotta find the right timezone

hard raptor
sage crag
#

additionally this is just one set of benchmarks, even if they are thorough

clear sedge
#

never going there again

sage crag
#

done on one set of hardware, the results will be wildly different on another set

real sierra
olive sable
real sierra
#

you've become the problem you protest against

#

what say you

clear sedge
#

i say

sage crag
#

oh no british people my imaginary enemy ALERT

clear sedge
#

it's like the game

#

once you lose it

hard raptor
clear sedge
#

you have to announce it

sage crag
#

how will i cope neuroNotNoted

olive sable
sage crag
#

am i? how did you know?

#

get out of my walls neuroDinkDonk

clear sedge
#

general was calling me british earlier :(

olive sable
#

i asked my brain, and he had it saved somewhere in the temp folder

clear sedge
#

idk what i did to deserve that

rigid snow
sage crag
sage crag
trim valve
olive sable
#

yes

trim valve
#

there are very few people I dislike more than other british people

olive sable
#

checks out

hard raptor
olive sable
#

last time i looked out my window i was still in belgium

clear sedge
trim valve
#

unless I define them as slightly not british

hard raptor
clear sedge
#

:(

#

i cry now

#

:(((

rigid snow
hard raptor
amber fractal
#

Last time I checked I don't think I'm british (insert sam making the joke here)

trim valve
olive sable
sage crag
#

hatred of british people on the internet is such a popular trend for young children in this internet era catEat

rigid snow
olive sable
#

the hate for the french is implicit

hard raptor
#

Ew r*st

sage crag
rigid snow
olive sable
hard raptor
amber fractal
#

My country does deserve the hate, I mean we hate our own country

hard raptor
#

Or.. what about b*lgium

olive sable
#

any decent country has people that hate their country

olive sable
#

only i am allowed to hate belgium here

hard raptor
sage crag
#

hating france was also co-opted by other countries, the love-hate relationship that britain and france share is precious you know meow

clear sedge
rigid snow
olive sable
hard raptor
clear sedge
#

it is hell here

amber fractal
clear sedge
#

my only escape is c++

sage crag
hard raptor
clear sedge
sage crag
clear sedge
#

that's right, i'm a nano user

hard raptor
#

That's right

olive sable
hard raptor
#

I'm a micro user

clear sedge
#

installing micro rn

trim valve
#

i should learn how ed works glueless

clear sedge
#

holy fuck it looks clean

olive sable
#

so anyways

clear sedge
#

it's beautiful

hard raptor
#

Termux + micro

sage crag
clear sedge
#

i might become a micro user

sage crag
rigid snow
sage crag
#

please tell me this isnt voluntary

olive sable
hard raptor
rigid snow
#

i dislike using punctuation

sage crag
olive sable
#

i dislike people that dont use punctuation

rigid snow
#

sam hates me

olive sable
#

no

hard raptor
rigid snow
#

yes

sage crag
clear sedge
trim valve
#

sam what about capitalization

clear sedge
#

why

olive sable
clear sedge
#

why must you do this to me

sage crag
clear sedge
#

oh

sage crag
olive sable
sage crag
#

the numbers in that uint64_t array are the program binary

clear sedge
#

16 whole registers

sage crag
#
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 }

hard raptor
sage crag
#

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

trim valve
olive sable
#

bad

#

kssss

trim valve
#

:c

hard raptor
sage crag
hard raptor
trim valve
#

smh

sage crag
#

its fine if you have an external keyboard at least

trim valve
#

turn down your volume

olive sable
rigid snow
#

neuroDinkDonk turn up your volume

olive sable
#

im not the best person but i try to be better

sage crag
sage crag
#

i love windowing decompressors

#

just uh, 255 is off limits due to token count restrictions

hard raptor
#

That i am also now using as a monitor for my pc

rigid snow
# sage crag i love windowing decompressors

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! ....

rigid snow
#

p.o. box 286-dos

trim valve
#

to?

#

or just mail cash

rigid snow
#

neuroCatUuh idk

hard raptor
#

(These things aren't cheap either)

olive sable
#

bruh

#

530 bucks for a portable dispaly with a roku stick built in

hard raptor
hard raptor
amber fractal
#

Man I could get this in pieces cheaper than this product.

sage crag
olive sable
#

i dont see why you woudlnt jsut get a laptop at that price point

sage crag
olive sable
#

you can get one with an i7 for 530 bucks

hard raptor
olive sable
#

or ryzen 7 idc

rigid snow
olive sable
sage crag
rigid snow
#

what effort

#

itโ€™s copy pasted

sage crag
#

oh sorry i meant E grade for effort

#

minor typo

hard raptor
#

This has been a very well thought out purchase

olive sable
#

then why even get the 530 one?

hard raptor
#

Cuz my account was suspended for inactivity and i can't get it back

olive sable
#

you cant use gpay or something?

rigid snow
hard raptor
#

And the 200 euro one is from a brand that only accepts paypal

olive sable
#

bruh

hard raptor
#

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

rigid snow
#

why would you need to draw in 2025 when you have ai??!!!!?!?!?!

hard raptor
olive sable
#

Ive never actually seen someone daily drive dex

hard raptor
#

I hate every thing AI to my core

rigid snow
olive sable
#

So what does that amount to? A โ‚ฌ900 phone and a โ‚ฌ500 touchscreen display with keyboard?

olive sable
amber fractal
#

Not even I paid that much evilDeadge

rigid snow
#

what the hell yeah thatโ€™s an expensive ass phone

olive sable
#

I have a โ‚ฌ230 with a โ‚ฌ60 magnetic keyboard and it amounts to basicly the same thing

hard raptor
#

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

rigid snow
olive sable
amber fractal
versed lava
#

Wahhh programming hw

hard raptor
stray dragon
olive sable
#

Gpu

#

Brrrr

stray dragon
#

$1300 gets you a pretty good desktop setup

rigid snow
stray dragon
rigid snow
#

this one

olive sable
#

My 3090 pc was 1.2K. Should outperform a phone ReallyInnocent

clear sedge
#

i got my desktop setup (monitor included) for 600

#

:3

versed lava
stray dragon
#

oh single-thread only

rigid snow
amber fractal
hard raptor
#

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

amber fractal
olive sable
#

Antimatter?

versed lava
amber fractal
#

Ad bonus my beloved

versed lava
hard raptor
olive sable
#

So?

stray dragon
#

"people spend $3000 on gpu they don't need so my phone is better"

#

ok

#

uh huh

hard raptor
stray dragon
#

yep

hard raptor
#

Have you even read the whole convo?

rigid snow
#

which is a fucking lot

hard raptor
stray dragon
versed lava
#

Sorry @amber fractal

hard raptor
#

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

sage crag
stray dragon
#

i've been using the same old $250 phone for 4 years at this point

#

it works

stray dragon
#

why spend $1300

#

"it'll last" a phone half the price would last

#

a phone 1/3 the price would last too

hard raptor
stray dragon
#

maybe even 1/4 the price

amber fractal
rigid snow
stark needle
#

Dont Samsung and google have 7 years now

stray dragon
hard raptor
rigid snow
stray dragon
#

ah

#

i see

hard raptor
stray dragon
#

i have not read

clear sedge
#

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..

olive sable
# hard raptor Just an s24 ultra.. getting around 1000 FPS on minecraft java at 4k

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

hard raptor
# stray dragon it works

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

stray dragon
hard raptor
rigid snow
stray dragon
#

different products, different roles

hard raptor
stray dragon
#

framework isn't good deals

#

unless you plan to upgrade

hard raptor
stray dragon
#

they're not the only laptop out there

olive sable
#

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

olive sable
#

And blender has an android port soon

hard raptor
stray dragon
#

install linux

clear sedge
stray dragon
#

what's the issue

rigid snow
hard raptor
# stray dragon install linux

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

sage crag
#

im sure ive used it already

stray dragon
#

"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

olive sable
#

I think thats unnoficial

stray dragon
#

immune to good deals

hard raptor
sage crag
stray dragon
#

your point is wrong

hard raptor
#

The fuckin motherboards

#

The fucking build quamity

olive sable
#
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.
hard raptor
#

The difficulties to repair shit

#

I know framework is reliable in those aspects

stray dragon
#

nah this is a level of fixation on shit that doesn't matter which i am not equipped to understand

#

i leave convo

amber fractal
sage crag
#

t evilWave

hard raptor
rigid snow
stray dragon
sage crag
stray dragon
amber fractal
sage crag
stray dragon
#

bye konii neuroWave

sage crag
#

caramel

hard raptor
#

There are more aspects to iphone which make it uncomfy for me to use

rigid snow
#

i think youโ€™re confused or something the 10 app ids are everywhere

hard raptor
#

Spotify theme mod apk no worksies

#

That problem

rigid snow
#

theme?? MyHonestReaction

hard raptor
#

Yuh

#

My spotify look like this

rigid snow
olive sable
#

Imagine using spotify

#

Couldnt be me

opaque sigil
#

funky

hard raptor
#

Everything i have is precisely to my needs

#

That's basically the whole point

rigid snow
#

have you tried the mixing feature

#

i donโ€™t feel like spending money on premium just for that

hard raptor
#

And as long as i don't have financial troubles.. i don't see what's so wrong about it

olive sable
hard raptor
rigid snow
#

for the mixing feature? evilWheeze

hard raptor
#

But of course i cannot talk about those patches here

hard raptor
rigid snow
#

from what iโ€™ve heard those barely work on android recently

hard raptor
#

I do wanna mess around with mixing feature for funnies tho

rigid snow
#

and on ios thereโ€™s a particular one which works wonders

hard raptor
rigid snow
#

but no features of course itโ€™s just the skip and ad thing

amber fractal
#

I've just used regular youtube for my music, though I do use a client

hard raptor
#

I had to use YouTube music lately cuz of the issues

#

It was absolute hell

olive sable
rigid snow
#

soundcloud NeuroPogHD

opaque sigil
rigid snow
hard raptor
#

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

olive sable
hard raptor
#

That's why i prefer Spotify

#

Cuz it just doesn't have those annoying issues

rigid snow
#

apple music is also good though there is one downside

#

||you have to actually pay||

hard raptor
#

Yk what

#

Let's just bring back limewire

olive sable
olive sable
rigid snow
#

napster NeuroPogHD

olive sable
#

Just use yt music with the premium features enabled like i some people do

amber fractal
#

Chat, what command do I use to see what GPU is being used. nvtop is saying no gpus exist to monitor

hard raptor
#

also.. why does it keep recommending hardstyle ๐Ÿคฎ

olive sable
#

Algorithm

hard raptor
#

Also this random shit

hard raptor
amber fractal
hard raptor
rigid snow
#

huh

#

hardstyle = zyzz
we in neurocord = evilZyzz

#

that it

olive sable
hard raptor
rigid snow
#

i know what you are referring to

#

iโ€™m just saying i didnโ€™t mean that

hard raptor
#

I usually listen to this kind of music more

#

I should sleep

olive sable
#

probably ye

#

i ownt tho

#

not gonna lie, i dont play league but the songs go pretty hard

rigid snow
#

what does that have to do with anything

olive sable
#

huh

#

ive just been using microG thingy to get around the premium lock

#

didnt know metrolist existed

rigid snow
olive sable
#

what

#

i didnt know that existed

rigid snow
#

it's super new

#

like maybe 2 weeks old

#

probably not even

olive sable
sage crag
olive sable
#

bro

#

not the death note AquaCry

rigid snow
#

neuro7 sam

sage crag
olive sable
#

i get that im not the best person alive but i dont think im that deserving of death

rigid snow
#

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

olive sable
#

using real software with high quality audio โŒ
using fucking spotify on a phone โœ…

rigid snow
#

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

olive sable
#

but i like twisting knobs

#

and pressign buttons and stuff

rigid snow
#

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

olive sable
rigid snow
#

"yeah let's kill all 30 years of brand loyalty and reputation we built"

olive sable
#

30 years? i thought pioneer was already a mian brand in the 80's

rigid snow
#

pioneer dj is kind of an off-shoot

#

they separate

olive sable
#

oh

#

pioneer is 87 years old, pioneer dj is indeed 30

rigid snow
#

i was going off how old the first cdj is approximately

sage crag
olive sable
rigid snow
olive sable
#

i still need to play hollowknight. i own the game now but i haven't yet

#

ill play in the weekend maybe

sage crag
#

phrr if

olive sable
#

if Minamhm

sage crag
#

mug]

olive sable
#

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

amber fractal
#

bwaa

olive sable
#

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?

amber fractal
#

Konii is a kryptid

olive sable
#

i need to make a konii translator bot

sage crag
amber fractal