I made my own Web

FaceDev
31 May 202415:43

Summary

TLDRDieses Video präsentiert Bussin Web X, eine alternative Web-Version, die stattdessen das 'buss' Protokoll nutzt. Es bietet eine eigens entwickelte Browser-Engine in Rust und GTK, unterstützt HTML, CSS und Lua. Der Browser ermöglicht es, Websites kostenlos hochzuladen. Zusätzlich wird ein benutzerdefinierter Domain Name System (DNS) und eine Suchmaschine vorgestellt. Es gibt auch eine Herausforderung mit Preisgeld für die besten Websites. Der Prozess der Entwicklung und die Herausforderungen bei der Cross-Plattform-Entwicklung werden diskutiert.

Takeaways

  • 🌐 Bussin Web X ist eine alternative Webplattform, die stattdessen den 'buss' Protokoll verwendet.
  • 🛠️ Die Websiten werden in HTML, CSS und Lua geschrieben, was eine Abweichung von den traditionellen Standards darstellt.
  • 💻 Es gibt einen von Grund auf neu entwickelten Browser, der auf Rust und GTK basiert, ohne Chromium zu verwenden.
  • 🌐 Das Domain Name System (DNS) ermöglicht die Existenz von Websites in diesem alternativen Web.
  • 📝 HTML in Bussin Web X folgt nicht den Standard-Regeln und unterstützt z.B. keine IDs, sondern nur Klassen.
  • 🖌️ CSS unterstützt keine 'display' Eigenschaft, aber z.B. 'align-items' zur Zentrierung von Elementen.
  • 🔗 Hyperlinks, die mit 'buss' beginnen, werden im Bussin Web X Browser geöffnet, nicht im Standardbrowser.
  • 💬 Lua wird anstelle von JavaScript verwendet, um Interaktivität zu ermöglichen, bietet aber eine andere API für Elemente.
  • 🌟 Es gibt eine begrenzte Menge an Top-Level-Domains, die von der Community vorgeschlagen wurden.
  • 🚀 Die Entwicklung des Browsers und der Plattform ist ein komplexer Prozess mit vielen Herausforderungen, insbesondere bei der Cross-Plattform-Unterstützung.
  • 🔍 Ein Suchmaschine namens Dingle wurde entwickelt, um Websites auf der Bussin Web X-Plattform zu durchsuchen.

Q & A

  • Was ist Bussin Web X und wie funktioniert es?

    -Bussin Web X ist eine alternative Webplattform, die anstelle von 'https' das 'buss' Protokoll verwendet. Websites werden in HTML, CSS und Lua geschrieben und es gibt einen eigens entwickelten Browser, keinen Domain Name System und eine Suchmaschine.

  • Warum wurde Lua anstelle von JavaScript für Bussin Web X ausgewählt?

    -Lua wurde gewählt, weil es einfacher zu verwenden ist und eine beliebte Skriptsprache ist, die bereits in vielen Projekten wie Roblox und Neovim verwendet wird.

  • Wie unterscheidet sich der HTML-Code in Bussin Web X von dem des herkömmlichen Webs?

    -In Bussin Web X folgt der HTML-Code nicht den Standards und unterstützt z.B. keine IDs. Stattdessen werden Klassen verwendet und es gibt auch einige andere Abweichungen wie das Importieren von Lua-Skripten aus separaten Dateien.

  • Was ist der Name des Browsers, der für Bussin Web X entwickelt wurde, und in welchen Sprachen?

    -Der Browser heißt Bussin Napture und wurde in Rust und GTK entwickelt. GTK ist ein Toolkit für Desktopanwendungen, das besonders in Linux beliebt ist und auch Windows unterstützt.

  • Wie wird die Benutzeroberfläche in Bussin Web X gestaltet?

    -Die Benutzeroberfläche wird mit CSS gestaltet, wobei Eigenschaften wie Rahmen, Abstand, Außenabstand und Textstyling angepasst werden können. Es gibt auch die Möglichkeit, Elemente zentriert anzuzeigen, indem man die 'align-items'-Eigenschaft verwendet.

  • Welche Herausforderungen gab es beim Erstellen des Bussin Web X?

    -Eines der größten Herausforderungen war die Entwicklung des Browsers für verschiedene Betriebssysteme, insbesondere Windows, was viele technische Schwierigkeiten und Kompromisse erforderte.

  • Was ist der Name der Suchmaschine für Bussin Web X und wie funktioniert sie?

    -Die Suchmaschine heißt Bussin Dingle und durchsucht Websites, um ihre IP-Adresse und HTML-Inhalte zu extrahieren und zu speichern, damit Benutzer Inhalte suchen können.

  • Wie wurde die Community an der Entwicklung von Bussin Web X beteiligt?

    -Die Community war an der Entwicklung beteiligt, indem sie neue Top-Level-Domains vorschlagen konnte und an einem Wettbewerb teilnehmen konnte, bei dem die besten Websites mit Preisgeldern belohnt wurden.

  • Welche Rolle spielt Rust in der Entwicklung von Bussin Web X?

    -Rust wird als Programmiersprache für die Entwicklung des Browsers Bussin Napture verwendet, da es für seine Leistung und Sicherheit bekannt ist.

  • Warum wurde GTK für die Entwicklung des Bussin Web X-Browsers ausgewählt?

    -GTK wurde ausgewählt, weil es ein populäres Toolkit für die Entwicklung von Desktopanwendungen ist, das sowohl unter Linux als auch Windows funktioniert.

