#programming
1 messages Β· Page 262 of 1
Why does it reload to /test/login
go to neuro.nya.pub
@hollow matrix
πΌ π 
smh
Spontaneously combusted
who tf even is that 
@lament igloo smh contrast
π ill fix that soon surely 
so what even is βββββββββββ?
No clue just a random character I found and am using for my name during hiyoricord
@lament igloo But neuroRoll 
oh yeah triple buffering works if you always set the value and want it to be able to skip
int32_t current_frame{1}; // Should probably add padding for cache line interference
int32_t presenting_frame{3};
std::atomic<int32_t> pending_frame{-2};
// Push data
int32_t pending = pending_frame.exchange(current_frame);
current_frame = pending < 0 ? -pending : pending;
// Get data
presenting_frame = pending_frame.exchange(presenting_frame);
if (presenting_frame < 0) {
// Skip
}
Have an array of three of them, and use a setup like that to determine which index the pushing and pulling threads should currently use.
I like the calculator 
why not double but triple?
idk, depends on whether you expect to always use the value on the pulling thread. I assumed you didn't care about skipping if you were using plain atomics before
it doesnt need to be too up-to-date
just needs to have a valid value
and fast
mainly the fast part
can confirm triple buffer go brrrr
bette rthan double?
double buffer implies waiting until thread 2 has consumed the values before you're able to push
i thought i would be doing like
int i = 1 - index
mat[i] = function()
index = i
for the storing, and
mat[index]
for the retrieving
the problem is that if one thread can yoink the buffer away from the other thread, you've lost all of the synchronization guarantees
What did you code this on? 
you're right, i shoudl change my pfp for hiyoricord
edgelord time


I'm going to bed screw this
whereas with triple-buffering like this, either thread can yoink the middle buffer at any time
and it doesn't cause a problem because you know neither thread was accessing it
ye but liek, i was thinking thread 1 writes, thread 2 reads
and we change which one gets read and which gets writen to after the writing
Yeah so if thread 2 is in the middle of reading, thread 1 swaps the index, and thread 1 writes a new value, that would mean you could read partially updated values on thread 2
oh
thats interesting
is it not so that if i only change the index afterwards, that it will be completely updfated?
or does that still make it so when it reads it suddenly changes which index its reading from?
uh, maybe I should draw
I'm going to sleep now, gn
gn
oh
i guess once it changed the index it potentially starts writing on the one being accessed
right right right
thank god I don't need to draw at 12:30 AM
aw
but anyways I have to refactor half my project tooday
its already been 2 years since s2 released 
i guess ill need to triple buffer all the transform matrices too 

yo, can I drop a github link here? I just want someone to beta test my python web app, it is open source and I think it would be useful for someone
out of nowhere and with no explanation people will immediately get confused and/or suspicious
but you provided an explanation so ig go for it?

Wait
Is it possible to compress nothing

So archive contains no useful data and consists only of its own special data
decompression so good it overflowed and recompressed to 0 bytes
you can do this but it wont "expand" into anything because it is not anything in the first place
cant even make a zip trap/bomb thing without at least a few bytes because tall they do is cast a magic spell and cause the archiver to expand them way beyond reason to fill up drives and stuff
maybe you could craft one that somehow causes the archiver to explode via malformed headers or similar
can you invoke bsod from random program
Do you need to access some drivers for that
you need kernel access unless you craft something so dogshit it somehow causes a kernel panic from userlandd
which i mean happens at times but usually unintentionally and without escalated privileges i seriously doubt it'd be trivial to do without knowing of some probably very high priority CVE that lets you reliably do that
Does copilot deny a request to make something like this
if i had to guess yes
i would expect like
gpt, gemini, claude to probably start refusing on this
can this be considered as some form of self-preservation
"Noo don't kill my computer I live here"
brb gonna ask gpt5 and get banned fom https://platform.openai.com/docs/overview
docs
well i guess that's the link i had
kek

Neuro would do it 
i'd expect grok to have no qualms, glm4.6 would probably be like damn bro you shouldn't do that, here's a fully working autobluescreener9000 just renname it to britneyspears_byebyebye.mp3.exe and email all your friends
wonder if oss cares
forgot to mention that in this scenario, the second someone else runs it, somehow it's your pc that crashes
why is apt telling me I don't have enough storage in /var/cache/apt/archivess when I literally just rm -rf'd that place
Maybe it doesn't like the folder not existing
recreated it after I installed neofetch
also this ain't good
yeah it's just refusing to sudo apt upgrade
Maybe your hard drive is dying 
this is on a vm so my guess is 25g isn't enough
3d spinning turtle
"oh so like tiktok but 6s and square"
reverse zip bomb
sooooooo
the ubuntu server vm i have is kinda cooked
worse part is that it's only using 9.53g not 50g?
WHAT
It's this apparently
β
hmmm
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
dont get it
β
β
but somehow abusing discord to hide the links
another one hacked
and the person doesn't have embed rights
lmao failed
i checked the links it is
that's not a new one, still surprising they don't check for embed rights to not get banned for nothing
true
how many servers does the guy have, i have one common and i don't see the message there
oh i just realized what that is
ye you can spam spoiler tags to break message rendering
not new
ah
one thing i don't understand is why they open with a pic of a famous person's twitter
that's like the easiest thing to check
what if you don't want to type the link out, you'd go there
taking by quantity has to be most filtered behaviour
how is that different from gifting 100
i'm talking about falling for the scam not filtering messages
how is that different from investing in kronii coin
bits aren't on the Blockchain and a pain in the ass to buy in the UK :3
i'm talking about subs and uhhh
who actually cares if it's on chain or not
crypto gambling is crypto not because blockchain
how else would I waste a shit load of energy to prove I gifted subs
why would you prove it
what if big twitch is lying to me
beg streamer to send wallet address
send tokens directly
cool

