I checked the code and noticed that I wrote &self
as the parameter ๐คฆ๐ป
Now everything works. Thanks man
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
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.
i will try that, but 'pm-suspend' works
By the closing the laptop lid.
Alright, where can I contact admins in order to discuss this matter?
Extra Note: I'm talking with a developer of the frontend in order to reach the crosspost feature from the API; this is beacuse for some reason the API isn't listed in the documentation, but there is a reference to the support of crossposts.
I think that your assumption is partly right: for larger instances, most people will follow multiple related communitites, but it's rare that they will follow smaller communities, especially if they are hosted on external smaller instances.
Anyways, the new fix should resolve the problem of the same "post" (not the same post from the same community, but the same post that the bot publishes on different communities). This will be tested and if it doesn't fix it, the bot will be closed forever.
I also have the suspicion that nobody banned the bot, but that the admins just put an automated system that if lots of post were made (i think my bot made about 150 in 45 mins across 15 communitites and 7 instances), it bans beacuse it's obviously automated. Yes, I also flagged the bot as a bot (beacuse it is, duh), that might have also induced the ban.
Sorry for the incovenice; but the community helped me and I will (if the bot is allowed by the admins to keep going) use a corrected version that uses reposts in order to appear as link to one community and have common comments and no feed problems. (Should appear with the same rarity as a normal post and never appear again)
Yes, all titles and links are the same; at the moment the only topics built in the bot (as RSS feeds, HackerNews feeds and Lemmy communitys to post to) are Tech News, so the same news, talking of the same topics, published in similar communities, across different instances.
As said before, the idea is to add average-quality content to different communities (especcialy smaller ones) and different instances (especially smaller ones) , in order to add content to those communities. This isn't a "forever" type of solution: slowly, with the increase of high-quality original posts, the bot will post less posts and will stop posting on major communities. When everything is ready to set off (feeds full of high-quality original posts from different communities), the bot will be removed forever, leaving place only to the community, real soul of the Fediverse.
Can AIs feel emotions? No Can AIs reconize emotions? Possibly Can AIs imitate and express (fake) emotions? Yes
In this case, for AIs I mean LLMs. But any generative model could be thoricly trained in order to follow this scheme.
I'm not a psychologist, so I don't know how depressed people deal/express/... emotions.
But if you are asking:
Sorry, this is the output:
[ 8306.605559] mmc0: cannot verify signal voltage switch [ 8306.901332] mmc0: error -110 whilst initialising SD card [ 8307.544364] mmc0: cannot verify signal voltage switch [ 8307.837385] mmc0: error -110 whilst initialising SD card [ 8308.488564] mmc0: cannot verify signal voltage switch [ 8308.789314] mmc0: error -110 whilst initialising SD card [ 8582.217859] mmc0: error -123 whilst initialising SD card [ 8584.685053] mmc0: cannot verify signal voltage switch [ 8584.982799] mmc0: error -110 whilst initialising SD card [ 8585.628028] mmc0: cannot verify signal voltage switch [ 8585.926901] mmc0: error -110 whilst initialising SD card [ 8586.573009] mmc0: cannot verify signal voltage switch [ 8586.870849] mmc0: error -110 whilst initialising SD card
The reader can't initalizie the SD card, so no "/dev/sdb" (nothing on lsblk also, obvioulsy).
I'll try cleaning it better, but I already used a napkin.