You are browsing as a guest. Sign up (or log in) to start making projects!

kallenseelo

@kallenseelo

Joined June 2nd, 2026

  • 9Devlogs
  • 1Projects
  • 0Ships
  • 0Votes
16yo programmer from Canada!
Some hobbies I have are: running, robotics, and coding in C++.
Open comments for this post

3h 18m 6s logged

In this devlog I built the first half of my parser for the web engine; it can go through a website and match tokens!

There are a few issues; some things, like conditions (like <a href=> arnt supported), as well as I can’t pull text from things like headers and stuff.

I also made an animation so people can see how it works! The animations basically shows how my buffer system, and determining the order of tokens works, to prevent things like mismatches!

In this devlog I built the first half of my parser for the web engine; it can go through a website and match tokens!

There are a few issues; some things, like conditions (like <a href=> arnt supported), as well as I can’t pull text from things like headers and stuff.

I also made an animation so people can see how it works! The animations basically shows how my buffer system, and determining the order of tokens works, to prevent things like mismatches!

Replying to @kallenseelo

2
88
Open comments for this post
Reposted by @kallenseelo

3h 20m 5s logged

I’ve Finally Designed The Back of My Space Shuttle.
‎‎
I was able to add very crucial details like:
‎‎
‎‎

  • Angle on the RS-25 engines (Space Shuttle Engines)
    ‎‎
  • Added much more detail and realism to the OMS
    ‎‎
    Engines (Smaller Steering Engines)
    ‎‎
  • Fixed the overall shape of the backside of the shuttle
    ‎‎
  • Added an RCS thruster port
    ‎‎
    ‎‎
    My Next Goal is to Finish off the Left Solid Rocket Booster, and Then I’m Going to add More Detail to the External Fuel Tank.
    ‎‎
    ‎‎
    If you have any suggestions on how to make the rocket better, feel free to send suggestions in the comments!

I’ve Finally Designed The Back of My Space Shuttle.
‎‎
I was able to add very crucial details like:
‎‎
‎‎

  • Angle on the RS-25 engines (Space Shuttle Engines)
    ‎‎
  • Added much more detail and realism to the OMS
    ‎‎
    Engines (Smaller Steering Engines)
    ‎‎
  • Fixed the overall shape of the backside of the shuttle
    ‎‎
  • Added an RCS thruster port
    ‎‎
    ‎‎
    My Next Goal is to Finish off the Left Solid Rocket Booster, and Then I’m Going to add More Detail to the External Fuel Tank.
    ‎‎
    ‎‎
    If you have any suggestions on how to make the rocket better, feel free to send suggestions in the comments!

Replying to @CoolHotDog64

4
383
Open comments for this post

1h 0m 18s logged

I was able to build a website demo for people to try out. To make this, I ran it on the Nest servers from Hack Club! However, I used a bit of AI, as I had never set up a server, as well as my project being only built for Windows. However, AI still hasn’t and will not be used in the main project. I did this as a bit of a time saver and to not have to commit 40+ times to test it lol. https://k754a.hackclub.app/

I was able to build a website demo for people to try out. To make this, I ran it on the Nest servers from Hack Club! However, I used a bit of AI, as I had never set up a server, as well as my project being only built for Windows. However, AI still hasn’t and will not be used in the main project. I did this as a bit of a time saver and to not have to commit 40+ times to test it lol. https://k754a.hackclub.app/

Replying to @kallenseelo

1
54
Open comments for this post

1h 35m 54s logged

First version of the browser.

It is currently all through the terminal; there is no formatting, CSS, JavaScript, fonts, styles, or even structure to the text. However, any HTTP website can now be rendered into readable text, even if it’s a bit hard to see, lol!

The next version of this, I’m going to hook up a rendering pipeline (not sure to what yet, though). Then it will be allowing different fonts and structures, and then finally, support for some CSS.

What I have just described will probably take 200 hours!

First version of the browser.

It is currently all through the terminal; there is no formatting, CSS, JavaScript, fonts, styles, or even structure to the text. However, any HTTP website can now be rendered into readable text, even if it’s a bit hard to see, lol!

The next version of this, I’m going to hook up a rendering pipeline (not sure to what yet, though). Then it will be allowing different fonts and structures, and then finally, support for some CSS.

