xiljin | 2 years ago | on: Rage: Fast web framework compatible with Rails
xiljin's comments
xiljin | 2 years ago | on: Sodium ascorbate treatment for sepsis moves to next phase of human trials
xiljin | 4 years ago | on: Delayed Job vs. Sidekiq
However, this recent addition to the space seems to be gaining traction and appears to have an excellent feature set -
xiljin | 4 years ago | on: Ask HN: What huge mistake did you make early in your career?
I don't recall the specifics, but one fateful patch had a very large compound boolean expression that included an invalid condition. For whatever reason, that expression didn't or couldn't receive 100% test coverage.
When applied, this patch took down the entire phone service (including emergency 911) for the island of Newfoundland Canada and all its residents (maybe 300-500k people).
The immediate fix was simply a new patch that reverted the bad patch. Unfortunately, it took several hours from the point we learned of the issue to writing, delivering and applying the fix.
I've heard that Newfoundlanders have a reputation for being very friendly, so I like to believe that all has been forgiven and forgotten and that I may one day visit the island in peace.
xiljin | 6 years ago | on: PostgreSQL is the worlds’ best database
xiljin | 6 years ago | on: Smart homes will turn dumb overnight as Charter kills security service
xiljin | 7 years ago | on: Beto O'Rourke's membership in America's oldest hacking group
xiljin | 7 years ago | on: Crystal 0.25.1 released
Really impressed with the language so far and hope to expand its use within our organization.
xiljin | 8 years ago | on: Debian developer revisits FreeBSD after 20 years (2015)
At home, FreeBSD is used as a HTPC (Kodi), file server and backup box (it acts like a Time Machine for our Macs via netatalk and for Linux we use rsnapshot over NFS).
xiljin | 8 years ago | on: Atom 1.18 released
Another Atom bonus is that file additions, deletions and changes are flagged in the file/project pane.
xiljin | 9 years ago | on: Ask HN: Dual monitors, or single 4k?
That said, I've never understood the need for multiple physical monitors. Maybe someone can explain a few advantages of using more than 1 monitor vs a single with multiple workspaces?
xiljin | 11 years ago | on: Ask HN: What do you use for PDF reports these days?
https://github.com/flyingsaucerproject/flyingsaucer
To help minimize request time, we keep Flying Saucer persisted with Nailgun -
https://github.com/martylamb/nailgun
For generating checks, IRS forms and other PDFs that involve precise formatting we use Prawn -
xiljin | 11 years ago | on: A Comparison of Popular Ruby Application Servers
I'm running a staging version of our Rails 3.8 app with MRI 2.1 and Puma in clustered/threaded mode and everything looks pretty good .. but I haven't been able to throw a ton of concurrent traffic at it yet. Potential thread safety issues give me the niggles, not quite ready to replace Unicorn on production just yet.
xiljin | 12 years ago | on: Show HN: Luculent, a new code/terminal font
xiljin | 12 years ago | on: Why you will love nftables
xiljin | 12 years ago | on: Dopplr is shutting down
CEO touts it as "World’s Best Travel Planner", we'll see!
xiljin | 12 years ago | on: Addo – Online Giving for Churches
xiljin | 13 years ago | on: JRuby 1.7.0. Released
A derivative of Unicorn named Pitchfork is also in the works from Shopify - https://github.com/Shopify/pitchfork