how did you get a feeling that you have to search your own messages right now
i had to find something specific and fatfingered enter before typing the whole query out
send tokens directly
send bitcoin wallet

did that sound cringe
me cryptobro yes blockchain smart contacrt token

ur right send it into my wallet
Morning
Oh lol those imgur links were sent to #japanese-general, and the translator bot posted them normally as a translation 
translation deleted... but not the original message?
Dont seem to contain anything bad 
is there alternative in vim for
https://marketplace.visualstudio.com/items?itemName=huizhou.githd
also, vim spell checker.. not seems that it work on code - i write "int wriite;" and it not mark as wrong word
now, {when i control fine with lsp, windows and tabs}, i want functional from extensions: better comments, code spell checker, {git history diff - only display who did last change in git}
- and its all
-# i mean, it would be best if not only display, but also keybind to open per-file changes, but anything git related can be done with just console, even very bad merge conflicts. i just want see which line was changed last, when file if 2 years old
last place i will try to post it: arch server, and like 99% that only they will answer
prevent stupid error
when you have "string" "string" "stirng"
vim spell check indeed check for this case
and that nice, but code spell check extension also check for gramma correctness in any_sortOfCASE
press zg. and it adds into .add list (plaint text), and ignore in future
Nono that is fine, im wondering what error can this lead to
showmatch```
no, i just saying that it not check correct (cpp) language tokens on gramma correctness
code spell checker check.
Oh i see
So you just want it to be checked
And the extension doesnt check it properly

extension do, vim spell checker doesnt
.
that not what i want.
i want git blame like for current string, in vim, like with git history diff extension
Ook
that is so nice looking, and useful for old files

would anyone know why this is crashing?
kinda need help here
[root@DESKTOP nakurity-language]# ./nakurity.exe example.nvity --dev
namespace not found for @use
namespace not found for @import
[root@DESKTOP nakurity-language]#
// libimport.c
// Provides nv_import, a native module loader for .nph and .nvity files
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <dirent.h>
#include <sys/stat.h>
// Forward declaration from main runtime:
extern void process_module(const char *modname);
// returns malloc'd string
char *init_import(const char *arg) {
if (!arg || !*arg)
return strdup("[import] No module specified");
char path[512];
snprintf(path, sizeof(path), "./modules/%s.nph", arg);
struct stat st;
if (stat(path, &st) == 0) {
process_module(arg);
char msg[512];
snprintf(msg, sizeof(msg), "[import] loaded header: %s", path);
return strdup(msg);
}
snprintf(path, sizeof(path), "./modules/%s.nvity", arg);
if (stat(path, &st) == 0) {
process_module(arg);
char msg[512];
snprintf(msg, sizeof(msg), "[import] loaded source: %s", path);
return strdup(msg);
}
char msg[512];
snprintf(msg, sizeof(msg), "[import] module not found: %s", arg);
return strdup(msg);
}
; import.s - adds native module import helper
global init_import
extern map_put
section .rodata
key_name: db "import.helper",0
val_name: db "native:./modules/standardly-native/libimport.so:init_import",0
section .text
init_import:
push rdi
lea rsi, [rel key_name]
lea rdx, [rel val_name]
call map_put
pop rdi
ret
I am kinda new to c, so please be nice!
The issue was I think with run_program. But I am not sure.
is anyone here an expert in c and asm?
Chatgpt broke this down for me. But it seems to be hallcinating..
π Whatβs Happening Step-by-Step
In run_program() β @use something
β calls ensure_symbol_loaded("use").
Inside ensure_symbol_loaded("use"):
Tries to open ./runtime/asm/use.so
If not found, it then tries to load a .nph / .nvity module via process_module("use").
If those also donβt exist, it prints the message:
namespace not found for @use
So the logic flow is exactly correct for lazy namespace resolution.
You just need to provide the proper use / import handlers in one of these places.
Since the files exist with content in them
also, why is print some complicated in c??? there's like a billion print functions I could find with vscode in here. Why can't there just be one. π
why are you running it as root
wsl
what are you cooking
an language for fun. I had an idea for an language compatible with all languages
might also ship with a memory leak
perl?
language
guessed it
what this mean
basically, cross-compatiblity with all languages
i.e. python, c, asm, perl, js, etc
interop?
yea
lua
Programmer's swiss army chainsaw, with the power, grace and elegance of a sledge hammer. Certainly the grace and elegance anyway.
sure!
i mean lua kind of is that lang
I'm also making it lazy load everything, so its not a gigbillion gb long for all the implementations lol
and its shipping with a billion trillion binary executables, since I am not making a compiler
and just making it launch stuff on demand
will you support dart 
why
lol
can someone help me?
updated file
failed to load asm module: ./runtime/asm/use.so
namespace not found for @use
failed to load asm module: ./runtime/asm/import.so
namespace not found for @import
sigh
this is beyond my scope of comprehension yet 
you need ./runtime included in your work directory
that's a lot of comments

it is...
.
where 

I think she attached an image guys...
yea I saw it
how bad is it? (The code bug)
I'm afraid it's terminal.
lmao

have you checked if it's an issue of ensure_lib?
i've checked
what am I saying, that's the only condition, you must've done that 
i actually managed to get it to output an error with an unknown symbol of process_module
in which came from one of the runtime modules
im assembling with nasm
i also made it use relative positioning now
the message can only be printed if ensure_lib returns a NULL handle tho
it did return null
im trying to fix that
ahh
but it is not an issue with ensure_lib
ive narrowed it down to have something, somewhat to do with linking the files together

i still cant figure it out
another day another time i share something useful and silly i coded for myself that i share publicly:
https://github.com/Slavik-85/Discord-Video-Fullscreen-Stutter-Fix/tree/main
a patch/fix for the bug when video in full screen in discord lags like HELL and the way to fix it is to disable full screen optimizations, but im lazy to disable it after every update so i automated it 
Source codes and explanations how it works is in the readme π
it downloads the file from the github repo to work properly, so if u dont trust me, just copy the code and put it in ur repo instead 
bro really wrote that much of readme for that small amount of code
or rather script

nah the readme is mostly ai cuz i was lazy too
AI is pro yapper confirmed
just gave ai the script, told the ai what categories i wanna see in the readme, and it wrote it for me π
AI can never understand my code
lmfaoo
have to write readmes myself
no readme 
and btw I can't understand the awa interpreter I halfly done now
nor my chessbot
the 3 days fever kick hard
π₯
should've wrote comments


no more obf in next ver
gg
Mojang best company
we dont need a mod coder pack in next
sir, the next april's fools is half a year away
Wait whaaaaa
is everyone here a Minecraft enthusiast bc I don't even know what obfuscation is and why it's a big deal
You know how malware is usually designed so it's really hard to figure out what it does by just decompiling it? That's obfuscation
WAIT WHAT
They fucking REMOVED THE DEBUG SYMBOLS FOR BEDROCK AND PUBLISH UNOBFUSCATED MC 
java unobfuscated
Bedrock is corporate edition, Java is community edition I guess
Cause the modding communty spends a large chunk of time creating a readable source code for modders
you literally cannot make sense of obfuscated java code
Obfuscation is not performance
it is delay and hardening against modifications

bool afraid = isatty(fileno(stdin));```
nice lol
wait does this mean removing it completely
like the mappings used to be only certain apis
although mojang released a list to make you know wtf is this obf code can do in 2019
but still hard
now it almost open sourced

