@Inginsub I dont really follow the vim changelog so I have no idea why a seemingly simple set of macros would break like that.. its a strange situation for sure
Notices by karna :flipflop: :buffsuki: (karna@poa.st), page 4
-
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Tuesday, 21-Jan-2025 12:56:05 JST karna :flipflop: :buffsuki:
-
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Tuesday, 21-Jan-2025 12:41:11 JST karna :flipflop: :buffsuki:
@Inginsub :f:
-
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Tuesday, 21-Jan-2025 12:38:18 JST karna :flipflop: :buffsuki:
@Inginsub maybe your distro changed some global settings in an update or something :akarinShrug:
-
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Tuesday, 21-Jan-2025 12:38:06 JST karna :flipflop: :buffsuki:
@Inginsub Well. Thats a "clean" vim setup for you... I'm guessing there may be some config/extension somewhere ccausing the makefile issue but it may not be worth chasing that rabbit hole since you have a fix
-
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Tuesday, 21-Jan-2025 12:31:36 JST karna :flipflop: :buffsuki:
@Inginsub --clean is the option I think
-
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Tuesday, 21-Jan-2025 12:29:36 JST karna :flipflop: :buffsuki:
@Inginsub thats really strange... Ive never had to do that ever either. I wonder if it still happens if you run (n)vim in the mode where it doesnt load any user settings/extensions..
-
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Tuesday, 21-Jan-2025 12:18:46 JST karna :flipflop: :buffsuki:
@Inginsub stray modeline or editorconfig file?
-
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Wednesday, 15-Jan-2025 12:27:00 JST karna :flipflop: :buffsuki:
@mikuphile I always wondered why some japanese instances' timelines always looked like a series of subpoasts... what you said explains it pretty well
-
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Wednesday, 15-Jan-2025 07:08:19 JST karna :flipflop: :buffsuki:
-
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Wednesday, 15-Jan-2025 02:05:29 JST karna :flipflop: :buffsuki:
@Inginsub @hazlin Part of me says thats smart, but another says this nigga is cheating
-
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Wednesday, 15-Jan-2025 00:40:46 JST karna :flipflop: :buffsuki:
@Inginsub @hazlin Do you have code for input parsing too? I assume you aren't doing that by hand..
-
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Tuesday, 14-Jan-2025 10:32:43 JST karna :flipflop: :buffsuki:
cc @hazlin here's the prompt, test, and input files like before
-
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Tuesday, 14-Jan-2025 08:16:36 JST karna :flipflop: :buffsuki:
@Inginsub @hazlin I agree, we dont talk about smalltalk java
-
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Tuesday, 14-Jan-2025 08:03:47 JST karna :flipflop: :buffsuki:
@Inginsub @hazlin oh i didnt do the APL stuff this year, it was 2022 I think, so no spoilers there (unless you are saving 2022 exercises for another day too). This year I tried rust as my unfamiliar language of choice (I typically pick an unfamiliar language and do aoc for a specific year with that). Doing 25 entirely different languages sounds like it would be either very fun or very annoying by the end of it.
-
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Tuesday, 14-Jan-2025 07:49:49 JST karna :flipflop: :buffsuki:
@Inginsub @hazlin If you want to see true line noise, I had done one aoc in APL and at some point implemented either bfs or dfs in it... it was something to behold
-
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Tuesday, 14-Jan-2025 07:46:13 JST karna :flipflop: :buffsuki:
@hazlin @Inginsub nice and yea there are difficulty spikes for some problems.. days 12, 14, 15, 21, 24, among others come to my end -
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Tuesday, 14-Jan-2025 07:39:01 JST karna :flipflop: :buffsuki:
@hazlin @Inginsub i've never done haskell before but this is surprisingly readable, more than i thought it would be at least. nice solution but i wonder how some of the harder days will look.. -
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Monday, 13-Jan-2025 04:48:43 JST karna :flipflop: :buffsuki:
@hazlin Sure, the text is too large for a single poast, so I'm poasting three files: the prompt, the test input (same as your screenshot), and the actual input (which I believe is randomized for different users). the answers to test.txt and input.txt are in the prompt file itself.
-
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:27 JST karna :flipflop: :buffsuki:
Day 3 Not using regex made this feel so much more inelegant
-
Embed this notice
karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:27 JST karna :flipflop: :buffsuki:
tried to make main shorter since the rest was longer.. I couldn't figure out a clean way to do this with only iterators and no explicit loops (but loops are just syntactic sugar for iterators here so it kind of works)