Outlines

00:00

🌐 Bussin Web X - Eine alternative Web-Plattform

Bussin Web X ist eine alternative Web-Plattform, die anstelle von 'https' das 'buss' Protokoll verwendet. Sie basiert auf HTML, CSS und Lua. Es gibt einen selbst entwickelten Browser, der komplett in Rust und GTK geschrieben wurde, ohne Chromium zu verwenden. Es existiert auch ein eigener Domain Name System (DNS), ein Suchmaschine und eine Reihe von Websites zum Erkunden. Der Browser rendert Webseiten, die aus HTML, CSS und Lua bestehen, ähnlich wie Knochen, Haut und Nervensystem eines Körpers. Es wird auch erwähnt, dass die meisten Browser Chromium verwenden, um ihre eigenen Engine zu sparen, aber Bussin Web X nutzt Rust und GTK. HTML unterstützt keine IDs, stattdessen werden Klassen verwendet. CSS unterstützt keine 'display' Eigenschaften, aber 'align-items' kann verwendet werden, um Elemente zentriert anzuzeigen. Der Browser Bussin Napture rendert HTML-Dateien, die spezielle Eigenschaften und Elemente wie Text, Hyperlinks, Bilder und Formulare enthalten.

05:00

🛠 Entwicklung der Bussin Web X - Herausforderungen und Lösungen

Der zweite Absatz beschreibt die Entwicklung der Bussin Web X. Es wird die Verwendung von Lua als Skriptsprache erläutert, die anstelle von JavaScript verwendet wird, um die Komplexität zu verringern. Es wird auch die API von Lua vorgestellt, die es ermöglicht, Elemente einfacher zu erhalten und zu steuern. Es wird auf die Herausforderungen hingewiesen, die bei der Entwicklung des Browsers auftraten, insbesondere bei der Verwendung von GTK für Windows. Die Komplexität der Cross-Plattform-Entwicklung wird thematisiert, und es wird berichtet, wie verschiedene Probleme gelöst wurden, indem man GTK von Grund auf neu kompilierte oder mit VirtualBox und anderen Tools experimentierte. Schließlich wird die Entscheidung getroffen, ein selbst extrahierendes Archiv zu erstellen, um die Verteilung des Browsers zu erleichtern.

10:09

🏆 Bussin Web X Event und Entwicklung eines Suchmaschines

