Sunday 31 July 2022

Saturday 30 July 2022

Friday 29 July 2022

Thursday 28 July 2022

Wednesday 27 July 2022

New top story on Hacker News: Show HN: Peerdiem — Discover and discuss one painting a day
Show HN: Peerdiem — Discover and discuss one painting a day
16 by afkqs | 6 comments on Hacker News.
Hi everyone, I made Peerdiem (a portmanteau word between Peer and Per Diem, which means Per Day in latin). The idea is very simple, a new painting or artwork to discover and discuss with your peers every day. Content is currently only fetched from Chicago Art Institute Free API [1] but I'm planning to add more sources in the short future. It was built with a couple of technologies I wanted to try for some time. Frontend is made with Preact and styled with Tailwindcss. Backend consists of an FastAPI app deployed in a Docker container. [1] https://ift.tt/v5dLCK0

Tuesday 26 July 2022

Monday 25 July 2022

New top story on Hacker News: Show HN: Pipes puzzle (a.k.a. Net) on a hexagonal grid
Show HN: Pipes puzzle (a.k.a. Net) on a hexagonal grid
18 by gereleth | 8 comments on Hacker News.
Hello, HN - I wanted to share this puzzle game I made during my vacation. I'm rather fond of the pipes puzzle where your goal is to restore a scrambled network of connections by rotating tiles. It's usually played on a grid of squares and this all started when I decided to make a programmatic solver for that kind of puzzle. Then I realized that with some minor changes the solver could generate new puzzle instances. I thought about what kind of puzzle to make and someone suggested a hexagonal grid. Adapting the generator wasn't too hard but then I had to create a way to play this variant. So I did just that =). I find hexagonal pipes a bit more difficult than the square variant because there's a larger variety of possible tile shapes. For an extra challenge I implemented wrap mode where the board can connect to itself (right to left and top to bottom), so there are no convenient outer walls to start from. The site is made with Svelte Kit, its code is available on github at < https://github.com/gereleth/hexapipes >. Hope you enjoy playing =).

Sunday 24 July 2022

Saturday 23 July 2022

Friday 22 July 2022

Thursday 21 July 2022

Wednesday 20 July 2022

Tuesday 19 July 2022

Monday 18 July 2022

Sunday 17 July 2022

Saturday 16 July 2022

Friday 15 July 2022

Thursday 14 July 2022

Wednesday 13 July 2022

Tuesday 12 July 2022

Monday 11 July 2022

Sunday 10 July 2022

New top story on Hacker News: Show HN: Evryca – fractal thinking tool to brainstorm and organize thoughts
Show HN: Evryca – fractal thinking tool to brainstorm and organize thoughts
5 by efojs | 0 comments on Hacker News.
Made a tool to organize thoughts. Actually it is a mind tree, but in a more web-friendly form. It has pivoted from what I originally started building at evryca.com. Some years ago I got the idea of fractal conversation, instead of old-school tree/ladder-like comments. I wanted to see only comments related to the current level. I started making "something" with fractal comments. This "something" was a project discussion platform. But it turned out that even I myself don't use it, and the idea of fractal comments stuck there unused. And recently it dawned on me that it may be a conversation with yourself — thinking, brainstorming, taking notes, writing. So made this kind of cork/whiteboard, where one can dive into the subject and, being in the flow, write and see only related notes and rearrange them later. I'm trying to make it flawless and add keyboard shortcuts where it's possible (Ctr+Enter to submit idea, drag-and-drop to rearrange, Esc to jump level up). So finally I've made a tool that I use myself and will update it gradually (sorting, touch devices, ex/import (json, text), boards, more navigation with keyboard and other stuff, and login).

Saturday 9 July 2022

Friday 8 July 2022

Thursday 7 July 2022

Wednesday 6 July 2022

Tuesday 5 July 2022

Monday 4 July 2022

Sunday 3 July 2022

New top story on Hacker News: Ask HN: Why is everything in JavaScript changing so fast?
Ask HN: Why is everything in JavaScript changing so fast?
18 by swat535 | 34 comments on Hacker News.
Hello HN, This question has been on my mind a lot recently and after doing some research, I found a previous discussion on this topic [0]. However, I was wondering if it would be a good idea to ask it again (now that 6 years has passed) to gain some new insights from the community. To be honest, I was expecting the rat of change to slow down or at least for the ecosystem to mature but this has not happened; in fact it seems like JS is moving in the _opposite_ direction with the sheer number of tools, frameworks, libraries and build packs that are being released daily at this point. No other language has this problem to my knowledge, so I was wondering if you think this trend will ever stop? Will JavaSript ever evolve to a stable point like other languages (e.g Python, Ruby, Java,..) and if so, how do you envision this coming about? [0] https://ift.tt/YtoBxVI

Friday 1 July 2022