1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#2412
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "newcommunities@lemmy.world"
+title: "newcommunities"
+description: """
A place to post new communities all over Lemmy for discovery and promotion.\n
\n
Rules\n
=====\n
\n
The rules may be more established as time goes on, but it’s important to have a foundation to work on.\n
\n
**1. Follow the rules of Lemmy.world** - These rules are the same as Mastodon.world’s rules, which can be found [here](https://mastodon.world/about).\n
\n
**2. Include a community title and description in your post title.** - A following example of this would be `New Communities - A place to post new communities all over Lemmy for discovery and promotion.`\n
\n
**3. Follow the formatting.** - The formatting as included below is important for people getting universal links across Lemmy as easily as possible.\n
\n
Formatting\n
==========\n
\n
Please include this following format in your post:\n
\n
`[link text](/c/community@instance.com)`\n
\n
*This provides a link that should work across instances, but in some cases it won’t*\n
\n
You should also include either:\n
\n
!community@instance.com\n
\n
or instance.com/c/community\n
\n
FAQ:\n
====\n
\n
*Q: Why do I get a 404?*\n
\n
A: At least one user in an instance needs to search for a community before it gets fetched. Searching for the community will bring it into the instance and it will fetch a few of the most recent posts without comments. If a user is subscribed to a community, then all of the future posts and interactions are now in-sync.\n
\n
*Q: When I try to create a post, the circle just spins forever. Why is that?*\n
\n
A: This is a current known issue with large communities. Sometimes it does get posted, but just continues spinning, but sometimes it doesn’t get posted and continues spinning. If it doesn’t actually get posted, the best thing to do is try later. However, only some people seem to be having this problem at the moment.\n
\n
[Extra FAQ information](https://lemmy.world/comment/12095475)\n
\n
**Image Attribution:**\n
\n
Fahmi, CC BY 4.0 [creativecommons.org/licenses/by/4.0](https://creativecommons.org/licenses/by/4.0), via Wikimedia Commons
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 345
+entryCommentCount: 778
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729494898 {#274
date: 2024-10-21 09:14:58.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 34
+apId: "newcommunities@lemmy.world"
+apProfileId: "https://lemmy.world/c/newcommunities"
+apPublicUrl: "https://lemmy.world/c/newcommunities"
+apFollowersUrl: "https://lemmy.world/c/newcommunities/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "newcommunities"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729580660 {#268
date: 2024-10-22 09:04:20.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695860354 {#270
date: 2023-09-28 02:19:14.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
+slug: "META-Crosspost-Announcing-a-new-Search-Engine-for-Lemmy"
+title: "[META] [Crosspost] Announcing a new Search Engine for Lemmy"
+url: "https://www.search-lemmy.com/"
+body: """
cross-posted from: [lemmy.world/post/963301](https://lemmy.world/post/963301)\n
\n
> I shared bits and pieces of this before, but it’s officially up and running now: [www.search-lemmy.com](https://www.search-lemmy.com/)\n
> \n
> This is an enhanced search engine for Lemmy. With a few primary goals:\n
> \n
> - You can choose a preferred instance. After choosing what your primary instance is, and performing a search ALL links will open in that instance.\n
> - This aims to be a replacement for using `site:reddit.com` in Google, but just for the fediverse.\n
> - You can filter the search results by: \n
> - Instance – This will filter the results to only show communities that belong to a particular instance. Just type something like `instance:lemmy.wrold` or `instance:https://lemmy.world/`. This is separate from your preferred instance, such that you can search for posts on lemmy.world while still opening them on lemmy.ml.\n
> - Community – You can refine the search by a specific community. You use the same syntax that you’d use here `community:!fediverse@lemmy.world`.\n
> - Author – Similar to the above you can also filter by a specific author such as: `author:@marsara9@lemmy.world`.\n
> - The entire thing is open-source. You can view the code and even host your own instance… See more details here: [github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).\n
> \n
> NOTE: This only supports Lemmy instances for now. Other fediverse type instances may be in the future depending on how this works out.\n
> \n
> I’ve been working on this over just the last few weeks, so it hasn’t had a chance to crawl much of the fediverse yet. For now it only supports `lemmy.world` and `lemmy.ml` but other preferred-instances will come online as time goes by.\n
> \n
> If anyone finds any bugs, and I’m sure you will, or if anyone has any suggestions PLEASE raise an issue on GitHub for me to track. Lastly, if anyone wants to help contribute please feel free to reach out.\n
> \n
> **NOTE TO SERVER ADMINS: You can prevent your site from being crawled by adding `lemmy-search` to your robots.txt for the user-agent.**
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1691216798 {#2418
date: 2023-08-05 08:26:38.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@marsara9@lemmy.world"
]
+comments: Doctrine\ORM\PersistentCollection {#1688 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1965 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 3185
-titleTs: "'announc':3 'crosspost':2 'engin':7 'lemmi':9 'meta':1 'new':5 'search':6"
-bodyTs: "'/)':27 '/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':199 '/post/963301](https://lemmy.world/post/963301)':7 'ad':322 'admin':312 'agent':333 'aim':66 'also':165 'anyon':270,282,298 'author':158,170,173 'belong':100 'bit':10 'bug':273 'chanc':241 'choos':43,48 'code':186 'come':263 'communiti':98,136,145,156 'contribut':302 'crawl':243,320 'cross':2 'cross-post':1 'd':153 'depend':217 'detail':195 'engin':33 'enhanc':31 'entir':176 'even':188 'fedivers':81,209,247 'fediverse@lemmy.world':157 'feel':304 'filter':84,92,166 'find':271 'free':305 'futur':216 'github':291 'github.com':198 'github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':197 'goal':40 'goe':267 'googl':76 'hasn':237 'help':301 'host':189 'instanc':46,52,64,89,104,109,112,120,192,205,211,261 'issu':289 'last':232,296 'lemmi':35,204,324 'lemmy-search':323 'lemmy.ml':135,256 'lemmy.world':6,113,129,254 'lemmy.world/post/963301](https://lemmy.world/post/963301)':5 'lemmy.wrold':110 'like':108 'link':59 'm':276 'marsara9@lemmy.world':174 'may':212 'much':244 'note':200,309 'offici':19 'onlin':264 'open':61,132,180 'open-sourc':179 'particular':103 'perform':55 'piec':12 'pleas':286,303 'post':3,127 'prefer':45,119,260 'preferred-inst':259 'prevent':315 'primari':39,51 'rais':287 'reach':307 'reddit.com':74 'refin':139 'replac':70 'result':87,94 'robots.txt':328 'run':22 'search':32,57,86,125,141,325 'see':193 'separ':116 'server':311 'share':9 'show':97 'similar':159 'site':73,317 'someth':107 'sourc':181 'specif':144,169 'still':131 'suggest':285 'support':203,253 'sure':277 'syntax':150 'thing':177 'time':266 'track':295 'type':106,210 'use':72,147,154 'user':332 'user-ag':331 've':224 'view':184 'want':299 'week':234 'work':221,226 'www.search-lemmy.com':24,26 'www.search-lemmy.com/)':25 'yet':248"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688504877
+visibility: "visible "
+apId: "https://lemmy.world/post/1004415"
+editedAt: null
+createdAt: DateTimeImmutable @1688433877 {#1858
date: 2023-07-04 03:24:37.0 +02:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#2412
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "newcommunities@lemmy.world"
+title: "newcommunities"
+description: """
A place to post new communities all over Lemmy for discovery and promotion.\n
\n
Rules\n
=====\n
\n
The rules may be more established as time goes on, but it’s important to have a foundation to work on.\n
\n
**1. Follow the rules of Lemmy.world** - These rules are the same as Mastodon.world’s rules, which can be found [here](https://mastodon.world/about).\n
\n
**2. Include a community title and description in your post title.** - A following example of this would be `New Communities - A place to post new communities all over Lemmy for discovery and promotion.`\n
\n
**3. Follow the formatting.** - The formatting as included below is important for people getting universal links across Lemmy as easily as possible.\n
\n
Formatting\n
==========\n
\n
Please include this following format in your post:\n
\n
`[link text](/c/community@instance.com)`\n
\n
*This provides a link that should work across instances, but in some cases it won’t*\n
\n
You should also include either:\n
\n
!community@instance.com\n
\n
or instance.com/c/community\n
\n
FAQ:\n
====\n
\n
*Q: Why do I get a 404?*\n
\n
A: At least one user in an instance needs to search for a community before it gets fetched. Searching for the community will bring it into the instance and it will fetch a few of the most recent posts without comments. If a user is subscribed to a community, then all of the future posts and interactions are now in-sync.\n
\n
*Q: When I try to create a post, the circle just spins forever. Why is that?*\n
\n
A: This is a current known issue with large communities. Sometimes it does get posted, but just continues spinning, but sometimes it doesn’t get posted and continues spinning. If it doesn’t actually get posted, the best thing to do is try later. However, only some people seem to be having this problem at the moment.\n
\n
[Extra FAQ information](https://lemmy.world/comment/12095475)\n
\n
**Image Attribution:**\n
\n
Fahmi, CC BY 4.0 [creativecommons.org/licenses/by/4.0](https://creativecommons.org/licenses/by/4.0), via Wikimedia Commons
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 345
+entryCommentCount: 778
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729494898 {#274
date: 2024-10-21 09:14:58.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 34
+apId: "newcommunities@lemmy.world"
+apProfileId: "https://lemmy.world/c/newcommunities"
+apPublicUrl: "https://lemmy.world/c/newcommunities"
+apFollowersUrl: "https://lemmy.world/c/newcommunities/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "newcommunities"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729580660 {#268
date: 2024-10-22 09:04:20.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695860354 {#270
date: 2023-09-28 02:19:14.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
+slug: "META-Crosspost-Announcing-a-new-Search-Engine-for-Lemmy"
+title: "[META] [Crosspost] Announcing a new Search Engine for Lemmy"
+url: "https://www.search-lemmy.com/"
+body: """
cross-posted from: [lemmy.world/post/963301](https://lemmy.world/post/963301)\n
\n
> I shared bits and pieces of this before, but it’s officially up and running now: [www.search-lemmy.com](https://www.search-lemmy.com/)\n
> \n
> This is an enhanced search engine for Lemmy. With a few primary goals:\n
> \n
> - You can choose a preferred instance. After choosing what your primary instance is, and performing a search ALL links will open in that instance.\n
> - This aims to be a replacement for using `site:reddit.com` in Google, but just for the fediverse.\n
> - You can filter the search results by: \n
> - Instance – This will filter the results to only show communities that belong to a particular instance. Just type something like `instance:lemmy.wrold` or `instance:https://lemmy.world/`. This is separate from your preferred instance, such that you can search for posts on lemmy.world while still opening them on lemmy.ml.\n
> - Community – You can refine the search by a specific community. You use the same syntax that you’d use here `community:!fediverse@lemmy.world`.\n
> - Author – Similar to the above you can also filter by a specific author such as: `author:@marsara9@lemmy.world`.\n
> - The entire thing is open-source. You can view the code and even host your own instance… See more details here: [github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).\n
> \n
> NOTE: This only supports Lemmy instances for now. Other fediverse type instances may be in the future depending on how this works out.\n
> \n
> I’ve been working on this over just the last few weeks, so it hasn’t had a chance to crawl much of the fediverse yet. For now it only supports `lemmy.world` and `lemmy.ml` but other preferred-instances will come online as time goes by.\n
> \n
> If anyone finds any bugs, and I’m sure you will, or if anyone has any suggestions PLEASE raise an issue on GitHub for me to track. Lastly, if anyone wants to help contribute please feel free to reach out.\n
> \n
> **NOTE TO SERVER ADMINS: You can prevent your site from being crawled by adding `lemmy-search` to your robots.txt for the user-agent.**
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1691216798 {#2418
date: 2023-08-05 08:26:38.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@marsara9@lemmy.world"
]
+comments: Doctrine\ORM\PersistentCollection {#1688 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1965 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 3185
-titleTs: "'announc':3 'crosspost':2 'engin':7 'lemmi':9 'meta':1 'new':5 'search':6"
-bodyTs: "'/)':27 '/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':199 '/post/963301](https://lemmy.world/post/963301)':7 'ad':322 'admin':312 'agent':333 'aim':66 'also':165 'anyon':270,282,298 'author':158,170,173 'belong':100 'bit':10 'bug':273 'chanc':241 'choos':43,48 'code':186 'come':263 'communiti':98,136,145,156 'contribut':302 'crawl':243,320 'cross':2 'cross-post':1 'd':153 'depend':217 'detail':195 'engin':33 'enhanc':31 'entir':176 'even':188 'fedivers':81,209,247 'fediverse@lemmy.world':157 'feel':304 'filter':84,92,166 'find':271 'free':305 'futur':216 'github':291 'github.com':198 'github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':197 'goal':40 'goe':267 'googl':76 'hasn':237 'help':301 'host':189 'instanc':46,52,64,89,104,109,112,120,192,205,211,261 'issu':289 'last':232,296 'lemmi':35,204,324 'lemmy-search':323 'lemmy.ml':135,256 'lemmy.world':6,113,129,254 'lemmy.world/post/963301](https://lemmy.world/post/963301)':5 'lemmy.wrold':110 'like':108 'link':59 'm':276 'marsara9@lemmy.world':174 'may':212 'much':244 'note':200,309 'offici':19 'onlin':264 'open':61,132,180 'open-sourc':179 'particular':103 'perform':55 'piec':12 'pleas':286,303 'post':3,127 'prefer':45,119,260 'preferred-inst':259 'prevent':315 'primari':39,51 'rais':287 'reach':307 'reddit.com':74 'refin':139 'replac':70 'result':87,94 'robots.txt':328 'run':22 'search':32,57,86,125,141,325 'see':193 'separ':116 'server':311 'share':9 'show':97 'similar':159 'site':73,317 'someth':107 'sourc':181 'specif':144,169 'still':131 'suggest':285 'support':203,253 'sure':277 'syntax':150 'thing':177 'time':266 'track':295 'type':106,210 'use':72,147,154 'user':332 'user-ag':331 've':224 'view':184 'want':299 'week':234 'work':221,226 'www.search-lemmy.com':24,26 'www.search-lemmy.com/)':25 'yet':248"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688504877
+visibility: "visible "
+apId: "https://lemmy.world/post/1004415"
+editedAt: null
+createdAt: DateTimeImmutable @1688433877 {#1858
date: 2023-07-04 03:24:37.0 +02:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#2412
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "newcommunities@lemmy.world"
+title: "newcommunities"
+description: """
A place to post new communities all over Lemmy for discovery and promotion.\n
\n
Rules\n
=====\n
\n
The rules may be more established as time goes on, but it’s important to have a foundation to work on.\n
\n
**1. Follow the rules of Lemmy.world** - These rules are the same as Mastodon.world’s rules, which can be found [here](https://mastodon.world/about).\n
\n
**2. Include a community title and description in your post title.** - A following example of this would be `New Communities - A place to post new communities all over Lemmy for discovery and promotion.`\n
\n
**3. Follow the formatting.** - The formatting as included below is important for people getting universal links across Lemmy as easily as possible.\n
\n
Formatting\n
==========\n
\n
Please include this following format in your post:\n
\n
`[link text](/c/community@instance.com)`\n
\n
*This provides a link that should work across instances, but in some cases it won’t*\n
\n
You should also include either:\n
\n
!community@instance.com\n
\n
or instance.com/c/community\n
\n
FAQ:\n
====\n
\n
*Q: Why do I get a 404?*\n
\n
A: At least one user in an instance needs to search for a community before it gets fetched. Searching for the community will bring it into the instance and it will fetch a few of the most recent posts without comments. If a user is subscribed to a community, then all of the future posts and interactions are now in-sync.\n
\n
*Q: When I try to create a post, the circle just spins forever. Why is that?*\n
\n
A: This is a current known issue with large communities. Sometimes it does get posted, but just continues spinning, but sometimes it doesn’t get posted and continues spinning. If it doesn’t actually get posted, the best thing to do is try later. However, only some people seem to be having this problem at the moment.\n
\n
[Extra FAQ information](https://lemmy.world/comment/12095475)\n
\n
**Image Attribution:**\n
\n
Fahmi, CC BY 4.0 [creativecommons.org/licenses/by/4.0](https://creativecommons.org/licenses/by/4.0), via Wikimedia Commons
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 345
+entryCommentCount: 778
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729494898 {#274
date: 2024-10-21 09:14:58.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 34
+apId: "newcommunities@lemmy.world"
+apProfileId: "https://lemmy.world/c/newcommunities"
+apPublicUrl: "https://lemmy.world/c/newcommunities"
+apFollowersUrl: "https://lemmy.world/c/newcommunities/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "newcommunities"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729580660 {#268
date: 2024-10-22 09:04:20.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695860354 {#270
date: 2023-09-28 02:19:14.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
+slug: "META-Crosspost-Announcing-a-new-Search-Engine-for-Lemmy"
+title: "[META] [Crosspost] Announcing a new Search Engine for Lemmy"
+url: "https://www.search-lemmy.com/"
+body: """
cross-posted from: [lemmy.world/post/963301](https://lemmy.world/post/963301)\n
\n
> I shared bits and pieces of this before, but it’s officially up and running now: [www.search-lemmy.com](https://www.search-lemmy.com/)\n
> \n
> This is an enhanced search engine for Lemmy. With a few primary goals:\n
> \n
> - You can choose a preferred instance. After choosing what your primary instance is, and performing a search ALL links will open in that instance.\n
> - This aims to be a replacement for using `site:reddit.com` in Google, but just for the fediverse.\n
> - You can filter the search results by: \n
> - Instance – This will filter the results to only show communities that belong to a particular instance. Just type something like `instance:lemmy.wrold` or `instance:https://lemmy.world/`. This is separate from your preferred instance, such that you can search for posts on lemmy.world while still opening them on lemmy.ml.\n
> - Community – You can refine the search by a specific community. You use the same syntax that you’d use here `community:!fediverse@lemmy.world`.\n
> - Author – Similar to the above you can also filter by a specific author such as: `author:@marsara9@lemmy.world`.\n
> - The entire thing is open-source. You can view the code and even host your own instance… See more details here: [github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).\n
> \n
> NOTE: This only supports Lemmy instances for now. Other fediverse type instances may be in the future depending on how this works out.\n
> \n
> I’ve been working on this over just the last few weeks, so it hasn’t had a chance to crawl much of the fediverse yet. For now it only supports `lemmy.world` and `lemmy.ml` but other preferred-instances will come online as time goes by.\n
> \n
> If anyone finds any bugs, and I’m sure you will, or if anyone has any suggestions PLEASE raise an issue on GitHub for me to track. Lastly, if anyone wants to help contribute please feel free to reach out.\n
> \n
> **NOTE TO SERVER ADMINS: You can prevent your site from being crawled by adding `lemmy-search` to your robots.txt for the user-agent.**
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1691216798 {#2418
date: 2023-08-05 08:26:38.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@marsara9@lemmy.world"
]
+comments: Doctrine\ORM\PersistentCollection {#1688 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1965 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 3185
-titleTs: "'announc':3 'crosspost':2 'engin':7 'lemmi':9 'meta':1 'new':5 'search':6"
-bodyTs: "'/)':27 '/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':199 '/post/963301](https://lemmy.world/post/963301)':7 'ad':322 'admin':312 'agent':333 'aim':66 'also':165 'anyon':270,282,298 'author':158,170,173 'belong':100 'bit':10 'bug':273 'chanc':241 'choos':43,48 'code':186 'come':263 'communiti':98,136,145,156 'contribut':302 'crawl':243,320 'cross':2 'cross-post':1 'd':153 'depend':217 'detail':195 'engin':33 'enhanc':31 'entir':176 'even':188 'fedivers':81,209,247 'fediverse@lemmy.world':157 'feel':304 'filter':84,92,166 'find':271 'free':305 'futur':216 'github':291 'github.com':198 'github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':197 'goal':40 'goe':267 'googl':76 'hasn':237 'help':301 'host':189 'instanc':46,52,64,89,104,109,112,120,192,205,211,261 'issu':289 'last':232,296 'lemmi':35,204,324 'lemmy-search':323 'lemmy.ml':135,256 'lemmy.world':6,113,129,254 'lemmy.world/post/963301](https://lemmy.world/post/963301)':5 'lemmy.wrold':110 'like':108 'link':59 'm':276 'marsara9@lemmy.world':174 'may':212 'much':244 'note':200,309 'offici':19 'onlin':264 'open':61,132,180 'open-sourc':179 'particular':103 'perform':55 'piec':12 'pleas':286,303 'post':3,127 'prefer':45,119,260 'preferred-inst':259 'prevent':315 'primari':39,51 'rais':287 'reach':307 'reddit.com':74 'refin':139 'replac':70 'result':87,94 'robots.txt':328 'run':22 'search':32,57,86,125,141,325 'see':193 'separ':116 'server':311 'share':9 'show':97 'similar':159 'site':73,317 'someth':107 'sourc':181 'specif':144,169 'still':131 'suggest':285 'support':203,253 'sure':277 'syntax':150 'thing':177 'time':266 'track':295 'type':106,210 'use':72,147,154 'user':332 'user-ag':331 've':224 'view':184 'want':299 'week':234 'work':221,226 'www.search-lemmy.com':24,26 'www.search-lemmy.com/)':25 'yet':248"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688504877
+visibility: "visible "
+apId: "https://lemmy.world/post/1004415"
+editedAt: null
+createdAt: DateTimeImmutable @1688433877 {#1858
date: 2023-07-04 03:24:37.0 +02:00
}
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4147
+user: App\Entity\User {#4095 …}
+entry: App\Entity\Entry {#2412
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "newcommunities@lemmy.world"
+title: "newcommunities"
+description: """
A place to post new communities all over Lemmy for discovery and promotion.\n
\n
Rules\n
=====\n
\n
The rules may be more established as time goes on, but it’s important to have a foundation to work on.\n
\n
**1. Follow the rules of Lemmy.world** - These rules are the same as Mastodon.world’s rules, which can be found [here](https://mastodon.world/about).\n
\n
**2. Include a community title and description in your post title.** - A following example of this would be `New Communities - A place to post new communities all over Lemmy for discovery and promotion.`\n
\n
**3. Follow the formatting.** - The formatting as included below is important for people getting universal links across Lemmy as easily as possible.\n
\n
Formatting\n
==========\n
\n
Please include this following format in your post:\n
\n
`[link text](/c/community@instance.com)`\n
\n
*This provides a link that should work across instances, but in some cases it won’t*\n
\n
You should also include either:\n
\n
!community@instance.com\n
\n
or instance.com/c/community\n
\n
FAQ:\n
====\n
\n
*Q: Why do I get a 404?*\n
\n
A: At least one user in an instance needs to search for a community before it gets fetched. Searching for the community will bring it into the instance and it will fetch a few of the most recent posts without comments. If a user is subscribed to a community, then all of the future posts and interactions are now in-sync.\n
\n
*Q: When I try to create a post, the circle just spins forever. Why is that?*\n
\n
A: This is a current known issue with large communities. Sometimes it does get posted, but just continues spinning, but sometimes it doesn’t get posted and continues spinning. If it doesn’t actually get posted, the best thing to do is try later. However, only some people seem to be having this problem at the moment.\n
\n
[Extra FAQ information](https://lemmy.world/comment/12095475)\n
\n
**Image Attribution:**\n
\n
Fahmi, CC BY 4.0 [creativecommons.org/licenses/by/4.0](https://creativecommons.org/licenses/by/4.0), via Wikimedia Commons
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 345
+entryCommentCount: 778
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729494898 {#274
date: 2024-10-21 09:14:58.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 34
+apId: "newcommunities@lemmy.world"
+apProfileId: "https://lemmy.world/c/newcommunities"
+apPublicUrl: "https://lemmy.world/c/newcommunities"
+apFollowersUrl: "https://lemmy.world/c/newcommunities/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "newcommunities"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729580660 {#268
date: 2024-10-22 09:04:20.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695860354 {#270
date: 2023-09-28 02:19:14.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
+slug: "META-Crosspost-Announcing-a-new-Search-Engine-for-Lemmy"
+title: "[META] [Crosspost] Announcing a new Search Engine for Lemmy"
+url: "https://www.search-lemmy.com/"
+body: """
cross-posted from: [lemmy.world/post/963301](https://lemmy.world/post/963301)\n
\n
> I shared bits and pieces of this before, but it’s officially up and running now: [www.search-lemmy.com](https://www.search-lemmy.com/)\n
> \n
> This is an enhanced search engine for Lemmy. With a few primary goals:\n
> \n
> - You can choose a preferred instance. After choosing what your primary instance is, and performing a search ALL links will open in that instance.\n
> - This aims to be a replacement for using `site:reddit.com` in Google, but just for the fediverse.\n
> - You can filter the search results by: \n
> - Instance – This will filter the results to only show communities that belong to a particular instance. Just type something like `instance:lemmy.wrold` or `instance:https://lemmy.world/`. This is separate from your preferred instance, such that you can search for posts on lemmy.world while still opening them on lemmy.ml.\n
> - Community – You can refine the search by a specific community. You use the same syntax that you’d use here `community:!fediverse@lemmy.world`.\n
> - Author – Similar to the above you can also filter by a specific author such as: `author:@marsara9@lemmy.world`.\n
> - The entire thing is open-source. You can view the code and even host your own instance… See more details here: [github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).\n
> \n
> NOTE: This only supports Lemmy instances for now. Other fediverse type instances may be in the future depending on how this works out.\n
> \n
> I’ve been working on this over just the last few weeks, so it hasn’t had a chance to crawl much of the fediverse yet. For now it only supports `lemmy.world` and `lemmy.ml` but other preferred-instances will come online as time goes by.\n
> \n
> If anyone finds any bugs, and I’m sure you will, or if anyone has any suggestions PLEASE raise an issue on GitHub for me to track. Lastly, if anyone wants to help contribute please feel free to reach out.\n
> \n
> **NOTE TO SERVER ADMINS: You can prevent your site from being crawled by adding `lemmy-search` to your robots.txt for the user-agent.**
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1691216798 {#2418
date: 2023-08-05 08:26:38.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@marsara9@lemmy.world"
]
+comments: Doctrine\ORM\PersistentCollection {#1688 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1965 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 3185
-titleTs: "'announc':3 'crosspost':2 'engin':7 'lemmi':9 'meta':1 'new':5 'search':6"
-bodyTs: "'/)':27 '/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':199 '/post/963301](https://lemmy.world/post/963301)':7 'ad':322 'admin':312 'agent':333 'aim':66 'also':165 'anyon':270,282,298 'author':158,170,173 'belong':100 'bit':10 'bug':273 'chanc':241 'choos':43,48 'code':186 'come':263 'communiti':98,136,145,156 'contribut':302 'crawl':243,320 'cross':2 'cross-post':1 'd':153 'depend':217 'detail':195 'engin':33 'enhanc':31 'entir':176 'even':188 'fedivers':81,209,247 'fediverse@lemmy.world':157 'feel':304 'filter':84,92,166 'find':271 'free':305 'futur':216 'github':291 'github.com':198 'github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':197 'goal':40 'goe':267 'googl':76 'hasn':237 'help':301 'host':189 'instanc':46,52,64,89,104,109,112,120,192,205,211,261 'issu':289 'last':232,296 'lemmi':35,204,324 'lemmy-search':323 'lemmy.ml':135,256 'lemmy.world':6,113,129,254 'lemmy.world/post/963301](https://lemmy.world/post/963301)':5 'lemmy.wrold':110 'like':108 'link':59 'm':276 'marsara9@lemmy.world':174 'may':212 'much':244 'note':200,309 'offici':19 'onlin':264 'open':61,132,180 'open-sourc':179 'particular':103 'perform':55 'piec':12 'pleas':286,303 'post':3,127 'prefer':45,119,260 'preferred-inst':259 'prevent':315 'primari':39,51 'rais':287 'reach':307 'reddit.com':74 'refin':139 'replac':70 'result':87,94 'robots.txt':328 'run':22 'search':32,57,86,125,141,325 'see':193 'separ':116 'server':311 'share':9 'show':97 'similar':159 'site':73,317 'someth':107 'sourc':181 'specif':144,169 'still':131 'suggest':285 'support':203,253 'sure':277 'syntax':150 'thing':177 'time':266 'track':295 'type':106,210 'use':72,147,154 'user':332 'user-ag':331 've':224 'view':184 'want':299 'week':234 'work':221,226 'www.search-lemmy.com':24,26 'www.search-lemmy.com/)':25 'yet':248"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688504877
+visibility: "visible "
+apId: "https://lemmy.world/post/1004415"
+editedAt: null
+createdAt: DateTimeImmutable @1688433877 {#1858
date: 2023-07-04 03:24:37.0 +02:00
}
}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: null
+root: null
+body: "Should be able to search *all* instances. If you know what instance your community is on, then you’ve already found it so… why search?"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1698436559 {#4156
date: 2023-10-27 21:55:59.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@marsara9@lemmy.world"
"@Akhuyan@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4145 …}
+nested: Doctrine\ORM\PersistentCollection {#4143 …}
+votes: Doctrine\ORM\PersistentCollection {#4141 …}
+reports: Doctrine\ORM\PersistentCollection {#4139 …}
+favourites: Doctrine\ORM\PersistentCollection {#4107 …}
+notifications: Doctrine\ORM\PersistentCollection {#4111 …}
-id: 34339
-bodyTs: "'abl':3 'alreadi':20 'communiti':14 'found':21 'instanc':7,12 'know':10 'search':5,25 've':19"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/676553"
+editedAt: null
+createdAt: DateTimeImmutable @1688855155 {#4092
date: 2023-07-09 00:25:55.0 +02:00
}
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#4147
+user: App\Entity\User {#4095 …}
+entry: App\Entity\Entry {#2412
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "newcommunities@lemmy.world"
+title: "newcommunities"
+description: """
A place to post new communities all over Lemmy for discovery and promotion.\n
\n
Rules\n
=====\n
\n
The rules may be more established as time goes on, but it’s important to have a foundation to work on.\n
\n
**1. Follow the rules of Lemmy.world** - These rules are the same as Mastodon.world’s rules, which can be found [here](https://mastodon.world/about).\n
\n
**2. Include a community title and description in your post title.** - A following example of this would be `New Communities - A place to post new communities all over Lemmy for discovery and promotion.`\n
\n
**3. Follow the formatting.** - The formatting as included below is important for people getting universal links across Lemmy as easily as possible.\n
\n
Formatting\n
==========\n
\n
Please include this following format in your post:\n
\n
`[link text](/c/community@instance.com)`\n
\n
*This provides a link that should work across instances, but in some cases it won’t*\n
\n
You should also include either:\n
\n
!community@instance.com\n
\n
or instance.com/c/community\n
\n
FAQ:\n
====\n
\n
*Q: Why do I get a 404?*\n
\n
A: At least one user in an instance needs to search for a community before it gets fetched. Searching for the community will bring it into the instance and it will fetch a few of the most recent posts without comments. If a user is subscribed to a community, then all of the future posts and interactions are now in-sync.\n
\n
*Q: When I try to create a post, the circle just spins forever. Why is that?*\n
\n
A: This is a current known issue with large communities. Sometimes it does get posted, but just continues spinning, but sometimes it doesn’t get posted and continues spinning. If it doesn’t actually get posted, the best thing to do is try later. However, only some people seem to be having this problem at the moment.\n
\n
[Extra FAQ information](https://lemmy.world/comment/12095475)\n
\n
**Image Attribution:**\n
\n
Fahmi, CC BY 4.0 [creativecommons.org/licenses/by/4.0](https://creativecommons.org/licenses/by/4.0), via Wikimedia Commons
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 345
+entryCommentCount: 778
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729494898 {#274
date: 2024-10-21 09:14:58.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 34
+apId: "newcommunities@lemmy.world"
+apProfileId: "https://lemmy.world/c/newcommunities"
+apPublicUrl: "https://lemmy.world/c/newcommunities"
+apFollowersUrl: "https://lemmy.world/c/newcommunities/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "newcommunities"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729580660 {#268
date: 2024-10-22 09:04:20.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695860354 {#270
date: 2023-09-28 02:19:14.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
+slug: "META-Crosspost-Announcing-a-new-Search-Engine-for-Lemmy"
+title: "[META] [Crosspost] Announcing a new Search Engine for Lemmy"
+url: "https://www.search-lemmy.com/"
+body: """
cross-posted from: [lemmy.world/post/963301](https://lemmy.world/post/963301)\n
\n
> I shared bits and pieces of this before, but it’s officially up and running now: [www.search-lemmy.com](https://www.search-lemmy.com/)\n
> \n
> This is an enhanced search engine for Lemmy. With a few primary goals:\n
> \n
> - You can choose a preferred instance. After choosing what your primary instance is, and performing a search ALL links will open in that instance.\n
> - This aims to be a replacement for using `site:reddit.com` in Google, but just for the fediverse.\n
> - You can filter the search results by: \n
> - Instance – This will filter the results to only show communities that belong to a particular instance. Just type something like `instance:lemmy.wrold` or `instance:https://lemmy.world/`. This is separate from your preferred instance, such that you can search for posts on lemmy.world while still opening them on lemmy.ml.\n
> - Community – You can refine the search by a specific community. You use the same syntax that you’d use here `community:!fediverse@lemmy.world`.\n
> - Author – Similar to the above you can also filter by a specific author such as: `author:@marsara9@lemmy.world`.\n
> - The entire thing is open-source. You can view the code and even host your own instance… See more details here: [github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).\n
> \n
> NOTE: This only supports Lemmy instances for now. Other fediverse type instances may be in the future depending on how this works out.\n
> \n
> I’ve been working on this over just the last few weeks, so it hasn’t had a chance to crawl much of the fediverse yet. For now it only supports `lemmy.world` and `lemmy.ml` but other preferred-instances will come online as time goes by.\n
> \n
> If anyone finds any bugs, and I’m sure you will, or if anyone has any suggestions PLEASE raise an issue on GitHub for me to track. Lastly, if anyone wants to help contribute please feel free to reach out.\n
> \n
> **NOTE TO SERVER ADMINS: You can prevent your site from being crawled by adding `lemmy-search` to your robots.txt for the user-agent.**
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1691216798 {#2418
date: 2023-08-05 08:26:38.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@marsara9@lemmy.world"
]
+comments: Doctrine\ORM\PersistentCollection {#1688 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1965 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 3185
-titleTs: "'announc':3 'crosspost':2 'engin':7 'lemmi':9 'meta':1 'new':5 'search':6"
-bodyTs: "'/)':27 '/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':199 '/post/963301](https://lemmy.world/post/963301)':7 'ad':322 'admin':312 'agent':333 'aim':66 'also':165 'anyon':270,282,298 'author':158,170,173 'belong':100 'bit':10 'bug':273 'chanc':241 'choos':43,48 'code':186 'come':263 'communiti':98,136,145,156 'contribut':302 'crawl':243,320 'cross':2 'cross-post':1 'd':153 'depend':217 'detail':195 'engin':33 'enhanc':31 'entir':176 'even':188 'fedivers':81,209,247 'fediverse@lemmy.world':157 'feel':304 'filter':84,92,166 'find':271 'free':305 'futur':216 'github':291 'github.com':198 'github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':197 'goal':40 'goe':267 'googl':76 'hasn':237 'help':301 'host':189 'instanc':46,52,64,89,104,109,112,120,192,205,211,261 'issu':289 'last':232,296 'lemmi':35,204,324 'lemmy-search':323 'lemmy.ml':135,256 'lemmy.world':6,113,129,254 'lemmy.world/post/963301](https://lemmy.world/post/963301)':5 'lemmy.wrold':110 'like':108 'link':59 'm':276 'marsara9@lemmy.world':174 'may':212 'much':244 'note':200,309 'offici':19 'onlin':264 'open':61,132,180 'open-sourc':179 'particular':103 'perform':55 'piec':12 'pleas':286,303 'post':3,127 'prefer':45,119,260 'preferred-inst':259 'prevent':315 'primari':39,51 'rais':287 'reach':307 'reddit.com':74 'refin':139 'replac':70 'result':87,94 'robots.txt':328 'run':22 'search':32,57,86,125,141,325 'see':193 'separ':116 'server':311 'share':9 'show':97 'similar':159 'site':73,317 'someth':107 'sourc':181 'specif':144,169 'still':131 'suggest':285 'support':203,253 'sure':277 'syntax':150 'thing':177 'time':266 'track':295 'type':106,210 'use':72,147,154 'user':332 'user-ag':331 've':224 'view':184 'want':299 'week':234 'work':221,226 'www.search-lemmy.com':24,26 'www.search-lemmy.com/)':25 'yet':248"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688504877
+visibility: "visible "
+apId: "https://lemmy.world/post/1004415"
+editedAt: null
+createdAt: DateTimeImmutable @1688433877 {#1858
date: 2023-07-04 03:24:37.0 +02:00
}
}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: null
+root: null
+body: "Should be able to search *all* instances. If you know what instance your community is on, then you’ve already found it so… why search?"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1698436559 {#4156
date: 2023-10-27 21:55:59.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@marsara9@lemmy.world"
"@Akhuyan@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4145 …}
+nested: Doctrine\ORM\PersistentCollection {#4143 …}
+votes: Doctrine\ORM\PersistentCollection {#4141 …}
+reports: Doctrine\ORM\PersistentCollection {#4139 …}
+favourites: Doctrine\ORM\PersistentCollection {#4107 …}
+notifications: Doctrine\ORM\PersistentCollection {#4111 …}
-id: 34339
-bodyTs: "'abl':3 'alreadi':20 'communiti':14 'found':21 'instanc':7,12 'know':10 'search':5,25 've':19"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/676553"
+editedAt: null
+createdAt: DateTimeImmutable @1688855155 {#4092
date: 2023-07-09 00:25:55.0 +02:00
}
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4147
+user: App\Entity\User {#4095 …}
+entry: App\Entity\Entry {#2412
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "newcommunities@lemmy.world"
+title: "newcommunities"
+description: """
A place to post new communities all over Lemmy for discovery and promotion.\n
\n
Rules\n
=====\n
\n
The rules may be more established as time goes on, but it’s important to have a foundation to work on.\n
\n
**1. Follow the rules of Lemmy.world** - These rules are the same as Mastodon.world’s rules, which can be found [here](https://mastodon.world/about).\n
\n
**2. Include a community title and description in your post title.** - A following example of this would be `New Communities - A place to post new communities all over Lemmy for discovery and promotion.`\n
\n
**3. Follow the formatting.** - The formatting as included below is important for people getting universal links across Lemmy as easily as possible.\n
\n
Formatting\n
==========\n
\n
Please include this following format in your post:\n
\n
`[link text](/c/community@instance.com)`\n
\n
*This provides a link that should work across instances, but in some cases it won’t*\n
\n
You should also include either:\n
\n
!community@instance.com\n
\n
or instance.com/c/community\n
\n
FAQ:\n
====\n
\n
*Q: Why do I get a 404?*\n
\n
A: At least one user in an instance needs to search for a community before it gets fetched. Searching for the community will bring it into the instance and it will fetch a few of the most recent posts without comments. If a user is subscribed to a community, then all of the future posts and interactions are now in-sync.\n
\n
*Q: When I try to create a post, the circle just spins forever. Why is that?*\n
\n
A: This is a current known issue with large communities. Sometimes it does get posted, but just continues spinning, but sometimes it doesn’t get posted and continues spinning. If it doesn’t actually get posted, the best thing to do is try later. However, only some people seem to be having this problem at the moment.\n
\n
[Extra FAQ information](https://lemmy.world/comment/12095475)\n
\n
**Image Attribution:**\n
\n
Fahmi, CC BY 4.0 [creativecommons.org/licenses/by/4.0](https://creativecommons.org/licenses/by/4.0), via Wikimedia Commons
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 345
+entryCommentCount: 778
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729494898 {#274
date: 2024-10-21 09:14:58.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 34
+apId: "newcommunities@lemmy.world"
+apProfileId: "https://lemmy.world/c/newcommunities"
+apPublicUrl: "https://lemmy.world/c/newcommunities"
+apFollowersUrl: "https://lemmy.world/c/newcommunities/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "newcommunities"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729580660 {#268
date: 2024-10-22 09:04:20.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695860354 {#270
date: 2023-09-28 02:19:14.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
+slug: "META-Crosspost-Announcing-a-new-Search-Engine-for-Lemmy"
+title: "[META] [Crosspost] Announcing a new Search Engine for Lemmy"
+url: "https://www.search-lemmy.com/"
+body: """
cross-posted from: [lemmy.world/post/963301](https://lemmy.world/post/963301)\n
\n
> I shared bits and pieces of this before, but it’s officially up and running now: [www.search-lemmy.com](https://www.search-lemmy.com/)\n
> \n
> This is an enhanced search engine for Lemmy. With a few primary goals:\n
> \n
> - You can choose a preferred instance. After choosing what your primary instance is, and performing a search ALL links will open in that instance.\n
> - This aims to be a replacement for using `site:reddit.com` in Google, but just for the fediverse.\n
> - You can filter the search results by: \n
> - Instance – This will filter the results to only show communities that belong to a particular instance. Just type something like `instance:lemmy.wrold` or `instance:https://lemmy.world/`. This is separate from your preferred instance, such that you can search for posts on lemmy.world while still opening them on lemmy.ml.\n
> - Community – You can refine the search by a specific community. You use the same syntax that you’d use here `community:!fediverse@lemmy.world`.\n
> - Author – Similar to the above you can also filter by a specific author such as: `author:@marsara9@lemmy.world`.\n
> - The entire thing is open-source. You can view the code and even host your own instance… See more details here: [github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).\n
> \n
> NOTE: This only supports Lemmy instances for now. Other fediverse type instances may be in the future depending on how this works out.\n
> \n
> I’ve been working on this over just the last few weeks, so it hasn’t had a chance to crawl much of the fediverse yet. For now it only supports `lemmy.world` and `lemmy.ml` but other preferred-instances will come online as time goes by.\n
> \n
> If anyone finds any bugs, and I’m sure you will, or if anyone has any suggestions PLEASE raise an issue on GitHub for me to track. Lastly, if anyone wants to help contribute please feel free to reach out.\n
> \n
> **NOTE TO SERVER ADMINS: You can prevent your site from being crawled by adding `lemmy-search` to your robots.txt for the user-agent.**
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1691216798 {#2418
date: 2023-08-05 08:26:38.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@marsara9@lemmy.world"
]
+comments: Doctrine\ORM\PersistentCollection {#1688 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1965 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 3185
-titleTs: "'announc':3 'crosspost':2 'engin':7 'lemmi':9 'meta':1 'new':5 'search':6"
-bodyTs: "'/)':27 '/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':199 '/post/963301](https://lemmy.world/post/963301)':7 'ad':322 'admin':312 'agent':333 'aim':66 'also':165 'anyon':270,282,298 'author':158,170,173 'belong':100 'bit':10 'bug':273 'chanc':241 'choos':43,48 'code':186 'come':263 'communiti':98,136,145,156 'contribut':302 'crawl':243,320 'cross':2 'cross-post':1 'd':153 'depend':217 'detail':195 'engin':33 'enhanc':31 'entir':176 'even':188 'fedivers':81,209,247 'fediverse@lemmy.world':157 'feel':304 'filter':84,92,166 'find':271 'free':305 'futur':216 'github':291 'github.com':198 'github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':197 'goal':40 'goe':267 'googl':76 'hasn':237 'help':301 'host':189 'instanc':46,52,64,89,104,109,112,120,192,205,211,261 'issu':289 'last':232,296 'lemmi':35,204,324 'lemmy-search':323 'lemmy.ml':135,256 'lemmy.world':6,113,129,254 'lemmy.world/post/963301](https://lemmy.world/post/963301)':5 'lemmy.wrold':110 'like':108 'link':59 'm':276 'marsara9@lemmy.world':174 'may':212 'much':244 'note':200,309 'offici':19 'onlin':264 'open':61,132,180 'open-sourc':179 'particular':103 'perform':55 'piec':12 'pleas':286,303 'post':3,127 'prefer':45,119,260 'preferred-inst':259 'prevent':315 'primari':39,51 'rais':287 'reach':307 'reddit.com':74 'refin':139 'replac':70 'result':87,94 'robots.txt':328 'run':22 'search':32,57,86,125,141,325 'see':193 'separ':116 'server':311 'share':9 'show':97 'similar':159 'site':73,317 'someth':107 'sourc':181 'specif':144,169 'still':131 'suggest':285 'support':203,253 'sure':277 'syntax':150 'thing':177 'time':266 'track':295 'type':106,210 'use':72,147,154 'user':332 'user-ag':331 've':224 'view':184 'want':299 'week':234 'work':221,226 'www.search-lemmy.com':24,26 'www.search-lemmy.com/)':25 'yet':248"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688504877
+visibility: "visible "
+apId: "https://lemmy.world/post/1004415"
+editedAt: null
+createdAt: DateTimeImmutable @1688433877 {#1858
date: 2023-07-04 03:24:37.0 +02:00
}
}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: null
+root: null
+body: "Should be able to search *all* instances. If you know what instance your community is on, then you’ve already found it so… why search?"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1698436559 {#4156
date: 2023-10-27 21:55:59.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@marsara9@lemmy.world"
"@Akhuyan@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4145 …}
+nested: Doctrine\ORM\PersistentCollection {#4143 …}
+votes: Doctrine\ORM\PersistentCollection {#4141 …}
+reports: Doctrine\ORM\PersistentCollection {#4139 …}
+favourites: Doctrine\ORM\PersistentCollection {#4107 …}
+notifications: Doctrine\ORM\PersistentCollection {#4111 …}
-id: 34339
-bodyTs: "'abl':3 'alreadi':20 'communiti':14 'found':21 'instanc':7,12 'know':10 'search':5,25 've':19"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/676553"
+editedAt: null
+createdAt: DateTimeImmutable @1688855155 {#4092
date: 2023-07-09 00:25:55.0 +02:00
}
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4267
+user: Proxies\__CG__\App\Entity\User {#4275 …}
+entry: App\Entity\Entry {#2412
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "newcommunities@lemmy.world"
+title: "newcommunities"
+description: """
A place to post new communities all over Lemmy for discovery and promotion.\n
\n
Rules\n
=====\n
\n
The rules may be more established as time goes on, but it’s important to have a foundation to work on.\n
\n
**1. Follow the rules of Lemmy.world** - These rules are the same as Mastodon.world’s rules, which can be found [here](https://mastodon.world/about).\n
\n
**2. Include a community title and description in your post title.** - A following example of this would be `New Communities - A place to post new communities all over Lemmy for discovery and promotion.`\n
\n
**3. Follow the formatting.** - The formatting as included below is important for people getting universal links across Lemmy as easily as possible.\n
\n
Formatting\n
==========\n
\n
Please include this following format in your post:\n
\n
`[link text](/c/community@instance.com)`\n
\n
*This provides a link that should work across instances, but in some cases it won’t*\n
\n
You should also include either:\n
\n
!community@instance.com\n
\n
or instance.com/c/community\n
\n
FAQ:\n
====\n
\n
*Q: Why do I get a 404?*\n
\n
A: At least one user in an instance needs to search for a community before it gets fetched. Searching for the community will bring it into the instance and it will fetch a few of the most recent posts without comments. If a user is subscribed to a community, then all of the future posts and interactions are now in-sync.\n
\n
*Q: When I try to create a post, the circle just spins forever. Why is that?*\n
\n
A: This is a current known issue with large communities. Sometimes it does get posted, but just continues spinning, but sometimes it doesn’t get posted and continues spinning. If it doesn’t actually get posted, the best thing to do is try later. However, only some people seem to be having this problem at the moment.\n
\n
[Extra FAQ information](https://lemmy.world/comment/12095475)\n
\n
**Image Attribution:**\n
\n
Fahmi, CC BY 4.0 [creativecommons.org/licenses/by/4.0](https://creativecommons.org/licenses/by/4.0), via Wikimedia Commons
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 345
+entryCommentCount: 778
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729494898 {#274
date: 2024-10-21 09:14:58.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 34
+apId: "newcommunities@lemmy.world"
+apProfileId: "https://lemmy.world/c/newcommunities"
+apPublicUrl: "https://lemmy.world/c/newcommunities"
+apFollowersUrl: "https://lemmy.world/c/newcommunities/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "newcommunities"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729580660 {#268
date: 2024-10-22 09:04:20.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695860354 {#270
date: 2023-09-28 02:19:14.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
+slug: "META-Crosspost-Announcing-a-new-Search-Engine-for-Lemmy"
+title: "[META] [Crosspost] Announcing a new Search Engine for Lemmy"
+url: "https://www.search-lemmy.com/"
+body: """
cross-posted from: [lemmy.world/post/963301](https://lemmy.world/post/963301)\n
\n
> I shared bits and pieces of this before, but it’s officially up and running now: [www.search-lemmy.com](https://www.search-lemmy.com/)\n
> \n
> This is an enhanced search engine for Lemmy. With a few primary goals:\n
> \n
> - You can choose a preferred instance. After choosing what your primary instance is, and performing a search ALL links will open in that instance.\n
> - This aims to be a replacement for using `site:reddit.com` in Google, but just for the fediverse.\n
> - You can filter the search results by: \n
> - Instance – This will filter the results to only show communities that belong to a particular instance. Just type something like `instance:lemmy.wrold` or `instance:https://lemmy.world/`. This is separate from your preferred instance, such that you can search for posts on lemmy.world while still opening them on lemmy.ml.\n
> - Community – You can refine the search by a specific community. You use the same syntax that you’d use here `community:!fediverse@lemmy.world`.\n
> - Author – Similar to the above you can also filter by a specific author such as: `author:@marsara9@lemmy.world`.\n
> - The entire thing is open-source. You can view the code and even host your own instance… See more details here: [github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).\n
> \n
> NOTE: This only supports Lemmy instances for now. Other fediverse type instances may be in the future depending on how this works out.\n
> \n
> I’ve been working on this over just the last few weeks, so it hasn’t had a chance to crawl much of the fediverse yet. For now it only supports `lemmy.world` and `lemmy.ml` but other preferred-instances will come online as time goes by.\n
> \n
> If anyone finds any bugs, and I’m sure you will, or if anyone has any suggestions PLEASE raise an issue on GitHub for me to track. Lastly, if anyone wants to help contribute please feel free to reach out.\n
> \n
> **NOTE TO SERVER ADMINS: You can prevent your site from being crawled by adding `lemmy-search` to your robots.txt for the user-agent.**
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1691216798 {#2418
date: 2023-08-05 08:26:38.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@marsara9@lemmy.world"
]
+comments: Doctrine\ORM\PersistentCollection {#1688 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1965 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 3185
-titleTs: "'announc':3 'crosspost':2 'engin':7 'lemmi':9 'meta':1 'new':5 'search':6"
-bodyTs: "'/)':27 '/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':199 '/post/963301](https://lemmy.world/post/963301)':7 'ad':322 'admin':312 'agent':333 'aim':66 'also':165 'anyon':270,282,298 'author':158,170,173 'belong':100 'bit':10 'bug':273 'chanc':241 'choos':43,48 'code':186 'come':263 'communiti':98,136,145,156 'contribut':302 'crawl':243,320 'cross':2 'cross-post':1 'd':153 'depend':217 'detail':195 'engin':33 'enhanc':31 'entir':176 'even':188 'fedivers':81,209,247 'fediverse@lemmy.world':157 'feel':304 'filter':84,92,166 'find':271 'free':305 'futur':216 'github':291 'github.com':198 'github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':197 'goal':40 'goe':267 'googl':76 'hasn':237 'help':301 'host':189 'instanc':46,52,64,89,104,109,112,120,192,205,211,261 'issu':289 'last':232,296 'lemmi':35,204,324 'lemmy-search':323 'lemmy.ml':135,256 'lemmy.world':6,113,129,254 'lemmy.world/post/963301](https://lemmy.world/post/963301)':5 'lemmy.wrold':110 'like':108 'link':59 'm':276 'marsara9@lemmy.world':174 'may':212 'much':244 'note':200,309 'offici':19 'onlin':264 'open':61,132,180 'open-sourc':179 'particular':103 'perform':55 'piec':12 'pleas':286,303 'post':3,127 'prefer':45,119,260 'preferred-inst':259 'prevent':315 'primari':39,51 'rais':287 'reach':307 'reddit.com':74 'refin':139 'replac':70 'result':87,94 'robots.txt':328 'run':22 'search':32,57,86,125,141,325 'see':193 'separ':116 'server':311 'share':9 'show':97 'similar':159 'site':73,317 'someth':107 'sourc':181 'specif':144,169 'still':131 'suggest':285 'support':203,253 'sure':277 'syntax':150 'thing':177 'time':266 'track':295 'type':106,210 'use':72,147,154 'user':332 'user-ag':331 've':224 'view':184 'want':299 'week':234 'work':221,226 'www.search-lemmy.com':24,26 'www.search-lemmy.com/)':25 'yet':248"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688504877
+visibility: "visible "
+apId: "https://lemmy.world/post/1004415"
+editedAt: null
+createdAt: DateTimeImmutable @1688433877 {#1858
date: 2023-07-04 03:24:37.0 +02:00
}
}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: App\Entity\EntryComment {#4147
+user: App\Entity\User {#4095 …}
+entry: App\Entity\Entry {#2412}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: null
+root: null
+body: "Should be able to search *all* instances. If you know what instance your community is on, then you’ve already found it so… why search?"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1698436559 {#4156
date: 2023-10-27 21:55:59.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@marsara9@lemmy.world"
"@Akhuyan@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4145 …}
+nested: Doctrine\ORM\PersistentCollection {#4143 …}
+votes: Doctrine\ORM\PersistentCollection {#4141 …}
+reports: Doctrine\ORM\PersistentCollection {#4139 …}
+favourites: Doctrine\ORM\PersistentCollection {#4107 …}
+notifications: Doctrine\ORM\PersistentCollection {#4111 …}
-id: 34339
-bodyTs: "'abl':3 'alreadi':20 'communiti':14 'found':21 'instanc':7,12 'know':10 'search':5,25 've':19"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/676553"
+editedAt: null
+createdAt: DateTimeImmutable @1688855155 {#4092
date: 2023-07-09 00:25:55.0 +02:00
}
}
+root: App\Entity\EntryComment {#4147}
+body: "thats what this tool does, it lets you search all instances, but the great thing is it lets you choose what instance you are in so that the links open in your instance, instead of having to copy and paste into the search bar like with other search tools ive seen"
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1691216798 {#4272
date: 2023-08-05 08:26:38.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@marsara9@lemmy.world"
"@Akhuyan@lemmy.world"
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4278 …}
+nested: Doctrine\ORM\PersistentCollection {#4280 …}
+votes: Doctrine\ORM\PersistentCollection {#4276 …}
+reports: Doctrine\ORM\PersistentCollection {#4283 …}
+favourites: Doctrine\ORM\PersistentCollection {#4285 …}
+notifications: Doctrine\ORM\PersistentCollection {#4287 …}
-id: 75176
-bodyTs: "'bar':44 'choos':20 'copi':38 'great':14 'instanc':11,22,33 'instead':34 'ive':50 'let':7,18 'like':45 'link':29 'open':30 'past':40 'search':9,43,48 'seen':51 'that':1 'thing':15 'tool':4,49"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://possumpat.io/comment/1132089"
+editedAt: null
+createdAt: DateTimeImmutable @1691216798 {#4269
date: 2023-08-05 08:26:38.0 +02:00
}
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
App\Entity\EntryComment {#4267
+user: Proxies\__CG__\App\Entity\User {#4275 …}
+entry: App\Entity\Entry {#2412
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "newcommunities@lemmy.world"
+title: "newcommunities"
+description: """
A place to post new communities all over Lemmy for discovery and promotion.\n
\n
Rules\n
=====\n
\n
The rules may be more established as time goes on, but it’s important to have a foundation to work on.\n
\n
**1. Follow the rules of Lemmy.world** - These rules are the same as Mastodon.world’s rules, which can be found [here](https://mastodon.world/about).\n
\n
**2. Include a community title and description in your post title.** - A following example of this would be `New Communities - A place to post new communities all over Lemmy for discovery and promotion.`\n
\n
**3. Follow the formatting.** - The formatting as included below is important for people getting universal links across Lemmy as easily as possible.\n
\n
Formatting\n
==========\n
\n
Please include this following format in your post:\n
\n
`[link text](/c/community@instance.com)`\n
\n
*This provides a link that should work across instances, but in some cases it won’t*\n
\n
You should also include either:\n
\n
!community@instance.com\n
\n
or instance.com/c/community\n
\n
FAQ:\n
====\n
\n
*Q: Why do I get a 404?*\n
\n
A: At least one user in an instance needs to search for a community before it gets fetched. Searching for the community will bring it into the instance and it will fetch a few of the most recent posts without comments. If a user is subscribed to a community, then all of the future posts and interactions are now in-sync.\n
\n
*Q: When I try to create a post, the circle just spins forever. Why is that?*\n
\n
A: This is a current known issue with large communities. Sometimes it does get posted, but just continues spinning, but sometimes it doesn’t get posted and continues spinning. If it doesn’t actually get posted, the best thing to do is try later. However, only some people seem to be having this problem at the moment.\n
\n
[Extra FAQ information](https://lemmy.world/comment/12095475)\n
\n
**Image Attribution:**\n
\n
Fahmi, CC BY 4.0 [creativecommons.org/licenses/by/4.0](https://creativecommons.org/licenses/by/4.0), via Wikimedia Commons
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 345
+entryCommentCount: 778
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729494898 {#274
date: 2024-10-21 09:14:58.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 34
+apId: "newcommunities@lemmy.world"
+apProfileId: "https://lemmy.world/c/newcommunities"
+apPublicUrl: "https://lemmy.world/c/newcommunities"
+apFollowersUrl: "https://lemmy.world/c/newcommunities/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "newcommunities"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729580660 {#268
date: 2024-10-22 09:04:20.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695860354 {#270
date: 2023-09-28 02:19:14.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
+slug: "META-Crosspost-Announcing-a-new-Search-Engine-for-Lemmy"
+title: "[META] [Crosspost] Announcing a new Search Engine for Lemmy"
+url: "https://www.search-lemmy.com/"
+body: """
cross-posted from: [lemmy.world/post/963301](https://lemmy.world/post/963301)\n
\n
> I shared bits and pieces of this before, but it’s officially up and running now: [www.search-lemmy.com](https://www.search-lemmy.com/)\n
> \n
> This is an enhanced search engine for Lemmy. With a few primary goals:\n
> \n
> - You can choose a preferred instance. After choosing what your primary instance is, and performing a search ALL links will open in that instance.\n
> - This aims to be a replacement for using `site:reddit.com` in Google, but just for the fediverse.\n
> - You can filter the search results by: \n
> - Instance – This will filter the results to only show communities that belong to a particular instance. Just type something like `instance:lemmy.wrold` or `instance:https://lemmy.world/`. This is separate from your preferred instance, such that you can search for posts on lemmy.world while still opening them on lemmy.ml.\n
> - Community – You can refine the search by a specific community. You use the same syntax that you’d use here `community:!fediverse@lemmy.world`.\n
> - Author – Similar to the above you can also filter by a specific author such as: `author:@marsara9@lemmy.world`.\n
> - The entire thing is open-source. You can view the code and even host your own instance… See more details here: [github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).\n
> \n
> NOTE: This only supports Lemmy instances for now. Other fediverse type instances may be in the future depending on how this works out.\n
> \n
> I’ve been working on this over just the last few weeks, so it hasn’t had a chance to crawl much of the fediverse yet. For now it only supports `lemmy.world` and `lemmy.ml` but other preferred-instances will come online as time goes by.\n
> \n
> If anyone finds any bugs, and I’m sure you will, or if anyone has any suggestions PLEASE raise an issue on GitHub for me to track. Lastly, if anyone wants to help contribute please feel free to reach out.\n
> \n
> **NOTE TO SERVER ADMINS: You can prevent your site from being crawled by adding `lemmy-search` to your robots.txt for the user-agent.**
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1691216798 {#2418
date: 2023-08-05 08:26:38.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@marsara9@lemmy.world"
]
+comments: Doctrine\ORM\PersistentCollection {#1688 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1965 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 3185
-titleTs: "'announc':3 'crosspost':2 'engin':7 'lemmi':9 'meta':1 'new':5 'search':6"
-bodyTs: "'/)':27 '/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':199 '/post/963301](https://lemmy.world/post/963301)':7 'ad':322 'admin':312 'agent':333 'aim':66 'also':165 'anyon':270,282,298 'author':158,170,173 'belong':100 'bit':10 'bug':273 'chanc':241 'choos':43,48 'code':186 'come':263 'communiti':98,136,145,156 'contribut':302 'crawl':243,320 'cross':2 'cross-post':1 'd':153 'depend':217 'detail':195 'engin':33 'enhanc':31 'entir':176 'even':188 'fedivers':81,209,247 'fediverse@lemmy.world':157 'feel':304 'filter':84,92,166 'find':271 'free':305 'futur':216 'github':291 'github.com':198 'github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':197 'goal':40 'goe':267 'googl':76 'hasn':237 'help':301 'host':189 'instanc':46,52,64,89,104,109,112,120,192,205,211,261 'issu':289 'last':232,296 'lemmi':35,204,324 'lemmy-search':323 'lemmy.ml':135,256 'lemmy.world':6,113,129,254 'lemmy.world/post/963301](https://lemmy.world/post/963301)':5 'lemmy.wrold':110 'like':108 'link':59 'm':276 'marsara9@lemmy.world':174 'may':212 'much':244 'note':200,309 'offici':19 'onlin':264 'open':61,132,180 'open-sourc':179 'particular':103 'perform':55 'piec':12 'pleas':286,303 'post':3,127 'prefer':45,119,260 'preferred-inst':259 'prevent':315 'primari':39,51 'rais':287 'reach':307 'reddit.com':74 'refin':139 'replac':70 'result':87,94 'robots.txt':328 'run':22 'search':32,57,86,125,141,325 'see':193 'separ':116 'server':311 'share':9 'show':97 'similar':159 'site':73,317 'someth':107 'sourc':181 'specif':144,169 'still':131 'suggest':285 'support':203,253 'sure':277 'syntax':150 'thing':177 'time':266 'track':295 'type':106,210 'use':72,147,154 'user':332 'user-ag':331 've':224 'view':184 'want':299 'week':234 'work':221,226 'www.search-lemmy.com':24,26 'www.search-lemmy.com/)':25 'yet':248"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688504877
+visibility: "visible "
+apId: "https://lemmy.world/post/1004415"
+editedAt: null
+createdAt: DateTimeImmutable @1688433877 {#1858
date: 2023-07-04 03:24:37.0 +02:00
}
}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: App\Entity\EntryComment {#4147
+user: App\Entity\User {#4095 …}
+entry: App\Entity\Entry {#2412}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: null
+root: null
+body: "Should be able to search *all* instances. If you know what instance your community is on, then you’ve already found it so… why search?"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1698436559 {#4156
date: 2023-10-27 21:55:59.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@marsara9@lemmy.world"
"@Akhuyan@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4145 …}
+nested: Doctrine\ORM\PersistentCollection {#4143 …}
+votes: Doctrine\ORM\PersistentCollection {#4141 …}
+reports: Doctrine\ORM\PersistentCollection {#4139 …}
+favourites: Doctrine\ORM\PersistentCollection {#4107 …}
+notifications: Doctrine\ORM\PersistentCollection {#4111 …}
-id: 34339
-bodyTs: "'abl':3 'alreadi':20 'communiti':14 'found':21 'instanc':7,12 'know':10 'search':5,25 've':19"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/676553"
+editedAt: null
+createdAt: DateTimeImmutable @1688855155 {#4092
date: 2023-07-09 00:25:55.0 +02:00
}
}
+root: App\Entity\EntryComment {#4147}
+body: "thats what this tool does, it lets you search all instances, but the great thing is it lets you choose what instance you are in so that the links open in your instance, instead of having to copy and paste into the search bar like with other search tools ive seen"
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1691216798 {#4272
date: 2023-08-05 08:26:38.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@marsara9@lemmy.world"
"@Akhuyan@lemmy.world"
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4278 …}
+nested: Doctrine\ORM\PersistentCollection {#4280 …}
+votes: Doctrine\ORM\PersistentCollection {#4276 …}
+reports: Doctrine\ORM\PersistentCollection {#4283 …}
+favourites: Doctrine\ORM\PersistentCollection {#4285 …}
+notifications: Doctrine\ORM\PersistentCollection {#4287 …}
-id: 75176
-bodyTs: "'bar':44 'choos':20 'copi':38 'great':14 'instanc':11,22,33 'instead':34 'ive':50 'let':7,18 'like':45 'link':29 'open':30 'past':40 'search':9,43,48 'seen':51 'that':1 'thing':15 'tool':4,49"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://possumpat.io/comment/1132089"
+editedAt: null
+createdAt: DateTimeImmutable @1691216798 {#4269
date: 2023-08-05 08:26:38.0 +02:00
}
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4267
+user: Proxies\__CG__\App\Entity\User {#4275 …}
+entry: App\Entity\Entry {#2412
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "newcommunities@lemmy.world"
+title: "newcommunities"
+description: """
A place to post new communities all over Lemmy for discovery and promotion.\n
\n
Rules\n
=====\n
\n
The rules may be more established as time goes on, but it’s important to have a foundation to work on.\n
\n
**1. Follow the rules of Lemmy.world** - These rules are the same as Mastodon.world’s rules, which can be found [here](https://mastodon.world/about).\n
\n
**2. Include a community title and description in your post title.** - A following example of this would be `New Communities - A place to post new communities all over Lemmy for discovery and promotion.`\n
\n
**3. Follow the formatting.** - The formatting as included below is important for people getting universal links across Lemmy as easily as possible.\n
\n
Formatting\n
==========\n
\n
Please include this following format in your post:\n
\n
`[link text](/c/community@instance.com)`\n
\n
*This provides a link that should work across instances, but in some cases it won’t*\n
\n
You should also include either:\n
\n
!community@instance.com\n
\n
or instance.com/c/community\n
\n
FAQ:\n
====\n
\n
*Q: Why do I get a 404?*\n
\n
A: At least one user in an instance needs to search for a community before it gets fetched. Searching for the community will bring it into the instance and it will fetch a few of the most recent posts without comments. If a user is subscribed to a community, then all of the future posts and interactions are now in-sync.\n
\n
*Q: When I try to create a post, the circle just spins forever. Why is that?*\n
\n
A: This is a current known issue with large communities. Sometimes it does get posted, but just continues spinning, but sometimes it doesn’t get posted and continues spinning. If it doesn’t actually get posted, the best thing to do is try later. However, only some people seem to be having this problem at the moment.\n
\n
[Extra FAQ information](https://lemmy.world/comment/12095475)\n
\n
**Image Attribution:**\n
\n
Fahmi, CC BY 4.0 [creativecommons.org/licenses/by/4.0](https://creativecommons.org/licenses/by/4.0), via Wikimedia Commons
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 345
+entryCommentCount: 778
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729494898 {#274
date: 2024-10-21 09:14:58.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 34
+apId: "newcommunities@lemmy.world"
+apProfileId: "https://lemmy.world/c/newcommunities"
+apPublicUrl: "https://lemmy.world/c/newcommunities"
+apFollowersUrl: "https://lemmy.world/c/newcommunities/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "newcommunities"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729580660 {#268
date: 2024-10-22 09:04:20.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695860354 {#270
date: 2023-09-28 02:19:14.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
+slug: "META-Crosspost-Announcing-a-new-Search-Engine-for-Lemmy"
+title: "[META] [Crosspost] Announcing a new Search Engine for Lemmy"
+url: "https://www.search-lemmy.com/"
+body: """
cross-posted from: [lemmy.world/post/963301](https://lemmy.world/post/963301)\n
\n
> I shared bits and pieces of this before, but it’s officially up and running now: [www.search-lemmy.com](https://www.search-lemmy.com/)\n
> \n
> This is an enhanced search engine for Lemmy. With a few primary goals:\n
> \n
> - You can choose a preferred instance. After choosing what your primary instance is, and performing a search ALL links will open in that instance.\n
> - This aims to be a replacement for using `site:reddit.com` in Google, but just for the fediverse.\n
> - You can filter the search results by: \n
> - Instance – This will filter the results to only show communities that belong to a particular instance. Just type something like `instance:lemmy.wrold` or `instance:https://lemmy.world/`. This is separate from your preferred instance, such that you can search for posts on lemmy.world while still opening them on lemmy.ml.\n
> - Community – You can refine the search by a specific community. You use the same syntax that you’d use here `community:!fediverse@lemmy.world`.\n
> - Author – Similar to the above you can also filter by a specific author such as: `author:@marsara9@lemmy.world`.\n
> - The entire thing is open-source. You can view the code and even host your own instance… See more details here: [github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).\n
> \n
> NOTE: This only supports Lemmy instances for now. Other fediverse type instances may be in the future depending on how this works out.\n
> \n
> I’ve been working on this over just the last few weeks, so it hasn’t had a chance to crawl much of the fediverse yet. For now it only supports `lemmy.world` and `lemmy.ml` but other preferred-instances will come online as time goes by.\n
> \n
> If anyone finds any bugs, and I’m sure you will, or if anyone has any suggestions PLEASE raise an issue on GitHub for me to track. Lastly, if anyone wants to help contribute please feel free to reach out.\n
> \n
> **NOTE TO SERVER ADMINS: You can prevent your site from being crawled by adding `lemmy-search` to your robots.txt for the user-agent.**
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1691216798 {#2418
date: 2023-08-05 08:26:38.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@marsara9@lemmy.world"
]
+comments: Doctrine\ORM\PersistentCollection {#1688 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1965 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 3185
-titleTs: "'announc':3 'crosspost':2 'engin':7 'lemmi':9 'meta':1 'new':5 'search':6"
-bodyTs: "'/)':27 '/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':199 '/post/963301](https://lemmy.world/post/963301)':7 'ad':322 'admin':312 'agent':333 'aim':66 'also':165 'anyon':270,282,298 'author':158,170,173 'belong':100 'bit':10 'bug':273 'chanc':241 'choos':43,48 'code':186 'come':263 'communiti':98,136,145,156 'contribut':302 'crawl':243,320 'cross':2 'cross-post':1 'd':153 'depend':217 'detail':195 'engin':33 'enhanc':31 'entir':176 'even':188 'fedivers':81,209,247 'fediverse@lemmy.world':157 'feel':304 'filter':84,92,166 'find':271 'free':305 'futur':216 'github':291 'github.com':198 'github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':197 'goal':40 'goe':267 'googl':76 'hasn':237 'help':301 'host':189 'instanc':46,52,64,89,104,109,112,120,192,205,211,261 'issu':289 'last':232,296 'lemmi':35,204,324 'lemmy-search':323 'lemmy.ml':135,256 'lemmy.world':6,113,129,254 'lemmy.world/post/963301](https://lemmy.world/post/963301)':5 'lemmy.wrold':110 'like':108 'link':59 'm':276 'marsara9@lemmy.world':174 'may':212 'much':244 'note':200,309 'offici':19 'onlin':264 'open':61,132,180 'open-sourc':179 'particular':103 'perform':55 'piec':12 'pleas':286,303 'post':3,127 'prefer':45,119,260 'preferred-inst':259 'prevent':315 'primari':39,51 'rais':287 'reach':307 'reddit.com':74 'refin':139 'replac':70 'result':87,94 'robots.txt':328 'run':22 'search':32,57,86,125,141,325 'see':193 'separ':116 'server':311 'share':9 'show':97 'similar':159 'site':73,317 'someth':107 'sourc':181 'specif':144,169 'still':131 'suggest':285 'support':203,253 'sure':277 'syntax':150 'thing':177 'time':266 'track':295 'type':106,210 'use':72,147,154 'user':332 'user-ag':331 've':224 'view':184 'want':299 'week':234 'work':221,226 'www.search-lemmy.com':24,26 'www.search-lemmy.com/)':25 'yet':248"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688504877
+visibility: "visible "
+apId: "https://lemmy.world/post/1004415"
+editedAt: null
+createdAt: DateTimeImmutable @1688433877 {#1858
date: 2023-07-04 03:24:37.0 +02:00
}
}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: App\Entity\EntryComment {#4147
+user: App\Entity\User {#4095 …}
+entry: App\Entity\Entry {#2412}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: null
+root: null
+body: "Should be able to search *all* instances. If you know what instance your community is on, then you’ve already found it so… why search?"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1698436559 {#4156
date: 2023-10-27 21:55:59.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@marsara9@lemmy.world"
"@Akhuyan@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4145 …}
+nested: Doctrine\ORM\PersistentCollection {#4143 …}
+votes: Doctrine\ORM\PersistentCollection {#4141 …}
+reports: Doctrine\ORM\PersistentCollection {#4139 …}
+favourites: Doctrine\ORM\PersistentCollection {#4107 …}
+notifications: Doctrine\ORM\PersistentCollection {#4111 …}
-id: 34339
-bodyTs: "'abl':3 'alreadi':20 'communiti':14 'found':21 'instanc':7,12 'know':10 'search':5,25 've':19"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/676553"
+editedAt: null
+createdAt: DateTimeImmutable @1688855155 {#4092
date: 2023-07-09 00:25:55.0 +02:00
}
}
+root: App\Entity\EntryComment {#4147}
+body: "thats what this tool does, it lets you search all instances, but the great thing is it lets you choose what instance you are in so that the links open in your instance, instead of having to copy and paste into the search bar like with other search tools ive seen"
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1691216798 {#4272
date: 2023-08-05 08:26:38.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@marsara9@lemmy.world"
"@Akhuyan@lemmy.world"
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4278 …}
+nested: Doctrine\ORM\PersistentCollection {#4280 …}
+votes: Doctrine\ORM\PersistentCollection {#4276 …}
+reports: Doctrine\ORM\PersistentCollection {#4283 …}
+favourites: Doctrine\ORM\PersistentCollection {#4285 …}
+notifications: Doctrine\ORM\PersistentCollection {#4287 …}
-id: 75176
-bodyTs: "'bar':44 'choos':20 'copi':38 'great':14 'instanc':11,22,33 'instead':34 'ive':50 'let':7,18 'like':45 'link':29 'open':30 'past':40 'search':9,43,48 'seen':51 'that':1 'thing':15 'tool':4,49"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://possumpat.io/comment/1132089"
+editedAt: null
+createdAt: DateTimeImmutable @1691216798 {#4269
date: 2023-08-05 08:26:38.0 +02:00
}
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4179
+user: App\Entity\User {#4168 …}
+entry: App\Entity\Entry {#2412
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "newcommunities@lemmy.world"
+title: "newcommunities"
+description: """
A place to post new communities all over Lemmy for discovery and promotion.\n
\n
Rules\n
=====\n
\n
The rules may be more established as time goes on, but it’s important to have a foundation to work on.\n
\n
**1. Follow the rules of Lemmy.world** - These rules are the same as Mastodon.world’s rules, which can be found [here](https://mastodon.world/about).\n
\n
**2. Include a community title and description in your post title.** - A following example of this would be `New Communities - A place to post new communities all over Lemmy for discovery and promotion.`\n
\n
**3. Follow the formatting.** - The formatting as included below is important for people getting universal links across Lemmy as easily as possible.\n
\n
Formatting\n
==========\n
\n
Please include this following format in your post:\n
\n
`[link text](/c/community@instance.com)`\n
\n
*This provides a link that should work across instances, but in some cases it won’t*\n
\n
You should also include either:\n
\n
!community@instance.com\n
\n
or instance.com/c/community\n
\n
FAQ:\n
====\n
\n
*Q: Why do I get a 404?*\n
\n
A: At least one user in an instance needs to search for a community before it gets fetched. Searching for the community will bring it into the instance and it will fetch a few of the most recent posts without comments. If a user is subscribed to a community, then all of the future posts and interactions are now in-sync.\n
\n
*Q: When I try to create a post, the circle just spins forever. Why is that?*\n
\n
A: This is a current known issue with large communities. Sometimes it does get posted, but just continues spinning, but sometimes it doesn’t get posted and continues spinning. If it doesn’t actually get posted, the best thing to do is try later. However, only some people seem to be having this problem at the moment.\n
\n
[Extra FAQ information](https://lemmy.world/comment/12095475)\n
\n
**Image Attribution:**\n
\n
Fahmi, CC BY 4.0 [creativecommons.org/licenses/by/4.0](https://creativecommons.org/licenses/by/4.0), via Wikimedia Commons
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 345
+entryCommentCount: 778
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729494898 {#274
date: 2024-10-21 09:14:58.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 34
+apId: "newcommunities@lemmy.world"
+apProfileId: "https://lemmy.world/c/newcommunities"
+apPublicUrl: "https://lemmy.world/c/newcommunities"
+apFollowersUrl: "https://lemmy.world/c/newcommunities/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "newcommunities"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729580660 {#268
date: 2024-10-22 09:04:20.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695860354 {#270
date: 2023-09-28 02:19:14.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
+slug: "META-Crosspost-Announcing-a-new-Search-Engine-for-Lemmy"
+title: "[META] [Crosspost] Announcing a new Search Engine for Lemmy"
+url: "https://www.search-lemmy.com/"
+body: """
cross-posted from: [lemmy.world/post/963301](https://lemmy.world/post/963301)\n
\n
> I shared bits and pieces of this before, but it’s officially up and running now: [www.search-lemmy.com](https://www.search-lemmy.com/)\n
> \n
> This is an enhanced search engine for Lemmy. With a few primary goals:\n
> \n
> - You can choose a preferred instance. After choosing what your primary instance is, and performing a search ALL links will open in that instance.\n
> - This aims to be a replacement for using `site:reddit.com` in Google, but just for the fediverse.\n
> - You can filter the search results by: \n
> - Instance – This will filter the results to only show communities that belong to a particular instance. Just type something like `instance:lemmy.wrold` or `instance:https://lemmy.world/`. This is separate from your preferred instance, such that you can search for posts on lemmy.world while still opening them on lemmy.ml.\n
> - Community – You can refine the search by a specific community. You use the same syntax that you’d use here `community:!fediverse@lemmy.world`.\n
> - Author – Similar to the above you can also filter by a specific author such as: `author:@marsara9@lemmy.world`.\n
> - The entire thing is open-source. You can view the code and even host your own instance… See more details here: [github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).\n
> \n
> NOTE: This only supports Lemmy instances for now. Other fediverse type instances may be in the future depending on how this works out.\n
> \n
> I’ve been working on this over just the last few weeks, so it hasn’t had a chance to crawl much of the fediverse yet. For now it only supports `lemmy.world` and `lemmy.ml` but other preferred-instances will come online as time goes by.\n
> \n
> If anyone finds any bugs, and I’m sure you will, or if anyone has any suggestions PLEASE raise an issue on GitHub for me to track. Lastly, if anyone wants to help contribute please feel free to reach out.\n
> \n
> **NOTE TO SERVER ADMINS: You can prevent your site from being crawled by adding `lemmy-search` to your robots.txt for the user-agent.**
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1691216798 {#2418
date: 2023-08-05 08:26:38.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@marsara9@lemmy.world"
]
+comments: Doctrine\ORM\PersistentCollection {#1688 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1965 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 3185
-titleTs: "'announc':3 'crosspost':2 'engin':7 'lemmi':9 'meta':1 'new':5 'search':6"
-bodyTs: "'/)':27 '/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':199 '/post/963301](https://lemmy.world/post/963301)':7 'ad':322 'admin':312 'agent':333 'aim':66 'also':165 'anyon':270,282,298 'author':158,170,173 'belong':100 'bit':10 'bug':273 'chanc':241 'choos':43,48 'code':186 'come':263 'communiti':98,136,145,156 'contribut':302 'crawl':243,320 'cross':2 'cross-post':1 'd':153 'depend':217 'detail':195 'engin':33 'enhanc':31 'entir':176 'even':188 'fedivers':81,209,247 'fediverse@lemmy.world':157 'feel':304 'filter':84,92,166 'find':271 'free':305 'futur':216 'github':291 'github.com':198 'github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':197 'goal':40 'goe':267 'googl':76 'hasn':237 'help':301 'host':189 'instanc':46,52,64,89,104,109,112,120,192,205,211,261 'issu':289 'last':232,296 'lemmi':35,204,324 'lemmy-search':323 'lemmy.ml':135,256 'lemmy.world':6,113,129,254 'lemmy.world/post/963301](https://lemmy.world/post/963301)':5 'lemmy.wrold':110 'like':108 'link':59 'm':276 'marsara9@lemmy.world':174 'may':212 'much':244 'note':200,309 'offici':19 'onlin':264 'open':61,132,180 'open-sourc':179 'particular':103 'perform':55 'piec':12 'pleas':286,303 'post':3,127 'prefer':45,119,260 'preferred-inst':259 'prevent':315 'primari':39,51 'rais':287 'reach':307 'reddit.com':74 'refin':139 'replac':70 'result':87,94 'robots.txt':328 'run':22 'search':32,57,86,125,141,325 'see':193 'separ':116 'server':311 'share':9 'show':97 'similar':159 'site':73,317 'someth':107 'sourc':181 'specif':144,169 'still':131 'suggest':285 'support':203,253 'sure':277 'syntax':150 'thing':177 'time':266 'track':295 'type':106,210 'use':72,147,154 'user':332 'user-ag':331 've':224 'view':184 'want':299 'week':234 'work':221,226 'www.search-lemmy.com':24,26 'www.search-lemmy.com/)':25 'yet':248"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688504877
+visibility: "visible "
+apId: "https://lemmy.world/post/1004415"
+editedAt: null
+createdAt: DateTimeImmutable @1688433877 {#1858
date: 2023-07-04 03:24:37.0 +02:00
}
}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: null
+root: null
+body: """
The instance browser should show the instance URL as well to be able to distinguish all those instances called “Lemmy”\n
\n
And it would be helpful if we could search for an instance to set as well. It’s a long list to scroll through.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1701779219 {#4185
date: 2023-12-05 13:26:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@marsara9@lemmy.world"
"@Akhuyan@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4184 …}
+nested: Doctrine\ORM\PersistentCollection {#4183 …}
+votes: Doctrine\ORM\PersistentCollection {#4174 …}
+reports: Doctrine\ORM\PersistentCollection {#4177 …}
+favourites: Doctrine\ORM\PersistentCollection {#4172 …}
+notifications: Doctrine\ORM\PersistentCollection {#4170 …}
-id: 149045
-bodyTs: "'abl':13 'browser':3 'call':19 'could':28 'distinguish':15 'help':25 'instanc':2,7,18,32 'lemmi':20 'list':41 'long':40 'scroll':43 'search':29 'set':34 'show':5 'url':8 'well':10,36 'would':23"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/650485"
+editedAt: null
+createdAt: DateTimeImmutable @1688435552 {#4190
date: 2023-07-04 03:52:32.0 +02:00
}
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\EntryComment {#4179
+user: App\Entity\User {#4168 …}
+entry: App\Entity\Entry {#2412
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "newcommunities@lemmy.world"
+title: "newcommunities"
+description: """
A place to post new communities all over Lemmy for discovery and promotion.\n
\n
Rules\n
=====\n
\n
The rules may be more established as time goes on, but it’s important to have a foundation to work on.\n
\n
**1. Follow the rules of Lemmy.world** - These rules are the same as Mastodon.world’s rules, which can be found [here](https://mastodon.world/about).\n
\n
**2. Include a community title and description in your post title.** - A following example of this would be `New Communities - A place to post new communities all over Lemmy for discovery and promotion.`\n
\n
**3. Follow the formatting.** - The formatting as included below is important for people getting universal links across Lemmy as easily as possible.\n
\n
Formatting\n
==========\n
\n
Please include this following format in your post:\n
\n
`[link text](/c/community@instance.com)`\n
\n
*This provides a link that should work across instances, but in some cases it won’t*\n
\n
You should also include either:\n
\n
!community@instance.com\n
\n
or instance.com/c/community\n
\n
FAQ:\n
====\n
\n
*Q: Why do I get a 404?*\n
\n
A: At least one user in an instance needs to search for a community before it gets fetched. Searching for the community will bring it into the instance and it will fetch a few of the most recent posts without comments. If a user is subscribed to a community, then all of the future posts and interactions are now in-sync.\n
\n
*Q: When I try to create a post, the circle just spins forever. Why is that?*\n
\n
A: This is a current known issue with large communities. Sometimes it does get posted, but just continues spinning, but sometimes it doesn’t get posted and continues spinning. If it doesn’t actually get posted, the best thing to do is try later. However, only some people seem to be having this problem at the moment.\n
\n
[Extra FAQ information](https://lemmy.world/comment/12095475)\n
\n
**Image Attribution:**\n
\n
Fahmi, CC BY 4.0 [creativecommons.org/licenses/by/4.0](https://creativecommons.org/licenses/by/4.0), via Wikimedia Commons
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 345
+entryCommentCount: 778
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729494898 {#274
date: 2024-10-21 09:14:58.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 34
+apId: "newcommunities@lemmy.world"
+apProfileId: "https://lemmy.world/c/newcommunities"
+apPublicUrl: "https://lemmy.world/c/newcommunities"
+apFollowersUrl: "https://lemmy.world/c/newcommunities/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "newcommunities"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729580660 {#268
date: 2024-10-22 09:04:20.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695860354 {#270
date: 2023-09-28 02:19:14.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
+slug: "META-Crosspost-Announcing-a-new-Search-Engine-for-Lemmy"
+title: "[META] [Crosspost] Announcing a new Search Engine for Lemmy"
+url: "https://www.search-lemmy.com/"
+body: """
cross-posted from: [lemmy.world/post/963301](https://lemmy.world/post/963301)\n
\n
> I shared bits and pieces of this before, but it’s officially up and running now: [www.search-lemmy.com](https://www.search-lemmy.com/)\n
> \n
> This is an enhanced search engine for Lemmy. With a few primary goals:\n
> \n
> - You can choose a preferred instance. After choosing what your primary instance is, and performing a search ALL links will open in that instance.\n
> - This aims to be a replacement for using `site:reddit.com` in Google, but just for the fediverse.\n
> - You can filter the search results by: \n
> - Instance – This will filter the results to only show communities that belong to a particular instance. Just type something like `instance:lemmy.wrold` or `instance:https://lemmy.world/`. This is separate from your preferred instance, such that you can search for posts on lemmy.world while still opening them on lemmy.ml.\n
> - Community – You can refine the search by a specific community. You use the same syntax that you’d use here `community:!fediverse@lemmy.world`.\n
> - Author – Similar to the above you can also filter by a specific author such as: `author:@marsara9@lemmy.world`.\n
> - The entire thing is open-source. You can view the code and even host your own instance… See more details here: [github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).\n
> \n
> NOTE: This only supports Lemmy instances for now. Other fediverse type instances may be in the future depending on how this works out.\n
> \n
> I’ve been working on this over just the last few weeks, so it hasn’t had a chance to crawl much of the fediverse yet. For now it only supports `lemmy.world` and `lemmy.ml` but other preferred-instances will come online as time goes by.\n
> \n
> If anyone finds any bugs, and I’m sure you will, or if anyone has any suggestions PLEASE raise an issue on GitHub for me to track. Lastly, if anyone wants to help contribute please feel free to reach out.\n
> \n
> **NOTE TO SERVER ADMINS: You can prevent your site from being crawled by adding `lemmy-search` to your robots.txt for the user-agent.**
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1691216798 {#2418
date: 2023-08-05 08:26:38.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@marsara9@lemmy.world"
]
+comments: Doctrine\ORM\PersistentCollection {#1688 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1965 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 3185
-titleTs: "'announc':3 'crosspost':2 'engin':7 'lemmi':9 'meta':1 'new':5 'search':6"
-bodyTs: "'/)':27 '/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':199 '/post/963301](https://lemmy.world/post/963301)':7 'ad':322 'admin':312 'agent':333 'aim':66 'also':165 'anyon':270,282,298 'author':158,170,173 'belong':100 'bit':10 'bug':273 'chanc':241 'choos':43,48 'code':186 'come':263 'communiti':98,136,145,156 'contribut':302 'crawl':243,320 'cross':2 'cross-post':1 'd':153 'depend':217 'detail':195 'engin':33 'enhanc':31 'entir':176 'even':188 'fedivers':81,209,247 'fediverse@lemmy.world':157 'feel':304 'filter':84,92,166 'find':271 'free':305 'futur':216 'github':291 'github.com':198 'github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':197 'goal':40 'goe':267 'googl':76 'hasn':237 'help':301 'host':189 'instanc':46,52,64,89,104,109,112,120,192,205,211,261 'issu':289 'last':232,296 'lemmi':35,204,324 'lemmy-search':323 'lemmy.ml':135,256 'lemmy.world':6,113,129,254 'lemmy.world/post/963301](https://lemmy.world/post/963301)':5 'lemmy.wrold':110 'like':108 'link':59 'm':276 'marsara9@lemmy.world':174 'may':212 'much':244 'note':200,309 'offici':19 'onlin':264 'open':61,132,180 'open-sourc':179 'particular':103 'perform':55 'piec':12 'pleas':286,303 'post':3,127 'prefer':45,119,260 'preferred-inst':259 'prevent':315 'primari':39,51 'rais':287 'reach':307 'reddit.com':74 'refin':139 'replac':70 'result':87,94 'robots.txt':328 'run':22 'search':32,57,86,125,141,325 'see':193 'separ':116 'server':311 'share':9 'show':97 'similar':159 'site':73,317 'someth':107 'sourc':181 'specif':144,169 'still':131 'suggest':285 'support':203,253 'sure':277 'syntax':150 'thing':177 'time':266 'track':295 'type':106,210 'use':72,147,154 'user':332 'user-ag':331 've':224 'view':184 'want':299 'week':234 'work':221,226 'www.search-lemmy.com':24,26 'www.search-lemmy.com/)':25 'yet':248"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688504877
+visibility: "visible "
+apId: "https://lemmy.world/post/1004415"
+editedAt: null
+createdAt: DateTimeImmutable @1688433877 {#1858
date: 2023-07-04 03:24:37.0 +02:00
}
}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: null
+root: null
+body: """
The instance browser should show the instance URL as well to be able to distinguish all those instances called “Lemmy”\n
\n
And it would be helpful if we could search for an instance to set as well. It’s a long list to scroll through.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1701779219 {#4185
date: 2023-12-05 13:26:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@marsara9@lemmy.world"
"@Akhuyan@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4184 …}
+nested: Doctrine\ORM\PersistentCollection {#4183 …}
+votes: Doctrine\ORM\PersistentCollection {#4174 …}
+reports: Doctrine\ORM\PersistentCollection {#4177 …}
+favourites: Doctrine\ORM\PersistentCollection {#4172 …}
+notifications: Doctrine\ORM\PersistentCollection {#4170 …}
-id: 149045
-bodyTs: "'abl':13 'browser':3 'call':19 'could':28 'distinguish':15 'help':25 'instanc':2,7,18,32 'lemmi':20 'list':41 'long':40 'scroll':43 'search':29 'set':34 'show':5 'url':8 'well':10,36 'would':23"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/650485"
+editedAt: null
+createdAt: DateTimeImmutable @1688435552 {#4190
date: 2023-07-04 03:52:32.0 +02:00
}
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4179
+user: App\Entity\User {#4168 …}
+entry: App\Entity\Entry {#2412
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "newcommunities@lemmy.world"
+title: "newcommunities"
+description: """
A place to post new communities all over Lemmy for discovery and promotion.\n
\n
Rules\n
=====\n
\n
The rules may be more established as time goes on, but it’s important to have a foundation to work on.\n
\n
**1. Follow the rules of Lemmy.world** - These rules are the same as Mastodon.world’s rules, which can be found [here](https://mastodon.world/about).\n
\n
**2. Include a community title and description in your post title.** - A following example of this would be `New Communities - A place to post new communities all over Lemmy for discovery and promotion.`\n
\n
**3. Follow the formatting.** - The formatting as included below is important for people getting universal links across Lemmy as easily as possible.\n
\n
Formatting\n
==========\n
\n
Please include this following format in your post:\n
\n
`[link text](/c/community@instance.com)`\n
\n
*This provides a link that should work across instances, but in some cases it won’t*\n
\n
You should also include either:\n
\n
!community@instance.com\n
\n
or instance.com/c/community\n
\n
FAQ:\n
====\n
\n
*Q: Why do I get a 404?*\n
\n
A: At least one user in an instance needs to search for a community before it gets fetched. Searching for the community will bring it into the instance and it will fetch a few of the most recent posts without comments. If a user is subscribed to a community, then all of the future posts and interactions are now in-sync.\n
\n
*Q: When I try to create a post, the circle just spins forever. Why is that?*\n
\n
A: This is a current known issue with large communities. Sometimes it does get posted, but just continues spinning, but sometimes it doesn’t get posted and continues spinning. If it doesn’t actually get posted, the best thing to do is try later. However, only some people seem to be having this problem at the moment.\n
\n
[Extra FAQ information](https://lemmy.world/comment/12095475)\n
\n
**Image Attribution:**\n
\n
Fahmi, CC BY 4.0 [creativecommons.org/licenses/by/4.0](https://creativecommons.org/licenses/by/4.0), via Wikimedia Commons
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 345
+entryCommentCount: 778
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729494898 {#274
date: 2024-10-21 09:14:58.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 34
+apId: "newcommunities@lemmy.world"
+apProfileId: "https://lemmy.world/c/newcommunities"
+apPublicUrl: "https://lemmy.world/c/newcommunities"
+apFollowersUrl: "https://lemmy.world/c/newcommunities/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "newcommunities"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729580660 {#268
date: 2024-10-22 09:04:20.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695860354 {#270
date: 2023-09-28 02:19:14.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
+slug: "META-Crosspost-Announcing-a-new-Search-Engine-for-Lemmy"
+title: "[META] [Crosspost] Announcing a new Search Engine for Lemmy"
+url: "https://www.search-lemmy.com/"
+body: """
cross-posted from: [lemmy.world/post/963301](https://lemmy.world/post/963301)\n
\n
> I shared bits and pieces of this before, but it’s officially up and running now: [www.search-lemmy.com](https://www.search-lemmy.com/)\n
> \n
> This is an enhanced search engine for Lemmy. With a few primary goals:\n
> \n
> - You can choose a preferred instance. After choosing what your primary instance is, and performing a search ALL links will open in that instance.\n
> - This aims to be a replacement for using `site:reddit.com` in Google, but just for the fediverse.\n
> - You can filter the search results by: \n
> - Instance – This will filter the results to only show communities that belong to a particular instance. Just type something like `instance:lemmy.wrold` or `instance:https://lemmy.world/`. This is separate from your preferred instance, such that you can search for posts on lemmy.world while still opening them on lemmy.ml.\n
> - Community – You can refine the search by a specific community. You use the same syntax that you’d use here `community:!fediverse@lemmy.world`.\n
> - Author – Similar to the above you can also filter by a specific author such as: `author:@marsara9@lemmy.world`.\n
> - The entire thing is open-source. You can view the code and even host your own instance… See more details here: [github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).\n
> \n
> NOTE: This only supports Lemmy instances for now. Other fediverse type instances may be in the future depending on how this works out.\n
> \n
> I’ve been working on this over just the last few weeks, so it hasn’t had a chance to crawl much of the fediverse yet. For now it only supports `lemmy.world` and `lemmy.ml` but other preferred-instances will come online as time goes by.\n
> \n
> If anyone finds any bugs, and I’m sure you will, or if anyone has any suggestions PLEASE raise an issue on GitHub for me to track. Lastly, if anyone wants to help contribute please feel free to reach out.\n
> \n
> **NOTE TO SERVER ADMINS: You can prevent your site from being crawled by adding `lemmy-search` to your robots.txt for the user-agent.**
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1691216798 {#2418
date: 2023-08-05 08:26:38.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@marsara9@lemmy.world"
]
+comments: Doctrine\ORM\PersistentCollection {#1688 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1965 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 3185
-titleTs: "'announc':3 'crosspost':2 'engin':7 'lemmi':9 'meta':1 'new':5 'search':6"
-bodyTs: "'/)':27 '/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':199 '/post/963301](https://lemmy.world/post/963301)':7 'ad':322 'admin':312 'agent':333 'aim':66 'also':165 'anyon':270,282,298 'author':158,170,173 'belong':100 'bit':10 'bug':273 'chanc':241 'choos':43,48 'code':186 'come':263 'communiti':98,136,145,156 'contribut':302 'crawl':243,320 'cross':2 'cross-post':1 'd':153 'depend':217 'detail':195 'engin':33 'enhanc':31 'entir':176 'even':188 'fedivers':81,209,247 'fediverse@lemmy.world':157 'feel':304 'filter':84,92,166 'find':271 'free':305 'futur':216 'github':291 'github.com':198 'github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':197 'goal':40 'goe':267 'googl':76 'hasn':237 'help':301 'host':189 'instanc':46,52,64,89,104,109,112,120,192,205,211,261 'issu':289 'last':232,296 'lemmi':35,204,324 'lemmy-search':323 'lemmy.ml':135,256 'lemmy.world':6,113,129,254 'lemmy.world/post/963301](https://lemmy.world/post/963301)':5 'lemmy.wrold':110 'like':108 'link':59 'm':276 'marsara9@lemmy.world':174 'may':212 'much':244 'note':200,309 'offici':19 'onlin':264 'open':61,132,180 'open-sourc':179 'particular':103 'perform':55 'piec':12 'pleas':286,303 'post':3,127 'prefer':45,119,260 'preferred-inst':259 'prevent':315 'primari':39,51 'rais':287 'reach':307 'reddit.com':74 'refin':139 'replac':70 'result':87,94 'robots.txt':328 'run':22 'search':32,57,86,125,141,325 'see':193 'separ':116 'server':311 'share':9 'show':97 'similar':159 'site':73,317 'someth':107 'sourc':181 'specif':144,169 'still':131 'suggest':285 'support':203,253 'sure':277 'syntax':150 'thing':177 'time':266 'track':295 'type':106,210 'use':72,147,154 'user':332 'user-ag':331 've':224 'view':184 'want':299 'week':234 'work':221,226 'www.search-lemmy.com':24,26 'www.search-lemmy.com/)':25 'yet':248"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688504877
+visibility: "visible "
+apId: "https://lemmy.world/post/1004415"
+editedAt: null
+createdAt: DateTimeImmutable @1688433877 {#1858
date: 2023-07-04 03:24:37.0 +02:00
}
}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: null
+root: null
+body: """
The instance browser should show the instance URL as well to be able to distinguish all those instances called “Lemmy”\n
\n
And it would be helpful if we could search for an instance to set as well. It’s a long list to scroll through.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1701779219 {#4185
date: 2023-12-05 13:26:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@marsara9@lemmy.world"
"@Akhuyan@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4184 …}
+nested: Doctrine\ORM\PersistentCollection {#4183 …}
+votes: Doctrine\ORM\PersistentCollection {#4174 …}
+reports: Doctrine\ORM\PersistentCollection {#4177 …}
+favourites: Doctrine\ORM\PersistentCollection {#4172 …}
+notifications: Doctrine\ORM\PersistentCollection {#4170 …}
-id: 149045
-bodyTs: "'abl':13 'browser':3 'call':19 'could':28 'distinguish':15 'help':25 'instanc':2,7,18,32 'lemmi':20 'list':41 'long':40 'scroll':43 'search':29 'set':34 'show':5 'url':8 'well':10,36 'would':23"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/650485"
+editedAt: null
+createdAt: DateTimeImmutable @1688435552 {#4190
date: 2023-07-04 03:52:32.0 +02:00
}
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4291
+user: Proxies\__CG__\App\Entity\User {#4292 …}
+entry: App\Entity\Entry {#2412
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "newcommunities@lemmy.world"
+title: "newcommunities"
+description: """
A place to post new communities all over Lemmy for discovery and promotion.\n
\n
Rules\n
=====\n
\n
The rules may be more established as time goes on, but it’s important to have a foundation to work on.\n
\n
**1. Follow the rules of Lemmy.world** - These rules are the same as Mastodon.world’s rules, which can be found [here](https://mastodon.world/about).\n
\n
**2. Include a community title and description in your post title.** - A following example of this would be `New Communities - A place to post new communities all over Lemmy for discovery and promotion.`\n
\n
**3. Follow the formatting.** - The formatting as included below is important for people getting universal links across Lemmy as easily as possible.\n
\n
Formatting\n
==========\n
\n
Please include this following format in your post:\n
\n
`[link text](/c/community@instance.com)`\n
\n
*This provides a link that should work across instances, but in some cases it won’t*\n
\n
You should also include either:\n
\n
!community@instance.com\n
\n
or instance.com/c/community\n
\n
FAQ:\n
====\n
\n
*Q: Why do I get a 404?*\n
\n
A: At least one user in an instance needs to search for a community before it gets fetched. Searching for the community will bring it into the instance and it will fetch a few of the most recent posts without comments. If a user is subscribed to a community, then all of the future posts and interactions are now in-sync.\n
\n
*Q: When I try to create a post, the circle just spins forever. Why is that?*\n
\n
A: This is a current known issue with large communities. Sometimes it does get posted, but just continues spinning, but sometimes it doesn’t get posted and continues spinning. If it doesn’t actually get posted, the best thing to do is try later. However, only some people seem to be having this problem at the moment.\n
\n
[Extra FAQ information](https://lemmy.world/comment/12095475)\n
\n
**Image Attribution:**\n
\n
Fahmi, CC BY 4.0 [creativecommons.org/licenses/by/4.0](https://creativecommons.org/licenses/by/4.0), via Wikimedia Commons
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 345
+entryCommentCount: 778
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729494898 {#274
date: 2024-10-21 09:14:58.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 34
+apId: "newcommunities@lemmy.world"
+apProfileId: "https://lemmy.world/c/newcommunities"
+apPublicUrl: "https://lemmy.world/c/newcommunities"
+apFollowersUrl: "https://lemmy.world/c/newcommunities/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "newcommunities"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729580660 {#268
date: 2024-10-22 09:04:20.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695860354 {#270
date: 2023-09-28 02:19:14.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
+slug: "META-Crosspost-Announcing-a-new-Search-Engine-for-Lemmy"
+title: "[META] [Crosspost] Announcing a new Search Engine for Lemmy"
+url: "https://www.search-lemmy.com/"
+body: """
cross-posted from: [lemmy.world/post/963301](https://lemmy.world/post/963301)\n
\n
> I shared bits and pieces of this before, but it’s officially up and running now: [www.search-lemmy.com](https://www.search-lemmy.com/)\n
> \n
> This is an enhanced search engine for Lemmy. With a few primary goals:\n
> \n
> - You can choose a preferred instance. After choosing what your primary instance is, and performing a search ALL links will open in that instance.\n
> - This aims to be a replacement for using `site:reddit.com` in Google, but just for the fediverse.\n
> - You can filter the search results by: \n
> - Instance – This will filter the results to only show communities that belong to a particular instance. Just type something like `instance:lemmy.wrold` or `instance:https://lemmy.world/`. This is separate from your preferred instance, such that you can search for posts on lemmy.world while still opening them on lemmy.ml.\n
> - Community – You can refine the search by a specific community. You use the same syntax that you’d use here `community:!fediverse@lemmy.world`.\n
> - Author – Similar to the above you can also filter by a specific author such as: `author:@marsara9@lemmy.world`.\n
> - The entire thing is open-source. You can view the code and even host your own instance… See more details here: [github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).\n
> \n
> NOTE: This only supports Lemmy instances for now. Other fediverse type instances may be in the future depending on how this works out.\n
> \n
> I’ve been working on this over just the last few weeks, so it hasn’t had a chance to crawl much of the fediverse yet. For now it only supports `lemmy.world` and `lemmy.ml` but other preferred-instances will come online as time goes by.\n
> \n
> If anyone finds any bugs, and I’m sure you will, or if anyone has any suggestions PLEASE raise an issue on GitHub for me to track. Lastly, if anyone wants to help contribute please feel free to reach out.\n
> \n
> **NOTE TO SERVER ADMINS: You can prevent your site from being crawled by adding `lemmy-search` to your robots.txt for the user-agent.**
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1691216798 {#2418
date: 2023-08-05 08:26:38.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@marsara9@lemmy.world"
]
+comments: Doctrine\ORM\PersistentCollection {#1688 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1965 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 3185
-titleTs: "'announc':3 'crosspost':2 'engin':7 'lemmi':9 'meta':1 'new':5 'search':6"
-bodyTs: "'/)':27 '/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':199 '/post/963301](https://lemmy.world/post/963301)':7 'ad':322 'admin':312 'agent':333 'aim':66 'also':165 'anyon':270,282,298 'author':158,170,173 'belong':100 'bit':10 'bug':273 'chanc':241 'choos':43,48 'code':186 'come':263 'communiti':98,136,145,156 'contribut':302 'crawl':243,320 'cross':2 'cross-post':1 'd':153 'depend':217 'detail':195 'engin':33 'enhanc':31 'entir':176 'even':188 'fedivers':81,209,247 'fediverse@lemmy.world':157 'feel':304 'filter':84,92,166 'find':271 'free':305 'futur':216 'github':291 'github.com':198 'github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':197 'goal':40 'goe':267 'googl':76 'hasn':237 'help':301 'host':189 'instanc':46,52,64,89,104,109,112,120,192,205,211,261 'issu':289 'last':232,296 'lemmi':35,204,324 'lemmy-search':323 'lemmy.ml':135,256 'lemmy.world':6,113,129,254 'lemmy.world/post/963301](https://lemmy.world/post/963301)':5 'lemmy.wrold':110 'like':108 'link':59 'm':276 'marsara9@lemmy.world':174 'may':212 'much':244 'note':200,309 'offici':19 'onlin':264 'open':61,132,180 'open-sourc':179 'particular':103 'perform':55 'piec':12 'pleas':286,303 'post':3,127 'prefer':45,119,260 'preferred-inst':259 'prevent':315 'primari':39,51 'rais':287 'reach':307 'reddit.com':74 'refin':139 'replac':70 'result':87,94 'robots.txt':328 'run':22 'search':32,57,86,125,141,325 'see':193 'separ':116 'server':311 'share':9 'show':97 'similar':159 'site':73,317 'someth':107 'sourc':181 'specif':144,169 'still':131 'suggest':285 'support':203,253 'sure':277 'syntax':150 'thing':177 'time':266 'track':295 'type':106,210 'use':72,147,154 'user':332 'user-ag':331 've':224 'view':184 'want':299 'week':234 'work':221,226 'www.search-lemmy.com':24,26 'www.search-lemmy.com/)':25 'yet':248"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688504877
+visibility: "visible "
+apId: "https://lemmy.world/post/1004415"
+editedAt: null
+createdAt: DateTimeImmutable @1688433877 {#1858
date: 2023-07-04 03:24:37.0 +02:00
}
}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: App\Entity\EntryComment {#4179
+user: App\Entity\User {#4168 …}
+entry: App\Entity\Entry {#2412}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: null
+root: null
+body: """
The instance browser should show the instance URL as well to be able to distinguish all those instances called “Lemmy”\n
\n
And it would be helpful if we could search for an instance to set as well. It’s a long list to scroll through.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1701779219 {#4185
date: 2023-12-05 13:26:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@marsara9@lemmy.world"
"@Akhuyan@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4184 …}
+nested: Doctrine\ORM\PersistentCollection {#4183 …}
+votes: Doctrine\ORM\PersistentCollection {#4174 …}
+reports: Doctrine\ORM\PersistentCollection {#4177 …}
+favourites: Doctrine\ORM\PersistentCollection {#4172 …}
+notifications: Doctrine\ORM\PersistentCollection {#4170 …}
-id: 149045
-bodyTs: "'abl':13 'browser':3 'call':19 'could':28 'distinguish':15 'help':25 'instanc':2,7,18,32 'lemmi':20 'list':41 'long':40 'scroll':43 'search':29 'set':34 'show':5 'url':8 'well':10,36 'would':23"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/650485"
+editedAt: null
+createdAt: DateTimeImmutable @1688435552 {#4190
date: 2023-07-04 03:52:32.0 +02:00
}
}
+root: App\Entity\EntryComment {#4179}
+body: """
I agree with this suggestion. Without the URL, I’m kind of lost as to which instance I’m actually searching.\n
\n
Maybe a “search all” feature to seach all instances simultaneously? Although, I’m pretty sure that’s near impossible with how the fediverse works. Still would be cool.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1688438520 {#4289
date: 2023-07-04 04:42:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@marsara9@lemmy.world"
"@Akhuyan@lemmy.world"
"@ComputerSagtNein@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#4293 …}
+nested: Doctrine\ORM\PersistentCollection {#4295 …}
+votes: Doctrine\ORM\PersistentCollection {#4297 …}
+reports: Doctrine\ORM\PersistentCollection {#4299 …}
+favourites: Doctrine\ORM\PersistentCollection {#4301 …}
+notifications: Doctrine\ORM\PersistentCollection {#4303 …}
-id: 169247
-bodyTs: "'actual':20 'agre':2 'although':32 'cool':49 'featur':26 'fedivers':44 'imposs':40 'instanc':17,30 'kind':11 'lost':13 'm':10,19,34 'mayb':22 'near':39 'pretti':35 'seach':28 'search':21,24 'simultan':31 'still':46 'suggest':5 'sure':36 'url':8 'without':6 'work':45 'would':47"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://infosec.pub/comment/537391"
+editedAt: null
+createdAt: DateTimeImmutable @1688438520 {#4290
date: 2023-07-04 04:42:00.0 +02:00
}
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
App\Entity\EntryComment {#4291
+user: Proxies\__CG__\App\Entity\User {#4292 …}
+entry: App\Entity\Entry {#2412
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "newcommunities@lemmy.world"
+title: "newcommunities"
+description: """
A place to post new communities all over Lemmy for discovery and promotion.\n
\n
Rules\n
=====\n
\n
The rules may be more established as time goes on, but it’s important to have a foundation to work on.\n
\n
**1. Follow the rules of Lemmy.world** - These rules are the same as Mastodon.world’s rules, which can be found [here](https://mastodon.world/about).\n
\n
**2. Include a community title and description in your post title.** - A following example of this would be `New Communities - A place to post new communities all over Lemmy for discovery and promotion.`\n
\n
**3. Follow the formatting.** - The formatting as included below is important for people getting universal links across Lemmy as easily as possible.\n
\n
Formatting\n
==========\n
\n
Please include this following format in your post:\n
\n
`[link text](/c/community@instance.com)`\n
\n
*This provides a link that should work across instances, but in some cases it won’t*\n
\n
You should also include either:\n
\n
!community@instance.com\n
\n
or instance.com/c/community\n
\n
FAQ:\n
====\n
\n
*Q: Why do I get a 404?*\n
\n
A: At least one user in an instance needs to search for a community before it gets fetched. Searching for the community will bring it into the instance and it will fetch a few of the most recent posts without comments. If a user is subscribed to a community, then all of the future posts and interactions are now in-sync.\n
\n
*Q: When I try to create a post, the circle just spins forever. Why is that?*\n
\n
A: This is a current known issue with large communities. Sometimes it does get posted, but just continues spinning, but sometimes it doesn’t get posted and continues spinning. If it doesn’t actually get posted, the best thing to do is try later. However, only some people seem to be having this problem at the moment.\n
\n
[Extra FAQ information](https://lemmy.world/comment/12095475)\n
\n
**Image Attribution:**\n
\n
Fahmi, CC BY 4.0 [creativecommons.org/licenses/by/4.0](https://creativecommons.org/licenses/by/4.0), via Wikimedia Commons
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 345
+entryCommentCount: 778
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729494898 {#274
date: 2024-10-21 09:14:58.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 34
+apId: "newcommunities@lemmy.world"
+apProfileId: "https://lemmy.world/c/newcommunities"
+apPublicUrl: "https://lemmy.world/c/newcommunities"
+apFollowersUrl: "https://lemmy.world/c/newcommunities/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "newcommunities"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729580660 {#268
date: 2024-10-22 09:04:20.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695860354 {#270
date: 2023-09-28 02:19:14.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
+slug: "META-Crosspost-Announcing-a-new-Search-Engine-for-Lemmy"
+title: "[META] [Crosspost] Announcing a new Search Engine for Lemmy"
+url: "https://www.search-lemmy.com/"
+body: """
cross-posted from: [lemmy.world/post/963301](https://lemmy.world/post/963301)\n
\n
> I shared bits and pieces of this before, but it’s officially up and running now: [www.search-lemmy.com](https://www.search-lemmy.com/)\n
> \n
> This is an enhanced search engine for Lemmy. With a few primary goals:\n
> \n
> - You can choose a preferred instance. After choosing what your primary instance is, and performing a search ALL links will open in that instance.\n
> - This aims to be a replacement for using `site:reddit.com` in Google, but just for the fediverse.\n
> - You can filter the search results by: \n
> - Instance – This will filter the results to only show communities that belong to a particular instance. Just type something like `instance:lemmy.wrold` or `instance:https://lemmy.world/`. This is separate from your preferred instance, such that you can search for posts on lemmy.world while still opening them on lemmy.ml.\n
> - Community – You can refine the search by a specific community. You use the same syntax that you’d use here `community:!fediverse@lemmy.world`.\n
> - Author – Similar to the above you can also filter by a specific author such as: `author:@marsara9@lemmy.world`.\n
> - The entire thing is open-source. You can view the code and even host your own instance… See more details here: [github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).\n
> \n
> NOTE: This only supports Lemmy instances for now. Other fediverse type instances may be in the future depending on how this works out.\n
> \n
> I’ve been working on this over just the last few weeks, so it hasn’t had a chance to crawl much of the fediverse yet. For now it only supports `lemmy.world` and `lemmy.ml` but other preferred-instances will come online as time goes by.\n
> \n
> If anyone finds any bugs, and I’m sure you will, or if anyone has any suggestions PLEASE raise an issue on GitHub for me to track. Lastly, if anyone wants to help contribute please feel free to reach out.\n
> \n
> **NOTE TO SERVER ADMINS: You can prevent your site from being crawled by adding `lemmy-search` to your robots.txt for the user-agent.**
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1691216798 {#2418
date: 2023-08-05 08:26:38.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@marsara9@lemmy.world"
]
+comments: Doctrine\ORM\PersistentCollection {#1688 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1965 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 3185
-titleTs: "'announc':3 'crosspost':2 'engin':7 'lemmi':9 'meta':1 'new':5 'search':6"
-bodyTs: "'/)':27 '/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':199 '/post/963301](https://lemmy.world/post/963301)':7 'ad':322 'admin':312 'agent':333 'aim':66 'also':165 'anyon':270,282,298 'author':158,170,173 'belong':100 'bit':10 'bug':273 'chanc':241 'choos':43,48 'code':186 'come':263 'communiti':98,136,145,156 'contribut':302 'crawl':243,320 'cross':2 'cross-post':1 'd':153 'depend':217 'detail':195 'engin':33 'enhanc':31 'entir':176 'even':188 'fedivers':81,209,247 'fediverse@lemmy.world':157 'feel':304 'filter':84,92,166 'find':271 'free':305 'futur':216 'github':291 'github.com':198 'github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':197 'goal':40 'goe':267 'googl':76 'hasn':237 'help':301 'host':189 'instanc':46,52,64,89,104,109,112,120,192,205,211,261 'issu':289 'last':232,296 'lemmi':35,204,324 'lemmy-search':323 'lemmy.ml':135,256 'lemmy.world':6,113,129,254 'lemmy.world/post/963301](https://lemmy.world/post/963301)':5 'lemmy.wrold':110 'like':108 'link':59 'm':276 'marsara9@lemmy.world':174 'may':212 'much':244 'note':200,309 'offici':19 'onlin':264 'open':61,132,180 'open-sourc':179 'particular':103 'perform':55 'piec':12 'pleas':286,303 'post':3,127 'prefer':45,119,260 'preferred-inst':259 'prevent':315 'primari':39,51 'rais':287 'reach':307 'reddit.com':74 'refin':139 'replac':70 'result':87,94 'robots.txt':328 'run':22 'search':32,57,86,125,141,325 'see':193 'separ':116 'server':311 'share':9 'show':97 'similar':159 'site':73,317 'someth':107 'sourc':181 'specif':144,169 'still':131 'suggest':285 'support':203,253 'sure':277 'syntax':150 'thing':177 'time':266 'track':295 'type':106,210 'use':72,147,154 'user':332 'user-ag':331 've':224 'view':184 'want':299 'week':234 'work':221,226 'www.search-lemmy.com':24,26 'www.search-lemmy.com/)':25 'yet':248"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688504877
+visibility: "visible "
+apId: "https://lemmy.world/post/1004415"
+editedAt: null
+createdAt: DateTimeImmutable @1688433877 {#1858
date: 2023-07-04 03:24:37.0 +02:00
}
}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: App\Entity\EntryComment {#4179
+user: App\Entity\User {#4168 …}
+entry: App\Entity\Entry {#2412}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: null
+root: null
+body: """
The instance browser should show the instance URL as well to be able to distinguish all those instances called “Lemmy”\n
\n
And it would be helpful if we could search for an instance to set as well. It’s a long list to scroll through.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1701779219 {#4185
date: 2023-12-05 13:26:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@marsara9@lemmy.world"
"@Akhuyan@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4184 …}
+nested: Doctrine\ORM\PersistentCollection {#4183 …}
+votes: Doctrine\ORM\PersistentCollection {#4174 …}
+reports: Doctrine\ORM\PersistentCollection {#4177 …}
+favourites: Doctrine\ORM\PersistentCollection {#4172 …}
+notifications: Doctrine\ORM\PersistentCollection {#4170 …}
-id: 149045
-bodyTs: "'abl':13 'browser':3 'call':19 'could':28 'distinguish':15 'help':25 'instanc':2,7,18,32 'lemmi':20 'list':41 'long':40 'scroll':43 'search':29 'set':34 'show':5 'url':8 'well':10,36 'would':23"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/650485"
+editedAt: null
+createdAt: DateTimeImmutable @1688435552 {#4190
date: 2023-07-04 03:52:32.0 +02:00
}
}
+root: App\Entity\EntryComment {#4179}
+body: """
I agree with this suggestion. Without the URL, I’m kind of lost as to which instance I’m actually searching.\n
\n
Maybe a “search all” feature to seach all instances simultaneously? Although, I’m pretty sure that’s near impossible with how the fediverse works. Still would be cool.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1688438520 {#4289
date: 2023-07-04 04:42:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@marsara9@lemmy.world"
"@Akhuyan@lemmy.world"
"@ComputerSagtNein@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#4293 …}
+nested: Doctrine\ORM\PersistentCollection {#4295 …}
+votes: Doctrine\ORM\PersistentCollection {#4297 …}
+reports: Doctrine\ORM\PersistentCollection {#4299 …}
+favourites: Doctrine\ORM\PersistentCollection {#4301 …}
+notifications: Doctrine\ORM\PersistentCollection {#4303 …}
-id: 169247
-bodyTs: "'actual':20 'agre':2 'although':32 'cool':49 'featur':26 'fedivers':44 'imposs':40 'instanc':17,30 'kind':11 'lost':13 'm':10,19,34 'mayb':22 'near':39 'pretti':35 'seach':28 'search':21,24 'simultan':31 'still':46 'suggest':5 'sure':36 'url':8 'without':6 'work':45 'would':47"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://infosec.pub/comment/537391"
+editedAt: null
+createdAt: DateTimeImmutable @1688438520 {#4290
date: 2023-07-04 04:42:00.0 +02:00
}
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4291
+user: Proxies\__CG__\App\Entity\User {#4292 …}
+entry: App\Entity\Entry {#2412
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "newcommunities@lemmy.world"
+title: "newcommunities"
+description: """
A place to post new communities all over Lemmy for discovery and promotion.\n
\n
Rules\n
=====\n
\n
The rules may be more established as time goes on, but it’s important to have a foundation to work on.\n
\n
**1. Follow the rules of Lemmy.world** - These rules are the same as Mastodon.world’s rules, which can be found [here](https://mastodon.world/about).\n
\n
**2. Include a community title and description in your post title.** - A following example of this would be `New Communities - A place to post new communities all over Lemmy for discovery and promotion.`\n
\n
**3. Follow the formatting.** - The formatting as included below is important for people getting universal links across Lemmy as easily as possible.\n
\n
Formatting\n
==========\n
\n
Please include this following format in your post:\n
\n
`[link text](/c/community@instance.com)`\n
\n
*This provides a link that should work across instances, but in some cases it won’t*\n
\n
You should also include either:\n
\n
!community@instance.com\n
\n
or instance.com/c/community\n
\n
FAQ:\n
====\n
\n
*Q: Why do I get a 404?*\n
\n
A: At least one user in an instance needs to search for a community before it gets fetched. Searching for the community will bring it into the instance and it will fetch a few of the most recent posts without comments. If a user is subscribed to a community, then all of the future posts and interactions are now in-sync.\n
\n
*Q: When I try to create a post, the circle just spins forever. Why is that?*\n
\n
A: This is a current known issue with large communities. Sometimes it does get posted, but just continues spinning, but sometimes it doesn’t get posted and continues spinning. If it doesn’t actually get posted, the best thing to do is try later. However, only some people seem to be having this problem at the moment.\n
\n
[Extra FAQ information](https://lemmy.world/comment/12095475)\n
\n
**Image Attribution:**\n
\n
Fahmi, CC BY 4.0 [creativecommons.org/licenses/by/4.0](https://creativecommons.org/licenses/by/4.0), via Wikimedia Commons
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 345
+entryCommentCount: 778
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729494898 {#274
date: 2024-10-21 09:14:58.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 34
+apId: "newcommunities@lemmy.world"
+apProfileId: "https://lemmy.world/c/newcommunities"
+apPublicUrl: "https://lemmy.world/c/newcommunities"
+apFollowersUrl: "https://lemmy.world/c/newcommunities/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "newcommunities"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729580660 {#268
date: 2024-10-22 09:04:20.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695860354 {#270
date: 2023-09-28 02:19:14.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
+slug: "META-Crosspost-Announcing-a-new-Search-Engine-for-Lemmy"
+title: "[META] [Crosspost] Announcing a new Search Engine for Lemmy"
+url: "https://www.search-lemmy.com/"
+body: """
cross-posted from: [lemmy.world/post/963301](https://lemmy.world/post/963301)\n
\n
> I shared bits and pieces of this before, but it’s officially up and running now: [www.search-lemmy.com](https://www.search-lemmy.com/)\n
> \n
> This is an enhanced search engine for Lemmy. With a few primary goals:\n
> \n
> - You can choose a preferred instance. After choosing what your primary instance is, and performing a search ALL links will open in that instance.\n
> - This aims to be a replacement for using `site:reddit.com` in Google, but just for the fediverse.\n
> - You can filter the search results by: \n
> - Instance – This will filter the results to only show communities that belong to a particular instance. Just type something like `instance:lemmy.wrold` or `instance:https://lemmy.world/`. This is separate from your preferred instance, such that you can search for posts on lemmy.world while still opening them on lemmy.ml.\n
> - Community – You can refine the search by a specific community. You use the same syntax that you’d use here `community:!fediverse@lemmy.world`.\n
> - Author – Similar to the above you can also filter by a specific author such as: `author:@marsara9@lemmy.world`.\n
> - The entire thing is open-source. You can view the code and even host your own instance… See more details here: [github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).\n
> \n
> NOTE: This only supports Lemmy instances for now. Other fediverse type instances may be in the future depending on how this works out.\n
> \n
> I’ve been working on this over just the last few weeks, so it hasn’t had a chance to crawl much of the fediverse yet. For now it only supports `lemmy.world` and `lemmy.ml` but other preferred-instances will come online as time goes by.\n
> \n
> If anyone finds any bugs, and I’m sure you will, or if anyone has any suggestions PLEASE raise an issue on GitHub for me to track. Lastly, if anyone wants to help contribute please feel free to reach out.\n
> \n
> **NOTE TO SERVER ADMINS: You can prevent your site from being crawled by adding `lemmy-search` to your robots.txt for the user-agent.**
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1691216798 {#2418
date: 2023-08-05 08:26:38.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@marsara9@lemmy.world"
]
+comments: Doctrine\ORM\PersistentCollection {#1688 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1965 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 3185
-titleTs: "'announc':3 'crosspost':2 'engin':7 'lemmi':9 'meta':1 'new':5 'search':6"
-bodyTs: "'/)':27 '/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':199 '/post/963301](https://lemmy.world/post/963301)':7 'ad':322 'admin':312 'agent':333 'aim':66 'also':165 'anyon':270,282,298 'author':158,170,173 'belong':100 'bit':10 'bug':273 'chanc':241 'choos':43,48 'code':186 'come':263 'communiti':98,136,145,156 'contribut':302 'crawl':243,320 'cross':2 'cross-post':1 'd':153 'depend':217 'detail':195 'engin':33 'enhanc':31 'entir':176 'even':188 'fedivers':81,209,247 'fediverse@lemmy.world':157 'feel':304 'filter':84,92,166 'find':271 'free':305 'futur':216 'github':291 'github.com':198 'github.com/marsara9/lemmy-search](https://github.com/marsara9/lemmy-search).':197 'goal':40 'goe':267 'googl':76 'hasn':237 'help':301 'host':189 'instanc':46,52,64,89,104,109,112,120,192,205,211,261 'issu':289 'last':232,296 'lemmi':35,204,324 'lemmy-search':323 'lemmy.ml':135,256 'lemmy.world':6,113,129,254 'lemmy.world/post/963301](https://lemmy.world/post/963301)':5 'lemmy.wrold':110 'like':108 'link':59 'm':276 'marsara9@lemmy.world':174 'may':212 'much':244 'note':200,309 'offici':19 'onlin':264 'open':61,132,180 'open-sourc':179 'particular':103 'perform':55 'piec':12 'pleas':286,303 'post':3,127 'prefer':45,119,260 'preferred-inst':259 'prevent':315 'primari':39,51 'rais':287 'reach':307 'reddit.com':74 'refin':139 'replac':70 'result':87,94 'robots.txt':328 'run':22 'search':32,57,86,125,141,325 'see':193 'separ':116 'server':311 'share':9 'show':97 'similar':159 'site':73,317 'someth':107 'sourc':181 'specif':144,169 'still':131 'suggest':285 'support':203,253 'sure':277 'syntax':150 'thing':177 'time':266 'track':295 'type':106,210 'use':72,147,154 'user':332 'user-ag':331 've':224 'view':184 'want':299 'week':234 'work':221,226 'www.search-lemmy.com':24,26 'www.search-lemmy.com/)':25 'yet':248"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688504877
+visibility: "visible "
+apId: "https://lemmy.world/post/1004415"
+editedAt: null
+createdAt: DateTimeImmutable @1688433877 {#1858
date: 2023-07-04 03:24:37.0 +02:00
}
}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: App\Entity\EntryComment {#4179
+user: App\Entity\User {#4168 …}
+entry: App\Entity\Entry {#2412}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: null
+root: null
+body: """
The instance browser should show the instance URL as well to be able to distinguish all those instances called “Lemmy”\n
\n
And it would be helpful if we could search for an instance to set as well. It’s a long list to scroll through.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1701779219 {#4185
date: 2023-12-05 13:26:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@marsara9@lemmy.world"
"@Akhuyan@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4184 …}
+nested: Doctrine\ORM\PersistentCollection {#4183 …}
+votes: Doctrine\ORM\PersistentCollection {#4174 …}
+reports: Doctrine\ORM\PersistentCollection {#4177 …}
+favourites: Doctrine\ORM\PersistentCollection {#4172 …}
+notifications: Doctrine\ORM\PersistentCollection {#4170 …}
-id: 149045
-bodyTs: "'abl':13 'browser':3 'call':19 'could':28 'distinguish':15 'help':25 'instanc':2,7,18,32 'lemmi':20 'list':41 'long':40 'scroll':43 'search':29 'set':34 'show':5 'url':8 'well':10,36 'would':23"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/650485"
+editedAt: null
+createdAt: DateTimeImmutable @1688435552 {#4190
date: 2023-07-04 03:52:32.0 +02:00
}
}
+root: App\Entity\EntryComment {#4179}
+body: """
I agree with this suggestion. Without the URL, I’m kind of lost as to which instance I’m actually searching.\n
\n
Maybe a “search all” feature to seach all instances simultaneously? Although, I’m pretty sure that’s near impossible with how the fediverse works. Still would be cool.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1688438520 {#4289
date: 2023-07-04 04:42:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@marsara9@lemmy.world"
"@Akhuyan@lemmy.world"
"@ComputerSagtNein@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#4293 …}
+nested: Doctrine\ORM\PersistentCollection {#4295 …}
+votes: Doctrine\ORM\PersistentCollection {#4297 …}
+reports: Doctrine\ORM\PersistentCollection {#4299 …}
+favourites: Doctrine\ORM\PersistentCollection {#4301 …}
+notifications: Doctrine\ORM\PersistentCollection {#4303 …}
-id: 169247
-bodyTs: "'actual':20 'agre':2 'although':32 'cool':49 'featur':26 'fedivers':44 'imposs':40 'instanc':17,30 'kind':11 'lost':13 'm':10,19,34 'mayb':22 'near':39 'pretti':35 'seach':28 'search':21,24 'simultan':31 'still':46 'suggest':5 'sure':36 'url':8 'without':6 'work':45 'would':47"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://infosec.pub/comment/537391"
+editedAt: null
+createdAt: DateTimeImmutable @1688438520 {#4290
date: 2023-07-04 04:42:00.0 +02:00
}
} |
|
Show voter details
|
21 |
DENIED
|
edit
|
App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "newcommunities@lemmy.world"
+title: "newcommunities"
+description: """
A place to post new communities all over Lemmy for discovery and promotion.\n
\n
Rules\n
=====\n
\n
The rules may be more established as time goes on, but it’s important to have a foundation to work on.\n
\n
**1. Follow the rules of Lemmy.world** - These rules are the same as Mastodon.world’s rules, which can be found [here](https://mastodon.world/about).\n
\n
**2. Include a community title and description in your post title.** - A following example of this would be `New Communities - A place to post new communities all over Lemmy for discovery and promotion.`\n
\n
**3. Follow the formatting.** - The formatting as included below is important for people getting universal links across Lemmy as easily as possible.\n
\n
Formatting\n
==========\n
\n
Please include this following format in your post:\n
\n
`[link text](/c/community@instance.com)`\n
\n
*This provides a link that should work across instances, but in some cases it won’t*\n
\n
You should also include either:\n
\n
!community@instance.com\n
\n
or instance.com/c/community\n
\n
FAQ:\n
====\n
\n
*Q: Why do I get a 404?*\n
\n
A: At least one user in an instance needs to search for a community before it gets fetched. Searching for the community will bring it into the instance and it will fetch a few of the most recent posts without comments. If a user is subscribed to a community, then all of the future posts and interactions are now in-sync.\n
\n
*Q: When I try to create a post, the circle just spins forever. Why is that?*\n
\n
A: This is a current known issue with large communities. Sometimes it does get posted, but just continues spinning, but sometimes it doesn’t get posted and continues spinning. If it doesn’t actually get posted, the best thing to do is try later. However, only some people seem to be having this problem at the moment.\n
\n
[Extra FAQ information](https://lemmy.world/comment/12095475)\n
\n
**Image Attribution:**\n
\n
Fahmi, CC BY 4.0 [creativecommons.org/licenses/by/4.0](https://creativecommons.org/licenses/by/4.0), via Wikimedia Commons
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 345
+entryCommentCount: 778
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729494898 {#274
date: 2024-10-21 09:14:58.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 34
+apId: "newcommunities@lemmy.world"
+apProfileId: "https://lemmy.world/c/newcommunities"
+apPublicUrl: "https://lemmy.world/c/newcommunities"
+apFollowersUrl: "https://lemmy.world/c/newcommunities/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "newcommunities"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729580660 {#268
date: 2024-10-22 09:04:20.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1695860354 {#270
date: 2023-09-28 02:19:14.0 +02:00
}
} |
|
Show voter details
|