In diesem Absatz wird ein Wettbewerb in der Discord-Community beschrieben, bei dem die besten Websites belohnt werden. Es wird auch die Entwicklung der Bussin Dingle Suchmaschine vorgestellt, die es Benutzern ermöglicht, nach Websites zu suchen, indem sie ihre IP-Adresse und HTML-Inhalte durchsucht. Es wird auch auf die Herausforderungen hingewiesen, die bei der Entwicklung des Browsers auftraten, und wie diese durch das Hinzufügen neuer Funktionen und das Beheben von Fehlern überwunden wurden. Es wird auch die Reaktion der Community auf die Veranstaltung und die verschiedenen Websites, die erstellt wurden, diskutiert.

15:10

📘 Abschluss des Events und Rückblick

Der vierte Absatz fasst das Bussin Web X Event zusammen und zeigt die Ergebnisse. Es wird eine Bewertung der verschiedenen Websites durchgeführt, und es werden die Funktionen und Leistungen der Bussin Napture Browser hervor gehoben. Es wird auch auf die Herausforderungen bei der Cross-Plattform-Entwicklung hingewiesen, insbesondere bei der Portierung von GTK für Windows. Schließlich wird die Community für ihre Unterstützung gedankt, und es wird ein Link zur GitHub-Seite bereitgestellt, auf der Anleitungen zum Erstellen von Bussin Web X Websites und der Browser heruntergeladen werden können.

Mindmap

Keywords

💡Bussin Web X

Bussin Web X ist eine fiktive Alternative zum World Wide Web, die im Video skizziert wird. Es verwendet den 'buss' Protokoll anstelle von 'https' und ist in der Lage, Websites in HTML, CSS und Lua zu hosten. Im Video wird dies als eine Möglichkeit dargestellt, die Webentwicklung und -nutzung neu zu denken und zu erschaffen.

💡HTML

HTML (HyperText Markup Language) ist eine Markup-Sprache, die für die Strukturierung von Webseiten verwendet wird. Im Kontext des Videos wird HTML als das grundlegende Gerüst für Websites in Bussin Web X beschrieben, wobei es einige Abweichungen von den Standards aufweist, wie z.B. die Verwendung von Lua anstelle von JavaScript.

💡CSS

CSS (Cascading Style Sheets) ist ein Stylesheet-Sprache, die für das Design von Webseiten verantwortlich ist. Im Video wird CSS als die 'Haut' der Webseiten bezeichnet und wird in Verbindung mit HTML genutzt, um das Aussehen der Seiten in Bussin Web X zu gestalten.

💡Lua

Lua ist eine leichte Programmiersprache, die im Video als Ersatz für JavaScript verwendet wird. Lua wird in 'Script'-Tags eingebettet und ermöglicht die Interaktion zwischen der Webseite und dem Benutzer oder der Serverseite.

💡Domain Name System (DNS)

DNS ist ein verteiltes Verzeichnissystem, das Domain-Namen in IP-Adressen übersetzt, damit Benutzer Websites leicht erreichen können. Im Video wird ein eigenes DNS für Bussin Web X entwickelt, das es ermöglicht, Websites mit benutzerdefinierten Domain-Namen zu hosten.

💡Rendering Engine

Eine Rendering Engine ist ein Teil eines Webbrowsers, der dafür verantwortlich ist, HTML, CSS und JavaScript in eine visuelle Darstellung umzuwandeln. Im Video wird die Entwicklung einer eigenen Rendering Engine namens B9 beschrieben, die für das Anzeigen von Inhalten in Bussin Web X zuständig ist.

💡Brilliant

Brilliant ist eine Online-Lernplattform, die im Video erwähnt wird, um Programmierkenntnisse zu vermitteln. Es wird als Ressource empfohlen, um die Fähigkeiten zu erlernen, die für die Entwicklung von Technologien wie Bussin Web X notwendig sind.

💡GTK

GTK (GIMP Toolkit) ist eine Toolkit zum Erstellen von grafischen Benutzeroberflächen für Softwareanwendungen. Im Video wird GTK verwendet, um eine eigenständige Browseranwendung für Bussin Web X zu entwickeln.

💡Cross-Platform Entwicklung

Cross-Platform Entwicklung bezieht sich auf die Erstellung von Software, die auf verschiedenen Betriebssystemen wie Windows, Linux und macOS läuft. Im Video wird die Herausforderung der Cross-Platform Entwicklung thematisiert, insbesondere die Probleme bei der Portierung der Anwendung auf Windows.

