roboticfox.io Open in urlscan Pro
2606:4700:3036::ac43:8424  Public Scan

Submitted URL: http://roboticfox.io/
Effective URL: https://roboticfox.io/
Submission: On June 20 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

NuclearWinter's blog
 * blog
 * tags
 * archive
 * about me
 * github


GRAPH UIS

2023-05-12
:: tags:  #UI  #rust

Making graph-based user interfaces that look like something straight out of
Blender in Rust is no easy feat. I've been working on developing one for my
machine learning project over the past few days, and let me tell you, it's been
a challenge. The tricky part isn't actually drawing and creating the graph. No,
the real challenge lies in executing the code that the graph represents.

Read more  ↩︎


PROTOBUF IS PRETTY COOL

2023-09-04
:: tags:  #protobuf  #protocols  #rust


WHAT IS A PROTOBUF?

It's essentially a method to explain a protocol in a way that's easily
understood by humans. What's particularly fascinating is that the "protobuf
compiler" can subsequently generate code for your preferred programming
language! This feature makes it completely language-agnostic, which is one of
the reasons it's so remarkable.

Read more  ↩︎


MY NEW FACINATION: NOSTR

2023-05-06
:: tags:  #decentralized  #nostr  #rust


SO WHAT IS NOSTR?

It stands for "Notes and Other Stuff Transmitted by Relays" and is a federation
protocol. Its wire protocol is dead simple to understand and straightforward
compared to ActivityPub. The protocol is also separated into NIPs (Nostr
Implementation Possibilities), which are essentially add-ons that a server can
broadcast if they support or not. From a programming perspective, this makes it
easy to gradually implement parts of the protocol. For example, I'm currently
working on a Rust-based Nostr server that only implements NIP-01 for now. Later
on, I can easily add support for another NIP without much effort.

Read more  ↩︎

© 2023 NuclearWinter :: Theme: Terminimal by pawroman