moses-palmer | 8 months ago | on: Ask HN: Have you ever regretted open-sourcing something?
moses-palmer's comments
moses-palmer | 11 months ago | on: The term "vegetative electron microscopy" keeps showing up in scientific papers
The letters are completely different in pronunciation: with one dot, it's like the English letter B, and with two it's either like Y or the pronunciation of double E.
moses-palmer | 2 years ago | on: Mass trespass on Dartmoor to highlight England's 'piecemeal' right to roam laws
It appears that the laws where I live are quite similar to those in Estonia in this aspect, and I have never heard of any real abuse.
moses-palmer | 2 years ago | on: Open source liability is coming
My reading of the text is that the one actually selling the software product is the one having to abide by this law. Am I incorrect?
How could this be negative? I presume that most publishers of open source software would prefer that some Silicon Valley Unicorn did _not_ half-heartedly integrate their library, causing security issues and tainting their library name?
moses-palmer | 2 years ago | on: Maze Generator
In the mean time, have a look here[1] for the possible values.
[1]: https://github.com/moses-palmer/labyru/blob/7b92be3ae279a9ff...
moses-palmer | 2 years ago | on: Maze Generator
moses-palmer | 2 years ago | on: Maze Generator
I guess today's lesson is: do promote your personal project even when it's semi-arsed, because people on the Internet are mostly kind and will help you improve your documentation!
moses-palmer | 2 years ago | on: Maze Generator
moses-palmer | 2 years ago | on: Maze Generator
Like the linked application, it supports triangular, rectangular and hexagonal grids, and different generation algorithms, which can be combined for various areas of the final maze. It also supports background and mask images to colourise rooms and provide a shape for the maze, as well as a small selection of effects to apply. The output format is either SVG or PNG.
And for that extra HN cred, it's written in Rust (which you are free to ignore if you're not into RIIR, but this is in fact a rewrite of an earlier Python project of mine)!
moses-palmer | 2 years ago | on: Hidden 3D
A long time ago I maintained a fascination with this, during which I made an application to interactively explore a labyrinth using animated auto-stereograms.
If this tickles your fancies, you can find the code here: https://github.com/moses-palmer/InAmazing3D. Please keep in mind that it apparently hasn't been touched in ten years, and the project used Code::Blocks, so if you want to try it, you will probably have to create Makefiles. If you enjoy this kind of thing, it's worth it though, as you get to control a ball moving through a labyrinth!
moses-palmer | 3 years ago | on: Thoughts on the potato diet
moses-palmer | 4 years ago | on: Burn My Windows
moses-palmer | 4 years ago | on: RNA breakthrough creates crops that can grow 50 percent more potatoes, rice
moses-palmer | 4 years ago | on: The quest to recreate a lost and ‘terrifying’ medieval mead
I have never made mead myself however. Are the spices of so little consequence to the final flavour?
moses-palmer | 4 years ago | on: Had Covid? You’ll probably make antibodies for a lifetime
The days after that I felt much worse that when I had the actual infection, albeit for a shorter time, so I personally would appreciate an official recommendation to not have to take the second dose.
moses-palmer | 8 years ago | on: Suicide Linux
moses-palmer | 8 years ago | on: Localizing “Papers, Please” (2014)
moses-palmer | 9 years ago | on: The Awful Reign of the Red Delicious (2014)
moses-palmer | 9 years ago | on: Power-touch – Shortcut touch keys on mobile
moses-palmer | 9 years ago | on: Power-touch – Shortcut touch keys on mobile
I made the mistake of also implementing keyboard and mouse monitoring---you know, so I could write automated tests for the input parts!---and over the years it has turned into an endless source of feature requests, bug reports and also general questions about the Python programming language and its ecosystem.
Input events truly are horrible to provide a platform independent abstraction over, but in the end seeing people use it, make YouTube tutorials and discuss it on Stack Overflow make it worth the time spent.