💡Search Engine

Ein Suchmaschine ist ein Dienst, der es Benutzern ermöglicht, nach Informationen im Web zu suchen. Im Video wird die Entwicklung einer eigenen Suchmaschine namens Dingle beschrieben, die speziell für die Websites von Bussin Web X konzipiert ist.

💡Rust

Rust ist eine Systemprogrammiersprache, die im Video erwähnt wird, die für die Entwicklung der Browseranwendung von Bussin Web X verwendet wird. Rust wird für seine Leistung und Sicherheit gepriesen, kann aber auch schwierig zu verwenden sein, wie im Video durch die Probleme bei der Entwicklung auf Windows gezeigt wird.

Highlights

Introduction to Bussin Web X, an alternative web protocol using 'buss' instead of 'https'.

Every website on Bussin Web X is written in HTML, CSS, and Lua.

Development of a custom-built browser from scratch without Chromium.

Creation of a Domain Name System for Bussin Web X.

Explanation of how browsers communicate with IP addresses through DNS.

The decision to write a browser in Rust and GTK for desktop applications.

HTML in Bussin Web X supports a simplified and improved markup compared to standard HTML.

Use of Lua instead of JavaScript for scripting in Bussin Web X.

CSS in Bussin Web X allows for unique properties like 'align-items' for centering.

Introduction of Bussin Napture, the custom browser for Bussin Web X.

HTML in Bussin Web X does not support IDs, only classes.

The rendering engine behind Bussin Napture is codenamed B9.

Partnership with Brilliant for interactive learning in programming and other fields.

Lua's simplicity and efficiency in web development showcased through a custom API.

The challenge of cross-platform development for the Bussin Web X browser.

The process of creating a Domain Name System for Bussin Web X.

Event organized to encourage creation of interesting websites on Bussin Web X.

Development of a search engine named Dingle for Bussin Web X.

Release of Bussin Web X, Bussin Napture, and Bussin Dingle.

The reviewer's experience testing various websites built on Bussin Web X.

GTK's ease of coding and the challenges of cross-platform compatibility.

Final thoughts and thanks to supporters from the creator of Bussin Web X.

Transcripts

play00:00

This is Bussin Web X, which instead  of “https”, uses the “buss” protocol.  

play00:04

Every website is written in HTML, CSS and Lua.  There’s a custom-built browser (from scratch,  

play00:10

no Chromium in here), Domain Name System  (which means sites like these can exist),  

play00:14

search engine, and a bunch of websites to explore.  But wait. How do you actually… reinvent the web?

play00:20

Well you probably know the basics,  websites are composed of 3 main parts:  

play00:23

HTML, CSS, and JavaScript.  Think of it as the bones,  

play00:26

skin, and nerve system. Except the  nerve system is really annoying.

play00:30

Now you’re probably watching this video on YouTube  which is located at https youtube.com. However,  

play00:34

your browser is actually communicating with an  IP address behind youtube.com. This process is  

play00:39

part of the Domain Name System (in short,  DNS) that basically holds the entire web  

play00:43

in place. Once the HTML, CSS and JavaScript is  retrieved from that IP, the browser renders it.

play00:48

Most browsers use Chromium so that  they don’t have to write their own  

play00:51

engine - but we’re gonna approach it differently.

play00:53

Instead of just using Chromium, we’re gonna write  

play00:55

our own browser - from scratch using Rust  and GTK (which is basically a toolkit  

play01:00

for making desktop applications, popular  on Linux - and it also supports Windows).

play01:03

HTML is first. The point of Bussin Web X  is to have a place where people can upload  

play01:07

their simple (or complex) websites for free. And  since this was popularized in the mid 90s (before  

play01:13

Facebook took off), I went with the HTML and CSS  support back then, let’s quickly go through them.

play01:17

In the head we’ve got… Title, which sets the title of the tab.

play01:20

Link, which imports either the CSS  or an image (which will be set as  

play01:23

the icon of the tab). And if you know a  little HTML you might have noticed this  

