Limeey

joined 2 years ago
[–] [email protected] 2 points 1 year ago

They are pole-ish.

[–] [email protected] 0 points 1 year ago (1 children)

I love Hobbes. Sometimes there’s nothing to say, you just listen.

 

A neighbor I was close with recently died and their family asked if I would take the plants, of course I said yes, but 2 of them I know very little about.

I think they might be the same plant at different life stages? Can anyone help me ID these?

https://lemmy.world/pictrs/image/a6174db8-2c77-4cc9-bf9f-6d3f86e51d1b.jpeg

https://lemmy.world/pictrs/image/fe2b7368-8f11-46aa-95c5-e2994cfaeb44.jpeg

[–] [email protected] 1 points 1 year ago

“About to correct her”

Good lord. I know people who named their cat “Kitten” and their dog “Puppy” - is he gonna “correct” them, too?

He found a wife but she found a douche.

[–] [email protected] 1 points 1 year ago (1 children)

Lyman was the worst. I’m glad John locked him in the basement never to be seen again

[–] [email protected] 1 points 1 year ago

A gui is helpful sometimes, but there’s a lot of cases where there’s no feasible way to make a good gui that does what the terminal can do.

Right tools for the right job.

For example, a gui to move a file from one folder to another is nice - drag and drop.

A gui that finds all files in a directory with a max depth of 2 but excludes logs and runs grep and on matching files extracts the second field of every line in the file? Please just let me write a one liner in bash

 
[–] [email protected] 1 points 2 years ago (1 children)

If you want to federate, then yes. Your instance needs to accept the activity pub messages sent by the instances you federate with. You would also need to send out the apub notices whenever you do activity on your instances

[–] [email protected] 1 points 2 years ago (3 children)

You can solve your "problem" by running your own instance and federate with whoever you want

[–] [email protected] 1 points 2 years ago

Her thighs intimidate yet intrigue me

[–] [email protected] 1 points 2 years ago

Due to how federation works, the federated instance needs to accept and process the activity. Each application can define its own "optional" activity properties, but the activitypub specs define mandatory properties and some optional properties for coherence across the fediverse.

The way lemmy implements this is to use the activitypub-federation-rust library that the lemmy devs built. Through this, activities in Lemmy are sent using HTTP and have a failure retry:

It is possible that delivery fails because the target instance is temporarily unreachable. In this case the task is scheduled for retry after a certain waiting time. For each task delivery is retried up to 3 times after the initial attempt. The retry intervals are as follows:

one minute, in case of service restart
one hour, in case of instance maintenance
2.5 days, in case of major incident with rebuild from backup

In the case of votes, the activity is a "like" - some other federated applications understand this and will accept it, but others won't. For example, peertube does not have a like activity, and I don't believe they would handle it.

However votes are shared across instances. When a user "likes" something from another instance, Lemmy will notify that actor (the page) that the activity (a like) was emitted by another actor (you).

Hope that clarifies things. I'm still learning all this myself so if anyone can contribute or improve my answer, please do!

 
 

I switched from notebook to labs recently and I'm missing how the notebook name is displayed in notebooks. it seems like the only way to know which notebook I'm in now is through the tab, but if I have multiple tabs open it compresses them.

Is there any extension or something that will display the notebook name (and make it easily editable) like in notebooks?