Codeberg keeps calling the group the far right. Is there any political motivation or something else here? To me, it just looks like troll behavior. Is there more details about the attacks that I missed?
- 10 Posts
- 24 Comments
What is 40s day?
This looks exciting. I hope the transition goes well.
I would say to get automated backups running on the first few before you do them all. Thats a luxury we get “for free” with cloud services.
Note on firefly iii. I use it because I’ve been using it, but after using it for 4ish years, I dont really recommend it. The way I use it anyway, I think inserting data could be easier (I do it manually on purpose) and the graphs/visualizations I also wish were better. My experience with search functionality is also sub par. I would look at other alternatives as well, but I think its still better than not tracking finances at all. But I wonder if using a database client to insert data and python scripts or grafana to analyze the data would be better for me…YMMV
Good luck!
rutrum@lm.paradisus.dayto
Self Hosted - Self-hosting your services.@lemmy.ml•What do you use for notes?English
0·1 year agoVim to edit markdown files. I use syncthing to sync between phone and other devices. I edit using markor on android.
I’ve tried other software, but usually discover that vim keybinds dont exist (even as a plugin) or opening as plain old markdown isnt available, so I give up and try the next one. I’ve finally accepted that for me, vim and markdown is my endgame note taking solution.
Floccus just syncs, so whatever hasnt been synced would just wait in your bookmarks until the server was available.
I’m due to make something with ratatui. I’ve heard wonderful things about it. Cool project OP
rutrum@lm.paradisus.dayto
Privacy@lemmy.ml•What the hell is Andy Yen doing? (read description)English
0·1 year agoWhy did you switch from bitwarden?
rutrum@lm.paradisus.dayto
Selfhosted@lemmy.world•Pinepods 0.7.2 - The rust based self-hosted podcast platform, complete with Podcasting 2.0 features!English
0·2 years agoAnd how do you like yew? Long ago I used seed.rs, which was more like ELM than react. But I think that project has since gone unmaintained. I also tried yew when I think they were in the middle of a huge API transition. Do you think its easier to write in yew than it would be in react/vue/svelte?
rutrum@lm.paradisus.dayto
Selfhosted@lemmy.world•Pinepods 0.7.2 - The rust based self-hosted podcast platform, complete with Podcasting 2.0 features!English
0·2 years agoCursed tech stack and image. Project looks cool. Can you elaborate more on why you used rust for front end and python for backend? I would assume rust would have been more applicable for back end work. Then again, Im not familiar with fastAPI.

rutrum@lm.paradisus.dayto
Rust@programming.dev•Rust code to find palindrome string in rustEnglish
0·2 years agoThere’s so many useful methods for iterators its worth reading the doc page to familiarize yourself. Its wicked powerful: https://doc.rust-lang.org/std/iter/trait.Iterator.html
rutrum@lm.paradisus.dayOPto
Programming@programming.dev•(probably not) Microsoft bought "codeburg.org" and redirects it to github.English
0·2 years agoNo I was being accusatory unfairly. I’ve updated my post.
Glancing through zettlr’s website and docs, Im not sure I understand it. Is it just notetaking software, that utilizes pandoc to build professional documents (via pdflatex)? Whats an example use case?
rutrum@lm.paradisus.dayto
Privacy@lemmy.ml•Microsoft Recall screenshots credit cards and Social Security numbers, even with the "sensitive information" filter enabledEnglish
0·2 years agoHow was jumping from windows to NixOS?
rutrum@lm.paradisus.dayto
Privacy@lemmy.ml•Microsoft Recall screenshots credit cards and Social Security numbers, even with the "sensitive information" filter enabledEnglish
0·2 years agoIt might take a screenshot and keep in memory, and only save to disk after some image processing that detects if there is sensitive data.
Hey OP, how do you follow all these updates? Is it RSS feeds on these projects? You’re on top of it this morning.
rutrum@lm.paradisus.dayOPto
Programming@programming.dev•Any data scientists out there? What's your go to programming language and tools for your work?English
0·2 years agoFirst off, understanding the different data structure from a high level is mandatory. I would understand the difference between a dataframe, series, and index are. Further, learn how numpy’s ndarrays play a role.
From there, unfortunately, I had to learn by doing…or rather struggling. It was one question at a time to stack overflow, like “how to filter on a column in pandas”. Maybe in the modern era of LLMs, this part might be easier. And eventually, I learned some patterns and internalized the data structures.
rutrum@lm.paradisus.dayOPto
Programming@programming.dev•Any data scientists out there? What's your go to programming language and tools for your work?English
0·2 years agoI learned SQL before pandas. It’s still tabular data, but the mechanisms to mutate/modify/filter the data are different methodologies. It took a long time to get comfy with pandas. It wasnt until I understood that the way you interact with a database table and a dataframe are very different, that I started to finally get a grasp on pandas.
rutrum@lm.paradisus.dayOPto
Programming@programming.dev•Any data scientists out there? What's your go to programming language and tools for your work?English
0·2 years agoA big feature of polars is only loading applicable data from disk. But during exporatory data analysis (EDA) you often have the whole dataset in memory. In this case, filters wont help much there. Polars has a good page in their docs about all the possible optimizations it is capable of. https://docs.pola.rs/user-guide/lazy/optimizations/
One I see off the top is projection pushdown, which only selects relevant columns for a final transformations. In pandas, if you perform a group by with aggregation, then only look at a few columns, you still perform aggregation across all the data. In polars lazy API, you would define the entire process upfront, and it would know not to aggregate certain columns, for instance.
rutrum@lm.paradisus.dayto
Programming@programming.dev•Should I Create A Rust or C Wikibook?English
0·2 years agoImo Rust already has the perfect book. I would make a resource for C developers. Especially since you know C already.






For people who didnt understand the phrase like myself: https://en.wikipedia.org/wiki/Thin_blue_line?wprov=sfla1