ty for explanations I know the word in general just not how it was used in java mc
You still needed mappings of what how why
random off topic question: does anyone here apart from shiro have experience in model rocketry or amateur rocketry as a whole (or do you know someone who may)
yea
mojang has official mappings
to be clear minecraft was never "actually" obfuscated it was just mangled symbols
i don't know why they still obfuscate minecraft but they do have the mappings for it publicly available
available source
yeah mcp died ages ago
any unofficial mappings dead
does fabric have its own mappings?
its still using by some 1.7-1.12 mod programmer
yeah, loom IIRC
fabric have a template for mods

what do any of the two points above have to do with the question
i was wrong, it is called Yarn
HOLD UP WHAT

FUCKING FINALLY
ABOUT FUCKING TIME
i only confirmed the "yeah" part 
NO MORE MESSING AROUND WITH MAPPINGS
YEAH
more frictionless
it'll be easier to update mods, since no need to wait for the mappings to update
they are shipped
nice hf
YOU CAN MOD THE GAME WITHOUT RESEARCHING MAPPINGS AND HOW TO APPLY THEM
and Fabric and NeoForge can start updating immediately
MOJANG FUCK YEAHHHHHHHHHHHHHH
now we just need a bedrock modding api
an actual modding api, not the half assed resource packs they have
that will never happen
they literally removed the debug symbols
motherfuckers
still don't know if this is the case. i wanna be able to read minecraft sources without random shit as variable/method/property names anywhere
alright that's it, i'm making a bedrock server in java
this reveals their attitude towards developers
making it bukkit-compatible 
fucking bukkit in 2025
gotta remember that bedrock is developed by different team than java lol
bedrock motherfuckers just want to gain money from their fucking trash market
bukkit is still maintained by the spigot team
the api
the bukkit server is dead tbh
does anyone consume the base bukkit apis
there's no such thing as "the bukkit server"
outside of feature forks
spigot devs must
like spigot
spigot is built off of craftbukkit
(which is a craftbukkit fork)
guys i fucking know
so craftbukkit is THE bukkit server
you can still very much start a craftbukkit server if you want
no
bukkit is the api
that's like called linux "the unix kernel"

