Skip Navigation

πŸ‡¦πŸ‡Ίπ•„π•¦π•Ÿπ•₯π•–π••π•”π•£π• π•”π• π••π•šπ•π•–
πŸ‡¦πŸ‡Ίπ•„π•¦π•Ÿπ•₯π•–π••π•”π•£π• π•”π• π••π•šπ•π•– @ muntedcrocodile @lemm.ee
Posts
32
Comments
2,333
Joined
1 yr. ago

  • I love that you think that you are right and that it the people that disagree with you who should change their mind. Have you ever considered that maybe u might need to change ur beliefs as well?

  • lemm.ee is the instance of choice for many due to it not defederating unless absolutely necessary. If u don't like it block em.

  • I have many mechanisms some work sometimes some work other times. I always carry a notebook and pencil and write everything down. Shopping, todo, where I Parker my car, etc etc.

    Medication is a god send when it comes to studying. Chugging coffee helps as a way to start a task. I use nicotine to apply pavlovian conditioning to myself. Good sleep hygiene is incredibly necessary (doesn't always work but helps). I write a todo list for tasks for the next day before I go to bed. I deleted almost all social media cos its pure addiction.

    I turned off notifications for almost everything except direct messages. I have a scheduled do not disturb for sleep and work etc.

    I avoid losing things by giving them 1 specific place that said thing belongs and its either in its place or in my hand.

    I have other strategies but I can't remember them rn.

  • Permanently Deleted

    Jump
  • So u go on about diversity then u say that people who are not represented and are having their representation removed should just go somewhere else. This is exactly the same rhetoric as trump uses against the "wokes" and immigrants. Their are very few personality traits I hate but hypocrisy is definitely one of em.

  • Yo that's sick. U will get a lot of pushback for the ai but I love it. Is it foss? I run !news_summary@hilariouschaos.com and am using a t5 summarisation model what u using for summaries?

  • Rule number one of software development is that you NEVER EVER go anywhere near a patent. EVER. If you do they will use that as proof u stole and burn u at the steak.

  • OK let's run through some debug steps.

    Test to see if samba is working by using a docker volume instead of trying to mount a file path.

    If that works we can then assume its purely a file permission issue. U can check/test that by opening a shell inside the docker container and doing investigation from their.

    If from the container shell u have perm issues then u will probably need to use the docker parameter to specify the user id of the container to match that of ur host or alternativly set the filesystem to match that of the container (this will lock u out of ur servers user access to the filesystem as u will no longer be owner).

    If the container shell has perms to do shit in the mounted volume then it's a samba config issue. I've never done it myself but I've heard that samba is a bitch to configure.

  • Permanently Deleted

    Jump
  • Depends how u use it. They often stacked multiple people up and the guy at the bottom would get half chopped and be just suffering their for ages.

  • So domains are recursive tree structures. So u have node com which has a bunch of nodes below it of different domains which can have sub domains etc. Its like this cos that's how DNS was designed.

    Search engines gives scores to domains and pages. When u say that the content origin of ur page is some other domain the search engines will use that knowledge to adjust rating accordingly.

    Say u have 2 domains site1.example.com and site2.example.com the search engine will have a rank for site1, site2, and example.com where the rating of both site1 and site2 effect the rating for example.com.

    If the content origin for all federated content has the same origin say instance.fediverse.com then the rating for all federated content will be classified as part of fediverse.com and all content will be working together across all instances boosting the fediverse as a single entity.