Live data from Hacker News

Viewing profile — mattround

mattround

HN member
Joined
Sun, May 10, 2020, 7:04 PM UTC
HN karma
157
Public activity
26 items

About mattround

I run the daft site https://vole.wtf/

Recent public activity

  1. comment
    Comment #37197146

    There's a very bad canvas bug in Android Chrome on some devices that's making the original show through - you're supposed to be painting on white (been looking for a workaround & i…

  2. comment
    Comment #37197104

    There's a bug in Android Chrome with certain devices that thoroughly breaks some canvas operations, you're not supposed to be painting over the original. Been looking for workaroun…

  3. comment
    Comment #37197086

    I'm guessing you have an add-on that alters page colours, eg to force dark mode..?

  4. comment
    Comment #37197054

    "Party game realm" is a great compliment!

  5. comment
    Comment #37196972

    No, I'm not aware of anyone building their career on my tool.

  6. comment
    Comment #37194074

    It's just simple HTML/CSS/JS and canvas manipulation; scoring is done using 'difference' compositing & checking pixel RGB values, and brushes are built up from bog-standard canvas …

  7. comment
    Comment #37193795

    All client-side; would've been nice to store & play back the drawing process, but that would've been a lot of extra work and created a whole load more UI/design/clutter problems to…

  8. comment
    Comment #37193746

    Would've been nice to do that (& maybe play back the drawing process), but I was keen to keep the project small & get it launched (took 2.75 days in total, I tweeted the dev proces…

  9. comment
    Comment #37193123

    (So yes, you can rack up points from simple blocks of colour up to a point, but need to get the shapes right to go higher)

  10. comment
    Comment #37193028

    I made this game; in case anyone's wondering how the scoring works: It draws your version over the original with 'difference' compositing, then downscales the result (using 'medium…

  11. story
  12. comment
  13. story
  14. story
  15. story
  16. comment
    Comment #26385257

    I wouldn't be surprised if it doesn't cover that, I can imagine it'd be tricky to include without adding tens of bytes (10-20 bytes could be freed up by using slightly hackier func…

  17. comment
    Comment #26383665

    I was a bit lax using 'moves', it's 4 ply, so that's 2 full moves.

  18. comment
    Comment #26380783

    Original engine's here (only looks ahead 3 steps instead of 4) https://nanochess.org/archive/tiny_chess_2.html

  19. comment
    Comment #26380774

    This is the same engine but doesn't look quite as far ahead https://nanochess.org/archive/tiny_chess_2.html

  20. comment
    Comment #26380644

    I added it out of desperation after around 100 people on reddit claimed the black pawns are "cheating".

  21. comment
    Comment #26380631

    It looks 4 steps ahead with a points system for pieces & positions, but has no sense of broader strategy. (The original code looked ahead 3 moves, but browsers & devices have impro…

  22. story
  23. comment
    Comment #25880895

    You might also enjoy Goth or Moth? https://vole.wtf/goth-or-moth/

  24. comment
    Comment #25880891

    Hi, I made the quiz and tried to design it to make judging by appearance work as poorly as possible, so the initial daft premise then becomes something a little bit more interestin…

  25. story