Skip to main content
Post Undeleted by caird coinheringaahingMod
Post Deleted by caird coinheringaahingMod
deleted 5231 characters in body
Source Link

Quickly! Group together!

This challenge will function somewhat like an question, in that new answers will (somewhat) depend on old answers. However, this is (as far as I can tell) a unique form of , so be sure to read the entire challenge if you'd like to take part.

Normally, challenges work in increments of answers. Each new answer is related to the previous answer, and so on. However, in this challenge, we will change the increments from single answers to single days.

Here's a step-by-step breakdown of how the challenge will work:

  • The challenge will be posted at exactly 00:00UTC
  • From then until 23:59UTC, users may post answers that complete the task (specified below) while also following some of the restrictions (also specified below). Each answer will include:
    • A language available to be used
    • A program in that language which completes the task
    • A single restriction on the source code of new answers
  • At 00:00UTC, the restrictions will update from those listed in the body of the challenge, to those listed by answers posted the previous day.
  • Repeat the previous 2 steps until the challenge ends.

Task

All answers, regardless of when they were posted, must output the number of days the challenge has been going at the time of posting. So the first set of answers will output 1, those posted on the second day 2, third day 3 etc.

Restrictions

For the answers posted on the first day, the first set of restrictions are:

  • You must include the 0x10 byte in your source code
  • You must have an even number of bytes in your source code
  • You must only use even bytes in your source code

When you choose your restriction, you may only impose a restriction on the source code. This can be as weird as you like (e.g. it must be shaped like unfolded Hexagony code), or a basic as "cannot use this byte", but you may only restrict the source code, rather than e.g. language used.

Scoring

New answers do not have to follow all of the restrictions. Instead, they must choose between 1 and all the restrictions to follow. Each answer is worth a number of points equal to the number of restrictions it follows. Your score is the total for all of your answers. Highest score at the end of the challenge wins.

Ending criteria

The challenge ends when an entire day passes with no new answers, as the restrictions will be updated to nothing.

Formatting

Please format your answer in the following way:

# Day <N>. <Language>, score <X> <code> Answers posted tomorrow may use the restriction that <restriction> This follows the restriction(s): - <restriction 1> etc. - <restriction X> --- Anything else you want to include 

Rules

  • You may only post 1 answer per day
  • You may only specify 1 restriction in your answer. This restriction may be impossible, and may be the same as another answer posted that day. It may be the same as a restriction from a previous day, but I encourage you to choose more original restrictions over reusing ones.
  • Your score only counts unique restrictions used. If the same restriction is specified by 3 previous day answers, you may only count it as 1.
  • You may use any language that hasn't been used on a previous day. You may use a language that has already been used this day, so multiple answers on a specific day can use the same language.
  • Byte count has no bearing here, so you are under no obligation to golf your code.
  • You may submit either a full program or a function, so long as it operates under our standard output formats
  • Be sure to pay attention to when you are posting your answer. If it is posted at 00:00UTC, it is the first answer for the next day, not the last answer for the previous day.
  • Times will be measured using SE's time and dating for posts, which can be seen by hovering your mouse over posts which still have "posted X hours ago" or "posted yesterday"
  • Different versions of languages, e.g. Python 2 and Python 3 are different languages. As a general rule, if the different versions are both available on Try It Online, they are different languages, but keep in mind that this is a general rule and not a rigid answer.
    • Regardless of whether they're both on TIO, minor versions of a language (e.g. Python 3.4 and Python 3.8) are not different languages.

MetaQuickly! Group together!

  • Thoughts? This is a new take on , and, while I don't see any major issues, let me know if you do
    • One potential issue could be that it could be difficult to keep track of which answers belong to which day/group. This should be generally mitigated by the Day <N> section of the formatting, as well as sorting by Oldest, but it could still cause the thread to get messy.
  • Unless my searching skills are very bad, this isn't a duplicate. However, let me know if you find something similar.
  • Tags are , , . Any others?
  • Any further feedback?

Quickly! Group together!

This challenge will function somewhat like an question, in that new answers will (somewhat) depend on old answers. However, this is (as far as I can tell) a unique form of , so be sure to read the entire challenge if you'd like to take part.

Normally, challenges work in increments of answers. Each new answer is related to the previous answer, and so on. However, in this challenge, we will change the increments from single answers to single days.

