I made my own Image File Format

  Рет қаралды 239,268

FaceDev

FaceDev

Жыл бұрын

Image File Formats are... images.
GitHub: github.com/face-hh/bruh
Patreon: / facedevstuff
Discord server: / discord
Twitter: / facedevstuff
MUSIC:
Background song - • Jeremy Blake - Powerup...
Outro song - • 9 • Nine Nights • Day ...
Thumbnail art by @JersonEXE
- Twitter: / jersonbrawlstar
Thanks for watching!

Пікірлер: 488
@FlushDesert22
@FlushDesert22 Ай бұрын
"I'm tired of these stupid image file formats, so I'm contributing to the problem"
@akaithecreator7448
@akaithecreator7448 Ай бұрын
439 likes and 1 reply?
@Ali_Jafari
@Ali_Jafari Ай бұрын
😂😂
@BadmanYT-1254
@BadmanYT-1254 Ай бұрын
@@akaithecreator7448 why are you here
@Sirbozo
@Sirbozo Ай бұрын
lol
@nonexistentsquare2092
@nonexistentsquare2092 Ай бұрын
@@BadmanYT-1254bro really said “Begone fool, for thou hath spoken too foul a word to remain” 💀
@lizkeres2593
@lizkeres2593 Ай бұрын
The major difference between jpeg and PNG is not only transparency but also the compression
@borstenpinsel
@borstenpinsel Ай бұрын
Both are compressed. Just with really different methods. Jpeg tries to emulate chunks of 8x8 px with parameters to a trig function (lossy to veeerry lossy depending on some parameter, but even the best quality (and thus worst compression factor) is very lossy). PNG however is basically a bitmap (lossless, no compression) which is then compressed with tar/gz algorithm. Basically cheating by making the 3rd party compression algorithm part of the file definition. It's like putting wave files into a zip folder and calling it a new audio format.
@ursulmusic
@ursulmusic Ай бұрын
​@@borstenpinselSomething like audio FLAC, as it's lossless compression for PCM audio?
@milesmartig5603
@milesmartig5603 Ай бұрын
jpeg and png both can store a lossless image
@CryptoOfficial
@CryptoOfficial 29 күн бұрын
@@milesmartig5603 jpeg is per definition a lossy format even if you crank up the quality to 100% it’s still doing magic things with Fourier transformation and converting your image in a lot of lookalike patterns that they are close enough of the original pixels.
@Henrix1998
@Henrix1998 29 күн бұрын
​​@@borstenpinselYou can't say PNG doesn't have compression, it just has lossless compression, even before tar/gz
@y32code16
@y32code16 Ай бұрын
2:27 "turns out its not 3.5 times more size" *shows a picture of 3.3x* "it can go up to 98 percent more size" *shows a picture of 98 times more size* on a 160.2 times more size image. yep thats face dev for ya
@kousheralam
@kousheralam Жыл бұрын
wow, coverting a binary -> string -> do string manipulation -> show from the string. What's inside your head bro, it's pure genius
@haraldbackfisch1981
@haraldbackfisch1981 Жыл бұрын
Going from int to string to almost always a terrible idea, just thinking of memory or lack of multiplication for data manipulation, have fun blurring in hex with strings. I love that he did it tho, sometimes u just gotta f around and find out, else we wouldn't have nice things in the first place :)
@AOSP-is-still-Linux
@AOSP-is-still-Linux Ай бұрын
​@@haraldbackfisch1981 I think the OP was ironic, as the format of the message felt like that.
@haraldbackfisch1981
@haraldbackfisch1981 Ай бұрын
​@@AOSP-is-still-Linux youre right idk what i was thinking... wasnt thinking i guess 😅
@AAAAAAAAAAAAAAAAAAAAAAAAH
@AAAAAAAAAAAAAAAAAAAAAAAAH Ай бұрын
Srsly
@stgigamovement
@stgigamovement Ай бұрын
BWTC32Key B3K files are what happens after crossing compression with encryption with binary-to-text encoding. It actually works well in spite of me doing it because I don't like Base64.
@Ceelbc
@Ceelbc Жыл бұрын
By converting it into hex of 6 characters, you lost transparency. However, if you made it hex of 8 characters long, you could keept the transparency.
@blissful4992
@blissful4992 7 ай бұрын
very inneficient
@Luna5829
@Luna5829 Ай бұрын
with 8 characters you'd only get 1 decimal point of transparency 9 characters is pretty good tho
@Ceelbc
@Ceelbc Ай бұрын
@@Luna5829 RRGGBBTT, with T transparency. So 256 values. What do you mean with 9? Am I missing something? (I don't count the # you would write in code since it is not needed)
@Luna5829
@Luna5829 Ай бұрын
i forgot the transparency could also be in hex and not in decimal but still, with T / 255 being the transparency, you'd miss quite a few numbers
@LimoDieFlasche
@LimoDieFlasche Ай бұрын
@@Luna5829 You wouldn't miss anything visible to the human eye ^^ There's a reason why no one uses amounts above one byte (2 hex digits) per color
@alastor--radiodemon7556
@alastor--radiodemon7556 Ай бұрын
bro made a .bmp
@magicjinn
@magicjinn Ай бұрын
was about to comment this
@_kitaes_
@_kitaes_ Ай бұрын
but worse
@alastor--radiodemon7556
@alastor--radiodemon7556 Ай бұрын
@@_kitaes_ just a tiny bit worse but it balances out with the funnies :3
@magicjinn
@magicjinn Ай бұрын
@@_kitaes_ yeah, but it ends with .bruh, worth it
@CoolMilo8
@CoolMilo8 Ай бұрын
bro, why are you here, smily face demon.
@dvidpi
@dvidpi Ай бұрын
wowzers, im converting all images in my gallery to .bruh files! so efficient, fast and lightweight
@Brothaeuuuww
@Brothaeuuuww Ай бұрын
Now make a .huh file that is an audio format
@smokedice
@smokedice 23 күн бұрын
this but its just a .wav stored as a string
@HiloYT
@HiloYT 10 күн бұрын
and then .bruhuh for videos
@Koreley
@Koreley 7 күн бұрын
@@HiloYT you could make a conlang out of this
@Alexa_mapping
@Alexa_mapping 3 күн бұрын
.huh3 then .huh4
@YoutubePizzer
@YoutubePizzer Ай бұрын
avif is actually conceptually really cool: if you guys follow video formats, there’s been a big push to add AV1 support to everything because of how much of a huge leap in quality it is over essentially everything else. So much so, that if you encoded an image as a single frame of an AV1 video, it would be better quality than the other image formats available. So that’s exactly what it is. It makes a tonne of sense to use the same compression algorithms for both video and image and could in theory mean you could make hardware-accelerated images too. Very resource efficient, it would be great if we could just magically convert absolutely everything to use exclusively AVIF from now on
@neutronpcxt372
@neutronpcxt372 23 күн бұрын
It's not. JXL is better.
@Yiss8352
@Yiss8352 23 күн бұрын
JXL better
@pachinger
@pachinger 19 күн бұрын
No it actually doesn't make a ton of sense to use the same compression for video and static images. Video codecs usually use the information of multiple frames to be more efficient. Just thinking about P/B/I-frames, chroma subsampling, etc.
@dalhaan
@dalhaan Жыл бұрын
Tip: you can half the size of your files if you store the RGB values as raw bytes instead of characters. Each character is 1 byte long (assuming you are using a 1 byte character encoding like ASCII or UTF-8), but a hex character just represents half a byte in a human readable format. "9e", for instance, just represents the number 158 (uint8) which only takes up one byte, where storing "9e" as two characters you are using two bytes. Hex goes from 00 (0) -> FF (255), which is exactly how much a byte can hold. To do this you'll need to allocate a buffer of the number of pixels in the image times 3 (RGB per pixel = 3 bytes (1 byte for each colour) * number of pixels), then for each pixel: write a uint8 for the red value, write a uint8 for the green value, write a uint8 for the blue value. To read the file, loop over each pixel and read each byte (uint8) instead of writing.
@dalhaan
@dalhaan Жыл бұрын
If you wanted you could also add an alpha channel by just adding an extra byte after blue, this would make each pixel 4 bytes instead of 3. And now you've created the bitmap image format 🙂
@sollybunn
@sollybunn Жыл бұрын
Doesn't he do this 3m into the video
@FaceDevStuff
@FaceDevStuff Жыл бұрын
@@sollybunn I only stored the metadata (width & height) as bytes, the rest is full of hex values
@rumisbadforyou9670
@rumisbadforyou9670 Жыл бұрын
he knew that, he's being rеtагded for no reason. he's just wants to jack up the yt algorithm, thinking "one day i will be making quadrillion dollars per nanosecond by pооping out: 'i pressed a key on my keyboard' / 'i copied seven lines of code from stack overflow' type of videos, yupeee!"
@sollybunn
@sollybunn Жыл бұрын
@@FaceDevStuff that's a bruh moment (you didn't really expand on "were dealing with raw bytes now" so that's what I assumed)
@devaramed
@devaramed Ай бұрын
So this is what it feels like to be the guy who made the .webp file format
@o_q
@o_q Ай бұрын
the interlacing on this video is making me crazy
@Aeduo
@Aeduo Ай бұрын
I think that might be part of the shitpost.
@FaceDevStuff
@FaceDevStuff Ай бұрын
@@Aeduo nope, just plain stupidity on my part
@RockRemastered
@RockRemastered Ай бұрын
I was thinking the exact same. Now the real question is, does it deinterlace ?
@koppo5657
@koppo5657 Ай бұрын
@@RockRemastered probably not because youtube's VP9 compression screws with interlacing
@RockRemastered
@RockRemastered Ай бұрын
@@koppo5657 that's pretty right. Resizing is the worst thing. But downloading the h264 video would maybe work.
@jaszko2880
@jaszko2880 Ай бұрын
web✅code editor✅programing lang✅text editor✅image file format✅operating system❌
@stgigamovement
@stgigamovement Ай бұрын
What's next? A coding font? Don't know if it can have more characters than UnifontEX.
@realrunnow
@realrunnow 8 ай бұрын
1:21 delusion on a next level
@joseph_gerald
@joseph_gerald Ай бұрын
Storing raw bytes is unheard of why not use a human readable 4bit representatipn instead (hex)?
@urisinger3412
@urisinger3412 Ай бұрын
If people are gonna read your image file they will do it in a hex editor​@@joseph_gerald
@bits360wastaken
@bits360wastaken Ай бұрын
@@joseph_gerald Not sure if stupid or trolling, your not going to give an image format the ability for someone to download it to their desktop, open up notepad, and read an images letters and reconstruct it in their mind at the cost of a 10-100x file size increase. And storing raw bytes is unheard of, look at the .png and .jpg format specifications for a clue on how deep it actually goes.
@joseph_gerald
@joseph_gerald Ай бұрын
@@bits360wastaken sorry was sarcasm 🥲
@_kitaes_
@_kitaes_ Ай бұрын
@@bits360wastaken png stores compressed raw bytes
@marcels.7074
@marcels.7074 Жыл бұрын
i wanted to make a JSON image format { "meta": { "size": "69x420" }, {"pos":[1,1], "color":"696969"} .... }
@FaceDevStuff
@FaceDevStuff Жыл бұрын
sounds hella inefficient, love it!
@SIMULATAN
@SIMULATAN Жыл бұрын
Should call it "jif" for maximum confusion
@thefirstuwu8874
@thefirstuwu8874 Жыл бұрын
@@SIMULATAN can call it "Jim" - Json IMage
@bambi186
@bambi186 11 ай бұрын
Absolute madman
@mgord9518
@mgord9518 3 ай бұрын
This isn't too far off from plaintext images from the days of old like PPM. Sure, it's absurdly inefficient as far as size goes, but you can edit it with nothing but a text editor, easily understand the format just by looking at it and they're very rarely used for large images anyway
@FaZekiller-qe3uf
@FaZekiller-qe3uf Ай бұрын
"Hex" is representing the color data in base sixteen whilst "RGB" (don't include the alpha channel, it's not a fair comparison) is representing it in base 10. It's the same exact data. There's no space "reduction" if you don't bloat it by storing it in ASCII, but you figured that out. Instead of bloating the file with line breaks you can just have a small header with the height and width.
@hedgehogsch.7270
@hedgehogsch.7270 Ай бұрын
congrats! You just invented the netpbm file format 😊
@nathanpgratner2501
@nathanpgratner2501 Ай бұрын
I will be using .bruh images as the primary image type on my pc
@black360d
@black360d Ай бұрын
Same
@rka3477
@rka3477 Ай бұрын
congrats you invented .bmp
@urisinger3412
@urisinger3412 Ай бұрын
But 2x bigge
@per2632
@per2632 Жыл бұрын
3:48 hex colors don't even have transparency and you used alpha type opaque for the png, so i'm surprised it showed anything other than complete white before you put a number there.
@LambOfDemyelination
@LambOfDemyelination 29 күн бұрын
why store the hex as a literal string, a byte can be represented in one character (byte), instead you use two bytes to represent one byte??
@KryptonTR
@KryptonTR Ай бұрын
5:08 this song is a masterpiece
@kevinchandra280
@kevinchandra280 21 күн бұрын
Bro spent much hours, energies, and computer memories just for this "meme".
@artiitheworld
@artiitheworld Ай бұрын
why is this video interlaced
@lancemarchetti8673
@lancemarchetti8673 11 ай бұрын
Nice work!
@codeman99-dev
@codeman99-dev 7 ай бұрын
2:32 That's not a percentage buddy. "100% more" means to double. Starting at 3mb and then adding 100% more would be 3mb + 3mb.
@fiddleabout
@fiddleabout Ай бұрын
"buddy 🤓☝️"
@christianremboldt1557
@christianremboldt1557 Ай бұрын
You just made a worse bitmap. But I really like it. I love those indi projects
@ner0718
@ner0718 Ай бұрын
I can not state how happy it made me to hear Nine Nights by 20syl in the outtro. I really enjoyed your editing style.
@FaceDevStuff
@FaceDevStuff Ай бұрын
I love that song 😄
@cheesepop7175
@cheesepop7175 Ай бұрын
*outro
@kevenrodriguesmeirelles2241
@kevenrodriguesmeirelles2241 8 ай бұрын
you're in my top 10 Dev KZbinrs, I love your projects!!
@Potencyfunction
@Potencyfunction 7 ай бұрын
I dont understand anything from it, I belive I am not for that. My skills and preferences are other, but is always good to have an eye on what is real and in trend with others.
@Sartfla
@Sartfla 6 күн бұрын
This is actually almost exactly what I wanted.
@TheBriti-Critic
@TheBriti-Critic Ай бұрын
I was waiting for the "This video is in the .bruh format" 🥵🤧🥵
@alword
@alword 20 күн бұрын
.bruh4 video with .bruh3 sounds
@Aidan6475
@Aidan6475 Ай бұрын
why this video is 1080i?
@bob3studios
@bob3studios Ай бұрын
because vegas pro has no idea of what futureproofing is in its default settings
@sumlittleguy
@sumlittleguy Ай бұрын
You can make the image of color layers. For example: if it's just the background you determine the color of single pixel and then paste this pixel into different location instead of finding out the color of each pixel. Repeat that multiple times with doffirent colors and you get and image! It will be VERY light no matter how many pixels are there on X and Y coordinates while the image contains only 1 color.
@Ahnaf_Shariar
@Ahnaf_Shariar 24 күн бұрын
WOW, we are getting .bruh image file format before GTA 6.
@slavatar1337
@slavatar1337 17 сағат бұрын
blazingly fast file format
@xFifaEuro271
@xFifaEuro271 Ай бұрын
man i love this video.Bruh
@henryisproductive
@henryisproductive Ай бұрын
subscribed 👍🏻 you are amazing good quality creator
@user-em9ym5tq4j
@user-em9ym5tq4j Ай бұрын
you can use regedit ti automatically set how it opens, what icon it has and add it to `right click>new` menu
@henrispriet9812
@henrispriet9812 17 күн бұрын
Instead of making an image compression format, bro made an image expansion format
@JDoawp
@JDoawp Ай бұрын
Sooo, a ppm file but with hex instead of RGB? :p
@thefirstuwu8874
@thefirstuwu8874 Жыл бұрын
1:22 I'm not an expert, but one byte should be able to give 256 unique combinations, as it has 8 bits and one bit has 2 states - 2 combinations ^ 8 bits = 256, we even have a place for zero. (an int value usually weights 2-4 bytes, but I don't think we need its extra functionality for storing a number from 0 to 255). HEX uses 6 characters - each character is 1 byte, so 1 * 6 = 6. I think you can do both methods equivalent in bytes, but RGB is more intuitive. Edit: Oh, everyone already commented about this :p
@maxamillanman9050
@maxamillanman9050 Ай бұрын
Low-key you explained better than my Prof tho
@MePeterNicholls
@MePeterNicholls 29 күн бұрын
“I’m not an expert…” but does this
@poka26ev2
@poka26ev2 Ай бұрын
This reminds me of the .stalin image I created 3 months ago to send sus photos in case the group chat gets leaked
@Gardener-AI
@Gardener-AI Ай бұрын
This is somehow so captivating
@Trayfellow
@Trayfellow Ай бұрын
Close enough, welcome back carykh
@katamari_
@katamari_ Ай бұрын
thank you for defeating the monstrosity that is webp files
@m4rt_
@m4rt_ 21 күн бұрын
situation: there are 10 competing formats solution: lets create a new one to replace the old ones. new situation: there are 11 competing formats (Heavily based on an XKCD comic)
@notkeehan
@notkeehan 21 күн бұрын
Beautifully chaotic
@angelocore
@angelocore 9 ай бұрын
Yo you can try to convert the hex back to binary instead writing it as text, it will make the file size less for sure
@kibbewater
@kibbewater 10 күн бұрын
Every channel in RGBA are only a byte long. You could fit an entire pixel in the space required for an int. Using string for for the color will double the size for each pixel
@Serioushall_theorist
@Serioushall_theorist Ай бұрын
normal people: png is good FaceDev fans: .Bruh files
@SKIENCE-X9SCP
@SKIENCE-X9SCP Ай бұрын
the disguised file formats are relatable
@SirMato
@SirMato Ай бұрын
3:21 interesting background song choice
@Oinky-o6e
@Oinky-o6e 25 күн бұрын
your vids inspire me
@fahrulrputra2589
@fahrulrputra2589 22 күн бұрын
Ah yes, smartest rust programmer
@MaxCE
@MaxCE 28 күн бұрын
i always had an idea to detect text and store the characters used like as a font. then it would only store the position of the text. this would be useful for text over detailed backgrounds.
@markcharukit9344
@markcharukit9344 Ай бұрын
I gonna use your format from now on
@AlanBurr25
@AlanBurr25 Ай бұрын
bro reinvented the bitmap image lmao
@HighFidelityFox
@HighFidelityFox 20 күн бұрын
this is literally the XKCD comic about standards 😂
@HjRobins
@HjRobins Ай бұрын
how'd you export this as interlaced? in this year?
@RealUniCat
@RealUniCat Ай бұрын
that's EXACTLY what i wanted to do, except in javascript but i gave up because it's too hard and i wanted to do this in the current year 2024
@stgigamovement
@stgigamovement Ай бұрын
BWTC32Key is a homemade file compression program with custom format written in Javascript.
@RealUniCat
@RealUniCat Ай бұрын
@polonezzz stalker go away
@RealUniCat
@RealUniCat Ай бұрын
@polonezzz I know
@PlatonAltei
@PlatonAltei Ай бұрын
You are a genius
@luisnelson
@luisnelson Ай бұрын
how do you convert the .png files to .bruh files
@maddsua
@maddsua 15 күн бұрын
bro reinvented bmp but with extra steps
@guppy13
@guppy13 Ай бұрын
this certainly is a bruh moment
@Manticore_27
@Manticore_27 22 күн бұрын
this is genius , evil , but genius , you can troll your friends to think the got a virus with one image☠
@peterweston6588
@peterweston6588 7 күн бұрын
If you are storing the hex in ascii, you can zip it like any text file.
@deventerprises2640
@deventerprises2640 Ай бұрын
I think the issue with the tremendously high file sizes maybe because you are storing the ascii representation of the hex codes where in fact you can store hex codes as raw binary in the .Brun file
@candybluebird
@candybluebird Ай бұрын
this dealt psychic damage :
@infiteri6030
@infiteri6030 8 ай бұрын
When i did this, i turned an png from 250kb to 10mb, the png took 1.2 s to load, the custom imagr took bout 0.02s. Nice
@Robbiefrfr
@Robbiefrfr Жыл бұрын
I’m using it stonks 📈
@GameJam230
@GameJam230 Ай бұрын
If I go to download transparent pngs and find a load of files that are just bruh files pretending to be pngs then I'm actually going to riot. *You did this.*
Ай бұрын
how does this video have interlacing aberration?
@Papasot
@Papasot Ай бұрын
What a legend
@supercrazy50000
@supercrazy50000 Ай бұрын
your conversion algo can be useful to show images on oled displays
@影-銀
@影-銀 Жыл бұрын
cool
@thedinobros1218
@thedinobros1218 Ай бұрын
Thanks! Now, I need to make a color format like hex but with 4 digits. First and second are oranges, third and fourth are greens. After that, I can make an image format that uses it called .ttp (two toned picture)
@guigazalu
@guigazalu Ай бұрын
What if you used the first 2 for {how dark}, 1 for {orangeness} and 1 for {greeness}? You c'd call it YUV: Yet another UV format!
@randospawn7495
@randospawn7495 12 күн бұрын
You can say probably update the file format by telling it that if multiple pixels in a row are the same color that they could be simplified to the amount and then the pixel data, otherwise just the pixel data.
@superyang
@superyang Жыл бұрын
🔥
@insane.braindamage
@insane.braindamage Ай бұрын
i think the worst time of image file formats when you try to save them is "webm" or "webp"
@ebselectronics
@ebselectronics Ай бұрын
Definitely using .bruh from now on
@MaurOwO
@MaurOwO Ай бұрын
imagine hiding images in the bruh format is s very goood idea
@Tuntor689
@Tuntor689 Ай бұрын
hey i’ll take it over .webp
@miwubunz
@miwubunz Жыл бұрын
damn
@chickenmanfy
@chickenmanfy Ай бұрын
"I made my own operating system in Rust" is coming eventually
@ErCapoAlex
@ErCapoAlex 18 күн бұрын
It’s also compression (ok both are compressed but differently)
@2Deep.
@2Deep. Ай бұрын
We should make it more better.
@glintcoretheprotogen
@glintcoretheprotogen Ай бұрын
i want you to make this more efficient than pngs so we can take over internet
@justinnamilee
@justinnamilee 2 күн бұрын
Nice.
@stgigamovement
@stgigamovement Ай бұрын
BWTC32Key is a homemade compression format.
@ChokeOnVR
@ChokeOnVR Ай бұрын
as a unity developer .jfif is my 1# opp when importing textures
@destre3
@destre3 Ай бұрын
how did you export with interlacing i wanna do that
@nooneinpart
@nooneinpart Ай бұрын
Go to the project settings and switch from progressive to interlaced at 30 or 25fps. Make sure when you export that the file is flagged as progressive or else KZbin will deinterlace it and instead of interlace patterns you just get progressive video with stair-step patterns.
@NanI-vr2ij
@NanI-vr2ij Ай бұрын
I bet you will make an entire OS haha
@srijanraghavula
@srijanraghavula Ай бұрын
Facedev, i love to learn this stuff that's not easily found online, cuz i have to use them. But i do not know where to look. If you reply to comments, can you tell where to look for?
@grady631
@grady631 4 ай бұрын
I did this once, but it had a really low color amount, probably around 8 colors, a locked really low resolution, and would have to be decoded by hand (it was binary numbers in .txt. REALLY inflexible format)
@Wilsons-World
@Wilsons-World Ай бұрын
Interlaced! This looks great on my HD Trinitron.
@superlavahair1536
@superlavahair1536 Ай бұрын
they make hd crt tvs?
@Wilsons-World
@Wilsons-World Ай бұрын
@@superlavahair1536 Yes! They're also 16:9. My set has HDMI.
@koppo5657
@koppo5657 Ай бұрын
i don't think so cuz youtube's compression fucks with interlacing artifacts
@Wilsons-World
@Wilsons-World Ай бұрын
@@koppo5657 Good point. If s are blocking together 2 or more lines, that could totally ruin it.
@Perykrusher
@Perykrusher Ай бұрын
3:21 18 naked scripters in the formats at file ranch
@gold4668
@gold4668 Ай бұрын
3:24 OH MAN NOT RAM RANCH 💀
@nooneinpart
@nooneinpart Ай бұрын
EIGHTEEN NAKED COWBOYS IN THE SHOWERS AT RAM RANCH
@Gatocsito
@Gatocsito Ай бұрын
Next video:i made my own planet
@Scudmaster11
@Scudmaster11 15 күн бұрын
Im ganna be making my own image format because i can
I made my own Web
15:43
FaceDev
Рет қаралды 483 М.
I Made an AI with just Redstone!
17:23
mattbatwings
Рет қаралды 879 М.
Smart Sigma Kid #funny #sigma #memes
00:26
CRAZY GREAPA
Рет қаралды 9 МЛН
Smart Sigma Kid #funny #sigma #comedy
00:40
CRAZY GREAPA
Рет қаралды 34 МЛН
Каха заблудился в горах
00:57
К-Media
Рет қаралды 10 МЛН
What is the Smallest Possible .EXE?
17:57
Inkbox
Рет қаралды 341 М.
I Used Code to Go Viral on Social Media
8:54
Green Code
Рет қаралды 193 М.
I coded WATER PHYSICS using SCRATCH!
8:01
Holmesanator
Рет қаралды 24 М.
How Hackers Bypass Kernel Anti Cheat
19:38
Ryscu
Рет қаралды 625 М.
How Do Hackers Crack ANY Software
5:54
CyberFlow
Рет қаралды 273 М.
Are You Using the WRONG Image Format?
16:20
ThioJoe
Рет қаралды 763 М.
I made my own Text Editor (in Rust)
8:16
FaceDev
Рет қаралды 104 М.
The Art of Linux CLIs
8:35
Mults
Рет қаралды 158 М.
The Linux Experience
31:00
Bog
Рет қаралды 727 М.
I made Reddit in Discord
8:04
FaceDev
Рет қаралды 10 М.
😇 or 🔥 ? #shorts
0:43
A4
Рет қаралды 6 МЛН