Viewing profile — erming
erming
HN member- Joined
- Sun, Apr 27, 2014, 8:25 AM UTC
- HN karma
- 28
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About erming
Recent public activity
- story
-
comment
Comment #8286548
HN Mods: Could you change the url to https://github.com/erming/shout instead?
-
comment
Comment #8286543
Well, my idea when I started this project: A self-hosted and password protected IRC client that runs in your browser. However, I added "public" mode, where anyone is allowed to con…
-
comment
Comment #8286300
Hey, thanks. That's a bug! I'll fix it when the HN madness ends.
-
comment
Comment #8286296
One more thing: Freenode has given me about ~20 slots to work with on this demo. If you can't connect, try another network, like `irc.rizon.net` or something.
-
comment
Comment #8286269
Hey, guys. Thanks for all the attention! The repository is here: https://github.com/erming/shout It's open source, so if you're looking for a cool new project to work on, feel free…
-
comment
Comment #8123333
Oh, I will so use this! Anyway, some feedback: When loading the page, a wild scrollbar appears (Chrome). A temporary overflow: hidden; on the body would probably solve this.
-
comment
Comment #8122881
I'm creating a web-based IRC chat. Basically: You install it from npm and then run it, then you browse to http://localhost:9000/ and start chatting. It's responsive and works great…
-
comment
Comment #8020339
Here's another option based on JSON. It went viral on HN 4 days ago: http://jsonresume.org/ The HN post can be found here: https://news.ycombinator.com/item?id=7996464
- comment
- story
-
comment
Comment #7900830
Want them as PNG? Step 1: Download SVG from https://github.com/github/octicons/tree/master/svg Step 2: Use http://www.fileformat.info/convert/image/svg2raster.htm Step 3: ... Step …
- story
-
comment
Comment #7896547
Hi! Didn't see your question until now. While I haven't implemented the logging yet, I'm thinking about storing them in the JSON-format. Messages are already stored as JavaScript o…
-
comment
Comment #7886161
Yes, right now it's only in memory. I've been thinking about storing the logs in .txt-files (with the option to turn this feature on/off). This way, I could let the user download t…
-
comment
Comment #7885788
Oh, I've made one too! http://github.com/erming/shout It's really stable (been using it for weeks without restarting) and I've even implemented a mobile interface: https://db.tt/fY…
- comment
- story
-
comment
Comment #7817141
Looks like everyone and their grandma has written their own PHP router. Here's mine: https://github.com/erming/route Code: https://github.com/erming/route/blob/master/route.php ~80…
-
comment
Comment #7701227
I don't think it's fair to say that Drupal is faster than Wordpress by just looking at the req/sec. According to https://wiki.php.net/phpng , they benchmarked against Wordpress 3.6…