←2025-01-07 2025-01-08 2025-01-09→ ↑2025 ↑all
00:02:27 -!- mtm has quit (Ping timeout: 252 seconds).
00:05:03 -!- mtm has joined.
00:53:57 <esolangs> [[Kolakoski sequence]] N https://esolangs.org/w/index.php?oldid=149684 * PkmnQ * (+1103) Created page with "The [[Kolakoski sequence]] is a sequence of 1's and 2's such that if you take the lengths of each run of the sequence, the result is the same as the original sequence. There are actually two sequences that fit this definition with their only difference being a
01:42:22 <esolangs> [[Tiny]] M https://esolangs.org/w/index.php?diff=149685&oldid=108815 * Ron.hudson * (+63) Add github page
01:57:06 <int-e> @oeis 1,2,4,8,16,31
01:57:06 <lambdabot> Sequence not found.
01:57:19 * int-e wonders how long *that* has been broken
01:58:16 <int-e> (for a stupid reason too; http://oeis.org/search forcefully redirects to HTTPS)
02:05:46 <ais523> @metar EGBB
02:05:46 <lambdabot> Request failed.
02:14:33 <int-e> Yeah I know that one broke too.
02:22:18 <int-e> Wow that API endpoint is completely different now.
02:22:37 <int-e> And also does the mandatory HTTPS thing which is annoying.
02:36:10 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
02:44:44 <zzo38> Unfortunately many servers have mandatory HTTPS and I think that they shouldn't do that (but they won't believe me, I think).
02:45:09 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaNumerals.png]]": numerals zero through nine
02:45:28 <zzo38> (Gemini protocol has only TLS, and some others that some people had make up also decide the same thing, even though I think that is no good. I wrote Scorpion protocol to specify that a server is not supposed to have mandatory TLS (except files that require a client certificate to access).)
02:46:23 <korvo> Hm. So, sorry if I'm repeating myself. (Brain damage is a literary device, etc.) There are several standard problems on the wiki which are well-known enough to serve as general-purpose comparison points: truth machine, quine, etc. Do we have an embarassingly-parallel problem?
02:46:59 <zzo38> I don't know, but perhaps they should have
02:47:23 <korvo> The idea would be to hack out something like a Mandelbrot set to show off parallelism in a language or toolkit. Mandelbrot might not be the best because it's graphical, chaotic, and possibly too expensive.
02:48:05 <esolangs> [[Special:Log/upload]] overwrite * Aadenboy * uploaded a new version of "[[File:KawaNumerals.png]]": padding fix
03:39:33 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaNop.png]]": small square
03:40:07 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaInput.png]]": downward half-barbed arrow
03:40:26 <esolangs> [[User:Aadenboy/Draft]] N https://esolangs.org/w/index.php?oldid=149690 * Aadenboy * (+2533) [[Kawa]] draft
03:42:59 <ais523> korvo: FizzBuzz is almost embarassingly parallel, apart from the I/O
03:43:23 <ais523> but in general I'd expect such programs to parallelize well only by chance as the people who create them probably have single-threaded imperative languages in mind
03:44:36 <korvo> ais523: That's not terrible, although yeah, the I/O's kind of important since it has to be serialized correctly.
03:46:07 <korvo> Concretely, suppose I want to show off how Cello makes C threading and mutexes easy. I was going to do something like write a little FIFO queue, put the pixels into the queue or maybe write an iterator for it, and then have a threadpool which consumes the pixels.
03:46:14 <korvo> But that sounds like a lot of code for a little wiki demo.
04:11:31 <ais523> I guess a good simple demo would be to map a function over a large range of integers and sum the results, although I'm not sure offhand what functions would be easy to implement and yet not allow you to get the sum into closed form
04:11:35 <ais523> anyway, I should go to bed
04:11:42 -!- ais523 has quit (Quit: quit).
05:05:34 -!- SGautam has joined.
07:25:38 <b_jonas> perlbot oeis 1,2,4,8,16,31
07:25:39 <perlbot> b_jonas: http://oeis.org/searchs?q=1%2C2%2C4%2C8%2C16%2C31 A102726(1/72) Number of compositions of the integer n into positive parts that avoid a fixed pattern of three letters.: 1,1,2,4,8,16,31,60,114,214,398,732,1334,2410,4321,7688,13590,23869,41686,72405,125144,215286,368778,629156,1069396,1811336,3058130,5147484,8639976,14463901,24154348,40244877,669115... [Output truncated. http://perl.bot/p/5eyflq ]
07:25:41 <b_jonas> int-e: ^
07:26:28 <b_jonas> though for this search there are lots of hits so you'll need more terms
07:44:05 <esolangs> [[Special:Log/upload]] upload * Galvandi * uploaded "[[File:DominoScript-Example-Factorial-flow.png]]"
07:46:08 -!- Sgeo has quit (Read error: Connection reset by peer).
07:50:50 <esolangs> [[Special:Log/upload]] upload * Galvandi * uploaded "[[File:DominoScript-Example-WASD-Input-Example-Flow.png]]"
08:04:58 -!- SGautam has quit (Quit: Connection closed for inactivity).
08:08:39 -!- tromp has joined.
09:01:50 <esolangs> [[DominoScript]] N https://esolangs.org/w/index.php?oldid=149693 * Galvandi * (+7719) initial dominoscript documentation
09:03:07 -!- craigo has joined.
09:06:50 <esolangs> [[DominoScript]] https://esolangs.org/w/index.php?diff=149694&oldid=149693 * Galvandi * (+9487) Adding new sections
09:09:10 <esolangs> [[DominoScript]] https://esolangs.org/w/index.php?diff=149695&oldid=149694 * Galvandi * (+30788) Added section about instructions
09:10:47 <esolangs> [[DominoScript]] https://esolangs.org/w/index.php?diff=149696&oldid=149695 * Galvandi * (+15827) Added section about NavigatioModes & Examples
09:19:06 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=149697&oldid=149638 * Galvandi * (+19) Added DominoScript to the list
09:21:15 <esolangs> [[User:Galvandi]] N https://esolangs.org/w/index.php?oldid=149698 * Galvandi * (+63) Initial my user page
10:33:27 -!- __monty__ has joined.
10:37:37 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:43:54 -!- tromp has joined.
11:02:13 <esolangs> [[Kolakoski sequence]] https://esolangs.org/w/index.php?diff=149699&oldid=149684 * None1 * (+1004) /* Examples */ add brainfuck
11:08:32 <esolangs> [[Kolakoski sequence]] https://esolangs.org/w/index.php?diff=149700&oldid=149699 * None1 * (+156) /* brainfuck */
11:11:11 -!- amby has joined.
11:54:37 <esolangs> [[User:I am islptng/Template:Signature]] https://esolangs.org/w/index.php?diff=149701&oldid=149608 * I am islptng * (+478)
12:02:51 -!- mtm has quit (Ping timeout: 246 seconds).
12:05:07 -!- mtm has joined.
12:28:50 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:33:21 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=149702&oldid=149549 * None1 * (+67) /* My Esolangs */
12:35:23 <esolangs> [[User:None1]] M https://esolangs.org/w/index.php?diff=149703&oldid=149702 * None1 * (+0) /* My Esolangs */ Oh I almost forgot
12:39:33 <APic> Hi
12:50:14 <esolangs> [[Whole]] N https://esolangs.org/w/index.php?oldid=149704 * None1 * (+375) Created page with "'''Whole''' is an esolang invented by [[User:None1]]. It is a version of [[]] that uses English letters. ==Commands== <pre> Whole Corresponding word _______________________________ h hole q question e exclamation w warning </pre> ==E
12:52:13 <esolangs> [[Whole]] https://esolangs.org/w/index.php?diff=149705&oldid=149704 * None1 * (+107)
12:53:01 <esolangs> [[]] https://esolangs.org/w/index.php?diff=149706&oldid=111983 * None1 * (+26) /* Example Programs */
12:53:29 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=149707&oldid=149706 * None1 * (-2) /* See also */
13:05:06 <esolangs> [[Whole]] https://esolangs.org/w/index.php?diff=149708&oldid=149705 * None1 * (+306)
13:07:20 <esolangs> [[Whole]] https://esolangs.org/w/index.php?diff=149709&oldid=149708 * None1 * (+2) /* Variants */ not i
13:10:45 <esolangs> [[Whole]] https://esolangs.org/w/index.php?diff=149710&oldid=149709 * None1 * (+87) /* Examples */
13:15:21 <esolangs> [[Joke language list]] https://esolangs.org/w/index.php?diff=149711&oldid=147971 * None1 * (+53) /* General languages */
13:16:12 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=149712&oldid=149703 * None1 * (+54) /* My Esolangs */
13:18:34 <esolangs> [[User talk:PrySigneToFry]] https://esolangs.org/w/index.php?diff=149713&oldid=149349 * None1 * (+362)
13:21:15 <esolangs> [[!I!M!P!O!S!S!I!B!L!E!]] https://esolangs.org/w/index.php?diff=149714&oldid=108657 * None1 * (+15)
13:22:45 <esolangs> [[Template:Infobox proglang]] https://esolangs.org/w/index.php?diff=149715&oldid=126878 * None1 * (+25)
13:23:13 <esolangs> [[!I!M!P!O!S!S!I!B!L!E!]] M https://esolangs.org/w/index.php?diff=149716&oldid=149714 * None1 * (-15)
13:25:38 <esolangs> [[]] https://esolangs.org/w/index.php?diff=149717&oldid=149707 * None1 * (+18) /* See also */ add year
13:41:01 -!- tromp has joined.
14:08:19 <esolangs> [[Special:Log/upload]] upload * ZachChecksOutEsolangs * uploaded "[[File:OK FINE!!!.png]]": The logo for the "OK FINE!!!" esolang
14:19:33 <esolangs> [[Talk:Whole]] N https://esolangs.org/w/index.php?oldid=149719 * I am islptng * (+597) Created page with "I think you misspelled the title. whole adj. hole n. ~~~~"
14:27:42 <esolangs> [[^]] https://esolangs.org/w/index.php?diff=149720&oldid=139345 * I am islptng * (+114)
14:31:09 -!- ais523 has joined.
14:31:24 <esolangs> [[^Romn]] N https://esolangs.org/w/index.php?oldid=149721 * I am islptng * (+1723) Created page with "{| class="wikitable" |+ Commands |- ! Romanian !! English !! Meaning |- | Spune "[text]" || Print "[text]" || Prints a string of text |- | Spune [variabilul] || Output [variable] || Outputs the value of a variable |- | Ia [variabilul] || Input [variable] / Enter [var
14:33:51 <esolangs> [[Talk:^Romn]] N https://esolangs.org/w/index.php?oldid=149722 * I am islptng * (+597) Created page with "[[^]]~~~~"
14:35:31 -!- FreeFull has quit.
14:39:03 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=149723&oldid=149657 * I am islptng * (+93) /* Please ban User:ZCX islptng. */
14:45:32 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=149724&oldid=149723 * Ais523 * (+238) /* Please ban User:ZCX islptng. */ MediaWiki isn't designed to replace old links to userpages
14:47:52 <esolangs> [[User talk:Ais523/Archive2]] N https://esolangs.org/w/index.php?oldid=149725 * Ais523 * (+61405) archiving my talk page
14:48:00 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=149726&oldid=149724 * Ais523 * (-61373) archiving
15:08:34 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=149727&oldid=149726 * I am islptng * (+88) /* Please ban User:ZCX islptng. */
15:32:41 -!- FreeFull has joined.
15:41:55 <esolangs> [[User talk:/w/wiki/index.php/Talk:index.php/Main page]] https://esolangs.org/w/index.php?diff=149728&oldid=149592 * Juanp32 * (+124) /* Commands */
15:43:19 <esolangs> [[User talk:/w/wiki/index.php/Talk:index.php/Main page]] https://esolangs.org/w/index.php?diff=149729&oldid=149728 * Juanp32 * (+0) TYPO ARGH
15:50:33 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:57:02 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=149730&oldid=149727 * Aadenboy * (+369) /* Please ban User:ZCX islptng. */
15:57:47 -!- citrons has quit (Ping timeout: 244 seconds).
15:59:48 <esolangs> [[Special:Log/upload]] overwrite * Aadenboy * uploaded a new version of "[[File:KawaNumerals.png]]": add background
16:00:18 <esolangs> [[Special:Log/upload]] overwrite * Aadenboy * uploaded a new version of "[[File:KawaNop.png]]": add background
16:00:39 <esolangs> [[Special:Log/upload]] overwrite * Aadenboy * uploaded a new version of "[[File:KawaInput.png]]": add background
16:02:25 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaOutput.png]]": upward right-barbed arrow
16:03:44 -!- citrons has joined.
16:03:44 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaConditionals.png]]": slanted line with bisecting horizontal segment
16:05:29 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaJumps.png]]": 45 angle with vertical segment underneath
16:13:03 -!- tromp has joined.
16:50:27 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaModifierWithTwo.png]]": left bar diacritic
16:50:54 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaModifierLimit.png]]": top bar diacritic
16:51:15 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaModifierAsOne.png]]": right bar diacritic
16:51:37 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaModifierNegate.png]]": bottom bar diacritic
17:06:19 <esolangs> [[BF Joust champions]] https://esolangs.org/w/index.php?diff=149741&oldid=149663 * Ais523 * (-16) /* 2025 */ clarify
17:07:46 <esolangs> [[BF Joust champions]] https://esolangs.org/w/index.php?diff=149742&oldid=149741 * Ais523 * (+0) /* 2025 */ fix an incorrect word
17:17:32 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaModifierSequentially.png]]": left downward-barbed arrow
17:45:46 <esolangs> [[Special:Log/newusers]] create * AdjectiveNounNumber * New user account
18:03:30 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=149744&oldid=149664 * AdjectiveNounNumber * (+181)
18:04:05 <esolangs> [[User talk:AdjectiveNounNumber]] N https://esolangs.org/w/index.php?oldid=149745 * AdjectiveNounNumber * (+1) Created page with "e"
18:26:38 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:27:39 <APic> cu
18:29:27 <esolangs> [[Convert]] N https://esolangs.org/w/index.php?oldid=149746 * AdjectiveNounNumber * (+28) Created page with "{{wrongtitle|title=->}} WIP"
18:33:10 -!- Lord_of_Life_ has joined.
18:34:57 -!- Lord_of_Life has quit (Ping timeout: 276 seconds).
18:34:57 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
18:53:30 -!- SGautam has joined.
18:59:21 <esolangs> [[Convert]] https://esolangs.org/w/index.php?diff=149747&oldid=149746 * AdjectiveNounNumber * (+752)
19:05:16 -!- tromp has joined.
19:07:21 <esolangs> [[Special:Log/move]] move * 47 * moved [[Befalse]] to [[Befalse (Ian Osgood)]]: thought of making a language with the same name so...
19:07:49 <esolangs> [[Special:Log/move]] move * 47 * moved [[TIB-472 Calculator]] to [[Befalse (Ractangle)]]
19:10:19 <esolangs> [[Befalse (Ractangle)]] https://esolangs.org/w/index.php?diff=149752&oldid=149750 * 47 * (-277) will come up with syntax later
19:12:55 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaNopConcatenate.png]]": nop + with two
19:13:12 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaNopAbsoluteValue.png]]": nop + limit
19:13:34 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaNopBooleanify.png]]": nop + as one
19:13:49 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaNopNegate.png]]": nop + negate
19:14:11 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaNopModulo.png]]": nop + with two + limit
19:14:44 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaNopAdd.png]]": nop + with two + as one
19:15:05 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaNopSplit.png]]": nop + with two + negate
19:16:10 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaNopFirstDigit.png]]": nop + limit + as one
19:16:40 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaNopRound.png]]": nop + limit + negate
19:16:57 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaNopSign.png]]": nop + as one + negate
19:17:34 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaNopMaximum.png]]": nop + with two + limit + as one
19:17:42 <esolangs> [[Befalse (Ractangle)]] https://esolangs.org/w/index.php?diff=149764&oldid=149752 * 47 * (+280)
19:18:06 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaNopDivide.png]]": nop + with two + as one + negate
19:18:29 <esolangs> [[File:KawaNopDivide.png]] M https://esolangs.org/w/index.php?diff=149766&oldid=149765 * Aadenboy * (-1) /* Summary */ wrong
19:18:56 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaNopSubtract.png]]": nop + with two + as one + negate
19:19:20 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaNopLastDigit.png]]": nop + limit + as one + negate
19:19:47 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaNopMinimum.png]]": nop + with two + limit + as one + negate
19:30:35 <esolangs> [[Befalse (Ractangle)]] https://esolangs.org/w/index.php?diff=149770&oldid=149764 * 47 * (-58) /* Commands */
19:30:50 <esolangs> [[Befalse (Ractangle)]] https://esolangs.org/w/index.php?diff=149771&oldid=149770 * 47 * (-12) /* Commands */
19:33:15 <esolangs> [[Befalse (Ractangle)]] https://esolangs.org/w/index.php?diff=149772&oldid=149771 * 47 * (+28) /* Commands */
19:58:05 <esolangs> [[User:Ractangle/Sandbox]] https://esolangs.org/w/index.php?diff=149773&oldid=149676 * 47 * (-11) /* Stuff to continue */
19:58:33 <esolangs> [[Special:Log/move]] move_redir * 47 * moved [[Befalse (Ian Osgood)]] to [[Befalse]] over redirect
19:58:33 <esolangs> [[Special:Log/delete]] delete_redir * 47 * 47 deleted redirect [[Befalse]] by overwriting: Deleted to make way for move from "[[Befalse (Ian Osgood)]]"
19:59:01 <esolangs> [[Special:Log/move]] move * 47 * moved [[Befalse (Ractangle)]] to [[Befalsia]]
19:59:30 <esolangs> [[Befalsia]] https://esolangs.org/w/index.php?diff=149778&oldid=149776 * 47 * (-6)
20:00:35 -!- visilii_ has joined.
20:03:56 <esolangs> [[Convert]] https://esolangs.org/w/index.php?diff=149779&oldid=149747 * AdjectiveNounNumber * (+116)
20:04:40 -!- visilii has quit (Ping timeout: 265 seconds).
20:14:20 <esolangs> [[Convert]] https://esolangs.org/w/index.php?diff=149780&oldid=149779 * AdjectiveNounNumber * (+93)
20:15:58 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:17:51 -!- tromp has joined.
20:18:39 <esolangs> [[Convert]] https://esolangs.org/w/index.php?diff=149781&oldid=149780 * AdjectiveNounNumber * (-28)
20:19:11 <esolangs> [[Convert]] https://esolangs.org/w/index.php?diff=149782&oldid=149781 * AdjectiveNounNumber * (-3)
20:20:12 <esolangs> [[Convert]] https://esolangs.org/w/index.php?diff=149783&oldid=149782 * AdjectiveNounNumber * (+45)
20:35:16 <esolangs> [[MoreMathRPN]] https://esolangs.org/w/index.php?diff=149784&oldid=149680 * Calculus is fun * (+1835) Added Input and output
20:37:02 <esolangs> [[MoreMathRPN]] M https://esolangs.org/w/index.php?diff=149785&oldid=149784 * Calculus is fun * (-12) /* IO & strings */
20:43:54 -!- craigo has quit (Quit: Leaving).
20:44:18 <esolangs> [[MoreMathRPN]] https://esolangs.org/w/index.php?diff=149786&oldid=149785 * Calculus is fun * (+239) /* Behavior */
20:46:13 <esolangs> [[MoreMathRPN]] M https://esolangs.org/w/index.php?diff=149787&oldid=149786 * Calculus is fun * (+2) moved 99bobotw example
20:53:10 <esolangs> [[Special:Log/newusers]] create * AceDoesStuff * New user account
20:53:23 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:30:25 <esolangs> [[Uhidklol]] https://esolangs.org/w/index.php?diff=149788&oldid=149526 * Juanp32 * (+32) /* instructions */ added `q` command (which is shamelessly stolen off ed(1) lol)
21:33:38 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaInputWithTwo.png]]": input + with two
21:34:02 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaInputLimit.png]]": input + limit
21:34:28 <esolangs> [[Special:Log/upload]] upload * Aadenboy * uploaded "[[File:KawaInputLimitSequentially.png]]": input + limit + sequentially
21:51:28 -!- tromp has joined.
22:02:56 -!- SGautam has quit (Quit: Connection closed for inactivity).
22:07:59 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:02:22 <esolangs> [[MoreMathRPN]] https://esolangs.org/w/index.php?diff=149792&oldid=149787 * Calculus is fun * (+205) Added a cat *meow*
23:04:28 <esolangs> [[Talk:Whole]] https://esolangs.org/w/index.php?diff=149793&oldid=149719 * None1 * (+396)
23:18:05 -!- __monty__ has quit (Quit: leaving).
←2025-01-07 2025-01-08 2025-01-09→ ↑2025 ↑all