Viewing profile — ende42
ende42
HN member- Joined
- Wed, Mar 02, 2011, 4:21 PM UTC
- HN karma
- 38
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About ende42
Recent public activity
-
comment
Comment #29624211
It's in the docs … on my servers this fixes things as well: S=my_server ; ssh $S 'mkdir -p ~/.terminfo/f/' ; scp /usr/share/terminfo/f/foot $S:~/.terminfo/f/foot PITA still.
-
comment
Comment #27191809
Turns out, Karma isn't a bitch after all.
-
comment
Comment #23698325
We recently implemented a simple streaming server based on Openresty and Redis. Redis is used as buffer. We load tested it up to 2000 mountpoints (128kbit mp3 streams) with 15.000 …
-
comment
Comment #16791450
I just moved from a late 2014 MBP running Arch to a Precision 5520 (more or less the business variant of the XPS15) running Alpine. Both feature an i7 HQ, 16GB RAM, 512GB SSD. Both…
-
comment
Comment #13828015
Couldn't find a public test-repo on the front page. Anyone wanting a test drive without signup, here you go: https://niko.gitly.io/ruby-shout I love the speed and the (repo interna…
-
comment
Comment #12441894
I was excited for a moment. Then found out neovim doesn't support -x. And this is why: https://github.com/neovim/neovim/issues/694 (tldr; vim encryption is unsecure and thus remove…
-
comment
Comment #11222683
3. is the reason why NGinX is the recommended proxy in front of webapps with scarce parallelism (for example Ruby with Unicorn; see http://unicorn.bogomips.org/PHILOSOPHY.html for …
-
comment
Comment #11133938
What about Nix ( https://nixos.org/nix/ )?
-
comment
Comment #10688484
Thanks for the upgrade link. I missed that. Great that NCHAN is (almost; besides directive prefix) configuration compatible! The "Subscribers" section of "Push Module" should inclu…
-
comment
Comment #10687233
Thanks for your work! Actually we (laut.fm) are using the HTTP Push Module for our public API for a live stream of tracks which get played on our ~ 1500 icecast stations. We offer …
-
comment
Comment #10452381
We're using a home baked solution using our own config server ( https://github.com/niko/goconfd ) which evaluates templates POSTed to it. Combined with some trivial shell loops ove…
-
comment
Comment #10373322
Offtopic. But still: Thanks. Nice.
-
comment
Comment #10330415
Nice article. Thanks. Does proxying icecast streams with NGINX work when the protocol is not HTTP but ICY?
-
comment
Comment #9524563
Nice. Went straight over to verify. And now the best part. I'm on a plan that's not even sold any more (10GB). Which just got "doubled" to 30GB. put.io <3
-
comment
Comment #9163148
µBlock is great. I used Ghostery first and then Disconnect. But with µBlock in advanced mode I can block facebook.com on all sites but facebook, twitter.com on all site but twitter…
-
comment
Comment #9026116
Nice! Using it as slave of a server side redis would be fun. :)
- story
-
comment
Comment #8492323
For scenarios where I felt etcd/gconf/consul is overkill I wrote goconfd ( https://github.com/niko/goconfd ). Features: * reads config from a json file * GET requests with deep lin…
-
comment
Comment #8421279
Two years ago I implemented something different, but in green: https://github.com/niko/green I had a juice version in the pipe but I didn't like that I had to use yellow for that. …
-
comment
Comment #8387657
https://wsend.net/
-
comment
Comment #8371835
(For us) Docker is not about security or scalability but about (good enough) isolation, separation of concerns and reproducability. Let me elaborate. * Isolation: Docker enables us…
-
comment
Comment #8310787
You're right. It's more like a docker philosophy or best practice, not a restriction. And a best practice not everybody agrees on that is [1][2]. I'm using some docker containers b…
-
comment
Comment #8295364
Nice! Thanks. A perfect fit for my current project.
-
comment
Comment #8292856
I tried it. Compiled fine. The example conf file has some chinese comments in it. Most of the basic configuration is pretty obvious. I started the server and it serves an index.htm…
-
comment
Comment #8206639
Good read, thanks. Is it possible to run an own, modified version of an open source app on sandstorm.io? As a non-techie user? Like - say - a small modification of Wordpress?