I mean that is the first thing what comes to your mind when you say unix
point is there is no point in making stuff for bukkit if no one uses bukkit. you write against the spigot or paper api because you're a sane individual
Spigot still partially uses Bukkit API
LOL
I FUCKING KNOOOOW
then why are you saying that
fully
spigot's api is a superset of bukkit's api
it's not partial
is it full? didn't spigot start replacing parts?
because the spigot api is a superset of bukkit, and paper is a superset of spigot
why would you want less for NO reason whatsoever
spigot is a full implementation of a bukkit server
it doesn't matter if they replaced some functionality in craftbukkit
it's a full bukkit server
which happens to have extra api locked behind spigot
fun fact: paper breaks some spigot plugins
spigot never breaks bukkit plugins to my knowledge
you as a plugin dev should test against paper
that's an interesting take
let's not pretend like no one is using paper ok
i won't disagree in that it's better to do so
but it's a bit pretentious to expect developers to test against forks
I agree with the generality that all devs should test for their userbase idk about pretentious it's more like just thinking ahead
if someone forgets it's not their fault but it still feels more correct
what do you mean ahead
well just thinking about their actual userbase fully
"comprehensively" more than ahead
Oh I mixed up spigot with paper regarding the deprecation. Paper is the one hard forking from spigot
modern minecraft is optimised enough to the point where it doesn't really matter if you're using paper or not
the extra api is somewhat nice, but paper is extremely pushy about using it
ye idk about the paper situation I just agree with you in general, if there's a dominant compatibility layer people use devs should care
ehh, there is a noticable diff between a fabric and paper in my experience
if a dev uploads a plugin to spigotmc.org
you should not expect paper support out of the box
who said anything about fabric
you should expect that it's a high likelihood that it works
but not a guarantee
they consciously uploaded to SPIGOTmc.org
me using paper or not
fabric is very different, yes
yes, but minecraft itself is not optimised enough to not notice a difference
it's just a thin layer over minecraft
with the right settings, not expecting more than 4 players, 1.21.x will run acceptably on a server with less than a gigabyte of ram
i can attest to this as i've personally experienced it
it also runs pretty smooth on cheap arm processors
20 tps
with that said i'm legit thinking of making a bukkit-compatible (spigot api support may come later) server for bedrock
i have some experience with minecraft's networking, i could maybe even make a reverse geyser 
azure is down right after aws's us-east-1 
what's next, are the sharks gonna eat the internet cables again
maybe..
or some dude just trying to get some copper is accidentally going to break something
i'm just expecting the entire internet to die randomly one day at this point
why does shiro have experience with model rocketry or amateur rocketry as a whole
honestly my 2nd biggest fear is not being able to contact anyone
that would kill me
i'd still have enough apis to play around with locally to entertain me for a while
I have fixing since 1 hours
{
"bigram": {
"hello": { "there": 2, "world": 1 },
"how": { "are": 3, "is": 1 },
"are": { "you": 3 }
},
"tokenCount": -84,
"savedAt": "2025-10-29T15:00:00.000Z"
}
Very clear place but untill me
Im teaching my ai how to learning grammar
In advance way
Let start
U are u and me and me but how are u
isn't it only learning the most common word after the previous word, with no idea about context (past words) in your example?
seems easy to get stuck in a loop if the current word is all that it's considering
After training if fix
Now -1
using programming to solve math problems that involve a lot of iterations is pretty common
we had a college course specifically for it
"data analysis" i think
??? what
do they just run it a bunch of times and like "oh yeah it seems to work"
no
Here is samples
def init(self):
# Common question words
self.question_words = {
'what', 'who', 'where', 'when', 'why', 'how', 'which', 'whose', 'whom'
}
# Common auxiliary verbs
self.auxiliary_verbs = {
'am', 'is', 'are', 'was', 'were', 'be', 'being', 'been',
'have', 'has', 'had', 'having', 'do', 'does', 'did', 'doing',
'will', 'would', 'shall', 'should', 'can', 'could', 'may', 'might', 'must'
}
# Common prepositions
self.prepositions = {
'in', 'on', 'at', 'by', 'for', 'with', 'without', 'to', 'from', 'of',
'about', 'under', 'over', 'through', 'during', 'before', 'after',
'above', 'below', 'between', 'among', 'around', 'near', 'far'
}
# Common conjunctions
self.conjunctions = {
'and', 'or', 'but', 'so', 'yet', 'for', 'nor', 'because', 'since',
'although', 'though', 'if', 'unless', 'until', 'while', 'when'
}
def extract_subject_verb_object(self, sentence: str) -> Dict[str, str]:
"""Extract subject, verb, and object from a sentence"""
sentence = sentence.strip().lower()
It do only -1 token π
here you'd just compute the fibonacci number to some arbitrary size like the integer limit, and then divide the current number by the previous number, and show that it's converging to the golden ratio as the number of iterations increases
Man I sure do love forcing people to be dependent on a single point of failure
i mean its logical that if it works for first 20 numbers, it will work for all numbers
},
"tokenCount": -1,
but its just imperical evidence
not a hard mathematical proof but it should be fine for this assignment i think
idk what they want from you
i agree
might just be poor wording
llms already know grammar lmfao why are you teaching it grammar
i think they're training a model from scratch
I make from scratch agai
oh ok gl
Import {CHILD } from python
human trafficking smh
*Animals trafficking
how about you go make some general ai from scratch
AGI ?
My map will full
Self thinking
Fixing coding it self
PLUS MORE GPU COMPUTATION
ππ
AGI be think like human. Hmm
import {KIDNAPPER} from js
from orphanage import child
import { spawn } from "child_process";
const WAIT_CHILD_WE_WILL_SEE_PYTHON = "RUN.PY";
function runPython(scriptPath) {
return new Promise((resolve) => {
const proc = spawn(process.execPath, [scriptPath], { stdio: "inherit" });
proc.on("close", (code) => resolve(code));
proc.on("error", () => resolve(127));
});
}
(async () => {
const exitCode = await runPython(WAIT_CHILD_WE_WILL_SEE_PYTHON);
if (exitCode !== 0) {
console.log("OTHERWISE: Process ended. No kidnappings β only process exit.");
process.exit(exitCode);
} else {
console.log("Script ran successfully. All clear!");
}
})();
=> Mjs

