Search
1000 results for “mo8it”
-
Huh, my (old-ish) post about #Podman #Quadlet apparently landed on the front page of Hacker News two days ago 🤯
https://news.ycombinator.com/item?id=43456934
I noticed it after seeing an unexpected spike in #OxiTraffic:
https://oxitraffic.mo8it.com -
@[email protected] Sorry, ich hatte das völlig übersehen.
Hier gibt es Details zum Vortrag: https://chemnitzer.linux-tage.de/2024/de/programm/beitrag/209
Und hier geht es direkt zur Aufnahme: https://media.ccc.de/v/clt24-209-rust-lernen-aber-wie #RustLang #Rust #CLT2024 -
An interesting project to keep your eye on is #ElementX
https://element.io/labs/element-xAnd I just discovered #iamb, a #matrix client for the terminal, written in #Rust using the #ratatui crate
https://github.com/ulyssa/iamb -
I fixed the problem with the energy 😅
I also ported the code to use f64 everywhere instead of f32 for physics.
2^14 spheres this time ✨
I also made the repository public but it will not be published as a library. It is just my educational progress with my thesis:
https://codeberg.org/mo8it/master-thesis -
I fixed the problem with the energy 😅
I also ported the code to use f64 everywhere instead of f32 for physics.
2^14 spheres this time ✨
I also made the repository public but it will not be published as a library. It is just my educational progress with my thesis:
https://codeberg.org/mo8it/master-thesis -
I fixed the problem with the energy 😅
I also ported the code to use f64 everywhere instead of f32 for physics.
2^14 spheres this time ✨
I also made the repository public but it will not be published as a library. It is just my educational progress with my thesis:
https://codeberg.org/mo8it/master-thesis -
I fixed the problem with the energy 😅
I also ported the code to use f64 everywhere instead of f32 for physics.
2^14 spheres this time ✨
I also made the repository public but it will not be published as a library. It is just my educational progress with my thesis:
https://codeberg.org/mo8it/master-thesis -
I fixed the problem with the energy 😅
I also ported the code to use f64 everywhere instead of f32 for physics.
2^14 spheres this time ✨
I also made the repository public but it will not be published as a library. It is just my educational progress with my thesis:
https://codeberg.org/mo8it/master-thesis -
#AOC: I solved day 2 using the #winnow parser in #Rust and my solution takes 6-8 µs on my machine.
Of couse, we are dealing with the category "BLAZINGLY FAST" 🚀😜
You are welcome to benchmark your code against mine and start performance wars 🥊
EDIT: @corpsmoderne came up with a version about twice faster than mine with even less code! See his comment below 🏆️
PS: I know about premature optimizations, but let me have my fun 😝
-
🔪 Killing in the name of Privacy
https://mo8it.com/blog/privacy
How an AD blocker killed my work of months and how is this related to telemetry in #FOSS
#OxiTraffic #Linux #IndieWeb #Privacy #AdBlock #AdBlocker #uBlockOrigin #Blog #Telemetry #Analytics #OpenSource #Selfhosting #Selfhosted
-
#OxiTraffic, a self-hosted, simple and privacy respecting website traffic tracker 🌐
➡️ Demo: https://oxitraffic.mo8it.com
I just published version 0.6 with a #Docker image! 📦️
(You don't have to use Docker though)Do you have a #blog?
I can host it for you if you want to test it with your website :blobcatheart:Of course, it is written in #Rust 🦀
Check out the README, I spent a lot of time on it 😇
https://codeberg.org/mo8it/oxitrafficBoost? 🔃🥰
#SelfHosted #IndieWeb #FOSS #Analytics #Traffic #RustLang #Axum
-
@mo8it #oxitraffic looks like a great little tool, thanks for your efforts!
Can it also show how long people spend on a page?
-
I released some updates to #OxiTraffic, a self-hosted, simple and privacy respecting website traffic tracker 🌐
https://codeberg.org/mo8it/oxitraffic
I improved the design, added more stats and fixed some bugs ✨
Demo: https://oxitraffic.mo8it.com
Any feature suggestions? :ablobcathappypaws:
I can host it for you if you want to test it with your website :blobcatheart:
BTW, my Rust vs Julia blog post is still exploding 🤯
-
#OxiTraffic: Self-hosted, simple and privacy respecting website traffic tracker 🌐
A #Rust web app that I did write with #Axum to see how many read my blog posts 🧐
I did just publish a version which I consider ready for public usage 🤗
The screenshot shows the call history of one of my blog posts 📈
Check out the README for a demo and more details about how it works and how you can host it:
-
:ferris: vs :julia:
Rust vs Julia in scientific computing
Why I think that Julia doesn't solve the two-language problem and when you should use Rust instead.
https://mo8it.com/blog/rust-vs-julia
The blog post is the base for my tiny talk at #RustSciComp23 which is now public:
Think of the recording as a trailer. The blog post has many more details and aspects that can not fit into 7 minutes ⏳️
I hope for discussions across both communities 🥰
-
@cindox Rocket is stagnating and Axum is going up like a rocket 🚀😉
My recommendations would be #Axum and #SQLx.
I don't have experience with #RustLang frontends (e.g. yew) so far, but if you just want Templates, check out #Askama
My blog posts might be helpful:
Axum + Askama: https://mo8it.com/blog/getting-started-with-rust-backends/
SQLx: https://mo8it.com/blog/sqlx-interacting-with-databases-in-rust/
-
Adblockers blocking anonymous telemetry: @mo8it wrote a blog article on the experience of using #OxiTraffic for privacy preserving telemetry and how this still ended up with my site being featured on #EasyList, a default blocklist of #uBlockOrigin
I don't have a good solution here but I am pretty sure there is a problem
-
It's #followfriday time !
And, as always boosts are welcome!
#Writer
@carolynaluna
@SJHoodlet#PublicHealth practitioner
@DocCarms#FOSS
@array
@theruran
@chrisba
@kidsan
@adam #qmail maintainer#Web3isgreat creator
@molly0xfff#Rustlang / #Rust
@lodurel
@mo8it#Remarkable2 owner
@aeva#Photography
@mlyon0486
@vanitasvitae# other people
@PetitCoeur
@astrophoenix
@lapcatsoftware
@mijustin -
Today i am stuggling with #SQLX migrations in #RustLang.
I have an app, which starts with a sync main fn, which then continues in an async init fn.
I have placed the migrate! macro there, but i am not able to migrate on `cargo build`. Anybody got a clue here?
The documentation just says to run the macro when the application starts.
Taggin @mo8it for being and sqlx-evangelist 😁️ -
I've completed "Scratchcards" - Day 4 - Advent of Code 2023 #AdventOfCode
The 2nd part was really hard, but in the end I managed to do it anyways.
I tried @epage #winnow this time, a replacement for #rust #nom . And even though I don't get why `&mut &str` is needed, I found it really easy to pick up.
Thanks @mo8it for the recommendation
https://adventofcode.com/2023/day/4
https://github.com/woile/adventofcode/blob/main/2023/day4/src/main.rs -
Really interesting approach from Paul Goulart at #RustSciComp23 mixing #julia and #rust with the takeaway (paraphrased)
"Julia is great for debugging the *math* problems, Rust is great for debugging the *code* problems, and supporting both of those at once Is a lot less work than doing all of it twice"
Followed by another great talk by @mo8it highlighting the footguns and benefits of Julia (check out his blog post https://mo8it.com/blog/rust-vs-julia/)
I wasn't expecting so much Julia but I'm loving it!
-
#Zellij integration in #Rustlings 🪟
https://asciinema.org/a/902151
Works well with terminal text editors like #HelixEditor :helix:
Will be released soon ✨️
-
#Rustlings Fixes Your Nightmares :ferris:
-
With that, we have a new guide for "Community Exercises" ✨
https://rustlings.rust-lang.org/community-exercises
You can create your own exercises and let the #Rustlings program manage them 😃
I have heard that the #BevyEngine community is thinking about creating some exercises for Bevy beginners 😉
-
Launched a new website for #Rustlings 🎉
https://rustlings.rust-lang.orgIt even has a new link 🔗
What do you think? Anything missing? 🤔
-
I replaced my document readers #Evince and #Okular with Papers 📖
https://flathub.org/apps/org.gnome.Papers
Papers is planned to replace Evince as the default document viewer on #Gnome :gnome:
It is a fork of Evince with about a third of the code migrated to #RustLang :ferris:
-
Released a new version of #OxiTraffic to use the new version of #SQLx that fixes the following database security vulnerability:
⚠️ RUSTSEC-2024-0363
https://rustsec.org/advisories/RUSTSEC-2024-0363.htmlAlso replaced Askama with #Rinja for the templates. The migration was trivial 😃
-
Wrote a small fish shell function to easily start a clean benchmarking project with divan :D