GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    karna :flipflop: :buffsuki: (karna@poa.st)'s status on Monday, 02-Dec-2024 12:18:05 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
    🎄 [/AoC/] Advent of Code 2024

    This thread will keep track of my progress for Advent of Code 2024. Solutions will be spoilered.

    Language: Rust (this is my first time with the language so forgive any non-idiomatic code).

    #AdventOfCode #AoC #nigger #rape #finance

    In conversation about 7 months ago from poa.st permalink
    • Embed this notice
      Gabe (gabriel@mk.gabe.rocks)'s status on Monday, 02-Dec-2024 12:18:03 JST Gabe Gabe
      in reply to
      • hazlin no plap pirate

      @hazlin@shortstacksran.ch @karna@poa.st
      Sadly have my work cut out for me this month!

      In conversation about 7 months ago permalink
      ✙ dcc :pedomustdie: :phear_slackware: likes this.
    • Embed this notice
      hazlin no plap pirate (hazlin@shortstacksran.ch)'s status on Monday, 02-Dec-2024 12:18:04 JST hazlin no plap pirate hazlin no plap pirate
      in reply to
      • Gabe
      @karna
      CC @gabriel you have any interest in AoC?
      In conversation about 7 months ago permalink
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:18 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      • hazlin no plap pirate

      cc @hazlin day 25 aoc materials. this is the last one..

      In conversation about 5 months ago permalink

      Attachments


      1. Invalid filename.

      2. Invalid filename.

      3. Invalid filename.
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Sunday, 12-Jan-2025 08:57:18 JST :ihavenomouth: :ihavenomouth:
      in reply to
      • hazlin no plap pirate
      @karna @hazlin I still have time to do this, jerusalem armenian christmas is on 1/19
      In conversation about 5 months ago permalink
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:19 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 24

      between this and day 21, I was very close to giving up on this year's AoC.. I had to learn some digital electronics basics to even come close to figuring out part 2 in a reasonably efficient way.

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/cd56937b0ced72d8d9dd7a3813a6143ea689014e2749661b3bf045046792d71f.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:19 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 25

      It was refreshing how easy this day was. The second part was just it checking if you had completed all the other days' two parts.

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/eed017177e243bce19222178fa2bd2fd29e4c0b5dbdc1c2ca4d0472d95277e02.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:20 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 22

      This is definitely not the most efficient way to do part 2, but it ran in under 20 seconds which I can live with.

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/1fdfcead6c628ec89088563ffe5389eef071af5678a07769753b993831af9efa.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:20 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 23

      This one was pretty fun to implement. I got some experience with defining iterators an idiomatic way, in this case for all the edges adjacent to a node in a graph.

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/7906049959f162e545307139c14c4ce638ad4f5bfcba4d857c749aa3148afe20.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:21 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 19

      Memoizing ftw

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/ec7e31d12a05a1fa19a4b260f5d2f6b491ca95b2d8aa43d38096d54201adefa2.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:21 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 20

      I finished this some days ago but never got around to poasting it.. I spent way too long trying to brute force it and running into edge cases for part 2, and nuked my old solutions with something much simpler

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/5d0e2f5205c31ea9d191bc2e98b1e3043fc5033a72e9b6f49c4fb20e55be2dd9.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:21 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 21

      This was the last problem I had left to finish and while I initially thought it was niggerlicious when I first read the problem, I felt like taking that back after finishing part 1... Then I saw part 2, and realized it was in fact very niggerlicious.

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/7aa65348e4be94e215ca68baa6d6991d715bc9222546218554caa0d9016550bf.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:22 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 16

      The rust docs for a binary heap had an implementation of djikstra shown as an example which felt a little like cheating since I didn't have to figure out an idiomatic implementation from scratch..

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/9a39c83aaa57cb38715bd2fcad73c58da3577ddbd8a0ebbfe2e51f9a0c8d6191.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:22 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 17

      part 1 was fun. part 2 took a lot planning on pen and paper... I dont think my solution was fully general either..

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/3179c2eb7abaf130696bc4753cc056c10c83647b43da3d28fa972599c2a694ab.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:22 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 18

      this felt pretty nice since I was able to reuse a bunch of code (dijkstra) and also abuse functions returning options to shorten the syntax by converting unwraps into question marks

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/12cf939feedd8027377126d1904230516b9f95f91b1d3f537b43d69a0e070f90.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:23 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 14

      part 2 was pretty nuts. had to pull out some statistics and the chinese remainder theorem though i am sure there were cleaner ways to get it

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/7f008c9301a5d97a0fd62f59f218d20c3d8258fb26fc43ab32fbc9e23968b13e.png

      2. https://i.poastcdn.org/0af22e44b9c63ebfeb2c18a2507766ac67c61fadefa0e8e9151b84feed20456d.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:23 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 15

      debugging this was painful due to the literal edge cases

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/8174ea91cdb51d839ef77df23992bb75ac36fdbb90088c7facd09fe62bb5d63c.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:24 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 10

      I accidentally solved part 2 while trying to do part 1 without realizing it so i don't have separate functions for the two parts.

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/4acaa3798224d6c92d5c12bb5c6a9b98c779d03ce53083e00c719eb4d4617525.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:24 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 11

      The threw some red herrings (bolded too) in the prompt for this one... sneaky bastards

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/683977b5025e4d5d51af9dffb2050e6f26bac2cd604a70b19f064aa27cb0e87b.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:24 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 12

      For a while I was getting filtered by part 2, but then I came across a hint that that the number of vertices of a polygon equals the number of sides (for polygons, start with a triangle and then use induction, and here we are just combing squares...) which made this easier to solve. Also helpful was printing out the grid but color-coded (pic 2 shows a test case).

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/3fb01a5cf47665f9d03b663ec827b2898b89e1afbfe6bb012139d517cc5e059e.png

      2. https://i.poastcdn.org/65fe6f5e487ff199b68cdf2727280a286a4abedeff0826bec0c6fb8211e01576.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:24 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 13

      This was a nice reprieve from day 12...

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/b9d5e29632616c7bbc6a2bd48dbfc0230a9be50032d430928aea52c92f05c2b9.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:25 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 7

      A day late but at least I didn't brute force it this time

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/a7a87bad4299a0d16d70cdfe1e37db99ff4ccce136562df6b053ac5aece79733.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:25 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 8

      Weirdly worded but not too hard once you understood the question

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/ed2bffbf52b1a5372b6dec42020c28490e0f12af3bb897b598a9b3f6df310334.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:25 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 9

      Just in the nick of time, but extremely inelegant code. i've also removed a bunch of the debugging scaffolding i had placed in there...

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/40727625618666d04d35cd64be8edc80ffb9c6b1d503366e6bbb921957b890f9.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:26 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 4

      so many off-by-one errors to debug in this one...

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/e92e87d658c8d4ab0f64293cc86b36e92645f6d97ba4742a352e63b1e9639013.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:26 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 5

      hashing for days

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/4d20d56bc99f3c8aeb343c40dae425677213508a9acf73e61e6b77f423250123.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:26 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 6

      I brute forced it instead of being clever about it.. turning on optimizations helped though

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/6898413321e08cc0e6b31c36c40909b8ba4a882f57bb2724579bbac7bfe6870c.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:27 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 1

      There's probably better ways of reading a file specified as a command line arg..

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/6f05559f5daa82a9da40a20df4312a0b1b13bfa831f20cd039a440f4968d7521.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:27 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to

      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)

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/983c2050d5ee690e6253e4e6bbab058196e43f6432e8bbb3742d2c7666f70b0c.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Sunday, 12-Jan-2025 08:57:27 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      Day 3

      Not using regex made this feel so much more inelegant

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/03ddf71f605cb2d08c42097c2736275d751d1b6c23186732b4de7af991206ffb.png
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Monday, 13-Jan-2025 04:48:42 JST :ihavenomouth: :ihavenomouth:
      in reply to
      • hazlin no plap pirate
      @karna @hazlin day 1 solved in line noise (I didn't test it, sorry)
      In conversation about 5 months ago permalink

      Attachments


      1. https://s3.clubcyberia.co/pleroma/dd395df3bce8101c6e98682e47d9ebddb75cbafd50d4a021628c5fb9890694ae.png
    • Embed this notice
      hazlin no plap pirate (hazlin@shortstacksran.ch)'s status on Monday, 13-Jan-2025 04:48:43 JST hazlin no plap pirate hazlin no plap pirate
      in reply to
      @karna if it wouldn't trouble you to post the login walled off challenges I'll attempt to play along xD
      In conversation about 5 months ago permalink

      Attachments


      1. https://shortstacksran.ch/media/71a11a7785893ebf316a759eaeccd06baaa3db512274db8013d619eea0db6032.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Monday, 13-Jan-2025 04:48:43 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      • hazlin no plap pirate

      @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.

      In conversation about 5 months ago permalink

      Attachments


      1. Invalid filename.

      2. Invalid filename.

      3. Invalid filename.
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Monday, 13-Jan-2025 08:02:06 JST :ihavenomouth: :ihavenomouth:
      in reply to
      • :ihavenomouth:
      • hazlin no plap pirate
      @karna @hazlin update: I tested it and it works
      In conversation about 5 months ago permalink
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Monday, 13-Jan-2025 08:06:19 JST :ihavenomouth: :ihavenomouth:
      in reply to
      • hazlin no plap pirate
      @hazlin @karna no, it's haskell
      In conversation about 5 months ago permalink
    • Embed this notice
      hazlin no plap pirate (hazlin@shortstacksran.ch)'s status on Monday, 13-Jan-2025 08:06:20 JST hazlin no plap pirate hazlin no plap pirate
      in reply to
      • :ihavenomouth:
      @Inginsub @karna nice, and this is C? I didn't realize you could do so much inline :O
      In conversation about 5 months ago permalink
    • Embed this notice
      hazlin no plap pirate (hazlin@shortstacksran.ch)'s status on Monday, 13-Jan-2025 08:07:54 JST hazlin no plap pirate hazlin no plap pirate
      in reply to
      • :ihavenomouth:
      @Inginsub @karna Interesting! I figured haskell would look like lisp
      In conversation about 5 months ago permalink
      :ihavenomouth: likes this.
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Monday, 13-Jan-2025 08:16:47 JST :ihavenomouth: :ihavenomouth:
      in reply to
      • hazlin no plap pirate
      @hazlin @karna I believe they took most of the syntax from ML and miranda, and I find it more elegant that lisp's thicket of parentheses
      In conversation about 5 months ago permalink
    • Embed this notice
      hazlin no plap pirate (hazlin@shortstacksran.ch)'s status on Monday, 13-Jan-2025 08:41:23 JST hazlin no plap pirate hazlin no plap pirate
      in reply to
      • :ihavenomouth:
      @Inginsub @karna it does look nice :D
      In conversation about 5 months ago permalink
      :ihavenomouth: likes this.
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Tuesday, 14-Jan-2025 07:39:01 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      • :ihavenomouth:
      • hazlin no plap pirate
      @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..
      In conversation about 5 months ago permalink
      :ihavenomouth: likes this.
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Tuesday, 14-Jan-2025 07:46:58 JST :ihavenomouth: :ihavenomouth:
      in reply to
      • hazlin no plap pirate
      @karna @hazlin oh, the readability is going to deteriorate real quick
      In conversation about 5 months ago permalink
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Tuesday, 14-Jan-2025 07:49:49 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      • :ihavenomouth:
      • hazlin no plap pirate

      @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

      In conversation about 5 months ago permalink
      :ihavenomouth: likes this.
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Tuesday, 14-Jan-2025 07:53:31 JST :ihavenomouth: :ihavenomouth:
      in reply to
      • hazlin no plap pirate
      @karna @hazlin I’ll look at it when I get there, for now I don’t want to spoil the solutions. My initial plan was to use 25 different languages I don’t feel confident writing or don’t know at all, but now I kinda want to continue using haskell because there’s potential for something incomprehensible even for day 2
      In conversation about 5 months ago permalink
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Tuesday, 14-Jan-2025 08:03:47 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      • :ihavenomouth:
      • hazlin no plap pirate

      @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.

      In conversation about 5 months ago permalink
      :ihavenomouth: likes this.
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Tuesday, 14-Jan-2025 08:11:34 JST :ihavenomouth: :ihavenomouth:
      in reply to
      • hazlin no plap pirate
      @karna @hazlin I don’t think there’s 25 entirely different languages tbh aside from esolangs, we have 4 flavors of functional, 3 flavors of imperative, 1 OOP and 2 array
      In conversation about 5 months ago permalink
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Tuesday, 14-Jan-2025 08:12:07 JST :ihavenomouth: :ihavenomouth:
      in reply to
      • :ihavenomouth:
      • hazlin no plap pirate
      @karna @hazlin (2 OOP but we don’t talk about the other one)
      In conversation about 5 months ago permalink
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Tuesday, 14-Jan-2025 08:16:36 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      • :ihavenomouth:
      • hazlin no plap pirate

      @Inginsub @hazlin I agree, we dont talk about smalltalk java

      In conversation about 5 months ago permalink
      :ihavenomouth: likes this.
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Tuesday, 14-Jan-2025 10:32:42 JST :ihavenomouth: :ihavenomouth:
      in reply to
      • hazlin no plap pirate
      @karna @hazlin I'm limiting myself to prelude btw, that's why I re-implemented sort and range
      In conversation about 5 months ago permalink

      Attachments


      1. https://s3.clubcyberia.co/pleroma/cb09cd365e27a95a5d6fb31785c5091e90fd278c9c455d2bab2609b88e03fc0d.png
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Tuesday, 14-Jan-2025 10:32:43 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      • hazlin no plap pirate

      cc @hazlin here's the prompt, test, and input files like before

      In conversation about 5 months ago permalink

      Attachments


      1. Invalid filename.

      2. Invalid filename.

      3. Invalid filename.
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Wednesday, 15-Jan-2025 00:40:46 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      • :ihavenomouth:
      • hazlin no plap pirate

      @Inginsub @hazlin Do you have code for input parsing too? I assume you aren't doing that by hand..

      In conversation about 5 months ago permalink
      :ihavenomouth: likes this.
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Wednesday, 15-Jan-2025 00:42:27 JST :ihavenomouth: :ihavenomouth:
      in reply to
      • hazlin no plap pirate
      @karna @hazlin I used vim macros for that
      In conversation about 5 months ago permalink
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Wednesday, 15-Jan-2025 02:05:29 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      • :ihavenomouth:
      • hazlin no plap pirate

      @Inginsub @hazlin Part of me says thats smart, but another says this nigga is cheating

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/df2a1a8e7fb491fc2ec7ba778d6cae7fda7955293ca7f3c8cad43b548ba574f4.png
      :ihavenomouth: likes this.
    • Embed this notice
      :ihavenomouth: (inginsub@clubcyberia.co)'s status on Wednesday, 15-Jan-2025 02:46:41 JST :ihavenomouth: :ihavenomouth:
      in reply to
      • hazlin no plap pirate
      @karna @hazlin fine
      In conversation about 5 months ago permalink

      Attachments


      1. https://s3.clubcyberia.co/pleroma/cabb7e42d5fd75a23e2033fc5695ff82fc1e74e2b767c3e133c334c992f8a18c.png

      2. https://s3.clubcyberia.co/pleroma/9b627c62d3c34b0f73e7cfd499621498c745628d781f43c07a8f0ea2675dc8ec.png
    • Embed this notice
      hazlin no plap pirate (hazlin@shortstacksran.ch)'s status on Wednesday, 15-Jan-2025 03:49:30 JST hazlin no plap pirate hazlin no plap pirate
      in reply to
      • :ihavenomouth:
      @Inginsub @karna So clean, makes me want to try the language :D
      In conversation about 5 months ago permalink
      :ihavenomouth: likes this.
    • Embed this notice
      karna :flipflop: :buffsuki: (karna@poa.st)'s status on Wednesday, 15-Jan-2025 07:08:19 JST karna :flipflop: :buffsuki: karna :flipflop: :buffsuki:
      in reply to
      • :ihavenomouth:
      • hazlin no plap pirate

      @Inginsub @hazlin eggcelent :nigga_smiles_in_polish:

      In conversation about 5 months ago permalink

      Attachments


      1. https://i.poastcdn.org/743cbc36091d9935555d3dbbe4f58d9d6194544032b26aaed9116bdb3e167f40.jpg
      :ihavenomouth: likes this.

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.