play01:27

doesn’t follow the standard - and you’re  goddamn right. This is the better HTML.

play01:32

Meta, supposed to be used by other applications  that crawl the Web X. You just need the  

play01:36

description so that the search engine (which we’re  gonna make later on) knows how to display it.

play01:40

Script, just like I said before,  we don’t care about the standard.  

play01:43

In fact we’re using Lua instead of  JavaScript SIMPLY because we can.

play01:46

The script tag is a little different  since you can’t really have Lua inside  

play01:49

of HTML files with good support from code editors,  

play01:52

so you have to close the tag and import it from  another file. We’ll go through Lua in a bit.

play01:56

Now for the body, Text, we’ve got headers,  

play01:59

paragraphs and hyperlinks. If a hyperlink  starts with “buss” instead of “https”,  

play02:03

the browser will go to that website  instead of opening your default browser.

play02:07

Divs, basically wraps a bunch of tags in a box.

play02:09

Lists, either unordered or ordered  and can have list items in them.

play02:13

HR, I have no idea what this stands for  but it makes a dramatic horizontal line.

play02:18

Images! GTK is a bit weird and doesn’t  allow you to scale images so you have  

play02:22

to manually size them in an image editing tool.

play02:25

Inputs! They are one-line text fields  that can be accessed through Lua

play02:28

Textarea! Multi-line text fields.

play02:31

And then we got buttons and dropdowns.

play02:33

If you combine all of that in an HTML file  and give it to Bussin Napture, here’s how  

play02:37

it looks! Oh and it’s called Napture because  Netscape, Net-Escape, Net-Capture, Napture.

play02:44

The HTML doesn’t support IDs.  Why would you need an ID when  

play02:47

you already have classes? And since IDs  are not supported there’s no reason to  

play02:51

have the “dot” in front of each CSS  declaration that applies to a class.

play02:55

With CSS, on each property you can modify…

play02:57

The borders, which can change their  color, width, style, and radius. 

play03:01

The padding, which means “space  around the inside of the tag”. 

play03:04

The margins, which means “space  around the outside of the tag”.

play03:07

And the interesting part - there’s no display  property. You can center tags by simply modifying  

play03:11

the “align-items” property to “center”. Sorry  to break the “can’t center a div” memes.

play03:15

Now for divs, we get to change the  direction (which can be “row” or  

play03:18

“column”) and the gap between each tag inside it.

play03:20

For text tags we have the usual: color,  font size, font height, font family,  

play03:24

font weight, but here’s where we  deviate a bit from the standard.

play03:28

You can make text tags have  an underline like this,  

play03:30

an overline like this, and a  strikethrough line like this.

play03:33

And last, the width and height (which  only apply to inputs and text areas).

play03:37

Together with the HTML here’s how  the rendering engine behind Bussin  

play03:40

Napture looks. The engine  is codenamed B9 by the way,  

play03:43

because my dumbass thought V8 was the  name for the rendering engine in Chromium,  

play03:47

but nope, that’s the JavaScript engine. The  rendering engine of Chromium is called Blink.

play03:50

Now, if all this talk about rendering  engines and coding makes you feel a bit lost,  

play03:55

don't worry - I've been there too. That's  exactly why I want to tell you about Brilliant.

play03:59

Brilliant is where you learn by doing, with  thousands of lessons in programming, math,  

play04:03

AI and data analysis. Brilliant provides an  interactive and engaging platform that makes  

play04:07

learning fun and effective. If you aren’t sure  how to start there’s the Thinking in Code course,  

play04:12

where you can forget about syntax errors  or setting up development environments and  

play04:16

just learn. This course gets you started with  coding without all the hustle of installing  

play04:20

4 different Python versions. Plus you can  apply these skills to your everyday life,  

play04:24

like automatic boring tasks or creating  extensions for your everyday software.

play04:28

To try everything Brilliant has to  offer for free for a full 30 days,  

play04:32

visit brilliant.org/FaceDev or click  on the link in the description. You’ll  

play04:36

also get 20% off an annual premium  subscription. Now let’s get back to...

play04:40

