Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
erming
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
erming
12y ago
HN Mods: Could you change the url to https://github.com/erming/shout instead?
2.
▲
by
erming
12y ago
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 connect. And the demo server is currently running in
3.
▲
by
erming
12y ago
Hey, thanks. That's a bug! I'll fix it when the HN madness ends.
4.
▲
by
erming
12y ago
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.
5.
▲
by
erming
12y ago
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 to help out!
6.
▲
by
erming
12y ago
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.
7.
▲
by
erming
12y ago
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 on your smartphone. Repository:
8.
▲
by
erming
12y ago
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
9.
▲
Want to contribute to open source? My IRC webchat
(github.com)
2 points
by
erming
12y ago
|
0 comments
10.
▲
by
erming
12y ago
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: ... S
11.
▲
by
erming
12y ago
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 object, so I think this is my best option. And
12.
▲
by
erming
12y ago
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 the logs directly via the browser.
13.
▲
by
erming
12y ago
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/fYTswBwO
14.
▲
GitHub released GitHub for Windows, version 2.0
(windows.github.com)
2 points
by
erming
12y ago
|
1 comments
15.
▲
by
erming
12y ago
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
16.
▲
by
erming
12y ago
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 (the current version is 3.9)