for { syk() } Profile Banner
for { syk() } Profile
for { syk() }

@0x_syk

Followers
2,418
Following
346
Media
685
Statuses
3,543
Explore trending content on Musk Viewer
@0x_syk
for { syk() }
2 months
day3 of learning programming from scratch read about: > CPU time & how we measure system performance > power consumption in systems and where it's used in different component of hardware > Parallelism and how it enhanced performance > switching from uni to multiprocessors
Tweet media one
50
93
2K
@0x_syk
for { syk() }
28 days
this is where i poast from btw
Tweet media one
28
18
825
@0x_syk
for { syk() }
23 days
nvim, golang, night time, and japanese jazz life is good.
Tweet media one
27
15
649
@0x_syk
for { syk() }
2 months
day4 of learning programming from scratch > finished both mutex and semaphore > read about them and made smol notes of both (i need a better wallpaper ffs)
Tweet media one
32
6
526
@0x_syk
for { syk() }
12 days
day 21 of learning programming from scratch . abstraction of datapath elements . storing instructions and data in memory units . register files and how they store registers . using ALU to operate on the values read from the registers . sign extend instructions to hand r/w in mem
Tweet media one
21
24
528
@0x_syk
for { syk() }
11 days
day 22 of learning programming from scratch (continued from where i left off) . understanding branch datapath operations . how datapath segment handle branches . using prev datapath elements to make one single datapath . multiplexor, control signal to work with multiple inputs
Tweet media one
7
17
314
@0x_syk
for { syk() }
2 months
day4.5 of learning programming from scratch read about: > fallacies and pitfalls to improve system architrecture > started with ch2 (assembly) of this book > basic operations (add, sub) in assembly > memory and immediate operands > tried out some examples from book
Tweet media one
8
7
255
@0x_syk
for { syk() }
1 month
day4.9 of learning programming from scratch read about: > signed and unsigned numbers > how they're managed and represented at binary level > sign and magnitude representations > tried out examples of conversion and shortcuts (spent too much time on examples here)
Tweet media one
5
3
185
@0x_syk
for { syk() }
24 days
pov: you pull up to my place on a random sunday
Tweet media one
11
8
185
@0x_syk
for { syk() }
19 days
Tweet media one
9
3
172
@0x_syk
for { syk() }
1 month
day5 of learning programming from scratch > MIPS assembly instructions to machine instructions > decimal, hexadecimal, binary > MIPS fields (op, rs, rt, rd, shamt, funct) > "good design demands good compromises" > MIPS instruction types (R and I type)
Tweet media one
2
1
163
@0x_syk
for { syk() }
10 days
god level UI/UX
Tweet media one
15
3
140
@0x_syk
for { syk() }
2 months
DUDE!!!!!!! GOD'S CHOSEN PRINCIPAL ENGINEER JUST SHOWED UP ludwid is a W person ludwig, crypt0x_0 and yacine profiles of these ppl motivated me to go anon and fucking grind (but i yap more than grinding but heyyy i grind too :P)
Tweet media one
7
0
134
@0x_syk
for { syk() }
23 days
(i live in shadows) - samsung odyssey G5 flat monitor - boat immortal im200 headphones (for mic lol) - realme buds 2 - no cam, my phone is cam (works with droidcam) - i7 9700F, 32gigs ram, rtx 3070ti - huo ji z88 (brown switches) - kreo chimera mouse - BOOOKS
Tweet media one
@LukasHozda
Lukáš Hozda
23 days
Post your desks, uncs and oomfies, I wanna see your setups Featured here: - UW-WQHD & 4k monitors - Sontronic STC-20 mic - Logitech MX Ergo mouse - Thinkpad P1 + RX 7800 XT eGPU - Komplete Audio 1 - Some logitech cam girl webcam - Schiit Vali 2 audio + HD 600 - Corne split kb
Tweet media one
8
1
41
6
0
108
@0x_syk
for { syk() }
1 month
day7.9 of learning programming from scratch > strings and characters in procedures at machine level > halfword, load half and load half unsigned > 32-bit immediates and address handling > addressing in branches and jumps > PC-relative addressing > decoding machine language
Tweet media one
1
3
101
@0x_syk
for { syk() }
26 days
chat!! i did it chat!!!! finished ziglingsssssssss
Tweet media one
7
0
101
@0x_syk
for { syk() }
14 days
FINALLY!! FINISHED RUSTLINGS!!!! I WANNA SLEEP FFS :SOB:
Tweet media one
5
1
88
@0x_syk
for { syk() }
1 month
day5.9 of learning programming from scratch > logical operations and decision making in MIPS asm > sll, srl, and, andi, or, ori, nor, beq, bne, j and moreee > conditional branches > loops > basic block > signed vs unsigned comparison > switch statements
Tweet media one
3
2
84
@0x_syk
for { syk() }
14 days
day 20 of learning programming from scratch . datapath logic elements . combinationals and state elements . clocking methodology . edge-triggering methodology . asserted and deasserted
Tweet media one
4
2
81
@0x_syk
for { syk() }
1 month
@pixqc @levelsio no testing direct prod
2
0
77
@0x_syk
for { syk() }
1 month
day14.9 of learning programming from scratch . division algorithm and how hardware handles it . signed division . improving division algorithm (just like multiply - by using Moore's Law) . how dividing is done in MIPS . div, divu, mflo, and mfhi registers
Tweet media one
3
2
63
@0x_syk
for { syk() }
1 month
@tifyszn This guy is such a W in terms of minimalism His aesthetics >>>>
2
0
60
@0x_syk
for { syk() }
2 months
1k followers!!?? all this seems unreal at this point i went from 40 to 1k followers in like 36 some hours good enough reason to stay locked in and grind!
Tweet media one
7
0
61
@0x_syk
for { syk() }
1 month
day6.9 (damn) of learning programming from scratch > read about procedures > how they're used as abstraction > jump-and-link instruction > using registers in stack > nested procedures > how we allocate space for new data on heap (not much today- had lots of meetings after work)
Tweet media one
1
2
57
@0x_syk
for { syk() }
21 days
no wonder zig is wow but wtf i sense a major++ skill issue after rawdawgging go for two days and getting back to zig after basics of it
Tweet media one
7
1
55
@0x_syk
for { syk() }
1 month
day10.3 of learning programming from scratch > read the "Real Stuff" > ARMv7 32-bit instructions > x86 instructions > ARMv8 64-bit instructions > registers and addressing modes > comparing and conditional branch > x86 integer operations and instruction encoding
Tweet media one
2
2
55
@0x_syk
for { syk() }
2 months
lame to say this but i'm getting comments from ppl telling me to go for a better "roadmap", not jump between languages, go with nand2tetris, use this, use that bruh i'm just here peacefully reading books and sharing what i'm learning from them calm downnnnn (more)
2
0
56
@0x_syk
for { syk() }
12 days
this is where i poast from: pt2
Tweet media one
3
4
55
@0x_syk
for { syk() }
2 months
life.
Tweet media one
6
0
54
@0x_syk
for { syk() }
2 months
day3.9 of learning programming from scratch > finished example implementation of semaphore > checked steps in gef. i live gef will do more stuff with it soon (gotta eep, will read more about them + make notes on both after i'll wake up)
Tweet media one
4
0
51
@0x_syk
for { syk() }
15 days
we are almost done chat very close very very close
Tweet media one
5
0
51
@0x_syk
for { syk() }
27 days
day18 of learning programming from scratch . no reading today was busy coding demo . solved ziglings to reset my sanity . ziglings 60 -> 74 (finished comptime. was fun.)
Tweet media one
3
0
51
@0x_syk
for { syk() }
1 month
4
0
49
@0x_syk
for { syk() }
13 days
damn it's pretty outside
Tweet media one
9
0
46
@0x_syk
for { syk() }
24 days
nvim config is getting better day by day ditched nvimtree 'cause i couldn't remove statusline from it adopted telescope for both files and quick grepping issa very very good (very happy)
Tweet media one
5
1
47
@0x_syk
for { syk() }
28 days
day17.9 of learning programming from scratch . floating point numbers at machine level . IEEE 754 floating-point standard . floating-point addition, subtraction, multiplication, division, and comparison . MIPS instructions for floating-points . rounding bit values for precision
Tweet media one
6
3
45
@0x_syk
for { syk() }
1 month
day8.9 of learning programming from scratch > synchronization (parallelism and instructions) > compiling from C to executing a program > compiler, assembler, linker and loader > symbol table, executables, object files > Linking object files and DLLs
Tweet media one
3
1
44
@0x_syk
for { syk() }
10 days
new bannah
Tweet media one
6
0
43
@0x_syk
for { syk() }
22 days
i was the cracked one today :3 crackboard dot dev
Tweet media one
4
0
43
@0x_syk
for { syk() }
23 days
*cough* *cough* yeah...
Tweet media one
5
1
43
@0x_syk
for { syk() }
18 days
thanks @0xluffyb <3
Tweet media one
3
1
40
@0x_syk
for { syk() }
13 days
she's so cute chat
12
0
41
@0x_syk
for { syk() }
2 months
PPL!!! UNCLE LUDWIG AND LUKAS JUST FOLLOWED!!! :P
Tweet media one
3
0
39
@0x_syk
for { syk() }
18 days
we hit 2k oomfs!!!!!!
Tweet media one
10
0
38
@0x_syk
for { syk() }
28 days
I FUCKING DID IT CHAT!!! SOLVED 58th ZIGLING!!!
Tweet media one
Tweet media two
6
0
36
@0x_syk
for { syk() }
1 month
day10.9 of learning programming from scratch > zig (name says it all) > basics and variables and stuff > string literals and zig tests love `print("\n", .{});`
Tweet media one
4
0
38
@0x_syk
for { syk() }
19 days
aight chat it's time to hit da gym biceps and triceps today. LFG!!!!!
4
0
38
@0x_syk
for { syk() }
2 months
cleaning off bots from my follower list is now a must do
Tweet media one
7
0
35
@0x_syk
for { syk() }
13 days
Tweet media one
2
4
36
@0x_syk
for { syk() }
13 days
Tweet media one
3
0
36
@0x_syk
for { syk() }
18 days
thanks for the gift @crypt0x_0
Tweet media one
1
1
36
@0x_syk
for { syk() }
17 days
the state i found @1owroller in
Tweet media one
4
0
36
@0x_syk
for { syk() }
2 months
50k views? Hoomans? Did I do something different? 💀
Tweet media one
8
0
33
@0x_syk
for { syk() }
14 days
babe, wake up! it's another morning
7
0
33
@0x_syk
for { syk() }
11 days
i got 300 new followers last night i love y'all so much
Tweet media one
1
0
32
@0x_syk
for { syk() }
1 month
such places >>>
Tweet media one
Tweet media two
3
1
31
@0x_syk
for { syk() }
1 month
Tweet media one
@crypt0x_0
crypt0x_0
1 month
I LOVE COMPUTERSSSSSS
Tweet media one
17
9
235
3
1
31
@0x_syk
for { syk() }
22 days
Tweet media one
2
2
30
@0x_syk
for { syk() }
11 days
thanks jaivin :3
Tweet media one
@jaivinwylde
jaivin 🎨
11 days
NO FUCKING WAYYYYYYYYY LETS GOOOOOOOO
Tweet media one
24
1
230
1
0
30
@0x_syk
for { syk() }
15 days
it's day 19 of learning programming from scratch (been hella busy with work and side project) . continuing from where i left off, read intro of chap 4 . read about impl of mips subset, major functional units and connection bw them . mips impl with multiplexors and control lines
Tweet media one
@0x_syk
for { syk() }
26 days
day18.9 of learning programming from scratch . parallelism and subword parallelism . NEON multimedia instruction extension . streaming SIMD extensions . MMX, SSE, SSE2, XMM, EM64T, and YMM . applying subword parallelism on a matrix multiplication
Tweet media one
1
1
25
3
2
31
@0x_syk
for { syk() }
26 days
by @0xluffyb 's grace, i've beheld the monochrome covenant, where chromatic veils are lifted, revealing the void's stark beauty and granting me the monochrome sight. (sloppy slop slop code :3)
Tweet media one
3
0
30
@0x_syk
for { syk() }
22 days
ditched instagram, now slowly ditching discord. life is getting better.
5
1
29
@0x_syk
for { syk() }
1 month
chat, i'm cooking in a cringey cringey way
Tweet media one
4
1
27
@0x_syk
for { syk() }
19 days
umm
Tweet media one
5
0
30
@0x_syk
for { syk() }
15 days
chatttttt 😭 it's minecraftt!!!!!! with shaderss!!!!!
Tweet media one
5
0
29
@0x_syk
for { syk() }
8 days
owari da
Tweet media one
4
0
29
@0x_syk
for { syk() }
17 days
this is what @jaivinwylde look like in real life
Tweet media one
4
0
28
@0x_syk
for { syk() }
1 month
chat, i'm a big boi now
14
0
27
@0x_syk
for { syk() }
1 month
1.5k followers damn y'all
Tweet media one
5
0
28
@0x_syk
for { syk() }
17 days
life is getting hard... *pulls out motivation*
Tweet media one
3
2
26
@0x_syk
for { syk() }
17 days
figma? nah bro i use tldraw :3
Tweet media one
7
0
27
@0x_syk
for { syk() }
19 days
well
Tweet media one
5
0
26
@0x_syk
for { syk() }
9 days
remember me
@0x_pix
pixel
9 days
it’s a sad day… they called in the patch on @0x_syk RIP [redacted]
Tweet media one
2
0
15
2
0
25
@0x_syk
for { syk() }
19 days
good numbers again
Tweet media one
2
0
26
@0x_syk
for { syk() }
26 days
day18.9 of learning programming from scratch . parallelism and subword parallelism . NEON multimedia instruction extension . streaming SIMD extensions . MMX, SSE, SSE2, XMM, EM64T, and YMM . applying subword parallelism on a matrix multiplication
Tweet media one
1
1
25
@0x_syk
for { syk() }
17 days
make them sausages
Tweet media one
3
1
25
@0x_syk
for { syk() }
1 month
i wanna sleep but i wanna study but i'm tired but i gotta stay cooked what do i do
5
2
24
@0x_syk
for { syk() }
1 month
day11.9 of learning programming from scratch no comp architecture and design today *sad noises of crying* > skimmed through basics and theory on zig learn > start zig dot guide and copied examples from there (lmao)
Tweet media one
2
0
24
@0x_syk
for { syk() }
2 months
Tweet media one
Tweet media two
Tweet media three
Tweet media four
3
1
25
@0x_syk
for { syk() }
12 days
good morning oomfs TwT
Tweet media one
3
2
25
@0x_syk
for { syk() }
12 days
Tweet media one
2
1
24
@0x_syk
for { syk() }
18 days
me when i dink mah proteen shake
Tweet media one
2
1
24
@0x_syk
for { syk() }
22 days
i love neovim
5
0
23
@0x_syk
for { syk() }
1 month
aight chat i made it look simple yet good kysfolio[.]vercel[.]app (i should get a custom domain)
Tweet media one
3
1
22
@0x_syk
for { syk() }
9 days
- oomfs mentioned - dingboard, tpot-tcg mentioned - MADE BY BANSHEE you still want reasons to watch this?
@banshee_x_
banshee
9 days
tpot, it's time👏👏
46
11
239
0
0
23
@0x_syk
for { syk() }
29 days
if @joinwarp joins your space it means you are super cooked
Tweet media one
1
0
23
@0x_syk
for { syk() }
10 days
dude i thought i'd take a break from things but i ended up pulling an all nighter working on my project and it's already morning... lmao????
4
0
24
@0x_syk
for { syk() }
24 days
LEAK!! @ludwigABAP pulling up to his date with his pup
Tweet media one
1
0
24
@0x_syk
for { syk() }
20 days
who let bro cook?
Tweet media one
1
0
24
@0x_syk
for { syk() }
16 days
vesktop moment
Tweet media one
2
2
24
@0x_syk
for { syk() }
28 days
:3
Tweet media one
@crypt0x_0
crypt0x_0
28 days
TPOT ALIGNMENT MAP HAS DROPPED 🗣️🗣️🗣️🗣️🗣️🗣️🗣️🗣️
9
0
61
2
1
24
@0x_syk
for { syk() }
22 days
good numbers again i love y'all so much
Tweet media one
3
0
24
@0x_syk
for { syk() }
9 days
we are doing this today
Tweet media one
6
0
25
@0x_syk
for { syk() }
11 days
@1owroller @C1XSEUL yo giatt, thanks for hooking me up with a new gaming pc, a job, a car, a house, and six cute cats! also, some dude called and said he'll prep the papers for the spot you bought me to start a cat cafe. thanks a ton, man!
0
0
23
@0x_syk
for { syk() }
1 month
Dude That post of day3 reached 153k views? Wtf??
Tweet media one
2
2
23
@0x_syk
for { syk() }
18 days
it's time to hit da gym chat leg day!!! we doing this!!!!
Tweet media one
2
0
23
@0x_syk
for { syk() }
17 days
>i see this >i head straight to problem >i solve it >i happy
Tweet media one
5
0
22
@0x_syk
for { syk() }
24 days
Tweet media one
2
1
22
@0x_syk
for { syk() }
1 month
chat, drop anime recs TwT
16
0
22