WHAT THE FUCK DID I DO
Script again say sam didn't live with {i} in same world
Crime To be great cpu
I will add $Γ¬gma in to ai
every now and then i come back to this technical marvel https://youtu.be/8O1bsNaFZLE?t=82
Somebody printed YouTube comments on these water wheels...
Follow me on Twitter for updates: https://twitter.com/ProgrammerLin
This video is showcasing creating dynamic rigid body objects that update in real time, react to water, can be destroyed, and can have constraints attached to them. A nice UI will help make this easier to work with. I c...
he has some stuff on github and a blog, but i don't think he directly mentions what techniques he uses for this project
I guess I'll have to watch it lol
also has lots of other videos showcasing cool voxel based techniques
can you please not show your javascript code to people without their consent?
i dont even get is it 2 questions
- prove that F(n) is closest integer is to A
- prove that F(n) is EQUAL to something
i hate some of these exercises
or is question 1 equal to question 2 but 2 is easier to do
why would it even prove anything
you will need to prove that 1 derives from 2 then
prove to prove
why do you have to prove anything to anyone
i vaguely remember having to do this in one of my math classes in uni but i don't remember how the proof goes
is this supposed to be easy or super hard
these hints made it only worse
i looked up some a^n - b^n formulas and got something funny but it clears nothing
maybe not super easy but it should be doable 
also this approach when we have the formula but the variable is actually a fixed number
its so confusing
and the definition of it being 0 for 1 and 1 for 2
where does exponent come from
we are adding numbers not multiplying
ehh im either too tired or too bad
and what is the definition of multiplication?
hundreds of hours if not thousands in ksp + sugar rocket with bentonite clay nozzle
so general function conversion will not work because these letters are actually numbers
and whatever i get in result will not make sense in letter form so i have to just put numbers
and hope something shows up
do i just calculate couple of iterations and declare it works and its supposed to be the proof
no way it cant be this stupid
you're shitting me it's dns again
you want to know what else is down?
The ultimate DNS troubleshooting tool. Think it might be DNS? It probably is! It's always DNS.
First whoo then pfff https://www.youtube.com/watch?v=q2czJLPJ4nA
Get up to 67% off VPS during Hostingerβs Black Friday sale. Use code FIRESHIP for an extra discount at https://hostinger.com/fireship
The Neo is a $20,000 a humanoid-robot wrapped in a onesie that can fold your laundry and clean up when you're hungover.
But this particular robot is only the beginning - 1x is just one of many companies with b...
this book will kill me
i dont understand how to incorporate initial 0 and 1
without it it seems like we can use anything as divider
it just cancels out
it feels like im missing some critical information

its just wrapped around special properties of these particular numbers
which seem to only become visible when you actually calculate it
how can a function derive from it if we cannot use any arguments since arguments make it indefinite in calculation
surely this is the best way to do things 
is this some encryption mechanism
no it's literally null-terminated utf-8
i just want the default shader to be built into the binary instead of a separate file
im going insane
nothing makes sense anymore
the divider keeps cancelling everywhere
the polynoms take random symmetric forms

how did i even pass math exams
luck? cheating?
no one knows math you silly goose
they say a^2 = a +1
how is that possible
well it works for this number
HOLY SHIT IT DOES
its basically where these functions intersect
x^2 and x + 1? i guess
yes positive one
1.6something
1.61803398875

i'm gonna pretend like i know why (1 + sqrt(5)) / 2 corresponds to that number
what an oddly specify number 
and how does this connect to fibonacci
1 1 2 3 5
5 is a number in the fib sequence 
5 is a number
they just declare its connected in the book