Here's a step-by-step breakdown of how the challenge will work:

  • The challenge will be posted at exactly 00:00UTC
  • From then until 23:59UTC, users may post answers that complete the task (specified below) while also following some of the restrictions (also specified below). Each answer will include:
    • A language available to be used
    • A program in that language which completes the task
    • A single restriction on the source code of new answers
  • At 00:00UTC, the restrictions will update from those listed in the body of the challenge, to those listed by answers posted the previous day.
  • Repeat the previous 2 steps until the challenge ends.

Task

All answers, regardless of when they were posted, must output the number of days the challenge has been going at the time of posting. So the first set of answers will output 1, those posted on the second day 2, third day 3 etc.

Restrictions

For the answers posted on the first day, the first set of restrictions are:

  • You must include the 0x10 byte in your source code
  • You must have an even number of bytes in your source code
  • You must only use even bytes in your source code

When you choose your restriction, you may only impose a restriction on the source code. This can be as weird as you like (e.g. it must be shaped like unfolded Hexagony code), or a basic as "cannot use this byte", but you may only restrict the source code, rather than e.g. language used.

Scoring

New answers do not have to follow all of the restrictions. Instead, they must choose between 1 and all the restrictions to follow. Each answer is worth a number of points equal to the number of restrictions it follows. Your score is the total for all of your answers. Highest score at the end of the challenge wins.

Ending criteria

The challenge ends when an entire day passes with no new answers, as the restrictions will be updated to nothing.

Formatting

Please format your answer in the following way:

# Day <N>. <Language>, score <X> <code> Answers posted tomorrow may use the restriction that <restriction> This follows the restriction(s): - <restriction 1> etc. - <restriction X> --- Anything else you want to include 

Rules

  • You may only post 1 answer per day
  • You may only specify 1 restriction in your answer. This restriction may be impossible, and may be the same as another answer posted that day. It may be the same as a restriction from a previous day, but I encourage you to choose more original restrictions over reusing ones.
  • Your score only counts unique restrictions used. If the same restriction is specified by 3 previous day answers, you may only count it as 1.
  • You may use any language that hasn't been used on a previous day. You may use a language that has already been used this day, so multiple answers on a specific day can use the same language.
  • Byte count has no bearing here, so you are under no obligation to golf your code.
  • You may submit either a full program or a function, so long as it operates under our standard output formats
  • Be sure to pay attention to when you are posting your answer. If it is posted at 00:00UTC, it is the first answer for the next day, not the last answer for the previous day.
  • Times will be measured using SE's time and dating for posts, which can be seen by hovering your mouse over posts which still have "posted X hours ago" or "posted yesterday"
  • Different versions of languages, e.g. Python 2 and Python 3 are different languages. As a general rule, if the different versions are both available on Try It Online, they are different languages, but keep in mind that this is a general rule and not a rigid answer.
    • Regardless of whether they're both on TIO, minor versions of a language (e.g. Python 3.4 and Python 3.8) are not different languages.

Meta

  • Thoughts? This is a new take on , and, while I don't see any major issues, let me know if you do
    • One potential issue could be that it could be difficult to keep track of which answers belong to which day/group. This should be generally mitigated by the Day <N> section of the formatting, as well as sorting by Oldest, but it could still cause the thread to get messy.
  • Unless my searching skills are very bad, this isn't a duplicate. However, let me know if you find something similar.
  • Tags are , , . Any others?
  • Any further feedback?
