moses-palmer's comments

moses-palmer | 8 months ago | on: Ask HN: Have you ever regretted open-sourcing something?

How curious! So am I, and that is the project that I am the closest to regretting open sourcing.

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.

moses-palmer | 2 years ago | on: Mass trespass on Dartmoor to highlight England's 'piecemeal' right to roam laws

I, personally, think you can have nice things like this and they will not get abused. If the right to forage mushrooms on a non-industrial scale, or to walk along the shore next to a house without disturbing the inhabitants is given, in my experience people will respect the limitations.

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

I read the article twice, because the link title made me think that I as an open source contributor and publisher liable for complaints.

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

The main application is actually a thin wrapper around a library that does exactly that, so the best way would be to not perform the final step of turning the data structure into an image.

moses-palmer | 2 years ago | on: Maze Generator

A kind soul contributed an update to the README---basically the output of `cargo run --bin maze-maker -- --help.

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

This, I presume, it's the perfect opportunity to promote my own maze generator[1], which incidentally is a Real Application that you can run on your own computer, and the output of which you own!

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)!

[1]: https://github.com/moses-palmer/labyru

moses-palmer | 2 years ago | on: Hidden 3D

Ah, this brings back memories!

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

My favourite part of the article, hailing from a part of the world _sans raton laveur_, was the explanation of "Raccoon trouble" for purchasing a lot of potatoes. What's with raccoons and potatoes?

moses-palmer | 4 years ago | on: The quest to recreate a lost and ‘terrifying’ medieval mead

I find it curious that somebody so invested in recreating a medieval mead does not put in the extra effort of procuring long pepper and grains of paradise---those are certainly spices always present in my spice box.

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

I think supply is not the only thing to consider. I suffered a SARS-CoV-2 infection around Easter, and received my first vaccine dose a week ago.

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

A friend of mine aliased `git status` `git statsu`; I, being lazier, chose `git st`. Any time saved I lost by not copying his other alias, `c = commit -amSTUFF`...

moses-palmer | 9 years ago | on: The Awful Reign of the Red Delicious (2014)

I think that the reasoning against shipping apples across the globe is that consumers do not pay the full price; one might argue that the transportation is subsidised by our extraction and burning of oil at a rate much quicker than it is formed

moses-palmer | 9 years ago | on: Power-touch – Shortcut touch keys on mobile

Thank you :-) I have been silently reading linked articles and comments here for a couple of years; apparently I needed a reason to push my own semi dormant project as well as an actual computer to finally register.
page 1