Search
1000 results for “mo8it”
-
@teotwaki @asonix No, winnow is not that verbose! Remember, #winnow is a successor of nom. Indeed, I just submitted a PR for the tiny migration needed for your code of day 8:
https://github.com/teotwaki/advent-of-code/pull/1
Of course, feel free to just close it. I just wanted to show you how easy the migration can be with a nice diff :D
-
This really breaks my heart 😭
https://github.com/easylist/easylist/issues/17826
I spent so much time polishing #OxiTraffic just for it to be blocked by an AdBlocker 🚫
I developed it in the first place to protect #privacy!
I don't collect any personal data or anything that can help identifying a user on the web.
No IP, no cookies, no User-Agent… How is this bad for privacy?It is fully free and open source, you can just read the commented blocked script.
-
This really breaks my heart 😭
https://github.com/easylist/easylist/issues/17826
I spent so much time polishing #OxiTraffic just for it to be blocked by an AdBlocker 🚫
I developed it in the first place to protect #privacy!
I don't collect any personal data or anything that can help identifying a user on the web.
No IP, no cookies, no User-Agent… How is this bad for privacy?It is fully free and open source, you can just read the commented blocked script.
-
This really breaks my heart 😭
https://github.com/easylist/easylist/issues/17826
I spent so much time polishing #OxiTraffic just for it to be blocked by an AdBlocker 🚫
I developed it in the first place to protect #privacy!
I don't collect any personal data or anything that can help identifying a user on the web.
No IP, no cookies, no User-Agent… How is this bad for privacy?It is fully free and open source, you can just read the commented blocked script.
-
This really breaks my heart 😭
https://github.com/easylist/easylist/issues/17826
I spent so much time polishing #OxiTraffic just for it to be blocked by an AdBlocker 🚫
I developed it in the first place to protect #privacy!
I don't collect any personal data or anything that can help identifying a user on the web.
No IP, no cookies, no User-Agent… How is this bad for privacy?It is fully free and open source, you can just read the commented blocked script.
-
This really breaks my heart 😭
https://github.com/easylist/easylist/issues/17826
I spent so much time polishing #OxiTraffic just for it to be blocked by an AdBlocker 🚫
I developed it in the first place to protect #privacy!
I don't collect any personal data or anything that can help identifying a user on the web.
No IP, no cookies, no User-Agent… How is this bad for privacy?It is fully free and open source, you can just read the commented blocked script.
-
@mgeisler Welcome on Mastodon 🎉
This is the maintainer of Comprehensive Rust, an awesome Rust course for teaching Rust :blobcatheart:
He also wrote this article for example about Google's adoption of Rust:
https://security.googleblog.com/2023/09/scaling-rust-adoption-through-training.html
-
I hate timezones 😣
They lead to very "interesting" bugs that are very hard to debug.
I am currently fixing a bug that can occur only between 00:00 and 01:00 on my #OxiTraffic instance.
You know why? Because Germany still likes to change its timezone twice a year.
It would be a dream for every #developer if the whole world would just use UTC.
You can get a taste here:
https://www.youtube.com/watch?v=-5wpm-gesOY -
I hate timezones 😣
They lead to very "interesting" bugs that are very hard to debug.
I am currently fixing a bug that can occur only between 00:00 and 01:00 on my #OxiTraffic instance.
You know why? Because Germany still likes to change its timezone twice a year.
It would be a dream for every #developer if the whole world would just use UTC.
You can get a taste here:
https://www.youtube.com/watch?v=-5wpm-gesOY -
I hate timezones 😣
They lead to very "interesting" bugs that are very hard to debug.
I am currently fixing a bug that can occur only between 00:00 and 01:00 on my #OxiTraffic instance.
You know why? Because Germany still likes to change its timezone twice a year.
It would be a dream for every #developer if the whole world would just use UTC.
You can get a taste here:
https://www.youtube.com/watch?v=-5wpm-gesOY -
I hate timezones 😣
They lead to very "interesting" bugs that are very hard to debug.
I am currently fixing a bug that can occur only between 00:00 and 01:00 on my #OxiTraffic instance.
You know why? Because Germany still likes to change its timezone twice a year.
It would be a dream for every #developer if the whole world would just use UTC.
You can get a taste here:
https://www.youtube.com/watch?v=-5wpm-gesOY -
I hate timezones 😣
They lead to very "interesting" bugs that are very hard to debug.
I am currently fixing a bug that can occur only between 00:00 and 01:00 on my #OxiTraffic instance.
You know why? Because Germany still likes to change its timezone twice a year.
It would be a dream for every #developer if the whole world would just use UTC.
You can get a taste here:
https://www.youtube.com/watch?v=-5wpm-gesOY -
@tournesol #Helix has everything I needed from my many #Neovim plugins but out of the box and MUCH better integrated!
Who thought that needing multiple plugins in a "modern" editor for simple completions is a good idea?
Anyway, I highly recommend trying out Helix for at least a week to be able to adapt the muscle memory. You get a very powerful workspace, especially if you pair it with #Zellij and #GitUI 🚀
-
@fistons I use #GitUI for about 95% of Git usage. The rest is done with simple Git commands.
Check it out:
https://github.com/extrawurst/gitui
Inside #Zellij, I always have GitUI as a second tab.
I even have Zellij layouts to automate opening such tabs and panes for each project :D
With Zellij, there is no need to reinvent the wheel as "integrations". Just use other CLIs or TUIs in your terminal workspace :D
-
bwrap, a fast, lightweight, embedded system-friendly #Rust library for wrapping text 🚀
https://github.com/micl2e2/bwrap
Dicovered it in the release notes of #GitUI 0.24.0 🎉
-
Yesterday, I submitted a PR to port #Rustlings to Clap:
https://github.com/rust-lang/rustlings/pull/1633
But @manpacket asked me to try #bpaf, so here is the second PR that ports to bpaf:
https://github.com/rust-lang/rustlings/pull/1634
Which one do you like more and why? 🤔
Vote here and with a 👍 reaction on one of the PRs.
-
@musicmatze Not trying to offend, please don't take it personally. But that was also my personal impression until I read the manual. Not claiming that you didn't. Just in case.
Check out #jaq btw. for a Rust clone :D -
#jaq is #jq in Rust, with much higher performance 🚀
Very powerful for dealing with JSON!
Here is the jq/jaq manual:
https://stedolan.github.io/jq/manual/v1.6/ -
What database do you prefer as a user of a self-hosted app? :blobthinkingeyes:
I want to support only one for
#OxiTrafficPostgreSQL is much more flexible and powerful from a developer point of view. It can also scale much better just in case.
But SQLite does not require additional hosting. It is one file that can be automatically created by the app itself.
Comments on your choice are appreciated :ablobcatheart:
#SelfHosted #IndieWeb #RustLang #Rust #SQLite #PostgreSQL #Developer #FOSS
-
What database do you prefer as a user of a self-hosted app? :blobthinkingeyes:
I want to support only one for
#OxiTrafficPostgreSQL is much more flexible and powerful from a developer point of view. It can also scale much better just in case.
But SQLite does not require additional hosting. It is one file that can be automatically created by the app itself.
Comments on your choice are appreciated :ablobcatheart:
#SelfHosted #IndieWeb #RustLang #Rust #SQLite #PostgreSQL #Developer #FOSS
-
What database do you prefer as a user of a self-hosted app? :blobthinkingeyes:
I want to support only one for
#OxiTrafficPostgreSQL is much more flexible and powerful from a developer point of view. It can also scale much better just in case.
But SQLite does not require additional hosting. It is one file that can be automatically created by the app itself.
Comments on your choice are appreciated :ablobcatheart:
#SelfHosted #IndieWeb #RustLang #Rust #SQLite #PostgreSQL #Developer #FOSS
-
What database do you prefer as a user of a self-hosted app? :blobthinkingeyes:
I want to support only one for
#OxiTrafficPostgreSQL is much more flexible and powerful from a developer point of view. It can also scale much better just in case.
But SQLite does not require additional hosting. It is one file that can be automatically created by the app itself.
Comments on your choice are appreciated :ablobcatheart:
#SelfHosted #IndieWeb #RustLang #Rust #SQLite #PostgreSQL #Developer #FOSS
-
What database do you prefer as a user of a self-hosted app? :blobthinkingeyes:
I want to support only one for
#OxiTrafficPostgreSQL is much more flexible and powerful from a developer point of view. It can also scale much better just in case.
But SQLite does not require additional hosting. It is one file that can be automatically created by the app itself.
Comments on your choice are appreciated :ablobcatheart:
#SelfHosted #IndieWeb #RustLang #Rust #SQLite #PostgreSQL #Developer #FOSS
-
I developed and published it in about 6 days in my free time. For people that say that #Rust is an overkill for backends 🤨
It is often a matter of practice to be productive in any language. Rust already offers the ecosystem.
I wrote a helper library that is highly opinionated to be even more productive and share code between my #Axum + #SQLx + #Askama projects:
https://docs.rs/oxi-axum-helpers/latest/oxi_axum_helpers/
It is not documented yet 😅 I will document it and might even write a blog post about it 😃
-
I developed and published it in about 6 days in my free time. For people that say that #Rust is an overkill for backends 🤨
It is often a matter of practice to be productive in any language. Rust already offers the ecosystem.
I wrote a helper library that is highly opinionated to be even more productive and share code between my #Axum + #SQLx + #Askama projects:
https://docs.rs/oxi-axum-helpers/latest/oxi_axum_helpers/
It is not documented yet 😅 I will document it and might even write a blog post about it 😃
-
I developed and published it in about 6 days in my free time. For people that say that #Rust is an overkill for backends 🤨
It is often a matter of practice to be productive in any language. Rust already offers the ecosystem.
I wrote a helper library that is highly opinionated to be even more productive and share code between my #Axum + #SQLx + #Askama projects:
https://docs.rs/oxi-axum-helpers/latest/oxi_axum_helpers/
It is not documented yet 😅 I will document it and might even write a blog post about it 😃
-
I developed and published it in about 6 days in my free time. For people that say that #Rust is an overkill for backends 🤨
It is often a matter of practice to be productive in any language. Rust already offers the ecosystem.
I wrote a helper library that is highly opinionated to be even more productive and share code between my #Axum + #SQLx + #Askama projects:
https://docs.rs/oxi-axum-helpers/latest/oxi_axum_helpers/
It is not documented yet 😅 I will document it and might even write a blog post about it 😃
-
I developed and published it in about 6 days in my free time. For people that say that #Rust is an overkill for backends 🤨
It is often a matter of practice to be productive in any language. Rust already offers the ecosystem.
I wrote a helper library that is highly opinionated to be even more productive and share code between my #Axum + #SQLx + #Askama projects:
https://docs.rs/oxi-axum-helpers/latest/oxi_axum_helpers/
It is not documented yet 😅 I will document it and might even write a blog post about it 😃