Live data from Hacker News

Viewing profile — xiljin

xiljin

HN member
Joined
Mon, Oct 22, 2012, 9:05 PM UTC
HN karma
51
Public activity
19 items

About xiljin

No profile information was provided.

Recent public activity

  1. comment
    Comment #38529634

    There are several options but Puma seems to be the most popular at the moment. A derivative of Unicorn named Pitchfork is also in the works from Shopify - https://github.com/Shopif…

  2. comment
    Comment #37877175

    Megadosing B6 can lead to B6 toxicity/syndrome as a result of its longer half life and ability to accumulate in the system. Between multivitamins, energy drinks, preworkouts and fo…

  3. story
  4. comment
    Comment #30358965

    I've been using Sidekiq for years, rock solid and no complaints. However, this recent addition to the space seems to be gaining traction and appears to have an excellent feature se…

  5. comment
    Comment #27569326

    Back around 2000, I was writing software patches for a large telecom company. These patches had to be applied to live, inservice telephone switches and equipment that were powering…

  6. comment
    Comment #22768508

    I discovered PostgreSQL in a similar happenstance sort of way - working at a large telecom directly out of college in the late 90s, tasked with setting up a MySQL backed webapp to …

  7. comment
    Comment #22084047

    Self-Monitoring, Analysis and Reporting Technology for HDDs - https://en.wikipedia.org/wiki/S.M.A.R.T .

  8. comment
    Comment #19401860

    Don't forget that he was also quite a wordsmith (NSFW) - http://textfiles.com/groups/CDC/cDc-0050.txt

  9. comment
    Comment #17425040

    We're currently using Crystal 0.25.1 with the Kemal web framework to provide an online paycheck calculator for US based employees (it's basically a demo/tool for our SaaS based acc…

  10. comment
    Comment #16402469

    We use FreeBSD in production (SaaS accounting/payroll app) as a load balancing proxy/web server (Nginx) and outgoing mail server (OpenSMTPD) because it's a stable, proven OS with s…

  11. comment
    Comment #14567968

    For me, also a VIM kind of guy, Atom lets me use VIM movement keys in the file/project pane which grants me total mouse freedom. Another Atom bonus is that file additions, deletion…

  12. comment
    Comment #13406130

    I use Linux and a window manager with 10 virtual desktops/workspaces, keyboard shortcuts let me instantly jump to or scroll through them. That said, I've never understood the need …

  13. comment
    Comment #8444104

    Our rails app generates dozens of accounting related reports on the fly in HTML and we use Flying Saucer to generate a PDF version - https://github.com/flyingsaucerproject/flyingsa…

  14. comment
    Comment #7913861

    Can you provide any more details on your stack and what you're seeing that blows away alternatives? I'm running a staging version of our Rails 3.8 app with MRI 2.1 and Puma in clus…

  15. comment
    Comment #7362541

    I like to test drive new fonts whenever they pop up, but I always come back to Ubuntu Mono! For anyone wanting to see/try it - http://font.ubuntu.com/

  16. comment
    Comment #7091541

    Many people use something like denyhosts or fail2ban to help with brute force attacks. PF has built-in support for building rules with options which will throw potential attackers …

  17. comment
    Comment #6573935

    Same here. Ironically, a new travel planning site announcement just popped up on HN today in case you missed it - https://news.ycombinator.com/item?id=6572902 CEO touts it as "Worl…

  18. comment
    Comment #6558199

    royce, if you're ever interested in connecting your data to an online accounting app for nonprofits (with integrated fundraising CRM and payroll), I'd be happy to chat!

  19. comment
    Comment #4685568

    One of the issues I ran into when looking to migrate a multi-tenant Rails app to Torquebox was lack of schema support (eg. schema_search_path). I was able to workaround those issue…