What I have just described will probably take 200 hours!

Replying to @kallenseelo

0
24
Open comments for this post
Reposted by @kallenseelo

1h 42m 58s logged

I Completed The First Side of The Rocket For My Shuttle

I still need to do the other side so I will work on that next and then I will almost be completed this project!

I Completed The First Side of The Rocket For My Shuttle

I still need to do the other side so I will work on that next and then I will almost be completed this project!

Replying to @CoolHotDog64

3
410
Open comments for this post

2h 16m 1s logged

I update the web browser engine to allow the download of full files from websites in HTTP. This will pave the way to let me parse the website for the next devlog!


Some more changes I made were a bit more error handling and also refining some of the output to make it cleaner and retiring some of the older debug logs.

The next difficult part will be some basic parsing and pulling out text

Then I’ll attempt to render text without position (this will take about ~4 hours), and then I’ll work on formatting.

I update the web browser engine to allow the download of full files from websites in HTTP. This will pave the way to let me parse the website for the next devlog!


Some more changes I made were a bit more error handling and also refining some of the output to make it cleaner and retiring some of the older debug logs.

The next difficult part will be some basic parsing and pulling out text

Then I’ll attempt to render text without position (this will take about ~4 hours), and then I’ll work on formatting.

Replying to @kallenseelo

0
21
Open comments for this post

1h 55m 13s logged

I built the first version of my web client. It can now pull HTML data from HTTP sites, using a TCP socket.

If you don’t know what I’m working on, I’m building a pure C++ browser engine, to load and render websites like google without the use of AI and libraries.

Note that it does not work for https, as to build a handshake between the 2 is super difficult, even for a good programmer.

The next step will be to pull an entire webpage off and save it in RAM.

Thanks for reading, and I hope you follow my journey!

I built the first version of my web client. It can now pull HTML data from HTTP sites, using a TCP socket.

If you don’t know what I’m working on, I’m building a pure C++ browser engine, to load and render websites like google without the use of AI and libraries.

Note that it does not work for https, as to build a handshake between the 2 is super difficult, even for a good programmer.

The next step will be to pull an entire webpage off and save it in RAM.

Thanks for reading, and I hope you follow my journey!

Replying to @kallenseelo

2
238
Open comments for this post

2h 27m 36s logged

Using C++ and native windows libraries, i was able to connect to a website and pull some data off of it.


this was super difficult, but im super happy it worked, its able to connect to any IPV4, http site.

my next plan is to start pulling files, like html into ram from websites.

Using C++ and native windows libraries, i was able to connect to a website and pull some data off of it.


this was super difficult, but im super happy it worked, its able to connect to any IPV4, http site.

my next plan is to start pulling files, like html into ram from websites.

Replying to @kallenseelo

2
109
Open comments for this post

2h 9m 13s logged

The overall of my essay, is just laying out how im going to be building a web engine
from scratch. its not going to run JavaScirpt or interface with HTTPS off the bat, as i
have to code all of that and it sucks.

https://github.com/k754a/C-Plus-Plus-Web-Engine/blob/main/README.md

(this is a link to it as i could not upload a pdf file.)

Overall, this will be one of the most complex projects I’ve ever tried/attempted to
take on, even over https://github.com/k754a/C-Custom-Code-Editor by a long shot.
This will 100% test my research, development, and C++ skills, but I believe that even
if I’m not able to pull this off, I will learn a lot about how browsers work and good
C++ practices. I hope you will follow my progress on GitHub and Stardance as I build
this!

The overall of my essay, is just laying out how im going to be building a web engine
from scratch. its not going to run JavaScirpt or interface with HTTPS off the bat, as i
have to code all of that and it sucks.

https://github.com/k754a/C-Plus-Plus-Web-Engine/blob/main/README.md

(this is a link to it as i could not upload a pdf file.)

Overall, this will be one of the most complex projects I’ve ever tried/attempted to
take on, even over https://github.com/k754a/C-Custom-Code-Editor by a long shot.
This will 100% test my research, development, and C++ skills, but I believe that even
if I’m not able to pull this off, I will learn a lot about how browsers work and good
C++ practices. I hope you will follow my progress on GitHub and Stardance as I build
this!

Replying to @kallenseelo

0
37

Followers

Loading…