Stats

6
Projects
20
Devlogs
40
Votes
2
Ships

Coding Time

All Time: 224h 17m
Today: 1h 2m

Member Since

June 18, 2025

Badges

1
🚢
Maiden Voyage
you shipped your first project! the journey begins...

Projects

6
🚀
0 devlogs 4 days ago
🚀
2 devlogs 16 days ago
🚀
2 devlogs about 1 month ago
🚀
9 devlogs about 1 month ago
Syntax highlighting for my own programming language
1 devlog about 2 months ago
Fog

Fog

Shipped
6 devlogs about 2 months ago

Activity

marci1175
marci1175 worked on Fog
58m 2 days ago

Fixed documentation release binary, comparisons, imports.

Update attachment
marci1175
marci1175 worked on Fog
8h 31m 2 days ago

Fixed the initalization of projects, ive also added thing sto my code which i dont really remember, but they mainly cleaned up code in the codegen

Update attachment
marci1175
marci1175 created a project
3d ago

PongOs

The classic game called pong written completely from scratch (literally). This "os" is basically the game pong. It is a bare metal application written in rust.

0 devlogs 0 followers

Managed to make it so that it will automaticly load in messages from the server, also implemented a few security check as well as figured out how to get scroll data in dioxus.

Update attachment

You can now view the chatrooms latest message, improved security, code flow, made code faster and cleaner.

Update attachment

Fixed almost everything which ive broken last time. hehe
Ive also made it so that when you join a chatroom the server automaticly subscribes your websocket handle to the chatroom handler. Aka you dont have to send a message to be a ble to receiv messages from the chatroom

Update attachment

Tried reformating the codebase and also simplifying and speeding up the login process, ended up breaking everything lol

Update attachment

Added a graph vastly improved codebase

Update attachment

Added basic stuff like basic ui elements and stuff.

Update attachment
marci1175
marci1175 created a project
16d ago

HrTracker

Connects to any heart rate sensor, displays general data including average hr while recording, minimum and maximum.

2 devlogs 0 followers

You can now message eachother on the platform, although its pretty difficult right now. Added scalable and performant websocket handling.

Update attachment

Improved the looks of the messages, added an api endpoint, caching is now visible in the image included. It automaticly says it was sent by Me if the sender's and the logged in user's id match.

Update attachment

Improved messages, added a few api endpoints also implemented user caching, which works in a way that if it encounters a sender user id which hasnt been seen yet, it requests the profile of the user from the server. It then caches it, so that it doesnt need to load it again when trying to view it.

Update attachment

Added a websocket connection, the server can now handle real life chat requests.
Ive also deleted a whole bunch of irrelevant code

Update attachment

Reformatted code, worked on preallocation a bit more. Also fixed a few one off errors. Notably void function dont need a return anymore in my code.

Update attachment
marci1175
marci1175 worked on Fog
10h 7m 23 days ago

Rewrote preallocation for loops, sort of working now....

As you guys can see in the attached image, there is no allocation inside the loop body. Thats what we want, to avoid stack overflows.

Update attachment

Added chatrooms, improved user handling, added user session verification. Ive also made it so that requesting data work seamlessly when using the client. Everything gets verified and returned if correct.

Update attachment

Vastly improved the desktop application, formatted it, added a more complex backend handler, created the main foundation of the ui. User tokens were also added, with verification at the endpoint.

The reason im submitting 32 hours is that I had one of my ship cancelled on shipwrecked.

Update attachment

Implemented basic backend API and added basic features, dependencies. Had to work a bit to figure out which web framework I wanted to use so that took a little bit of time.

Update attachment
marci1175
marci1175 created a project
36d ago

Whatssock-server

Whatssock chat service provider. This project serves as a way to make the whatssock applications work. This project is solely for the backend implementation of whattsock. (Basically a REST API)

2 devlogs 0 followers
marci1175
marci1175 created a project
41d ago

Whatssock-desktop

Whatssock desktop client. Whatssock chat service, which emphasizes security and performance. All built in rust. The service will be available on both mobile, desktop and web.

9 devlogs 0 followers

Added keywords which will be highlighted by vscode. Also added the highlighting of string literals, types, comments, function names, literals, mathematical operators.

Update attachment

Fixed a few memory issues, still working on loop optimization. I've also added a few flow control keywords so that loops can be controlled. Improved the std of my programming language to create my most complicated test project with my own compiler.

Update attachment
marci1175
marci1175 created a project
46d ago

Syntax highlighting for my own programming language

Created a publicly available vscode extension for my own progamming language, fog. https://github.com/marci1175/fog

Syntax highlighting for my own programming language
1 devlog 0 followers Shipped

Reworked tokenization, fixed a whole bunch of issues/bugs
Started writing the documentation of the programming language.
Implemented if and else keywords
Improved loop optimizations as indicated by the attachment where thing which don't have any side effects are run outside of the loop thus reducing the work needed to run the binary.

Update attachment
marci1175
marci1175 created a project
56d ago

Fog

A compiled programming language written in Rust.

Fog
6 devlogs 0 followers Shipped
marci1175
marci1175 joined Summer of Making
56d ago

This was widely regarded as a great move by everyone.