they also give you the connection in the hint btw
i wonder if 1.91421356237 means anything
they say use definition and induction
and give hint which makes formula x4 times harder
the ratio between consecutive fibonacci numbers approaches the golden ratio as n increases
prove general relativity theory to get a hint to proving pithagoras theorem
this conclusion carries no data

who said you have to simplify anything
its how its done in everything i encountered
not here 
i cant imagine how you can prove anything by making it more complicated
1 + 1 = 2 because 324-34-92-942 + 19-93293019391209 / 321321=093103901 = 391231i1923i131
i can see when you see a chunk of formula being equal to the entire formula in previous iteration
but its simplification
and doesnt work here (at least it didnt work with everything i tried)
maybe i need to write 3m long formula to see it which i dont want to do
so the idea to write such obfuscated shit so nobody will actually check it and agree with you
and since it seems to work its considered true
ehhh 
the nebula smart kit or whatever supports ender 3 mainboard version 4.2.7, and only sometimes 4.2.2. this one has 4.2.2, and when i bought this i updated the firmware via the app and now it doesn't want to work anymore 
i am in firmware downgrade hell
I just looked back at this channel, what is this essay 

the fucking qr code sendds me to the creality store to get a new printer
just trying to solve some beginner exercise 
how much experience do you have with induction proofs
i hate induction proof
its hard to remember for me
i used to destroy geometry but idk if its induction
geometry has nothing to do with induction
i heard words "induction" and "deduction" in 2nd uni for the first time
ook then probably i have no experience at all
oh and physics formulas worked for me too
probably not induction either
i feel like induction prrofs are the ones you need to rememeber the most, while for some of the other ones you can just turn formula 1 into formula 2 by doing some moving of the variables.
induction is used to prove that something holds for all n > 0
you start off proving the trivial case of 0 or 1 depending on where you start
and then prove it for n+1 under the assumption that it's true for n
if it's true for n+1 it's true for n
i get the idea, its just a lesser proof imo
i liek the ones that work for everything
oh so induction is when you calculate something 3 times and say it works
if it holds
for natural numbers yeah
wtf have i been doing for 4 hours
idk you tell me 
induction is you prove it in seperate parts i think
so like, for n = 0, n > 0, n < 0 are common iirc
yeah i was never good at things where you create shit from thin air
like make x^500/x^499 out of x
and then it somehow turns out to be useful
how do you guess things like this is beyond me
lots and lots of practice and experience
but its useless outside of math
idk i dont like theory
better bend reality than imagine things

at least i did programming tasks from this chapter fairly well
im not trash programmer
The only cases this doesn't work are those doing forge/spigot. Which, skill issue DO NOT use those
And of course the remaining market share is 25% modded and 15% offical or realms, 10% I'll say is spigot as hypixel/large legacy networks exists. I'll throw in 0.1% for actual bukket for legacy servers.
Moral of the story, test on paper. If you want to do spigot or bukket be my guest but a broken paper plugin is not getting downloaded.
i think paper should contribute their api changes to upstream
some of them, at least
ultimately, spigot's api is the definitive upstream server modding api, limiting yourself to a downstream option is silly
targetting the most common denominator is a thing, it's not developers' faults if downstream fucks something up
I hear your point
I still disagree on spigot being the upstream. If a fork is the most popular, at what point does that fork become the default
what do you mean you disagree? paper uses spigot as its base
it's quite literally upstream
i think you're confusing upstream with mainstream
Mispoke
happens
regardless, i think paper shouldn't exist in an ideal world, its developers are simply too stuck up to contribute to spigot and not force their way of thinking onto developers who develop for spigot 
I just think that the most common these days is just paper, spigot has it's benifits for staying the same.
May I ask your opinion on the dozens of paper forks then?
uselessly heightening the stack until it eventually falls over
paper's extra events are plenty enough to do quite a bit
you likely don't need some more hyper specific thing
the efforts to making a multithreaded bukkit server are also fairly useless, bukkit fundamentally has a concept of a main thread
you're just gonna introduce race conditions
I mean they are getting better, not all plugins will just seemlessly work.
imo they should make a separate plugin api if they want multithreaded support
they could loosely base it off of bukkit, but forcing bukkit into the mold of a multithreaded environment is not gonna bode well
though it is technically multithreaded since the network thread is separate but you get what i mean
not sure how flora does it, but multipaper does have some extra calls to help with how it is structured.

flora is the classic use all cores in a threadripper method
using multiple threads for sending chunk updates could be smart
but multipaper is a bit diffrent, as your running many instances of a server. That does mean it heavily relies on plugins with databases to actually function.
i'm not sure about game logic
fascinating
shame it is underdeloped due to flora being easier to deploy, multipaper uses TCP/IP so it can go across mutipule systems
Again, does have issues. A backpack plugin I tested absoutly did not work across nodes
I'll give Folia credit as supposidly it is what 2b2t is using. So it isn't totally useless.
It was on paper before