Lua! The cure for the web, the language  used in MANY projects such as Roblox,  

play04:45

Bussin GriddyCode (I made that)

play04:47

Neovim

play04:48

After 10 minutes outside I came up with  this Lua API - or whatever you call it.

play04:52

Instead of typing over 20  characters just to get an element,  

play04:56

you just type get. Yeah, just  get. And then the tag class.  

play05:00

If you want to get all the matching tags  you just pass “true” as the second argument.

play05:03

You set and get the content like this,  the link of a hyperlink like this,  

play05:07

and the opacity like this. Now into events, you  just do on event. For example you can do on click,  

play05:13

on input and on submit. You can send  HTTP requests through the fetch function,  

play05:17

which means you can have your  site communicate with your API.

play05:20

The biggest bummer is that it  runs on the same thread as the UI,  

play05:23

meaning that if Lua takes a long time to run  something the entire app will have to wait.  

play05:27

Because of this we can’t really have sleep  functions since they’d kill the entire app.

play05:30

Now that the engine behind the browser  is mostly complete I moved onto the DNS.

play05:34

The Domain Name System. Basically a  database with documents with a domain,  

play05:37

tld, and IP. The domain is whatever the  user wants to put, for example “youtube”.

play05:41

The TLD (which stands for Top-Level  Domain), must be either: mf, btw,  

play05:46

fr, yap, dev, scam, zip, root, web, rizz,  habibi, sigma, now, it, soy, lol, and the  

play05:51

one I won’t pronounce. Each one was suggested  by members of my Discord server. But hold on,  

play05:55

what about the IP field? Well if you hate yourself  you can host the HTML file on your own machine,  

play06:00

OR use a GitHub repository that  has an index.html in plain sight.

play06:04

I quickly made an API that lets  you register, update, delete,  

play06:07

and view domains. Registering  your site is COMPLETELY free,  

play06:10

and Patreon and YouTube supporters can  suggest a new top-level domain to be added.

play06:14

Anyway everything seemed to be done  so I decided to create an event in my  

play06:17

Discord server where the top 3 most interesting  websites win some money. I started the event and…

play06:23

[stacked voices]

play06:27

Yeah I think it’s safe to  say it doesn’t really work.

play06:29

Apparently I already had GTK installed  

play06:31

on my system and others didn’t. The  Linux issue was solved within a day,  

play06:34

thanks to Smartcoder for bringing the app on Arch  Linux and Quincetart for getting it on flatpak.

play06:39

The Windows version however… mmmm

play06:42

Boot into Windows, search on Google how to compile  GTK app to Windows, find the GTK Rust book,  

play06:46

it tells me to build GTK from scratch  and do a bunch of Windows shenanigans,  

play06:50

try to compile my program, PC files missing,  no actually files with the “pc” extension,  

play06:55

first time seeing those- install Microsoft  Visual Studio c++ 20… 20 whatever,  

play06:59

install meson and ninja (I don’t know what  I am doing), run a bunch of commands...

play07:03

Okay maybe building GTK from  scratch wasn’t a good idea.

play07:06

Second solution. Download msys32, open  msys32 mingw64, update with pacman, get gtk4,  

play07:12

get toolchain, get base-devel, try to build the  browser again- pc files missing. Where in the f-

play07:16

Copy every possible library to my folder- hello  sir your computer is running out of space.

play07:21

Install VirtualBox, create a new  Windows 10 machine, install msys32,  

play07:25

open msys32 mingw64, install the packages,  build the browser… linker failing? How the  

play07:29

hell does a linker fail- oh great the  6th Google result solved my problem.

play07:33

Send the executable to a friend to  test, it doesn’t work, DLLs missing,  

play07:36

boot again into the machine, try sending  each DLL one by one, after 4 DLLs it starts  

play07:41

working. Get the zip, create another  virtual machine to test, unzip, run...

play07:45

IT STILL WANTS DLLs.

play07:46

Boot into the first VM, copy every f***ing DLL,  send them to the second virtual machine, it works!

play07:52

But now we have 120 files to upload to GitHub.  Install the sketchiest application I’ve ever seen  