added 88 characters in body
Source Link
  • You may only post 1 answer per day
  • You may only specify 1 restriction in your answer. This restriction may be impossible, and may be the same as another answer posted that day. It may not be the same as a restriction from a previous dayIt may be the same as a restriction from a previous day, but I encourage you to choose more original restrictions over reusing ones.
  • Your score only counts unique restrictions used. If the same restriction is specified by 3 previous day answers, you may only count it as 1.
  • You may use any language that hasn't been used on a previous day.You may use any language that hasn't been used on a previous day. You may use a language that has already been used this day, so multiple answers on a specific day can use the same language.
  • Byte count has no bearing here, so you are under no obligation to golf your code.
  • You may submit either a full program or a function, so long as it operates under our standard output formats
  • Be sure to pay attention to when you are posting your answer. If it is posted at 00:00UTC, it is the first answer for the next day, not the last answer for the previous day.
  • Times will be measured using SE's time and dating for posts, which can be seen by hovering your mouse over posts which still have "posted X hours ago" or "posted yesterday"
  • Different versions of languages, e.g. Python 2 and Python 3 are different languages. As a general rule, if the different versions are both available on Try It Online, they are different languages, but keep in mind that this is a general rule and not a rigid answer.
    • Regardless of whether they're both on TIO, minor versions of a language (e.g. Python 3.4 and Python 3.8) are not different languages.
  • You may only post 1 answer per day
  • You may only specify 1 restriction in your answer. This restriction may be impossible, and may be the same as another answer posted that day. It may not be the same as a restriction from a previous day.
  • Your score only counts unique restrictions used. If the same restriction is specified by 3 previous day answers, you may only count it as 1.
  • You may use any language that hasn't been used on a previous day. You may use a language that has already been used this day, so multiple answers on a specific day can use the same language.
  • Byte count has no bearing here, so you are under no obligation to golf your code.
  • You may submit either a full program or a function, so long as it operates under our standard output formats
  • Be sure to pay attention to when you are posting your answer. If it is posted at 00:00UTC, it is the first answer for the next day, not for the previous day.
  • Times will be measured using SE's time and dating for posts, which can be seen by hovering your mouse over posts which still have "posted X hours ago" or "posted yesterday"
  • Different versions of languages, e.g. Python 2 and Python 3 are different languages. As a general rule, if the different versions are both available on Try It Online, they are different languages, but keep in mind that this is a general rule and not a rigid answer.
    • Regardless of whether they're both on TIO, minor versions of a language (e.g. Python 3.4 and Python 3.8) are not different languages.
  • You may only post 1 answer per day
  • You may only specify 1 restriction in your answer. This restriction may be impossible, and may be the same as another answer posted that day. It may be the same as a restriction from a previous day, but I encourage you to choose more original restrictions over reusing ones.
  • Your score only counts unique restrictions used. If the same restriction is specified by 3 previous day answers, you may only count it as 1.
  • You may use any language that hasn't been used on a previous day. You may use a language that has already been used this day, so multiple answers on a specific day can use the same language.
  • Byte count has no bearing here, so you are under no obligation to golf your code.
  • You may submit either a full program or a function, so long as it operates under our standard output formats
  • Be sure to pay attention to when you are posting your answer. If it is posted at 00:00UTC, it is the first answer for the next day, not the last answer for the previous day.
  • Times will be measured using SE's time and dating for posts, which can be seen by hovering your mouse over posts which still have "posted X hours ago" or "posted yesterday"
  • Different versions of languages, e.g. Python 2 and Python 3 are different languages. As a general rule, if the different versions are both available on Try It Online, they are different languages, but keep in mind that this is a general rule and not a rigid answer.
    • Regardless of whether they're both on TIO, minor versions of a language (e.g. Python 3.4 and Python 3.8) are not different languages.
added 12 characters in body
Source Link
  • The challenge will be posted at exactly 00:00UTC
  • From then until 23:59UTC, users may post answers that complete the task (specified below) while also following some of the restrictions (also specified below). Each answer will include:
    • A language available to be used
    • A program in that language which completes the task
    • A single restriction on the source code of new answers
  • At 00:00UTC, the restrictions will update from those listed in the body of the challenge, to those listed by answers posted the previous day.
  • Repeat the previous 2 steps until the challenge ends.

New answers do not have to follow all of the restrictions.New answers do not have to follow all of the restrictions. Instead, they must choose between 1 and all the restrictions to follow. Each answer is worth a number of points equal to the number of restrictions it follows. Your score is the total for all of your answers. Highest score at the end of the challenge wins.

  • The challenge will be posted at exactly 00:00UTC
  • From then until 23:59UTC, users may post answers that complete the task (specified below) while also following the restrictions (also specified below). Each answer will include:
    • A language available to be used
    • A program in that language which completes the task
    • A single restriction on the source code of new answers
  • At 00:00UTC, the restrictions will update from those listed in the body of the challenge, to those listed by answers posted the previous day.
  • Repeat the previous 2 steps until the challenge ends.

New answers do not have to follow all of the restrictions. Instead, they must choose between 1 and all the restrictions to follow. Each answer is worth a number of points equal to the number of restrictions it follows. Your score is the total for all of your answers. Highest score at the end of the challenge wins.

  • The challenge will be posted at exactly 00:00UTC
  • From then until 23:59UTC, users may post answers that complete the task (specified below) while also following some of the restrictions (also specified below). Each answer will include:
    • A language available to be used
    • A program in that language which completes the task
    • A single restriction on the source code of new answers
  • At 00:00UTC, the restrictions will update from those listed in the body of the challenge, to those listed by answers posted the previous day.
  • Repeat the previous 2 steps until the challenge ends.

New answers do not have to follow all of the restrictions. Instead, they must choose between 1 and all the restrictions to follow. Each answer is worth a number of points equal to the number of restrictions it follows. Your score is the total for all of your answers. Highest score at the end of the challenge wins.

Source Link
Loading