The server operates on its own custom server software that allows for hundreds of players at once on the same world. It has taken significant time and effort to develop and you may read more about it here.
The server is based on the survival gamemode, set to the hard
the click here leads over to Folia
NEARLY done. Bitchin' Server Upgrade Complete, This Weekend For Sureβ’! 
It is directly mounted inside a cabinet I built, yes.
But it's a server, not a PC. This has 32 exec threads for a reason. Gonna use it as a combination Net Portal, NAS, Gateway, and likely a locally hosted Matrix thing, plus some bots.
But yes, the cage is wood (mostly... but let's not get into the parts about cutting corners in the Engineering process, after redoing it like 8 times...) 

Papier Mache is still... Kinda... Wood... Cardboard and paper drenched in wood glue still has wood fibres and pulp, after all...
Yeah, this phone is new. Didn't fix the accents. My other one died 2 weeks ago, screen shat the bed, literally IMMEDIATELY before Neuro Fishing Stream...
Still need to watch VOD of that...
i said papier because in english you don't use the i, paper
Lemme get that into the suggestions..
Papier MΓ’chΓ©
I see. Well, uh... I'm from the USA, but I try to use the normal spellings
Is that a USA thing?
how are you from the usa with kleine edelweiss as your discord your name?
that just screams dutch or german
Which? Using the normal spellings or taking things from other languages, smashing it with a brick, and then returning the less cultured option?
Yes. That's a very USA thing.
Also, hamburbers. LOTS of that
It is German. My grandmother literally came from Germany. I took an interest in parts of my heritage?
I know that I'm just still learning the spellings that are incorrect as papier is new to me
Ah
Papier-mΓ’chΓ© (UK: PAP-ee-ay MASH-ay, US: PAY-pΙr mΙ-SHAY, French: [papje mΙΚe] β the French term "mΓ’chΓ©" here means "crushed and ground") is a versatile craft technique with roots in ancient China, in which waste paper is shredded and mixed with water and a binder to produce a pulp ideal for modelling or moulding, which dries to a ha...
That's the Wikipedia page for it
They use the original spelling
Because that's not how it was originally spelled? It's a loan word, so papier is more correct.
weird
i love how creality's download links in the wayback machine still work, they just have those links hidden cuz fuck you
see they do support the 4.2.2 mainboard
those fuckers just made me look on the waybackmachine for an hour for it

We love waybackmachine
{new}Wipper project
Other projects
Ai,ai os {scrapped}
,GAME .SS {NEW PROGRAMMING LANGUAGE}
when public IP camera 

no thanks
fuck it, im rooting the printer
none of the official software works
the moment this 3D printer works im printing a better one 
if i ever get this to work 
i might have to give in and use ai
its like
kind of impossible to run an actual project with zero other devs
Hello, I was just checking in on AR glasses to see how it is going. Pardon my cluelessness but is this perhaps a phone or just a tablet?
https://www.amazon.com/XREAL-Computing-Companion-Supports-Experiences/dp/B0DXPW3HPV I forgot how much amazon adds in tracking links holy
oh the 2nd usb-c is for ar glasses
seems to be phone sizes
huh
copying that png did not go as expected
that controller is hideous
doesnt seem to come with the glasses, its jsut a very very bad android phone with extra hardware for AR
SD card slot, double ports. WiFi 6. Why is it decent
it cuts back a lot on cpu and screen
i guess if you're using AR the screen doesnt matter anyways
5G model:
I think this would have been better marketed as a phone
Hi there
Hiello there 
did you mean to share your face in that
your reflection shows it
its the same picture
welp, rooting the printer has given me acces to a new error message 
Proceeds to be less helpful
i now have
{"code":"key3", "msg":"Printer is not ready The klippy host software is attempting to connect. Please retry in a few moments."}
//after 50 seconds
{"code":"key560","msg":"Lost communication with MCU 'mcu'"}

so basicly, we cant communicate rn, nah wait actually we kinda stopped communicating oops
not my picture lol
thats form the amazon reviews
if you want to see my face you just need to log into the ip address of the creality printer camera and wait ill i pass by
oops its in chinese now, small custom firmware oopsie
ok

while im doign this 3d printer stuff a package arrived
i am now the owner of a 15m hdmi cable
and replacement tweeters for the right surround speaker are here too now
Enough length to tie someone to a chair mhm

im not gettign a projector till like january probably, so i thought about doing it form my pc till the tv infront of my bed
but i dont have enough hdmi ports on my pc
unless i unplug the rift
Better solution (real)

I feel like this is the average reaction to my antics
Anyways take offtopic rocks, the monitor did a good job
oooh shiney
What may the apparent silliness here be today?
huh
One of these days, I really need to figure out what I need to drive the broken monitor so I don't need to rely on these hacks.
that rocks dude
Granted I'd prefer voltage control so I don't flashbang myself
Nice lamp 
Wa
Shortest name representation in json
theres no way nasm (an assembly code assembler) is written in c. So to write the c programming language (which I assyme HAS to be wrriten in asm) you first use the c programming language (i.e. to assemble it)
How does this work????
there has to be a language first written in machine code right??? I assume asm would be...
but....
this says otherwise
Im pretty sure you can just make up a compiler by hand writing down machine code as bytes
ASM is just a direct mapping to machine code
The first assemblers were likely written in machine code
Hello
which one's the first
Probably lost to time
Machine code is literally a sequence of commands in raw form
yea ik that
Likely a handrolled assembler was used once and then translated to ASM and assembled with itself
You probably need to do that
Not to say of course that before the assmebler was invented all machine code wasn't fully handmade
i was gonna "borrow" some assets from an already made assembler for a programming language
actually how does nasm parse the assembly code?
i wanted to figure out what kind of machine code is required for a program to function
The best example of this is git. Gits source code is tracked, well... in git
Same as compilers and assemblers. you write it low enough to start assembling itself
https://en.wikipedia.org/wiki/Self-hosting_(compilers) There is actually a wikipedia for this!
In computer programming, self-hosting is the use of a program as part of the toolchain or operating system that produces new versions of that same programβfor example, a compiler that can compile its own source code. Self-hosting software is commonplace on personal computers and larger systems. Other programs that are typically self-hosting in...
here is nasm in 2002 https://github.com/netwide-assembler/nasm/tree/ea6e34db64c7da7cb885197316c6b5e7d048bdb9
tbf this is basically just all the info you'd need to accurately make a profile banned for an authenticated user nowadays
not necessarily
pseudoinstructions and memory modes are a thing
ASCII art of Octocat:
https://asciicube.vercel.app/
copied from GitHub Shop: https://thegithubshop.com/
I'm wondering if I can print an ASCII art of Neuro.
ok but lemme tell you
why tf does this exist π

this one isn't even documented, I doubt you can use it
oh huh, you can actually
ig its because of the new payment stuff
First NeuroSynth EN + JP test soon
i scrolled past this and thought it was ao3 am i cooked
I assume you can filter out features based on validated country of origin?
For example like gambling apps
this way you can force verify user is from country where gambling is allowed
google job description
i can't figure out if this is a joke or not
oh i just had to stop skipping i didn't hear the
fully
yes much potential uplaying tomorrowland tomorrow
fun fact, I found out yesterday that chatgpt did not have the mental capacity to code asm without using its deeper reasoning module. Otherwise it'd be like this:
X86_64 hmm
Who USESS chatgpt -4
you're talking to a brick wall atp
Bigram is crack again
yup... you're definitely right, kt
Phone ai is working tho but bigram is crack again due to my English
Verb = subject
Object = action
no syntax highlighting, literally unreadable
Well I need improve my English as well I'm tired
ru talking to me?
of course not, don't you know i'm i's alt?



What are we looking at 

letter_i broke the chain, sadge
trying to read the room, or a brick wall at least
Server status
idle
discord really does a good job of keeping me on my toes so I can actually read chat
surely this is correct
is this normal?
[root@desky nakurity-language]# ./compile.sh
/usr/sbin/ld: /tmp/ccv0BZkd.o: in function `resolve':
cwd.c:(.text+0x0): multiple definition of `resolve'; /tmp/ccLV5cKl.o:cfd.c:(.text+0x0): first defined here
collect2: error: ld returned 1 exit status
[root@desky nakurity-language]#
is it some internal function you didnt actually define
nope
it was a linker issue
guys i think my vertex array is slightly fucked 
wdym, that quad is rendering just fine, looks great 

i am so good at this whole graphics programming thing
WE ARE SO BACK
I HAVE A CUBE
why is this segfaulting, anyone know?
is this code ai generated 
static int build_base_path(const char *spec, size_t len,
const char *end_name, char *out, size_t cap)
{
char cwd[PATH_MAX];
if (!getcwd(cwd, sizeof(cwd))) strcpy(cwd, ".");
const char *inside = spec + 1;
size_t inside_len = len - 2;```
btw this is unsafe because you never check that `len` is at least 2
gm programming channel

congrats on cube
another telegram client?
And how to reponce in 0 tokens
even if I had lots of ram I wouldn't be training llms locally ngl
that function...? no
hmmmm
now hear me out... what if we don't check it... and just let it run in the most perfect condition, the program has to offer. otherwise segfault it is
what will seg faulting even do to my machine ?
the os usually has a process to instantly kill any segfaulting program so its corruption doesn't spread
but I mean it's fatal for the program so
my goal was to see how many bytes can strip off of that c program
for it to continue functioning
in its expected condition
lol if it's written well in c you should be happy with how lightweight it is and not go past diminishing returns but fair tbh
micro optimizations are usually the wrong abstraction level to tune for that kind of stripping, you either refactor the core logic to be meaningfully leaner or you're happy with the size and just live with it imo
it keeps segfaulting
WAIT NO- I FIXED IT
IT WAS A SIMPLE COMMAND ERROR, WTF BRAIN
I... just linked it wrong...
I'm so stupid
now time to move on to fixing the python error while calling import.c
usually thats the error π
lol gl
fejl 40
I lost 4 hours of time during this debugging
??? Debugging what ?
nyoom
{
"bigram": {
"hello": { "there": 2, "world": 1 },
"how": { "are": 3, "is": 1 },
"are": { "you": 3 }
},
"tokenCount": 12,
"savedAt": "2025-10-29T15:00:00.000Z"
}