play07:57

that claims to bundle DLLs into an executable,  run it, it takes like 30 minutes to finish,  

play08:01

blocks the UI thread, fans spin at full  speed like I’m about to start a jet,

play08:05

Uh...

play08:07

It finishes, I run the file...

play08:09

This crap capitalised every DLL name for no  reason and my program can no longer find them.

play08:13

It’s been 3 days since the event was paused,  my anger can not be expressed in words.

play08:17

This is PEAK. WINDOWS. DEVELOPMENT. EXPERIENCE.

play08:21

Download WinRAR, make a self-extracting archive,  ship the executable, the event resumes with 5 days  

play08:27

remaining, everyone’s happy, wait there’s  no way to search for websites on Web X.

play08:31

Oh my..

play08:32

Making a search engine.

play08:34

Ok. So today we're gonna be making a search  engine. We have a bunch of websites...

play08:39

So, since there's no way to  search for websites, right,  

play08:41

you have to memorise the keywords. And we  need a search engine that can go through  

play08:45

everything here, fetch their IP, which  can either be GitHub or an actual IP,

play08:50

and we need to get the contents  from the HTML file, and,  

play08:53

basically store them for when  the user wants to search stuff.

play08:57

So, we have a search engine named Dingle.

play09:02

[noises]

play09:05

Hello! It's me from the future!

play09:18

[crowd talking]

play09:18

[crowed cheering]

play09:18

Good morning.

play09:19

Welcome to Bussin Park.

play09:20

We are so excited you could join us  today for some big announcements.

play09:24

With the release of our upcoming two products:  Bussin Web X and Bussin Napture, we are eager to  

play09:29

announce the release of our search engine - Bussin  Dingle, which will be available at buss dingle.it

play09:35

Now before we conclude, I'd like to open the  floor for any questions you might have. So,  

play09:40

does anyone in our esteemed audience  have any questions they'd like to ask?

play09:44

- Let's hear from AdrianoTech please. - Yeah, thank you. May i ask why is  

play09:48

there a toilet talking, on the right?

play09:50

[noises]

play09:51

And we're getting a bunch of 404s,  okay so now we have to parse the HTML.

play09:58

Uh...

play09:58

Thanks for joining us! Have a great day.

play10:09

If you're wondering here's how the  finished search engine looks like.

play10:12

The browser was still broken so I  ended up doing 2 releases 1 day apart,  

play10:15

I'm gonna rapid-fire through some new features.

play10:18

Added the... logs when you press CONTROL SHIFT P,  

play10:20

an About popup when you click the tab title,  and finally support for links and script tags.

play10:25

Alright. The event has finishde  so it's time to see the results.

play10:28

Ok. We're gonna go to...

play10:30

Review time! With... the unreal tarik.

play10:33

And starting with... skibidi.rizz.

play10:37

It's taking time.

play10:38

"This is a test". Wow...

play10:41

Kill this man!

play10:43

Bank.sigma

play10:45

Oh this one actually has something.

play10:47

Oh, welcome to the bank...

play10:49

Make an account and tell me the username.

play10:51

Oh I don't have any money, let me... "print" some.

play10:54

A hundred. Print. That doesn't work, what?

play10:58

Wait what's your name?

play11:00

Gay...

play11:01

Okay...

play11:02

Yeah I sent, I sent it.

play11:04

Uh, balance, loading, oh yeah it's loading.  I bet we have a lot of money there, let's go!

play11:10

Loading, loading, loading,  loading, loading, loading.

play11:15

Still loading?

play11:16

It's still loading.

play11:17

Oh, I have to log in.

play11:21

Hell yeah.

play11:22

Balance, 200. Sender, face.

play11:25

Receiver, gay. Amount, 200,  timestamp... okay, that's cool!

play11:30

Okay that one is good.

play11:32

That one is good, yeah.

play11:33

At least it's working, he's doing something.

play11:35

Just doom.dev

play11:38

Hello, I'm just Doom, I like cheese,  playstation 2s, I have 12 of them.

play11:43

12 cheese pieces or 12 playstations?

