Readit News logoReadit News
skeoh commented on Show HN: Play Othello in your web browser (made with Mithril)   jawj.github.io/fliptiles/... · Posted by u/gmac
skeoh · 2 years ago
Here's mine! https://skeoh.com/othello/

It's not nearly as polished but I had a lot of fun making it. It uses React and the now-no-longer-maintained https://boardgame.io/.

skeoh commented on Ask HN: What niche task/tool websites have you built?    · Posted by u/xk3
skeoh · 2 years ago
https://wake.lol/

Uses the screen wake lock API if available (or falls back to a hidden video file if unavailable) to keep your screen awake. It's cross platform, zero-install tool with offline support which I use to keep my work laptop awake all day.

skeoh commented on Tell HN: The “Y” logo in the top-left corner has been upgraded to SVG   news.ycombinator.com/y18.... · Posted by u/perihelions
colanderman · 2 years ago
The proportions have changed. Compare e.g.: https://news.ycombinator.com/favicon.ico

EDIT: since we're code golfing/bikeshedding, here's my own attempt, which matches the original proportions [1].

    <?xml version="1.0"?>
    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 192 192">
      <rect x="4" y="4" width="188" height="188" fill="#f60" stroke="#fff" stroke-width="8"/>
      <path d="m 57,47 h 15 l 24,50 24,-50 h 15 L 102,109 v 40 H 90 v -40 z" fill="#fff"/>
    </svg>
[1] Actually, the original is slightly asymmetric -- the right leg is slightly narrower. I've "corrected" this, making the right leg mirror the left.

skeoh · 2 years ago
Golfing SVG happens to be one of my passions. Your path definition can be further reduced to

    m57 47h15l24 50 24-50h15l-33 62v40h-12v-40z

skeoh commented on Reddit's proposed API changes and the continued existence of RedReader   old.reddit.com/r/RedReade... · Posted by u/gibspaulding
skeoh · 2 years ago
Without RedReader I would not use Reddit. It's understandable that they would want to capitalize off third-party app users -- this approach is pretty disappointing though. Been on the site over 15 years but looks like things are coming to an end.
skeoh commented on WebContainer API   webcontainers.io/... · Posted by u/mingw__
skeoh · 3 years ago
Short of building my own using this API, does a self-hosted Codesandbox/Stackblitz alternative exist? I love the idea of spinning up web containers within my corporate network so I can prototype applications using internal APIs.
skeoh commented on Show HN: I made a web-based notepad with a built in unit calculator   numpad.io/... · Posted by u/tonyonodi
skeoh · 3 years ago
Super cool and congrats on shipping! Something I'd love to see is the ability to embed a document on other sites via iframes a la GitHub Gist embeds. That way I could, say, write a blog post describing an algorithm, embed an example of the calculations, and allow visitors to tweak the values and see how they affect the output. Well done!
skeoh commented on Triangle Grids   boristhebrave.com/2021/05... · Posted by u/homarp
skeoh · 4 years ago
Linked in the Further Reading section is the Red Blob Games article on Hexagonal Grids which is a fantastic resource and is definitely worth a read.

https://www.redblobgames.com/grids/hexagons/

skeoh commented on 5 side projects in 6 years, earning $0   kwcodes.com/how-i-failed-... · Posted by u/kw_dev
ffhhj · 4 years ago
And you know what's worst than earning $0?

- The store not accepting your app because there are too many of the same topic (horoscopes, memes, sound boards, whatever-craft names, etc.)

- Spending lots of money on Google/FB ads.

- Spending lots of money on AWS.

- Burning out yourself and your friends.

skeoh · 4 years ago
Could you expound on this? Are you speaking from experience?
skeoh commented on Valve opens up a Steam Deck to explain why it thinks you shouldn’t   theverge.com/2021/10/6/22... · Posted by u/brettnak
skeoh · 4 years ago
I absolutely love this. It would be easy enough for Valve to say "do not open the Steam Deck" and leave it at that. Instead they present clear, sensible reasons for recommending against opening the device while acknowledging that this advice won't stop anyone who really wants to open one up.

u/skeoh

KarmaCake day225October 30, 2012
About
https://skeoh.com/
View Original