@@poleve5409 there's a meme that linux users have to compile their browser from scratch to use it, usually made by windows users that have hardly touched Linux
This makes me sad because I never really learned Lua but have had a lot of experience with JavaScript, so having to learn an entirely new language that is completely different from the one I'm so used to is kinda depressing. Not hating on Lua or anything, I'm also a fan of how Lua is much more optimized than most interpreted/JIT languages like JS, just saying that it would be difficult to learn it when there's (seemingly) not as large of a learning community around it from what limited research I've done
YAY IVE BEEN A RBOLOX GAME DEV AND I HAVE A LOT OF EXPERIENCE WITH LUAU! :D luau is just lua but a little bit different there isnt a much of a difference
@@SpringySpring04 It's not hard to learn. The documentation isn't _great_ (it's more of a syntactic reference), but the language is so small that it can be mastered within a week _at most_ and, on average, a day or two. It's also not "completely different" from JS. They're quite similar. It's dynamically typed, it has objects and arrays (tables), it has methods on objects, it has classes, it has lambdas (anonymous functions), it has top-level statements, it has "require," it's garbage-collected, etc. The biggest differences come from syntax. Oh, and metatables (but that's basically just operator overloading) and coroutines (but those are just generator functions with a few less restrictions)
Is it luaJIT(just in time compiled lua) or plain old normal lua? If it's luajit that's pretty based and would actually get me interested in making stuff for it since luajit is faster than normal lua since the code doesn't have to be reinterpreted every time it executes, it only has to be interpreted once then it can run the cached code after that which speeds things up a lot
Gemini and other "small web" protocols are neat, it's like exploring a small town where you have the locals telling you where to find all the interesting places and stuff.
@@jearshi remember we had our local isp directory with all the boards and forums and stuff, good times haha i still talk to a couple of friends i've met on one of the forums back then! It was fun and special
I highly doubt anything short of magic could prevent ads from being shown. Ads are just content and can therefore always be included. I could include an ad in this TH-cam comment and nothing except for spam detection or manual flagging could stop me.
Xanadu sure was a way of rethinking how the web was supposed to be: An interconnected _web_ of information allowing users to organize their own connections locally, no 3rd party intervention/algos.
>GTK can run in Windows >me: I know it can, but really? I've heard people talking about it not being good for multi-platform, nvm that GTK these days are pretty much built for GNOME only... >Gets to the Windows fixing sequence >me: Ah...
@@charliekahn4205? Why would you compile GTK on Linux? Every distro comes with it by default. Even if not, it's automatically pulled as dependency whether you use apt, dnf, pacman, flatpak, snap, ot nix package managers.
@@charliekahn4205 why would you compile GTK library? It's there by default for most distros, and any package managers could handle pulling them as dependency.
just to clarify for the commonjs website, it's not making fun of js. Commonjs is not even a part of js but rather a hacky abomination added on top of js to make it work inside Node. JS devs also hate commonjs and everybody is slowly migrating to es modules.
Which is funny, because just think about how long and complex was the web to create, with very resilient and well though out protocols, which were able to survive the crazy growth of the internet, just for it all to be ruined by javascript lol
@@no_name4796How JS ruined the web? If it was such a disappointment, it wouldn't be integrated by every browser. I love JS for it's simplicity. Easy to learn, easy to build anything with JS, that works on any device without the need for the user to do anything else besides opening a web browser
@@abdullahenaya GTK uses XML and CSS for all organization. So the parser is already there, complete with a set of default objects that you can translate HTML as.
It's pretty cool. I've been working on my own version of this for a while now. Difference with mine is: 1. No JS or Lua. I'm building my own language and runtime. 2. No CSS 3. No HTML In fact, I'm building a gui framework for this browser in my language. I'm adding dev tools and such. Minimal dependencies. Oh, and the browser is written in the same language as the websites. The compiler targets native code as well as the runtime.
I love how you used Lua! I’m a lua programmer myself and I love it when lua is used in projects outside of just Roblox where it’s most known and really.. what I do to… Lua is so underrated
Factorio was also written in Lua, on top of a C++ in house engine if i recall. It was done this way so they could do low level optimizations in C++ and write the main game as a mod for it. You can even see it in the mod menu! This also let them test out the modding api first hand.
@@mrowlsssThought ids were first implemented for linking directly to a single part of a singular web page so when someone clicks the link they go directly to the linked element, this is almost certainly true since html+ the first public spec was introduced in 1993 and javascript didn't come about till 95, It also was a integral part of html forms as well for linking elements to a button to submit a request
@@mrowlsssThis is not the only use of IDs, they have a specific use in CSS, and we also have the dot on classes because you need to distinguish between tags and classes too
I think making a "verified" system for unironically good websites, or being able to like or dislike would encourage web-making by rewarding them, and it would be easier for users to find fun stuff and enjoy
That would be nice for a reputation based search engine. Lovely site? Many likes puts it on the first page. Ads galore and a underlying scam? Get disliked into oblivion.
Honestly GTK running on windows is like updating system packages on arch without breaking things: purely theoretical. I can tell you as a windows dev porting stuff from our world to linux is basically the same experience just in reverse 😂 (you let users change your application dependencies and SHARE LIBRARIES SYSTEMWIDE WHICH CAN BE CHANGED? Are you mental?) It's really this huge philosophical difference in how libraries should be treated that really drives us each other nuts, everything else is so portable these days
GTK is my goto ui framework an an end user, because my first distro was Ubuntu but I was too young to understand *NIX. 1/2 Yrs ago I went to Mint, from which I jumped to arch and stuck w/ GTK. As such, I refuse to acknowledge the flaws of GTK+3, but GTK4 is stupid @@no_name4796
if you don't need to put a dot in CSS to select a class, how do you select a tag? in regular CSS, '.div' would apply to any element with the class 'div', but 'div' would apply to any div.
*New JS Frameworks and New databases being released everytime anyone breaths Major Rust rewrites, with a f**k**g Internet Rewrite: Fear me, dear me and suffer for me
If you're thinking about reacting to this, you could also do one about a Dylan Beattie talk (The Web That Never Was) that proposes something even more radical: I couldn't stop thinking about it whilst watching this video. Dylan presented it in an enrapturing fashion, and the changes made to HTML + Hyperlisp was mind-blowing ❤ (reposting because the previous comment was apparently deleted?)
Not gonna lie you have a lot of really cool ideas in here the simplifications to your lua code and css are great and this is a great idea, love the video man!
@@sw3aterCS_ i think he was referring to just selecting an html element without using classes, like you can do "p" in regular CSS to select all paragraphs on the page, which you can't do in the browser he made
Not only the nerve system is annoying, but there's also a ton of problems with CSS and HTML, that you only begin to uncover after you've wasted couple years of your life actively doing web development Also Lua itself is plenty annoying. I mean, what's up with mashing tables and arrays into single thing, and then sprinkling it all with a ton of null-handling corner-cases?
@@chri-k I like that Lua is simple. Until when it isn't. Meanwhile JS is just Lua++ in my eyes. Overcomplicated deprecated badly-designed mess. And hence it's in my plans to make a replacement for the two, as a part of my hobby megaproject. Yeah, my ways of having fun are highly questionable
@@FirstYokai He made a small web infrastructure for fun. I poked at languages with bad design choices for fun You're the only one here who's making it all serious by bringing a grumpy attitude in
as someone who does websites, a lot of the changes feel like an absolute "fuck you" lmao so many unnecessary axing of features that were genuinely useful
yeah, especially for fetch. Not having threading as well as not letting you just put in the url as one argument and everything just working out kinda hurt ngl. Also also apparently he used rc a lot even though apparently there isn't really any overhead for using arc.
As an experienced programmer, I can confirm we start wars with the linker and compiler more than you could ever imagine. We may win a battle but that's only part of the war.
Slight self promotion, there's gtk4-cross, which is a Docker container for cross-platform compiling and packaging a GTK4 application for Windows (from any platform). I made it because I had to cross-compile for Windows at work and it was always a hassle.
Hey! I've actually tried it, didn't work out for me since I was too stupid to fix a lld linker error of some sort, most likely my bad there. Great project though! 🙂
@FaceDevStuff I'm sorry to hear about it not working. I've had some issues with updating the Linux distro underneath, as some newer package versions seem to be clashing with what the compiler expects. I hope I find some time to sort it out.
It's great. The search engine could be improved with a function to get a list of 10 random sites because of the sheer amount of sites already available, I just couldn't find anything.
CSS has a heck-ton of selectors, not just `class` and `id`. `.p { ... }` selects an element with `class="p"`, whilst `p { ... }` selects all -elements. I guess only class-selectors are supported here 😅
To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/FaceDev. You’ll also get 20% off an annual premium subscription.
mk
Ty jsi Čech???
chat.yap
Windows ❤
BROOOO noway i was just thinking about doing this!
congratulations, you ported the "linux users compiling a web browser" meme to windows
yes.
and the fact that it's just easier to compile shite on linux
Fr
I don't understand this comment. Someone explain the joke please
@@poleve5409 there's a meme that linux users have to compile their browser from scratch to use it, usually made by windows users that have hardly touched Linux
So basically you made Internet 1.0 web browser just slightly more refined.
_(FREAKING BEAUTIFUL!)_
stop smoking @@NataliaNovak-me5ph
@@NataliaNovak-me5ph average chatgpt youtube bot
926 likes and no comments? yeah, yeah, "ima fix tha-" SHUT UP
= horizontal rule
oooooh that's right, the
---------------------------------------
rule
Rule like ruler?
@@Ginto_O That's right! They both refer to a straight line (a ruler being a tool that makes such straight line)
i thought it was HoRozontal line or smth
@@vinapocalypse oh that's cool, I never knew that. That explains why the Russian word for "tape measure" is "ruletka"
That windows development sequence really is peak.
for doing that I just install Linux😂😂😂
I have literally the same process
Wsl+xming is a weird life cheat combination.
The only way to get better is normally installing linux like a normal programmer...
100% realistic btw
That's funny because it looks very similar to my experience on Linux... lol
ah yes two confused men doing confusing stuff confusing even more confused people
....what?
"Every website is written in HTML, CSS, and Ja.. Lua" I went from 🧐 to 🥳🥳🥳🥳
This makes me sad because I never really learned Lua but have had a lot of experience with JavaScript, so having to learn an entirely new language that is completely different from the one I'm so used to is kinda depressing. Not hating on Lua or anything, I'm also a fan of how Lua is much more optimized than most interpreted/JIT languages like JS, just saying that it would be difficult to learn it when there's (seemingly) not as large of a learning community around it from what limited research I've done
YAY IVE BEEN A RBOLOX GAME DEV AND I HAVE A LOT OF EXPERIENCE WITH LUAU! :D luau is just lua but a little bit different there isnt a much of a difference
@@SpringySpring04 It's not hard to learn. The documentation isn't _great_ (it's more of a syntactic reference), but the language is so small that it can be mastered within a week _at most_ and, on average, a day or two. It's also not "completely different" from JS. They're quite similar.
It's dynamically typed, it has objects and arrays (tables), it has methods on objects, it has classes, it has lambdas (anonymous functions), it has top-level statements, it has "require," it's garbage-collected, etc.
The biggest differences come from syntax. Oh, and metatables (but that's basically just operator overloading) and coroutines (but those are just generator functions with a few less restrictions)
Everything that can be written in -JavaScript- Lua, will eventually be written in Lua
Is it luaJIT(just in time compiled lua) or plain old normal lua? If it's luajit that's pretty based and would actually get me interested in making stuff for it since luajit is faster than normal lua since the code doesn't have to be reinterpreted every time it executes, it only has to be interpreted once then it can run the cached code after that which speeds things up a lot
Finna play GTA6 on Bussindows 10
Grand Fanum Tax Auto 6 💀
@@alexanderbuchler4048 stop existing bro
Fr@@alexanderbuchler4048
@@alexanderbuchler4048gyat fanum tax
lmao 💀
Next FaceDev: This is Bussin OS. This is My Operation System for everyone my community 😄
I mean. I genuinely would not be surprised. If you just want basic like windows 3 stuff it's actually not all that complicated.
I mean, making a Linux distribution is pretty easy, if you know what you are doing (which takes like 2 days to learn).
@@xandermckay9806 just repackage arch with your own package repo
@@xandermckay9806 Even if you make it from scratch on the kernel? What if he makes an independent OS from linux?
@@xandermckay9806he's saying OS, not a distro. Look how difficult it was to create TempleOS from scratch :)
bro is on a mission to remake everything
I made my own universe
* in rust
Missed opportunity to include support for Bussin X lmao
Yeah i thought about it too
stands for "horizontal rule" because old people call lines "Rules" and HTML is old
2:14 "horizontal rule" but most of time I just remember the "horizontal" part :B
to me, i just through it was "HoRizontal" lol
Horizontal Row
@@TriflingToad It's rule.
@@TriflingToad its rule but it doesnt matter how u remember it ig
@@Communist-Doge oh yeah I know it's technically incorrect, it just makes more sense to me that way
hey, thats me. 11:35
And yes I have both 12 wheels of cheese and 12 playstations :)
Wow
Gemini and other "small web" protocols are neat, it's like exploring a small town where you have the locals telling you where to find all the interesting places and stuff.
that's what the internet was like in the early days...the good ol' days
i was making a small web protocol, those are really fun :3
@@jearshi remember we had our local isp directory with all the boards and forums and stuff, good times haha i still talk to a couple of friends i've met on one of the forums back then! It was fun and special
Ok furry
@@GeneralKenobi69420 ok redditor
For anyone interested in another protocol, the Gemini protocol also exists. It's not possible to have advertisements by design there.
THX SO MUCH FOR THIS!!! I'm reading their entire FAQ!
I highly doubt anything short of magic could prevent ads from being shown. Ads are just content and can therefore always be included. I could include an ad in this TH-cam comment and nothing except for spam detection or manual flagging could stop me.
"It's not possible to have advertisements by design there" LMAO
@@TheStiepen Lets be real, we all know what they really meant
@@shmeboptop no, I honestly don't.
netscape isn't short for net escape. Scape in this sense means "A specific type of space" Like RuneScape. So it's net land or net space.
@ClayMurray8 - Yep. It's like "landscape". A landscape for the 'net.
you fool its run escape
Xanadu sure was a way of rethinking how the web was supposed to be:
An interconnected _web_ of information allowing users to organize their own connections locally, no 3rd party intervention/algos.
>GTK can run in Windows
>me: I know it can, but really? I've heard people talking about it not being good for multi-platform, nvm that GTK these days are pretty much built for GNOME only...
>Gets to the Windows fixing sequence
>me: Ah...
With Windows, at least the issue is only on the developer end and the user doesn't have to compile the GTK library with tools they don't have
@@charliekahn4205? Why would you compile GTK on Linux? Every distro comes with it by default. Even if not, it's automatically pulled as dependency whether you use apt, dnf, pacman, flatpak, snap, ot nix package managers.
@@charliekahn4205 why would you compile GTK library? It's there by default for most distros, and any package managers could handle pulling them as dependency.
i like how everyone is blaming it on windows even though gtk sucks on linux as well, and other frameworks like flutter work flawlessly on windows
stands for "horizontar rine" (or "horizontal line" without the anime accent)
🇯🇵🥷
horizanturu rainu
It’s “Horizontal bReak” or “Horizontal Ruler”
just to clarify for the commonjs website, it's not making fun of js. Commonjs is not even a part of js but rather a hacky abomination added on top of js to make it work inside Node. JS devs also hate commonjs and everybody is slowly migrating to es modules.
I'd tackle the problem at the source and just switch to a better language 💆♂️
@@SpookySnek9 if only everybody agreed to this......
@@SpookySnek9 Or just actually understand JS
@@ShibbolethU the more you understand it, the more you understand why it's just not a very good language
Now I understand how Javascript was made in 10 days.
Which is funny, because just think about how long and complex was the web to create, with very resilient and well though out protocols, which were able to survive the crazy growth of the internet, just for it all to be ruined by javascript lol
@@no_name4796 to be fair js was never ment as something permanent, but if it doesnt work why fix it?
wait....
@@no_name4796javascript doesn't ruin the Internet bro?
@@no_name4796 saying js ruined the web is like saying the discovery of nuclear fission destroyed hiroshima
@@no_name4796How JS ruined the web? If it was such a disappointment, it wouldn't be integrated by every browser. I love JS for it's simplicity. Easy to learn, easy to build anything with JS, that works on any device without the need for the user to do anything else besides opening a web browser
1. You can think of div as a parent of some children.
2. Pretty sure hr stands for horizontal rule.
WONG! HR stands for HORIZONTAR RINEBREAK!
hr stands for human resources dude
Div is a container
You can think of div as something juniors reach for cause they don't know semantic HTML.
Leaving out the dot before a css class makes it modify every tag of that type(e.g. h1)
bro he coded the damn thing😭
@@luis_mz08 he didn't code the css parser
@@undefinedchannel9916 did he not?
@@abdullahenayaGTK seems to ship w/ a GTK-powered theming engine. Very useful on Linux
@@abdullahenaya GTK uses XML and CSS for all organization. So the parser is already there, complete with a set of default objects that you can translate HTML as.
It's pretty cool. I've been working on my own version of this for a while now.
Difference with mine is:
1. No JS or Lua. I'm building my own language and runtime.
2. No CSS
3. No HTML
In fact, I'm building a gui framework for this browser in my language.
I'm adding dev tools and such.
Minimal dependencies.
Oh, and the browser is written in the same language as the websites. The compiler targets native code as well as the runtime.
ID tags are actually very useful if you want to link to a specific part of a webpage and not just the top of the page
I love how you used Lua! I’m a lua programmer myself and I love it when lua is used in projects outside of just Roblox where it’s most known and really.. what I do to… Lua is so underrated
Ohh boy imagine making your own mmorpg 2d with ready engine that works with lua.
The forgotten server github.
Enjoy
Factorio was also written in Lua, on top of a C++ in house engine if i recall. It was done this way so they could do low level optimizations in C++ and write the main game as a mod for it. You can even see it in the mod menu! This also let them test out the modding api first hand.
Hey, lua is used for neovim, btw!
Which was how i learnt lua (luajit, actually)
@@no_name4796 really? i didnt know that!
Most Doom source ports have a BLua API for some reason
2:45 "Why do you need IDs when you already have classes?"
What lol
IDs are for labeling elements to be used in javascript.
Classes are used specifically for css, but you can also use JavaScript ids in css
and you cant use tag name selector??
@@mrowlsssThought ids were first implemented for linking directly to a single part of a singular web page so when someone clicks the link they go directly to the linked element, this is almost certainly true since html+ the first public spec was introduced in 1993 and javascript didn't come about till 95,
It also was a integral part of html forms as well for linking elements to a button to submit a request
@@mrowlsssThis is not the only use of IDs, they have a specific use in CSS, and we also have the dot on classes because you need to distinguish between tags and classes too
ID is just class that only appears once with syntactic sugar.
We reinvented the web before GTA 6
I think making a "verified" system for unironically good websites, or being able to like or dislike would encourage web-making by rewarding them, and it would be easier for users to find fun stuff and enjoy
this sounds like neocities
That would be nice for a reputation based search engine. Lovely site? Many likes puts it on the first page. Ads galore and a underlying scam? Get disliked into oblivion.
yeah but if it got any bigger youd need really good moderation but a discovery page for a browser like this is pretty interesting
7:56 this doesnt look that sketchy. I would probably trust this more then something that looks very modern while also being basic
Honestly GTK running on windows is like updating system packages on arch without breaking things: purely theoretical.
I can tell you as a windows dev porting stuff from our world to linux is basically the same experience just in reverse 😂 (you let users change your application dependencies and SHARE LIBRARIES SYSTEMWIDE WHICH CAN BE CHANGED? Are you mental?)
It's really this huge philosophical difference in how libraries should be treated that really drives us each other nuts, everything else is so portable these days
I mean, gtk sucks also on linux on any DE which isn't gnome, although just from a style POV
Btw, wait what? You can fucking change systemwide libraries on windows?
Shesh!
How the fuck is windows the most used OS?
GTK is my goto ui framework an an end user, because my first distro was Ubuntu but I was too young to understand *NIX. 1/2 Yrs ago I went to Mint, from which I jumped to arch and stuck w/ GTK. As such, I refuse to acknowledge the flaws of GTK+3, but GTK4 is stupid @@no_name4796
or you can just use flutter like a normal person. Or tauri if you're really adamant on using the abomination called rust
now create your own submarine cables and now you have the real Web2.0
send star likns to space to make it accessible anywhere
if you don't need to put a dot in CSS to select a class, how do you select a tag? in regular CSS, '.div' would apply to any element with the class 'div', but 'div' would apply to any div.
this is skibidi logic okay chill
@@21stWallStreetwhat?
I was thinking the same thing…
I wondered the same thing too.
(I've worked with CSS quite a lot on my own website that I write without any tools past FTP and a text editor)
just don’t make a “div” class, why the f you doin that anyway
is horizontal rule. Gtk does support scaling in the CSS.
Next FaceDev: I coded an entirely new universe where everything starts with "Buss".
this guy is so cool "i just built my own web protocol yeah what about it"
at 5:21 he discovers why javascript isn't completely obsolete. because by design, JS seldom blocks the UI while waiting on IO
*New JS Frameworks and New databases being released everytime anyone breaths
Major Rust rewrites, with a f**k**g Internet Rewrite: Fear me, dear me and suffer for me
the rust rewrites in question: barely functional MVP hobby projects
0:28 "Except the nervous system is very annoying" Bro could not be more relatable 💀
7:36 italy mentionatedddd
is horizontal rule I believe. Great video!
10:21 Czechia Mentioned
Fun fact, actually stands for "horizontal rule"
Forget Web3, it's time for Web4!
I’m 15 seconds in and I’m in love. Can I react to this for a video?
If you're thinking about reacting to this, you could also do one about a Dylan Beattie talk (The Web That Never Was) that proposes something even more radical: I couldn't stop thinking about it whilst watching this video.
Dylan presented it in an enrapturing fashion, and the changes made to HTML + Hyperlisp was mind-blowing ❤
(reposting because the previous comment was apparently deleted?)
Sponsorship ends at 4:39
I love that at 8:52 you use https for your thing that is supposed to replace https
I love how this fixes 0% of the issues we're currently facing on the web, and reverts 200% of the progress we've made :3
don't see a problem, it doesn't affect main web and made just for fun
True... we need a new web, not the old one
Cool side project to slam on a resume but leaving out IDs and no mention of screenreader support among other wcag thing make it not a viable product
Not gonna lie you have a lot of really cool ideas in here the simplifications to your lua code and css are great and this is a great idea, love the video man!
How am I supposed to select classes that have the same name as elements?
Why would you name a class the same as an element?
@@sw3aterCS_ i think he was referring to just selecting an html element without using classes, like you can do "p" in regular CSS to select all paragraphs on the page, which you can't do in the browser he made
You should call the engine sneeze, lmao
good one
Yea, this is gonna blow up. Great work buddy, truly bussing
2:14 HR stands for the Thematic Break element, better known as the Horizontal Rule element...
Not only the nerve system is annoying, but there's also a ton of problems with CSS and HTML, that you only begin to uncover after you've wasted couple years of your life actively doing web development
Also Lua itself is plenty annoying. I mean, what's up with mashing tables and arrays into single thing, and then sprinkling it all with a ton of null-handling corner-cases?
Lua might be more annoying than JS from the correct angle
Stop taking it seriously. This is a funny video and not a whitepaper for Internet 4.0
@@chri-k I like that Lua is simple. Until when it isn't.
Meanwhile JS is just Lua++ in my eyes. Overcomplicated deprecated badly-designed mess.
And hence it's in my plans to make a replacement for the two, as a part of my hobby megaproject. Yeah, my ways of having fun are highly questionable
@@FirstYokai He made a small web infrastructure for fun. I poked at languages with bad design choices for fun
You're the only one here who's making it all serious by bringing a grumpy attitude in
@@tempname8263 Megaprojects are a completely normal way to have fun.
I can't hear the background music without thinking of the song Jort Storm
as someone who does websites, a lot of the changes feel like an absolute "fuck you" lmao
so many unnecessary axing of features that were genuinely useful
Yeah, I agree.
yeah, especially for fetch. Not having threading as well as not letting you just put in the url as one argument and everything just working out kinda hurt ngl. Also also apparently he used rc a lot even though apparently there isn't really any overhead for using arc.
You make a browser. Oh wait you do websites.
im hoping this was only satire or a funny hobby project and that he isn't serious about making a "new web"
LOL that windows section is the best ad for rust I've ever seen
for rust?
@@okie9025 all that windows linker compiler stuff is solved for rust, that's a c/c++ issue
you need IDs because they allow you to link to a certain element in the URL.
I wanted to do this for a long time. Nice to see someone had the exact same idea
Love this video! Hate that I am too lazy for fun stuff besides work
Babe wake up gen-z Internet just dropped
Bro won the "build the most complex useless thing" competition
You will like „harder drives“ by Tom7 (suckerpinch on TH-cam)
hr = horizontal rule
development on windows is super hard, I can never get gtk to work on windows
3:08 JORT STORM
Brings a tear too my eye.
Let him cook
As an experienced programmer, I can confirm we start wars with the linker and compiler more than you could ever imagine. We may win a battle but that's only part of the war.
I have some questions:
1. Do you support WebGl?
2. HTTP ref links in the head tag?
3. Center tag? Need it for all my websites.
1. No
2. yes
3. No, just align-items: center
@@FaceDevStuff Can you add WebGl? My website relies on WebGl?
Slight self promotion, there's gtk4-cross, which is a Docker container for cross-platform compiling and packaging a GTK4 application for Windows (from any platform). I made it because I had to cross-compile for Windows at work and it was always a hassle.
Hey! I've actually tried it, didn't work out for me since I was too stupid to fix a lld linker error of some sort, most likely my bad there. Great project though! 🙂
@FaceDevStuff I'm sorry to hear about it not working. I've had some issues with updating the Linux distro underneath, as some newer package versions seem to be clashing with what the compiler expects.
I hope I find some time to sort it out.
where's the flatpak version? '-'
I can't believe you worked so hard to get the thing to work on Windows.
0:07 Every website is roblox, life IS ROBLOX, EVERYTHING IS ROBLOX, YOU ARE ROBLOX
omg thx for adding lua finally i have the will to live-
5:20 coroutines can solve this problem (doesn’t add multi threading)
as a lua mainer, hell yeah I stand with buss
Roblox player
@@ziphy_6471 hell yeah
lua mainer
i’m sorry for your loss
7:45 "It still wants DLL's!"🤣. So relatable!
Bro... why'd you doxx me 😭😭
stands for "horizontal rule"
Okay now port it to Android
WE REALLY REALLY NEED THAT
why did you pick lua? lua has the exact same problems javascript does only lua has less tooling and ecosystem than javascript
Cuz it's a good language
L take, just use whatever ur good at if ur skills come from the language ur not a good engineer
Lua is notoriously easy to be a language that embeds well in other programs
@@kiikoh I'd have picked WASM if the goal was an embeddable language
@@danieltoth714 how will you become a good engineer and learn new skills if you only stick to what you're good at?
stands for horizontal rule. Think of a ruler
ok, time to start finding the most efficient way to ddos this
It's great. The search engine could be improved with a function to get a list of 10 random sites because of the sheer amount of sites already available, I just couldn't find anything.
Imagine preferring Lua over JS
Nothing beats a slav accent with rust code
This looks too Complicated
it really isn't
0:07 you got me broooo 🤣🤣🤣
Goddamn you just threw all my web scraping abilities to the trash
2:53 dot goes before class name to differentiate it from rules for tags (button/div/p/body/...), not for ids. Ids prefixed with #
2:46 Ids are meant to be unique on the entire page, classes are meant to be re-useable. They are abused in different ways.
i love downloading the exe from the github and instantly getting the "windows protected your PC" popup 👍
It is Defender's false alarm, it is virus free
This video feels oddly nostalgic, and I'm not quite sure why. Really good video!!
That was entertaining AF bro!
Let's keep working on this and keep making it better that it becomes good enough to be a serious thing that can compete with the current web
CSS has a heck-ton of selectors, not just `class` and `id`. `.p { ... }` selects an element with `class="p"`, whilst `p { ... }` selects all -elements. I guess only class-selectors are supported here 😅
Bussing Laughter begining to end, top notch quality
welcome to the wide world of web
Welcome to the wide world of world wide web
The phrase "i remade the web" is more true even if "web" is being applied to a local wifi network with custom dns and websites instead of web
But, good job.