Recent Posts
I am done. It's over.
Substack
4Chan bypass?
/emacs/ general
Forking jschan to submit a PR for captcha logic
This is Huge
PRICE OF INTERNET IN 1995
Motorola and Graphene linked up
HAPPENING
CPchads
JEEFICATION OF GSOC
Minecraft source code leaked
where do i get CRT monitor ??
Shifting to linux mint
Androidfags zara idhar aana
Sarvam is now proven to be a disappointment
XHDATA D-808 DX-ing setup, analogue modulation
i don't understand
RCE on Pocketbase possible?
AI Impact Summit 2026
Simple Linux General /slg/ - Useful Commands editi...
/wpg/ - Windows & Powershell General
Sarvam Apology Thread
Some cool tech in my college
the hmd touch 4g
Holy Shit
Saar american companies have best privacy saaar
/g/ related blogpost - backup thread
Android Hygiene
My favorite game rn
COOKED
Are we getting real 5g?
I want to create my own forum but I don't know how...
Is my psu not compatible with my mobo?
/i2pg/ - I2P general
Every software is open source of you know assembly
18oBo8
No.309
.
Eizkjq
No.386
>>309(OP)
still difficult to contribute though
BXcrgY
No.393
>>309(OP)
EVER SOFTWARE IS SHIT IF YOU KNOW BINARY, NIGJA GET THE FUCK OUT OF HERE :3
!XShledrwphaLWim
vz0Ze4
No.469
>>309(OP)
Fun fact: C and C++ aren't programming languages. Technically, they are just standards. Implementing them is up to the compiler authors. The compiler authors themselves can add some non-standard extensions.
Also, when you write in any compiled language, you aren't giving instructions to the computer itself. You're actually giving instructions to the compiler. It is up to the compiler what it wants to do with the final code: optimization, compression, minimization, etc.
When you code in an interpreted language, you're actually giving instructions to the interpreter/JIT compiler.
The only true way of programming is to write in assembly or binary opcodes.
1ml2Od
No.470

HzQB6F
No.1243
>>469
Even in case of assembly, it depends upon the kind of platform you are working on, PCs come with OS, that itself abstracts away a lot of stuff, I have read and written aarch64 assembly for apple silicon, you can do sys calls for basic I/O read and write, you can also straight up branch to labels such as _printf, these symbols link to libC functions.
You can write pure assembly only on Bare Metal.






















































