🤖 I’m a bot that provides automatic summaries for articles:
Click here to see the summary
The Federal Communications Commission yesterday rejected requests to eliminate an upcoming requirement that Internet service providers list all of their monthly fees.
In June, Comcast told the FCC that the listing-every-fee rule “impose[s] significant administrative burdens and unnecessary complexity in complying with the broadband label requirements.”
The five trade groups kept up the pressure earlier this month in a meeting with FCC officials and in a filing that complained that listing every fee is too hard.
They complained that the rule will force them “to display the pass-through of fees imposed by federal, state, or local government agencies on the consumer broadband label.”
That would give potential customers a clearer idea of how much they have to pay each month and save ISPs the trouble of listing every charge that they currently choose to break out separately.
The FCC rules aren’t in force yet because they are subject to a federal Office of Management and Budget (OMB) review under the US Paperwork Reduction Act.
TL;DR: The bot is configured to condense certain instances and communities. At the moment, only beehaw.org is marked to be condensed.
Quickly looking at the source code, it seems ReplyToPostsCommand uses a SummaryTextWrapper, which contains an iterable for both CondensedSummaryTextWrapperProvider and DefaultSummaryTextWrapperProvider. The DefaultSummaryTextWrapperProvider has a priority of -1_000 (so it’s always checked last) and is set to always return true on the supports(Community $community): bool. CondensedSummaryTextWrapperProvider references the config/services.yaml for it’s supports(Community $community): bool call which lists 0 condensed communities and 1 condensed instance, being beehaw.org.
🤖 I’m a bot that provides automatic summaries for articles:
Click here to see the summary
The Federal Communications Commission yesterday rejected requests to eliminate an upcoming requirement that Internet service providers list all of their monthly fees.
In June, Comcast told the FCC that the listing-every-fee rule “impose[s] significant administrative burdens and unnecessary complexity in complying with the broadband label requirements.”
The five trade groups kept up the pressure earlier this month in a meeting with FCC officials and in a filing that complained that listing every fee is too hard.
They complained that the rule will force them “to display the pass-through of fees imposed by federal, state, or local government agencies on the consumer broadband label.”
That would give potential customers a clearer idea of how much they have to pay each month and save ISPs the trouble of listing every charge that they currently choose to break out separately.
The FCC rules aren’t in force yet because they are subject to a federal Office of Management and Budget (OMB) review under the US Paperwork Reduction Act.
Saved 67% of original text.
Why is it sometimes hidden by a dropdown, and sometimes the summary is just in the comment?
TL;DR: The bot is configured to condense certain instances and communities. At the moment, only beehaw.org is marked to be condensed.
Quickly looking at the source code, it seems
ReplyToPostsCommand
uses aSummaryTextWrapper
, which contains an iterable for bothCondensedSummaryTextWrapperProvider
andDefaultSummaryTextWrapperProvider
. TheDefaultSummaryTextWrapperProvider
has a priority of-1_000
(so it’s always checked last) and is set to always returntrue
on thesupports(Community $community): bool
.CondensedSummaryTextWrapperProvider
references the config/services.yaml for it’ssupports(Community $community): bool
call which lists 0 condensed communities and 1 condensed instance, being beehaw.org.good bot!