const void*

0 Followers
0 Following
4 Posts
Python SQLite Recipe - Lemmy.world

A copy/pastable Db class to help people get started on using SQLite in python!

Feature Request - Improve Awareness of Post Invisibility Due to Language Settings

https://lemmy.world/post/1247810

Feature Request - Improve Awareness of Post Invisibility Due to Language Settings - Lemmy.world

Hello, Lemmy is great! However, unfortunately, understanding the impact of language selection is a bit confusing. Would it be possible to improve? I believed I would see all postings regardless of language when I had Undetermined selected. However, that is not the case – I saw only posts with no language attached. I got really confused when I would go to programming.dev without a login, and see posts I couldn’t see from lemmy.world. It would be great if there were a method to show me the visibility impact of posts based on my language selections. For example, if I have hidden posts in a community, or hidden comments in a thread based on my language settings, maybe give me the option to temporarily add a language to my post visibility settings, with the ability to ‘save’ that setting if I like what I see. It might also be nice to have a “show all languages” option; within the setting UX since there are SOOO many languages hidden, splitting the hidden & visible languages into two lists so I don’t have to go scrolling may make it easier. Thank you so much!!!

Back to Python - Scripting the Command Line in MacOS

https://lemmy.world/post/1193760

Back to Python - Scripting the Command Line in MacOS - Lemmy.world

A brief, code based cookbook for writing command-line path processors in python 3.latest, from a MacOS POV.