Cross Code
43 subscribers
233 photos
28 videos
1 file
125 links
Everyone has a channel now why not me ig.
Expect dev and gaming stuff.
In-joy

Discussions here - https://t.me/+CkXl8tSd-Ds0YmVk
Download Telegram
Happy Easter guys
/g/β€˜s Tech Memes
Video
Who can relate?
🫑1
Today a completely jacked dude at the gym told me I have nice triceps.πŸ™‚β€β†”οΈ It made my day.
😁1
/g/ is back
Manipulating time
It has been a year already.
Media is too big
VIEW IN TELEGRAM
To make the first year anniversary(lmfao) of this channel I official announce that I am Arch user BTW. been ricing this shit for a minute now
I also Alive btw
Lines of Code is such a shit way to measure productivity.
🀣4πŸ‘Œ1
Youtube telling me to buy some thigh high socks πŸ’€πŸ’€πŸ’€
😁3
Days away from mock exam, and 2 weeks away from exit exam.
Me: literally reading webnovels and manhwa.


Some peak life situation.
πŸ‘3πŸ‘Œ1
I really enjoy staying at home. Just me and my PC.
Forwarded from /g/β€˜s Tech Memes
Linux user
To much shit posting this days. Lets talk about Endianness.(not to be confused with pajeets)
Endianness is the order in which bytes are stored in memory.
Their are 2 common formats which are Big Endian and Little Endian.
Big Endian system: Stores the most significant byte first (at the lowest memory address.)
example: If we had a hexadecimal 0x12345678, it would be stored as this:
 0x12 | 0x34 | 0x56 | 0x78

where the left is the lowest address and the right is the highest address.

Little Endian system: Strores the least significant byte first. it is used in most modern computers like x86 uses it.
Lets ake the earlier example:
for 0x12345678
0x78 | 0x56 | 0x34 | 0x12

welp its just flipping the order.
It kinda doesn't matter for the most part when ur build Ur next AI MEGACORP but its nice to know if ur doing networks programming (which most protocols use big endians btw) and binary files (which will depend on ur system.

#programming
πŸ‘3
peak JavaScript❀️❀️❀️❀️
🀣3
I have been using Bing as my primary search engine for almost 2 years now.
Have I sold my soul to Microsoft?
🀯1πŸ•Š1