• Member Since 5th May, 2022
  • offline last seen 4 hours ago

gapty


Hi. It's gapty. Read a fic today. Or don't. They're both the same to me. Just don't tell knighty I said that.

Jul
26th
2024

Very, very stupid mistake · 6:59pm 10 hours ago

So I did mention how I made a chess melee Puzzle Generator.

I did it two times: One time in Python with a chess library, the other time on top of my Melee solver written in Pascal from scratch.

Well, I am currently working even more on something with these chess puzzles, but that's not what I wanted to talk about.

Read More

Report gapty · 15 views ·
Jul
22nd
2024

Did a thing · 8:39pm Last Monday

So I have a fic sitting there waiting to be edited. I also have things to do for my degree.

So what did I do the past two days?

Reimplement my chess melee puzzle generator in Lazarus/Pascal, building on the solver one I have written from scratch :applejackconfused:

That being said, it's worth noting the speed difference between these two puzzle generators. For generating 100 puzzles with 11 pieces, the python one takes 5 times longer than my Lazarus one.

Read More

Report gapty · 22 views ·
Jul
21st
2024

Man… · 9:59pm Last Sunday

Just saw a Youtube short where a woman says in an interview "if the sun is too hot, why don't we go when it's night?" followed by the reaction of some people.

Now, the silent stares as a reaction was fine per se. It's a played reaction purely on the statement.

What annoyed me were the comments under the video.

"Fly to the sun at night" is a relatively popular joke. Probably even very old. And yet, not a single one came to the idea that the woman was clearly joking.

Read More

Report gapty · 23 views ·
Jul
20th
2024

Mystery—Personal Observations · 7:06pm 6 days ago

I did mention at some point how I struggle to watch or get into something new.

Well, after this I decided to start something, not one, but two anime series (another was also tried, but was nothing for me).

This isn't a review of the series I watched, but something I observed about myself in regards to the genre mystery/detective stories.

Read More

Report gapty · 12 views · #mystery
Jul
17th
2024

Even further Melee-Progress · 10:34pm July 17th

Another blog post today? Huh?

Read part 1 here, because I will continue without any explaination.

So I found an even better approach for generating sizes bigger even than the puzzle site offers—mostly because I tried to generate a melee puzzle with 18 pieces and after more than half an hour it still couldn't come up with one.

Read More

Report gapty · 14 views ·
Jul
17th
2024

Further Melee-Programming Development · 4:04pm July 17th

I did mention a bit how I programmed a Chess Melee puzzle solver, one time from scratch in Pascal and the other time with a library in Python.

Just a short explanation: chess melee is a puzzle where one has to do only capture moves, white begins, then black, then white etc, and one has to end with just one piece left.

Read More

Report gapty · 19 views ·
Jul
14th
2024

Well… · 5:02pm July 14th

Jul
12th
2024

ATW contest deadline close · 8:49pm July 12th

To those who want to post new stories that are not atw contest entries and want other people to notice their stories: Consider waiting out this weekend. Expect a storm of new stories and your non-entry getting burried.

Of course, my assumption might be wrong, but contest deadlines are usually a bad time for other stories to get published (and atw is a contest with like the most amount of entries) and getting a change for a feature spot, so take my advice as a suggestion :trixieshiftright:

Report gapty · 74 views ·
Jul
10th
2024

Writing State · 8:12pm July 10th

So the A Thousand Words contest is currently going and approaching the deadline. I did have some ideas, and even know play with some, but I have no motivation to do one.

Well, what was to expect otherwise? I barely write, don't read fics, don't engage with the fandom besides these blog posts on fimfic, of course I won't have a real motivation to write for this fandom.

Read More

Report gapty · 44 views ·
Jul
5th
2024

The Difference of Using Libraries vs Writing Code from Scratch · 3:57pm July 5th

So as I have mentioned in my previous blog posts, I have written a solitaire chess, solo chess and chess melee solver from scratch in Lazarus/Pascal.

That being said, as Melee puzzles are a big pain, I decided to either write a Discord bot or a webpage to quickly get the solution to them (not during timed solves when competing, of course). Well, I didn't get Lazarus nor the compiler FreePascal to work on the Raspberry, so rewriting the melee solver in Python it was.

Read More

Report gapty · 38 views ·