#๐ช -progaming
1 messages ยท Page 39 of 1
It's a Haskell thing
It's mostly related to the internals of how the IO system works
It allows interfacing with the physical universe the program is running in
Any function that does not have access to that value (usually abstracted in the IO monad) is pure, by construction
(Except unsafePerformIO exists)
Yeah
That's a weird one yeah
There are use cases but it just feels so wrong
It's an implementation detail which can be ignored in 100% of programs
Yeah
what's interesting is how i always need to read implementation details to understand rust libraries
idk what causes that but it's one of the things I dislike a lot tbh
@valid jetty good night
at 6am?
yes
๐
good night
this is how you become the ultimate 10x developer
i was not developing i was at prom
@valid jetty @placid cape does yalls zed give u the option to import pub types in the context menu
i have a Result<T> which i have to manually import because zed doesnt see it
have to manually add use crate::error::Result;
hmm idk actually
I'm in car rn
but I think I had similar problem before but not sure
zeds rust lsp is built in to zed so its a zed thing
qhar
i use rosie analyzer
yes ik
so what
how do i make it import result<t>
Is it the entirety of discord?
actually you are spot on yes
its a decompilation of the hermes bytecode bundle that discord ships on mobile
the js contains the entirety of discord's client code
they need to move discord off of javascript
wait thats gonna make modding impossible
not impossible
just... require basic competence
maybe that way we'll get less shitty plugin suggestions and less people asking what is an exe
is that a problem
i dont actually know anything abt vencord i only use it for catppuccin
much harder than js
or revanced
honestly.... at this point its roughly the same
omg ctrlentersend plugin is so awesome, now if i leave my laptop unlocked in school nobody can send the n word because they wont realize its ctrl enter
with how mangled discord's code is, its not that much different
if someone makes a framework of sorts for discord client mods in a natively compiled lang itll be easier
did someone actually make a hbc to js decompiler by now
Yo ok im so confused, how do music players do it. Its either I cache the whole song when I click on it or it happens as it goes by. If i cache it as it goes by seeking through it takes a long time. If not clicking on it takes a long time
what kinda weird magic is going on bro ๐ญ
How do music players do what?
how do they let you seek through music without having to pause either when u select a song or when u try to seek
I don't know about music, but at least video files have keyframes every so often which contain everything, and then delta frames after that for compression. So they seek to the closest keyframe before the seek point, which is fast, and then advance through the delta frames to reach the seek point, which is fast enough because it's not that far
is there anyway programs can find where these keyframes are?
No idea
jovely
welp time to go install more rust dependencies until i find something that works
its called a seekhead
its the container that dictates it
oh?
yeah thats existed for years
Provided link did not match any services.
Bruh
l
DiscordProfile.js: Lines 329-336
async function fetchBadges() {
try {
const [equicordResponse, vencordResponse, nekocordResponse, clientModBadgesApiResponse] = await Promise.all([
fetch('https://raw.githubusercontent.com/Equicord/Equibored/refs/heads/main/badges.json'),
fetch('https://badges.vencord.dev/badges.json'),
fetch('https://nekocord.dev/assets/badges.json'),
fetch(`https://api.domi-btnr.dev/clientmodbadges/users/${userId}`)
]);
@void leaf @twin matrix
the dream is real and always was (had to zoom out a lot to get all the settings panel in view)
want me to test anything?
please donโt ping me for this horror show you are burining
sorry
yes Vencord and Shelter work good together and even I like using them together sometimes but thereโs zero reason other than spite I guess to include BD
i can include it so why not 
actual horror
i want to see how similar plugins work, like what will happen if you use silenttyping from all three
exploods
actually nothing happens
they all just don't send typing
lemme get them 1 sec
amazing
there we go, i had the chat icon disabled for vencord's silent typing
welp anw back to the grind of trying to make replugged work with vencord
extra precautions in case discord still sends the typing thing
lmao
Replugged and OpenAsar is the only thing youโre missing in my opinion
oh OpenAsar can be added dw
replugged is the only one causing me issues
Dont know even know if this thing still works
https://github.com/cordpackers/reUpdater
vro might be trying to hide that their typing
clicking on someone from the members list will cause discord to crash though
that's a bug with replugged that they said is actually fixed but hasn't been released
s&p 500 went down 1.5% the moment the exchange opened, presumably because of this https://www.deepseek.com/
ai hype is too much sometimes
how was setting up supabase and rest api btw?
cancer or mostly fine?
asking because of sheer curiosity
cuz i remember it being utter cancer to set up k8s for it
ah so they do the setup for ya?
Yea i mean you click supabase service and if fetches the docker compose for you and lets you run it
Together with all the config env vars
why i got dรฉjร vu rn?
there any reason we cant have arrpc in the desktop client btw?
why would u want that
so i can send rpc to my discord without requiring system level shit
like from chrome extension to discord
and it aint an A/B problem, its simply the simplest solution i could find, i want yt music rich pressence, since it runs as a website, it makes things complicated, writing a System Media Transport Controls reader is a massive no-go since it needs to import and execute native dlls
so simplest way is to simply announce navigator.mediaSession to aarpc
vesktop runs it, idk why vencord cant :/
and i dont rly wanna use vesktop because it throttles audio capture, which makes it glitch as fuck
cant u just use premid xD
premid kinda sucks but it works
doesnt premid require a desktop app?
if that was the case i'd just run the arrpc server
uhh idk lol
i don't really understand why you dont wanna just use the official discord rpc
fairly sure it does, discord rpc works via process io dont it

HOW
ITS A WEBSITE
what does arrpc do differently that you can't do with the official rpc?
arrpc is just a reimplementation
via websocket?
yes
afaik it doesnt work?
yeah see (official discord app)
i feel like thats meant to tell me smth
so what you're telling me is discord got off their ass and actually implemented the websocket version after fuck knows how long?
you could also consider using this
wait it says this but I can use that scope just fine
it didn't give me an error when I authorised it
the websocket ver doesnt seem to work still
it simply never connects
activity requires oauth
which sux
are there any errors
yeah it likes to not give any good log
if you ws.on("error", console.error) it should give a better error
a lot of browsers wont allow connecting to localhost
what browser do you use
generic event with type error
no actual erro
r
although if it works with arrpc then thats not it
A WebSocket connection is allowed if there's no origin header. It's a special case that tells us that a local app is trying to connect, and not a random website.
yeah knew i remembered correctly
so its "not for websites"
arrpc doesnt allow it either tho lol
you can make a userplugin with a patched arrpc that allows your origin
cancer^2
basioc security
you wouldnt want every random website being able to connect to ur discord and extract a shit ton of data xD
fair
welp, back to figuring out how to extract System Media Transport Controls data without using ps7
i assume NAPI is a no-go for vencord?
horror
windows!
vencord couldnt even possibly bundle that the way it currently works lol
print{weolcome world}
fuck you
gyaaaat
nice
it worked if it ends with ok makes me crack up every time
idk why
how did ya view this?
ctrl shift i
nvm
it just didnt show, refresh fixed
XD
nvm cant do
cancer
v3s network policy cant rewrite its own requests
yeah premid does it as an activity
:/
if you have a fast enough 3d printer
and a way to count the steps
might actually get you l
lb
youd have to print a shitty version in aboout a minute
autostart the printer when the day unlocks
@placid cape i was boutta see if this is a pr i can do
whas that
what is this?
tf is this hahaha
at least they merged the PR quite quickly
and premid is usable on yt:m
2 hours to merge

someone made a premid server plugin for vencord
it's floating around somewhere
much lighter than using their entire desktop app
nah
they do it via activity now
like u suggested
problem is, since its an activity it doesnt display with other apps/presences
oh shit it's usable now?
their docs still say it can't be used 
im using it rn
@wheat kernel am i misunderstanding that point or is this just outdated
okay in my experience with the discord API, messages like that on the doc mean nothing
the real way to find out is by poking the endpoint
it's really frustrating
but it's discord
that's just discord
PreMiD is a simple, configurable utility that allows you to show what you're doing on the web in your Discord now playing status.
and this entire thing
is actually quite nice
they have a pressence for discord, to show what servers ur in, chatting, vc etc
๐
the oauth2 docs are outdated but it's true here
it requires discord approval
but discord is actually giving approval for this
u can make a dev support ticket with a compelling use case and they give it
does it? I tried authorising venbot with that scope and it worked
it generated token and didn't error
yes
maybe they opened it up
cant repro
bro
lc.octr
AYO
first one is public and rpc only
that's the one that works
Ohhh you need to be connected to ws/socket?
i have no idea what presences.write is
presences.write is activities + online status
activities.write uses POST /users/@me/headless-sessions
and rpc is local on ur pc that connects to the app
ya
okay makes sense
@charred wraith wtf is presences.write
^
"Set your online status and current activity"
i can see the description xd
is that chrome lens ocr endpoint abuse?
ye
based
(not my bot)
i contributed to that repo
its presences.write
hope i helped
im gonna make u cry
lets go

@royal nymph presences.read/write is used by slayer
idk if they do anything
ill check
you're telling me these guys use presences.rw? 
scary
vendy is scared of gay creators
that's the average tyler listener
this band is nice and has cool vocals but I had to stop listening after finding out the singer is female..
https://www.last.fm/music/Alkonost/+images/6b37e581bf8b30ec4dea70f687a8dc59
๐ญ wtf is that
nop
he's the straightest white male on planet earth
๐ญ
i mean look at these titles
he cant not be straight
UWU is his best song
"hit that bitch with the UWU"
best lyrics NA
you need jesus
nah bro i need less free time
wait
wtf
why is the guy running a discord mod telling me i need jesus
account.global_name.update
๐ป
you can achieve both at once by going to church
i do this to ur account
church of uwu maybe
ok
The Church of UWU is a non-violent religion that originated in Crescent City.
real thing btw
meh
wdym
maybe for the better
i authed with only account.global_name.update
does slayer even do anything on its own
and it auto gave it openid and sdk
yes
??
it gives like 8 other scopes

arent they in the return of oauth2/@me
not in GET /oauth2/@me weirdly
had to match ur friend nickname ๐ฅบ
see what you did
and @charred wraith u prolly had it authed previously with those scopes
LMAO
OH NO
idk man
i auth this shit too many times to remember

probably ye
thanks dicsord
u will document the event
how am i supposed to document it
it takes it from its ass
๐
we will add userdoccers github here 
nuh uh
to a thread..
is there a way to detach in git other than git checkout --detach
@acoustic snow you love Nightcore
tsserver is pretty smart
infers the type of modmap to be the return value of downloadModuleText
true

dolfies flirting with rusher alot today

Is this actually important to the Revert New Icon's CSS or is it just to punish the furry?
LMAO
answer:
No it's not needed
idunno, but it was just forcing some nerd into lightmode
it's chinese, what did you expect โโโโโโโโโโโโโโโโโโโโโโ
Ai bullshit doing its work again
Nvidia investors on suicide watch
why intel lmaoo
because the potential they have is insane
b580 is unironically goated
if only we got a b590
like its just not mature enough
but it works so fucking good it surprised me
amd took like 7 generations to become stable
intel took 1
its insane
still not as stable as nvidia, because intel gpus do have random 0 fps drops for a single frame, and p99 is worse than nvidia
but fuck, its not even been a year
amd is barely even competing with nvidia, they are shipping marginally the same shit as nvidia, at effectively the same price
All this for triangle rendering 0.01s faster
trully
Well, if you can save 0.01s per triangle you've made a time machine so that's cool
"Ceci n'est pas une pipe" ass definition
Depending on the field you're mathing in, that is sometimes an important distinction
In low level math saying that kind of stuff would only confuse people, and in high level math that's already a given, so it's only in intermediate stuff that anyone would bother to state it outright
speaking of math, i want to get better in linear algebra, we are starting calc soon so i need to be a bit prepared, so for from what i understand its basically:
- matrices
- vectors
- functions?
what should i take a peek at?
matricies are overall giga useful
especially for anything color related
I'd start there
This is in the specification for the R7RS-small version of the Scheme programming language
svgs have matricies if you wanna fuck around with it in a real world use scenario
and you can make glsl filters for three js which use matricies too
afaik we've done like gauss elemination method to solve equations and sarrus's rules to find determinants
oh yea i should revise logarithms for sure
i totally forgot the equations with them
just a few props
react moment
@jade stone insane
discord
you donโt really need to know anything about linear algebra for calculus??? unless ur doing multivariable calculus in which case you need to know anything and everything you can know about it
but in regular f(x) calc they never even reference the existence of a vector or a matrix lol
youre right, but we need to know all of this for our maturita exam
i still have my notebook from when i studied calc independently like a year ago
(and like whatever tf this is??? lmao)
i think i found the determinant of a 4d matrix by hand
lmfao
iโve gotta find my multivariable one hang on
what do you expect im gonna do with this ๐ญ
idk ๐ญ
can you be my math tutor?
maybe
yeah thatโs where i learnt it
ok well i found it lol
this is way more fun than normal calculus
I would imagine anything is way more fun if you're not forced to learn it
that seems fun
TRUE
ur handwiring is acc beautiful what the hell
lol
imagine having actually readable and pretty handwriting
couldnt be me (๐ญ)
๐ญ
This one is one of those two adjectives
i choose to believe its both
@woven mesa how the hell do u have a bounce animation in swiftui
ping pong
wdym
like the macos app icon bounce
you want to recreate the timing in swiftui?
I just want the bounce effect so I can use it in a swiftui view
uses phase animator
I found that one and its pretty meh but I'll poke around at it
multiple yeah
hmm
tryhard
i havent had a notebook in like 10 years
and i fucked my cursive and its no longer pretty
didnt practice for too long
@native spruce fwiw Dock.app seems to do it manually
(at -[LPSpringboard _animateFluidToDone:])
also i RE'd this function just to realize it was only setting the prefs for the bounce but not the actual bounce so enjoy i guess
i just found out that She said "Hello," and waved. is correct english
after deepseek did this The question arises: should the assistant respond with a generic message such as "I cannot process this query," or should it provide a more contextually appropriate reply, such as "I am not capable of ordering food yet"?
so weird how it has to be comma inside and not outside the quotes
That rule is dumb, I disregard it
so true
I agree that kerning between ", needs adjustment
But that is kerning, not the actual text content
surely something like "hello," "hi," "how are you" wouldnt make sense
yet another ancient rule that made sense in 1873 and was kept for absolutely no reason
the world would be a much better place if people werent too lazy to adopt objectively better standards
especially when it comes to typing
The nice thing about typing rules is that unless you're publishing to a journal or an english teacher, you can throw all rules out the window except the "could of" one
i dont think i can throw grammar rules out of the window in a diploma thesis
You probably can if you're in the right subfield of linguistics
But yeah in general that falls under the english teacher umbrella
its pretty hard to make grammatical mistakes if you feed it through any llm at least once
what does that even mean
gn
If your thesis is about a spelling reform or similar, I think you could get away with it
oh
Yeah but you'll get plenty of more interesting mistakes if you do that
if you tell it to correct your already written text?
You'll have to double check that it didn't add or remove any small details
https://github.com/racket/rhombus wtf is this, lisp without the lisp
this is insane
the micro mini 1.5B model is better than GPT 4o LMFAO
and the full one is 685B
i kind of find that hard to believe
benchmarks might not tell the whole story
a friend said it's a lot worse in other tasks
especially for multi-language things
Yeah that table is on their own huggingface page. So might just be some benchmark shenanigans. But they use the standard tests that all companies use, so the benchmark must be sort of reliable overall as a rule (with exceptions) unless they're making up the numbers.
it never does that if you tell it to only correct
even outliner the changer it made
@hoary sluice @placid cape
๐จBREAKING๐จ
According to a mysterious document published by DeepSeek titled "Terms and Conditions", DeepSeek does the following when you visit their website
- Record your IP address
- Record your user-agent
- Record your input into DeepSeek
- Stores it in their servers
Quoting unusual_whales (@unusual_whales)
DeepSeek reportedly collects IP,...
๐๐๐๐
how dare we let this chinese spy software store my precious christian IP address
love all the replies being completely incapable of understanding a joke
average bluecheck intelligence
XDDDDDDD
people on twitter are desperately trying to make deepseek "chinese spyware"
cause its a model that beats their beloved lord and savior elon musk's model
Twitter is unmoderated 4channer cesspit with the most vile users on earth
@hoary sluice what the hell
theyre asking if im interested in them giving us mandatory assignments to use AI to "build skills and familiarity"

i didnt think one could make a website that is "moderated" and is more deranged than 4chan
Ye lol
does any1 here have a mac?
@valid jetty
@valid jetty can you solve integral (2sin(x^2)-cos(x)) without a calculator
lemme get home first then sure iโm outside lmao
ok there lemme do it
?
had to get a refresher on non-elementary form integrals lol
erm
that would only go from 0 to x
adding bounds to a indefinite integral 
that counts as a calculator
i donโt think going on the wikipedia page for fresnel integrals counts as a calculator but ok lol
you gave no bounds
i meant like solve it in your head
i donโt know everything all the time lol
this kind of thing would be on a formula booklet in an exam
this is like asking programmers to code without the internet
wtf is the point
this aint mental arithmetic
anyways @valid jetty .
@hoary sluice recite the digits of sqrt(2) in decimal form but NO CALCULATORBBBB!!! ๐
1.414213456156246786126216468796214970524213456621645613124564533217895439787 want me to continue
scam
or write it as sqrt(pi)/2 * S(sqrt(2/x) * x) or something
@deep mulch she doesnt know the integral of sin (x^2)
yes that
huh how would that solve the fact that S(x) is a definite integral but the question you're solving isnt
you mean like an exam?
you would be given that in an exam if you ever needed to use it
even exams have a cheat sheet you can look at
thatโs kinda where the origin for non-closed forms of integrals
S(x) is another integral
if your test is about special forms of indefinite integrals youre not gonna get a cheat sheet for it
is the input sqrt(2/x)*x special?
if you needed it i think you would
if the question is what is the integral of sin (x^2) you would not get a cheatsheet that answers it
i think itโs just normalizing the output?
it wouldnt make it the closed form of the indefinite integral โซsin(x^2)dx though would it?
who the hell is getting tested on special forms of indefinite integrals tho lol
- C actually i think
the + C allows to adjust the bounds as needed
if the question is to calculate the frequency at a specific point of an RLC circuit where the instantanious frequency changes quadratically with time you would have sin(kt^2), in that case youd probably get a cheat sheet or just have to write the integral itself, not its solution, but if the question is "integrate sin(x^2)"then you aint getting a cheat sheet
when you say int of sin(x^2) = S(x) + C youโre saying itโs from 0 to x with C error
huh, so sqrt(pi)/2 * S(sqrt(2/x) * x) + C would allow the closed form of the indefinite integral โซsin(x^2)dx to be represented?
probably electronics masters
thatโs just a variable change
yeah but no exam would be like "integrate sin(x^2)" anyways so
the + C is arbitrary it doesnโt matter what the scaling of the integral is
why not?
students struggle to integrate xsin(x) lol
there's no closed form solutions with elementary functions
husk
could very much be a question if you just learned fresnel integrals
its likely on the curriculum in engineering msc math
@austere anchor how do i get my fyp to switch to jp without being in jp
uhh watch a lot of jp videos
surely
iโve tried changing my region everywhere but jp is just not here
the thing im tryna understand rn is that is is it even possible to represent the indefinite integral โซsin(x^2)dx using the fresnel integrals? bc they have bounds and the indefinite integral quite obviously does not
wtf
tiktok ban in JP 
yeah but when i went to germany i started to get videos in german and iโm assuming when i go to japan the same thing will happen so i wanna figure out how to trick tiktok into thinking im already there so i can immerse
look at how short that list of countries is lmfao
jp isnโt on there but guam is???
trolled
i dont think so
can tiktok please fuck off i accidentally pressed allow on the location and now it's probably going to recommend me shit from the netherlands
then 
just delete diktok
delete it ?
wtf
symbolab says fresnal integrals, wolfram only provides the taylor series and no solution
geogebra cant even approximate it
but in practice you always have bounds
i think it's likely the closest correct solution for the indefinite integral would be the taylor series
so itd probably be solve integral(0, x, sin(x^2))
you are given an RLC filter with a quadratic phase modulated input, giving you a V_in(t) of A*sin(pi*f*t^2), and the output would be the H(jฯ) * v_in integral where you now have a * sin(t^2 * b), what is V_out at T = 69420 seconds
weve done this whole thing but without the quadratic phase modulation in high school, so id assume this is something you will definitely have to solve if youre doing an electronics engineering bsc/msc
yey math
clicks on programming
sees math
well efficient programming is basically math
true โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
I FIGURED IT OUT
now my fyp is still in english but thereโs a bunch of jp comments
now we wait
still mostly english but iโll take it
Can you compile js to wasm
i have made the best website ever
Holy shit this is gonna get trillions in investments
Needs more AI tho
Needs parallax scroll effect
@frosty obsidian we love Jake
there's project
porffor
i'm going to switzerland to cern soon
can I come
oh wow i wish i could too
@placid cape lmaoo ๐ญ
sky ยฐC ๐
close enough i guess?
i asked for weathen in ho chi minh city
woo
took 5 attempts
but i honestly dont expect an english stt to be able to decode ho chi minh
the best error messages out there
had to make my lat and lon strings instead of f32 cause idk how to parse floats with serde
You parse floats the same way as you parse anything else?
nominatim returns a json with lat and lon under "" quotes so serde thinks its a string and parses it as a string
what happened to the staff tags plugin
If the default deserializer doesn't do the trick, it's easy to make your own
i could make a deserialize impl for my struct instead of deriving it where i parse lat and lon into floats but the only place i use lat and lon is in the weather api whene they need to be strings again so i decided to just make them strings for now at least
maybe i shouldve made an intermediary commit
me, everytime i work on a project
@royal nymph yo uh what happened to staff tags plugin
v+ needy
@valid jetty what happened to elle plugin
hm
dont think my new years resolution of making more commits is holding up too well
yea you should
and i should also work on the assistant again
but switzerland is first heh
xddd
loveee
@placid cape any idea if bun ffi supports c structs?
๐ญWhat kind of prop is this
nope, think about it
an arrow function never has a name
ArrowFunction inherits name?: PropertyKey
but an arrow function can never have a name
The never type is uninhabited
Which means any product type containing a never is also uninhabited
you're confusing me ๐ญ
Since there are no possible values for that field, you can't create the struct
yes, you dont create it
this is just a dts
It's a type definition saying no values of type ArrowFunction can exist
If you somehow get hold of a arrow: ArrowFunction, then arrow.name is of type never which is a logical contradiction
no, all its saying is that no values can exist for type ArrowFunciton["name"]
It's saying ArrowFunction has a field name, and that that field does not exist
thats not what never in typescript means
it doesnt mean the field cant exist
anyway, idrc at this point
function absurd(arrow: ArrowFunction): never { return arrow.name; }
``` This is well-typed but nonsensical
any of y'all got any hints as to why I wouldn't be able to which an executable from exec in a vencord native plugin file? (MacOS)
i've had occasional issues with stuff like this and could fix them by enclosing it in a bash -c "{...}" but this one doesn't wanna work
it does work for whatever reason if i open discord/vesktop/whatever from [discord].app/Contents/MacOS/[discord] but that's obv not ideal; i'd like to just be able to open the app normally
i'm a simple man, every time I see type Never appear from a library function I shit myself because I don't remember what it's for
these are pretty handy
for what do you use them personally?
Understand how TypeScript uses JavaScript knowledge to reduce the amount of type syntax in your projects.
reading this and reading random egyptian symbols is the same to me, I can't understand any of it lmao. I sort of get any, unknown and void. I know void means nothing is returned, it just executes a function.
I will try to make my brain get this wait
I can't understand this simple example lmao, why does it not allow triangle to be added?
It's just to prevent missing that type in the switch case? meaning it should 'never' reach the default without hitting a case?
it kinda makes sense now I think but I still dont get how to use it outside of a switch case
@valid jetty i just now realized the aoc lb is probably completely fucked
its not looking good for day 17
ok it kinda just spent 10 minutes monologueing about this approach trying it over and over again and saying it doesnt work
then gave up and spit out this
program = [2,4,1,2,7,5,1,3,4,4,5,5,0,3,3,0]
def solve():
digits = [0] * 16 # d[0] is the least significant digit
# Backtracking from k=15 to k=0
for k in reversed(range(16)):
target = program[k]
possible = []
for d_k in range(8):
D = d_k ^ 2
for prev_digits in range(1): # Simplified; actual code would iterate possible combinations
# Calculate C mod 8 based on d_k and higher digits
M = d_k
for m in range(k+1, 16):
M += digits[m] * (8 ** (m - k))
denominator = 2 ** D
C = (M) // denominator
C_mod = C % 8
output = ((d_k ^ 1) ^ C_mod) % 8
if output == target:
possible.append(d_k)
if not possible:
return "No solution"
# Choose the smallest d_k for minimal A
digits[k] = min(possible)
# Convert digits to the number A
A = 0
for i in range(16):
A += digits[i] * (8 ** i)
return A
print(solve())
(doesnt solve it)
it also seems to sometimes think the current digit is affected by previous digits even tho its said that thats probably not the case multiple times
get yourself a rubber duck and have a 10 minute dialogue
โจ AI powered Rubber Duck โจ
fire startup idea
ai rubber duck toy for rubber duck debugging
i cant talk as fast as deepseek
itd probably take me about 1:22:10 (definitely just a guess)
1:22:40*
@valid jetty
Is there a way I can go back a version on Discord so I can get class names that changed w/ the update...
he got the approach but didnt finish it
the python script outputs no solution
When you can't invest in the new ai company because they're private
when you cant invest in the new ai company because theyre open source
ik dw What's the update on if Deepseek distiled ChatGPT?
wouldnt really matter cause chatgpt is also trained on other ppls data
and thats probably just an argument they came up with thats completely false to get people off deepseek
True, but OpenAI is so big they'd be able to smother Deepseek out of existance
Apparently there's some 'proof' like large data extraction from China, Deepseek saying ChatGPT-esque responses, but that all seems like speculation tbh
sloppification
Fireship does provide some info, but it's only some
it's like suuuuper slimmed and dumbed down
almost all fireship videos are eli5
fireship videos pmo
tbf it's almost the same as using chatgpt or something and going "eli5"
honestly i dont give a fuck if deepseek trained off of openai cause the entire ai shitshow is just stolen data
especially in the art scene
BRO
whats with this fucking naming
o1
r1
k1
omg tech tubers try not to make a "<new ai slop>, is your job in danger?" video every fucking time
how I learned Brainfuck
In an other unrelated note, is it possible to go back a discord version so I can get the old class names of things?
(Or is there somewhere where that's accessible, like a github repo or something)
Also, I can say AtlasOS has no issues running Vencord, as I've been using both for a while and have had no compatability issues.
use this https://syndishanx.github.io/Website/Update_Classes.html (also in #theme-support)
huh? Does it convert it or something?
yeah, check the msg I just sent, and ty for that website
Is anyone there also having a problem running pnpm Build in some specific plugins?
what issue do you have
i did with some userplugins that were out of date
Is there a way to make a plugin that will prevent users from being redirected to a specified VC when an event starts?
https://en.wikipedia.org/wiki/Kawa_(Scheme_implementation)?wprov=sfla1 oh damn there's a scheme that runs on the jvm
Kawa is a language framework written in the programming language Java that implements the programming language Scheme, a dialect of Lisp, and can be used to implement other languages to run on the Java virtual machine (JVM). It is a part of the GNU Project.
The name Kawa comes from the Polish word for coffee; a play on words, since Java is anot...
Isn't that what clojure is
what happened to the compiler
do it
i want it to be april
so i can go back to icps
cause rn i need to focus all my free time (besides the bedwars) to diploma thesis
i wrote pong in elle because someone said it was difficult lol
its actually so intuitive actually
like the code
its
:3
took me like 30 mins
Tomorrow at 00:00
woah this is cool does chrome/electron devtools have this
can someone make yt puglin for music???????
no
how make my own
Learn to code
chatgpt?
ok
You will explode
It no work
chatgpt is not coding
@valid jetty
v+ no programming
Failed to give some users that role:
DiscordRESTError: Unknown Member on PUT /api/v10/guilds/1015060230222131221/members/1205951375209660466/roles/1205614728148422716```
wtf
new kb was worth it
its 10 words tho
i can prob do around 100 on 60s
did you know that acronyms are allowed to mean different things
No
kb stands for kilobit
Yeah but nobody except network salesmen use kilobit as a unit so it can and should be disregarded
Have you already tried this?
I might actually need to make my own programming language
I discovered that we have a subject on uni, where theres project where you gotta reimplement compiler for some language
For example, this year, students had to reimplement zig partially
my pb is 79 but that was a week ago and i have gained 30wpm on 10s consistently since then so lemme try rn
im almost caught up to my qwerty speeds tho
pb 178 on 10s
nope
cant
i make too many mistakes
and then correct them
even when i try not correcting
its just subconcious
idk if i should correct mistakes or not, prob not
i also randomly forget where the letters are
this is 10s
155 is me forgetting to change the tag when typing on qwerty
this looks so silly, you can see when i was typing on qwerty and when on new kb + semimak
I wish you luck with that
I've beat 100wpm on 60s like a month ago
Seminak?
speed change of -8 wpm per hour cause when i made the acc i had almost double the 60s wpm i have now
I want to see a comparison with colemak
semimak is very heavy on the right hand which i don treally like
also this is semimak, not semimak jq which is what i use
Hm
and it has y on pinky which is not the best either
are u using qwerty
Yop
I've tried to learn colemak before
But i had other Things to do, so I forgot about it
i mean alt layouts are pretty much all the same, all of them have their own issues and there is no perfect layout sadly
semimak is very heavy on the pinky and ring fingers
which is fine for me
tho so is colemak
heres semimak vs graphite which has a lot less load on ring/pinky https://cyanophage.github.io/compare.html?layout1=flhvzqwuoy-srntkcdeai%3Bx'bmjpg%2C.%2F\^&layout2=bldwz'fouj%3Bnrtsgyhaei%2Cqxmcvkp.-%2F\^
I'm fine with a ring finger
But having to use pinky a lot is somewhat painful for me
After a good hour of usage it is really tired and kinda hurts
so far it only hurts if i do monkeytype for a while
if im programming its fine
graphite looks pretty good
like really good
I mostly use vim or vim keybinds when i should use vscode
And for some reason i often use pinky
At least of constantly typing "a"
wdym you should use vscode
Like when developing for vencord
I'm using an extension to test patches
Or when I'm forced to use it at school
I meant that I use vim keybinds no matter what code editor I use

heres qwerty on normal keyboard
yea whats wrong with that
you mean "I mostly use vim or vim keybinds, even when im using vscode"?
Yop
.
pro gaming
@placid cape woo china integration
i need an h100
or maybe use deepseek v3 and not r1
cause then it wont "think" and i can real time stream its response to the user
.... what the fuck? why doesnt this error?????????
it returns an Episode[], but typescript doesnt cry?!
like?!
ok yeah lmao using r1 locally is not gonna work, i asked it if my code is fine (60 lines) and its been yapping to itself for the last 10 minutes
still not done
im going insane
whyyy
i was looking at the source for oneko and this was about it, ive never looked at type script before but i can take a guess on what it does
loads the script in the "fetch" area
what i was wondering is if i could make a similar program but with python instead? im learning java rn so i can understand bits and pieces but im much better at python. I want to make a plugin that adds some more animals like a dog or bird, letting you have a little zoo follow your cursor if you wanted.
tldr; i want to remake the oneko plugin but with python instead of java, would that work?
along with making small changes, like it not going onto the message bar so it doesnt block what your typing, or radius that the animal follows on etc
eval 
?
- it's Javascript, not Java
- No. The Web only speaks Javascript, no other language
@placid cape is blom statically or dynamically typed?
Ik the solution, rewrite vencord in brython 
ok
dynamically typed is a lot harder if your language is compiled
because it implies you need to resolve everything at runtime which implies you need to actually make the runtime
is that short for browser python
oh yeah ik how to google
Q : what does "Brython" mean ?
A : Browser Python. It's also the Welsh word for "brittonic-speaking Celt".
brython is python but with braces
no, you confusing brython with bython
I think it means browser python as said above :p



