I really resonated with the link to the MacUser article on word searches.
> Word Search will generate and print the sort of word puzzles where you have to look forwards, backwards and diagonally to Find a given set of words. Even though you can only dis¬ play and solve a puzzle of 32 X 16 on your screen, larger puzzles can be created for printing. To give you an example of what can be done with the program, a set of 10 puzzles including states, mouths and composers are on the disk.
It later goes on to describe something I've personally experienced.
> And printing seems to take a while, but when others sit and fuss over your creation, you’ll say the wail was worth it.
Over the last couple of years I've been working on a side project involving mazes and also... word searches! Last Christmas I printed off a bunch of Christmas themed word searches I generated for the family to play on Christmas day. Seeing real people have real fun with something I created felt like remembering what programming was supposed to be about – bringing actual joy to people, instead of adding another forgettable feature to some product manager's roadmap.
WhatsApp used to (still might) default to saving all photos from any chat to your phone. This led to some very surprising and unwanted photos being saved to my iPhone gallery. What a stupid idea.
This is still some code, as opposed to no code. It does seem to model everything in the research paper.
Aside from the original research paper needing to be included in the repo, it definitely does not need anything more than what's already there. It all builds and compiles without errors, only 2 warnings for the library proper and 6 warnings for the test project. Oh and it comes with a unit testing project: 59 tests written that covers about 73% of the library code. Only 2 tests failed.
Even having a unit testing library means it beats out like 50% of all repos you see on GitHub.
The better question is, why isn't your browser providing that feature? Or why is it making it incredibly hard to edit URLs in case you are using a mobile browser?
I'm sorry, this a dumb comment that has no basis in reality.
HTML Imports was part of the initial set of the web components specs, there's no "cabal" or whatever that got its hands on it, and it didn't rely on JavaScript, not in the way you're probably referring to.
It was only opposed because it was separate from the JS module system, not because it relied on JS.
It's replacement: The HTML Modules proposal has general support from all vendors, just no one has put together a complete proposal yet.
Exactly. I think the problem wasn't that browsers (specifically Firefox and Safari) were opposed to the idea of html includes in general, but they didn't like the specific proposal, in large part because it still required javascript, and added a lot of complexity for little to no benefit.
I think rejecting that proposal was the right thing to do. What disappoints me is that there hasn't been a more declaritive, simpler proposal that has gotten anywhere.
> What disappoints me is that there hasn't been a more declaritive, simpler proposal that has gotten anywhere.
Possible names:
Client Side Includes (CSI): Like Server Side Includes (SSI) in Apache
IHTML (inline html): Like the iframe tag, but for html instead of whole page.
> Word Search will generate and print the sort of word puzzles where you have to look forwards, backwards and diagonally to Find a given set of words. Even though you can only dis¬ play and solve a puzzle of 32 X 16 on your screen, larger puzzles can be created for printing. To give you an example of what can be done with the program, a set of 10 puzzles including states, mouths and composers are on the disk.
It later goes on to describe something I've personally experienced.
> And printing seems to take a while, but when others sit and fuss over your creation, you’ll say the wail was worth it.
Over the last couple of years I've been working on a side project involving mazes and also... word searches! Last Christmas I printed off a bunch of Christmas themed word searches I generated for the family to play on Christmas day. Seeing real people have real fun with something I created felt like remembering what programming was supposed to be about – bringing actual joy to people, instead of adding another forgettable feature to some product manager's roadmap.
I posted it to HN at the time, but I have a small writeup of it here. https://www.lloydatkinson.net/posts/2024/year-in-review/#-wo...
reply