Experience programmer. Moderator of the human-managed news scraper @nitrofuel
But if it has all those limitations, why would anyone buy it?
Been some times since I installed Windows, but Calamares is a great tool
The best way to install is to use a LIVE edition. This is useful beacuse you have a nice installer intergrated and you can try it before you have to install the OS on the computer.
For download of this edition, see www.debian.org/CD/live
From there, if you come from Windows, I would raccomend KDE, as it is stable and customizable. Search “KDE screenshot” to see what it looks like, and if you like it.
If you want this, here the direct URL to download: https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/debian-live-12.2.0-amd64-kde.iso
Debian should also be lite enough for older machines, and it is the most stable distro I’ve tried. With this OS, there are already web browser, media player, office suite,… but you can also download Steam, emulators and lots of software
For help you can DM me.
But what I really want to point out is that what we need is not more content per se. What we need is more people participating in the network, our collective goal should be to get all the people who are using reddit/twitter because “that’s where most people are” and provide them tools to migrate without making them feel like they are missing out on anything. This is how we can win.
This is cool! As said in another comment, I’m now also thinking about a reverse bot which posts from Lemmy to other platforms and keeps the original URL, so that people can partecipate, see the instance homepage, register, … Just trying to improve this amazing environment!
I had to enter reddit (eeewww…) but I found it: https://www.reddit.com/r/rss/comments/e3mx1j/how_to_get_rss_feed_of_a_subreddit_with_top_posts/ Check the first comment.
I should check, but if i remeber correctly, i had some subreddits that i read on newsboat using some kind of option in the RSS link in order to get the top. (something like ?top=24hrs
or like that)
Thanks for replying to my post.
For Mastodon: this isn’t the same as you are saying with the user-follow. In your case, each users follows the users that they want to see, and they can partecipate in the comments of that post, but they will see ALL of the posts of that user in their timeline/feed. Here, the community choose what users/hashtags/instances to follow, the best posts get selected and they get posted, without being spammy. You don’t have to see everything, but only the one that both were highly-ranked on Mastodon and they were upvoted on Lemmy. At the same time, you can’t control exactly what sources are selected, but you can also interact with the community in order to drive the moderators to change the sources list, or you could just change/make a new community based on Relly. They are two different approches, that could live in symbiosis (ex. You select your own Mastodon users to follow, and the only Relly’s Mastodon posts that appear are the one that you didn’t already saw in your personal timeline [this would require collaboration with the Lemmy Server Development Team])
Some other additions:
Hope this is useful!
Yes, and the fact that it doesn’t post any link that was already posted in the last 48 hours avoid spamming.
I think that subreddits could be usable using the RSS feed system, as Reddit API are expensive and if we set up a RSS feed containing the top of 24 hours, we can extract links from there.
Could you explain a little bit this concept please? This will go to write a document that describes the next milestones for Lemmy.
this is a great idea. If you want DM and I’ll see about writing the standard and making the PRs for both the backend and official frontend
I checked the code and noticed that I wrote &self
as the parameter 🤦🏻
Now everything works. Thanks man
Yes, obviously, but there are de-referincing/borrwowing/trait problem.
If you want to check the Trait: https://docs.rs/ratatui/latest/ratatui/widgets/trait.Widget.html
If you want to check what function do I need to run: https://docs.rs/ratatui/latest/ratatui/terminal/struct.Frame.html#method.render_widget
So the struct is something like
struct Panel<T: Widget> { data: T }
(tried also with Box, Rc, &mut T and Box<dyn Widget>
I need to implement a method for Panel which simply uses the function linked above. (so just asks for a Frame, the Rect type is generated by my other function)
Being honest, I don’t really like Lua’s syntax, while I love his embeddability.
A JS runtime is way too big in my opinion.
PyO3 + Python is also big, but a little big smaller beaucse the interpreter isn’t embedded.
I am currenctly experimenting with both Python and WASM.
TIL