1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1378
+user: Proxies\__CG__\App\Entity\User {#1371 …}
+entry: App\Entity\Entry {#1856 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "programmer_humor@programming.dev"
+title: "programmer_humor"
+description: """
Welcome to Programmer Humor!\n
\n
This is a place where you can post jokes, memes, humor, etc. related to programming!\n
\n
For sharing awful code theres also [Programming Horror](https://programming.dev/c/programming_horror).\n
\n
Rules\n
-----\n
\n
- Keep content in english\n
- No advertisements\n
- Posts must be related to programming or programmer topics
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 297
+entryCommentCount: 2799
+postCount: 1
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729523671 {#320
date: 2024-10-21 17:14:31.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 100
+apId: "programmer_humor@programming.dev"
+apProfileId: "https://programming.dev/c/programmer_humor"
+apPublicUrl: "https://programming.dev/c/programmer_humor"
+apFollowersUrl: "https://programming.dev/c/programmer_humor/followers"
+apInboxUrl: "https://programming.dev/inbox"
+apDomain: "programming.dev"
+apPreferredUsername: "programmer_humor"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1726902871 {#321
date: 2024-09-21 09:14:31.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1700391429 {#315
date: 2023-11-19 11:57:09.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2353 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2451 …}
+body: """
> It can really slow things down if your views start calling other views in since they’re not actually tables\n
\n
They can be in some cases! There’s a type of view called an “indexed” or “materialized” view where the view data is stored on disk like a regular table. It’s automatically recomputed whenever the source tables change. Doesn’t work well for tables that are very frequently updated, though.\n
\n
Having said that, if you’re doing a lot of data aggregation (especially if it’s a sproc that runs daily), you’d probably want to set up a separate OLAP database so that large analytical queries don’t slow down transactional queries. With open-source technologies, this is usually using Hive and Presto or Spark combined with Apache Airflow.\n
\n
Also, if you have data that’s usually aggregated by column, then a column-based database like Clickhouse is usually way faster than a regular row-based database. These store data per-column rather than per-row, so aggregating one column across millions or even billions of rows (eg average page load time for all hits ever recorded) is fast.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1701281348 {#1769
date: 2023-11-29 19:09:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@CowsLookLikeMaps@sh.itjust.works"
"@calabast@lemm.ee"
"@hddsx@lemmy.ca"
"@doctordevice@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2476 …}
+nested: Doctrine\ORM\PersistentCollection {#2355 …}
+votes: Doctrine\ORM\PersistentCollection {#2428 …}
+reports: Doctrine\ORM\PersistentCollection {#2436 …}
+favourites: Doctrine\ORM\PersistentCollection {#2473 …}
+notifications: Doctrine\ORM\PersistentCollection {#1359 …}
-id: 177618
-bodyTs: "'across':178 'actual':19 'aggreg':83,141,175 'airflow':132 'also':133 'analyt':107 'apach':131 'automat':53 'averag':186 'base':148,161 'billion':182 'call':11,33 'case':26 'chang':59 'clickhous':151 'column':143,147,168,177 'column-bas':146 'combin':129 'd':94 'daili':92 'data':42,82,137,165 'databas':103,149,162 'disk':46 'doesn':60 'eg':185 'especi':84 'even':181 'ever':193 'fast':196 'faster':155 'frequent':69 'hit':192 'hive':124 'index':35 'larg':106 'like':47,150 'load':188 'lot':80 'materi':37 'million':179 'olap':102 'one':176 'open':117 'open-sourc':116 'page':187 'per':167,172 'per-column':166 'per-row':171 'presto':126 'probabl':95 'queri':108,114 'rather':169 're':17,77 'realli':3 'recomput':54 'record':194 'regular':49,158 'row':160,173,184 'row-bas':159 'run':91 'said':73 'separ':101 'set':98 'sinc':15 'slow':4,111 'sourc':57,118 'spark':128 'sproc':89 'start':10 'store':44,164 'tabl':20,50,58,65 'technolog':119 'thing':5 'though':71 'time':189 'transact':113 'type':30 'updat':70 'use':123 'usual':122,140,153 'view':9,13,32,38,41 'want':96 'way':154 'well':63 'whenev':55 'work':62"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://upvote.au/comment/517380"
+editedAt: DateTimeImmutable @1702187464 {#1969
date: 2023-12-10 06:51:04.0 +01:00
}
+createdAt: DateTimeImmutable @1701281348 {#1399
date: 2023-11-29 19:09:08.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1378
+user: Proxies\__CG__\App\Entity\User {#1371 …}
+entry: App\Entity\Entry {#1856 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "programmer_humor@programming.dev"
+title: "programmer_humor"
+description: """
Welcome to Programmer Humor!\n
\n
This is a place where you can post jokes, memes, humor, etc. related to programming!\n
\n
For sharing awful code theres also [Programming Horror](https://programming.dev/c/programming_horror).\n
\n
Rules\n
-----\n
\n
- Keep content in english\n
- No advertisements\n
- Posts must be related to programming or programmer topics
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 297
+entryCommentCount: 2799
+postCount: 1
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729523671 {#320
date: 2024-10-21 17:14:31.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 100
+apId: "programmer_humor@programming.dev"
+apProfileId: "https://programming.dev/c/programmer_humor"
+apPublicUrl: "https://programming.dev/c/programmer_humor"
+apFollowersUrl: "https://programming.dev/c/programmer_humor/followers"
+apInboxUrl: "https://programming.dev/inbox"
+apDomain: "programming.dev"
+apPreferredUsername: "programmer_humor"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1726902871 {#321
date: 2024-09-21 09:14:31.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1700391429 {#315
date: 2023-11-19 11:57:09.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2353 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2451 …}
+body: """
> It can really slow things down if your views start calling other views in since they’re not actually tables\n
\n
They can be in some cases! There’s a type of view called an “indexed” or “materialized” view where the view data is stored on disk like a regular table. It’s automatically recomputed whenever the source tables change. Doesn’t work well for tables that are very frequently updated, though.\n
\n
Having said that, if you’re doing a lot of data aggregation (especially if it’s a sproc that runs daily), you’d probably want to set up a separate OLAP database so that large analytical queries don’t slow down transactional queries. With open-source technologies, this is usually using Hive and Presto or Spark combined with Apache Airflow.\n
\n
Also, if you have data that’s usually aggregated by column, then a column-based database like Clickhouse is usually way faster than a regular row-based database. These store data per-column rather than per-row, so aggregating one column across millions or even billions of rows (eg average page load time for all hits ever recorded) is fast.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1701281348 {#1769
date: 2023-11-29 19:09:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@CowsLookLikeMaps@sh.itjust.works"
"@calabast@lemm.ee"
"@hddsx@lemmy.ca"
"@doctordevice@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2476 …}
+nested: Doctrine\ORM\PersistentCollection {#2355 …}
+votes: Doctrine\ORM\PersistentCollection {#2428 …}
+reports: Doctrine\ORM\PersistentCollection {#2436 …}
+favourites: Doctrine\ORM\PersistentCollection {#2473 …}
+notifications: Doctrine\ORM\PersistentCollection {#1359 …}
-id: 177618
-bodyTs: "'across':178 'actual':19 'aggreg':83,141,175 'airflow':132 'also':133 'analyt':107 'apach':131 'automat':53 'averag':186 'base':148,161 'billion':182 'call':11,33 'case':26 'chang':59 'clickhous':151 'column':143,147,168,177 'column-bas':146 'combin':129 'd':94 'daili':92 'data':42,82,137,165 'databas':103,149,162 'disk':46 'doesn':60 'eg':185 'especi':84 'even':181 'ever':193 'fast':196 'faster':155 'frequent':69 'hit':192 'hive':124 'index':35 'larg':106 'like':47,150 'load':188 'lot':80 'materi':37 'million':179 'olap':102 'one':176 'open':117 'open-sourc':116 'page':187 'per':167,172 'per-column':166 'per-row':171 'presto':126 'probabl':95 'queri':108,114 'rather':169 're':17,77 'realli':3 'recomput':54 'record':194 'regular':49,158 'row':160,173,184 'row-bas':159 'run':91 'said':73 'separ':101 'set':98 'sinc':15 'slow':4,111 'sourc':57,118 'spark':128 'sproc':89 'start':10 'store':44,164 'tabl':20,50,58,65 'technolog':119 'thing':5 'though':71 'time':189 'transact':113 'type':30 'updat':70 'use':123 'usual':122,140,153 'view':9,13,32,38,41 'want':96 'way':154 'well':63 'whenev':55 'work':62"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://upvote.au/comment/517380"
+editedAt: DateTimeImmutable @1702187464 {#1969
date: 2023-12-10 06:51:04.0 +01:00
}
+createdAt: DateTimeImmutable @1701281348 {#1399
date: 2023-11-29 19:09:08.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1378
+user: Proxies\__CG__\App\Entity\User {#1371 …}
+entry: App\Entity\Entry {#1856 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "programmer_humor@programming.dev"
+title: "programmer_humor"
+description: """
Welcome to Programmer Humor!\n
\n
This is a place where you can post jokes, memes, humor, etc. related to programming!\n
\n
For sharing awful code theres also [Programming Horror](https://programming.dev/c/programming_horror).\n
\n
Rules\n
-----\n
\n
- Keep content in english\n
- No advertisements\n
- Posts must be related to programming or programmer topics
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 297
+entryCommentCount: 2799
+postCount: 1
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729523671 {#320
date: 2024-10-21 17:14:31.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 100
+apId: "programmer_humor@programming.dev"
+apProfileId: "https://programming.dev/c/programmer_humor"
+apPublicUrl: "https://programming.dev/c/programmer_humor"
+apFollowersUrl: "https://programming.dev/c/programmer_humor/followers"
+apInboxUrl: "https://programming.dev/inbox"
+apDomain: "programming.dev"
+apPreferredUsername: "programmer_humor"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1726902871 {#321
date: 2024-09-21 09:14:31.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1700391429 {#315
date: 2023-11-19 11:57:09.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2353 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2451 …}
+body: """
> It can really slow things down if your views start calling other views in since they’re not actually tables\n
\n
They can be in some cases! There’s a type of view called an “indexed” or “materialized” view where the view data is stored on disk like a regular table. It’s automatically recomputed whenever the source tables change. Doesn’t work well for tables that are very frequently updated, though.\n
\n
Having said that, if you’re doing a lot of data aggregation (especially if it’s a sproc that runs daily), you’d probably want to set up a separate OLAP database so that large analytical queries don’t slow down transactional queries. With open-source technologies, this is usually using Hive and Presto or Spark combined with Apache Airflow.\n
\n
Also, if you have data that’s usually aggregated by column, then a column-based database like Clickhouse is usually way faster than a regular row-based database. These store data per-column rather than per-row, so aggregating one column across millions or even billions of rows (eg average page load time for all hits ever recorded) is fast.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1701281348 {#1769
date: 2023-11-29 19:09:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@CowsLookLikeMaps@sh.itjust.works"
"@calabast@lemm.ee"
"@hddsx@lemmy.ca"
"@doctordevice@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2476 …}
+nested: Doctrine\ORM\PersistentCollection {#2355 …}
+votes: Doctrine\ORM\PersistentCollection {#2428 …}
+reports: Doctrine\ORM\PersistentCollection {#2436 …}
+favourites: Doctrine\ORM\PersistentCollection {#2473 …}
+notifications: Doctrine\ORM\PersistentCollection {#1359 …}
-id: 177618
-bodyTs: "'across':178 'actual':19 'aggreg':83,141,175 'airflow':132 'also':133 'analyt':107 'apach':131 'automat':53 'averag':186 'base':148,161 'billion':182 'call':11,33 'case':26 'chang':59 'clickhous':151 'column':143,147,168,177 'column-bas':146 'combin':129 'd':94 'daili':92 'data':42,82,137,165 'databas':103,149,162 'disk':46 'doesn':60 'eg':185 'especi':84 'even':181 'ever':193 'fast':196 'faster':155 'frequent':69 'hit':192 'hive':124 'index':35 'larg':106 'like':47,150 'load':188 'lot':80 'materi':37 'million':179 'olap':102 'one':176 'open':117 'open-sourc':116 'page':187 'per':167,172 'per-column':166 'per-row':171 'presto':126 'probabl':95 'queri':108,114 'rather':169 're':17,77 'realli':3 'recomput':54 'record':194 'regular':49,158 'row':160,173,184 'row-bas':159 'run':91 'said':73 'separ':101 'set':98 'sinc':15 'slow':4,111 'sourc':57,118 'spark':128 'sproc':89 'start':10 'store':44,164 'tabl':20,50,58,65 'technolog':119 'thing':5 'though':71 'time':189 'transact':113 'type':30 'updat':70 'use':123 'usual':122,140,153 'view':9,13,32,38,41 'want':96 'way':154 'well':63 'whenev':55 'work':62"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://upvote.au/comment/517380"
+editedAt: DateTimeImmutable @1702187464 {#1969
date: 2023-12-10 06:51:04.0 +01:00
}
+createdAt: DateTimeImmutable @1701281348 {#1399
date: 2023-11-29 19:09:08.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "programmer_humor@programming.dev"
+title: "programmer_humor"
+description: """
Welcome to Programmer Humor!\n
\n
This is a place where you can post jokes, memes, humor, etc. related to programming!\n
\n
For sharing awful code theres also [Programming Horror](https://programming.dev/c/programming_horror).\n
\n
Rules\n
-----\n
\n
- Keep content in english\n
- No advertisements\n
- Posts must be related to programming or programmer topics
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 297
+entryCommentCount: 2799
+postCount: 1
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729523671 {#320
date: 2024-10-21 17:14:31.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 100
+apId: "programmer_humor@programming.dev"
+apProfileId: "https://programming.dev/c/programmer_humor"
+apPublicUrl: "https://programming.dev/c/programmer_humor"
+apFollowersUrl: "https://programming.dev/c/programmer_humor/followers"
+apInboxUrl: "https://programming.dev/inbox"
+apDomain: "programming.dev"
+apPreferredUsername: "programmer_humor"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1726902871 {#321
date: 2024-09-21 09:14:31.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1700391429 {#315
date: 2023-11-19 11:57:09.0 +01:00
}
} |
|
Show voter details
|