Viewing profile — xt
xt
HN member- Joined
- Tue, May 31, 2011, 7:22 AM UTC
- HN karma
- 204
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About xt
Recent public activity
-
comment
Comment #11256459
I've been working on a script that does this within Nginx. See https://github.com/torhve/lua-resty-letsencrypt It's not quite production ready but it shows you it's technically pos…
-
comment
Comment #10499084
Glowing Bear is helpful on mobile devices without hardware keyboards, still.
-
comment
Comment #9972451
Personally I use http://filebin.net/ which has nice and simple looks and uses Drag & Drop for easy uploading. Source available at : https://github.com/espebra/filebin It is made in…
-
comment
Comment #9604136
This is what you want => http://bettermotherfuckingwebsite.com/
-
comment
Comment #9464555
Very cool. But I was surprised to see he chose Mercator. See: https://xkcd.com/977/
- comment
-
comment
Comment #8885193
Sorry, I don't understand
-
comment
Comment #8885136
What about trolling people that reaches for JavaScript to center text? :-)
-
comment
Comment #8541193
It uses inotify for file systems that supports it.
-
comment
Comment #8541192
I use tup in my web projects to monitor my folders for things to "compile". This includes CoffeScript, MoonScript, SASS/SCSS, Less and more. Very fast and painless.
-
comment
Comment #8456306
Here's relevant nginx configuration to disable SSLv3: ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_ciphers EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:EECDH+RC4…
- story
-
comment
Comment #7745869
The community for Lua in general, and specifically for Lapis is much smaller.
-
comment
Comment #7745846
If someone is eager to try Lapis I have a Dockerfile available here: https://github.com/torhve/lapis-docker it includes a readme for getting started with Openresty in general.
-
comment
Comment #7473359
And also sexy web frontends for existing IRC client WeeChat: http://cormier.github.io/glowing-bear/ Source: http://cormier.github.io/glowing-bear/
-
comment
Comment #6821885
Open source weechat web frontend: http://torhve.github.io/glowing-bear/
-
comment
Comment #6821882
I'm involved in a weechat web frontend which solves some of the problems. If anyone's curious, here it is: http://torhve.github.io/glowing-bear/
-
comment
Comment #5727378
I haven't benchmarked the mysql drivers, so results might be different there. There's some work being done by openresty author w.r.t. ffi for openresty itself, it might yield inter…
-
comment
Comment #5727311
I benchmarked the pure postgresql lua driver to be ˜3 times as fast as the nginx-postgresql-c driver. When you use the nginx drivers from a lua context you have to use an internal …
-
comment
Comment #5727178
The openresty mysql driver is in pure lua. It has a very efficient socket/pooling mechanism, using sockets from nginx.
-
comment
Comment #5645470
LuaJit (or optionally Lua)
-
comment
Comment #5590361
A little too generalized, LuaJIT is winning some of the benchmarks
-
comment
Comment #5455172
I would love to see Openresty tested, for simple json and databases Openresty is a magnificent tool.
-
comment
Comment #5450287
It's an alternative to puppet. Biggest difference is built-in remote execution.
-
comment
Comment #5450196
It looks to me like both PayPal and HP Cloud are using http://saltstack.com/ to manage their OpenStack clusters.