Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
xt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
xt
11y ago
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 possible
2.
▲
by
xt
11y ago
Glowing Bear is helpful on mobile devices without hardware keyboards, still.
3.
▲
by
xt
11y ago
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 Flask and is lic
4.
▲
by
xt
11y ago
This is what you want => http://bettermotherfuckingwebsite.com/
5.
▲
by
xt
11y ago
Very cool. But I was surprised to see he chose Mercator. See: https://xkcd.com/977/
6.
▲
by
xt
12y ago
Sorry, I don't understand
7.
▲
by
xt
12y ago
What about trolling people that reaches for JavaScript to center text? :-)
8.
▲
by
xt
12y ago
It uses inotify for file systems that supports it.
9.
▲
by
xt
12y ago
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.
10.
▲
by
xt
12y ago
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:RSA+RC4:!MD5; ssl_prefer_server_ciphers on;
11.
▲
NeoVim Newsletter Issue #2
(neovim.org)
136 points
by
xt
12y ago
|
15 comments
12.
▲
by
xt
12y ago
The community for Lua in general, and specifically for Lapis is much smaller.
13.
▲
by
xt
12y ago
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.
14.
▲
by
xt
12y ago
And also sexy web frontends for existing IRC client WeeChat: http://cormier.github.io/glowing-bear/ Source: http://cormier.github.io/glowing-bear/
15.
▲
by
xt
13y ago
Open source weechat web frontend: http://torhve.github.io/glowing-bear/
16.
▲
by
xt
13y ago
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/
17.
▲
by
xt
13y ago
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 interesting results. And yes, I think both the option you listed
18.
▲
by
xt
13y ago
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 nginx request to that location, so there's some overhead. If
19.
▲
by
xt
13y ago
The openresty mysql driver is in pure lua. It has a very efficient socket/pooling mechanism, using sockets from nginx.
20.
▲
by
xt
13y ago
LuaJit (or optionally Lua)
21.
▲
by
xt
13y ago
A little too generalized, LuaJIT is winning some of the benchmarks
22.
▲
by
xt
13y ago
I would love to see Openresty tested, for simple json and databases Openresty is a magnificent tool.
23.
▲
by
xt
13y ago
It's an alternative to puppet. Biggest difference is built-in remote execution.
24.
▲
by
xt
13y ago
It looks to me like both PayPal and HP Cloud are using http://saltstack.com/ to manage their OpenStack clusters.
25.
▲
by
xt
14y ago
Lua.
26.
▲
by
xt
14y ago
I like what agentzh has done with lua + nginx. But his benchmarks are also showcasing how it works compared to other popular solutions. Check it out at http://agentzh.org/misc/slides/libdrizzle-lua-nginx.pdf
27.
▲
Getting started with Salt, remote execution&configuration mgmt in python
(linuxjournal.com)
2 points
by
xt
14y ago
|
0 comments
28.
▲
by
xt
14y ago
I liked the minimlistic approach of Svbtle, so I created a super simple Git+Markdown-based blog that draws inspiration from Svbtle. Check it out: http://hveem.no/simple-blogging-with-lua-and-git
29.
▲
Y Combinator startup 9gag seemingly stealing content
(reddit.com)
7 points
by
xt
14y ago
|
0 comments