play11:45

I think both...

play11:48

Overall I have 23 playstations,  4DS... what is DS again? I forgor.

play11:55

Nintendo DS, I think.

play11:56

Yeah. Hopefully this works.

play11:58

F*ck common JS . for real

play12:01

F*ck common JS. No I'm serious, actually  f*ck common JS, f*ck everyone who uses  

play12:05

common JS on purpose. F*ck everyone who  contributed to common JS, everyone who  

play12:08

found commonjs. F*ck everyone  who still supports common JS.

play12:10

I have the same feelings too.

play12:12

Why? I love common JS

play12:14

I hate JavaScript.

play12:16

But in this bullshit called  "common" JS, [voices stacked]

play12:20

Okay.

play12:20

Valid criticism, anything towards JavaScript  is valid criticism, I don't care what it is...

play12:25

Yeah, I shouldn't have bothered to read  all this, I should've just said I agree.

play12:31

I agree.

play12:39

Web.dev

play12:39

Not done.

play12:39

Guys! We're talking about big money, yo!

play12:44

Chat.it

play12:46

Damn it takes a long time to load, oh my

play12:48

Oh, okay?

play12:49

Oh, account created, let's go

play12:51

- I'm logged in, I think - Yeah, me too, what's your username?

play12:55

Ok ok

play12:56

I'm gonna send a message.

play12:57

Oh yeah it's working, ok ok hello world.

play12:59

Okay we'll send something... right  now and I just hope it works.

play13:04

I broke the entire thing. Bruh, it crashed.

play13:12

Napture.web

play13:14

Oh, reasons to use Bussin Napture. It is fast.

play13:20

No bloatware, I mean who needs features right?

play13:23

Doesn't track you.

play13:24

I mean, if I made a browser and  the chinese like, offered me like,  

play13:28

big chunk of money, I will fucking track  everything you do. I don't give a f...

play13:34

I mean cool website to be honest.

play13:36

It's, it looks genuine. It feels genuine.

play13:39

Chat.yap

play13:41

Okay, log in register. Send private message,  

play13:45

public message. Register  successful, log in successful, okay

play13:49

It is by the same developer, you can tell  by the chats. They have the same format.

play13:54

We have some chats going on, okay.

play13:59

Oil oil oil oil.

play14:01

Uh, I sent a public message.

play14:02

Oh, oil.

play14:04

Yeah this one seems interesting.  You can actually use this.

play14:07

Okay, it is interactive, it is. I  see the messages you sent. Face, aaa

play14:13

Ranking!

play14:17

I think personally I would rank the  chat.yap first, and then we got chat.it.

play14:23

We're kinda on the same boat, I mean I'm not sure,  

play14:27

if I would put f*ck common JS,  or napture.web on the third.

play14:32

The reason is...

play14:34

The first one is funny, but the other one also  seems like genuine. I just felt the humble.

play14:40

But, I'm not sure, let me do a spin wheel.

play14:43

Because for me like, both are the in same ranking.

play14:57

Well, f*ck common JS I guess.

play15:04

GTK.

play15:05

Easy to code with, beautiful outcome, hard  to cross platform. I hate Rust closures,  

play15:10

my code is full of Rc, RefCell and Clone.

play15:12

There's a guide on how to make a buss  website in the GitHub link below,  

play15:15

also where you can download the browser.

play15:17

A quick note that the guide on  the GTK Rust book actually works,  

play15:20

I just didn't bother to read it  till the end and wasted 3 days.

play15:23

If you want to contribute and you’re using  Windows, I’m sorry for your Hard Drive or SSD.

play15:28

Big thanks to all of the Patreons and  YouTube members for supporting the channel.

play15:31

Thanks for watching, and as  always, see you in the next one!

play15:39

Linux deserved to be hacked cause  the won’t let us play games at all

Rate This

5.0 / 5 (0 votes)

Related Tags
Bussin WebBrowserentwicklungRust ProgrammierungGTK ToolkitLua ScriptingWeb-InnovationDNS SystemWeb-SuchmaschineEntwicklerweltWeb-Event
Do you need a summary in English?