Live data from Hacker News

Viewing profile — spohlenz

spohlenz

HN member
Joined
Tue, Sep 23, 2008, 5:39 PM UTC
HN karma
115
Public activity
43 items

About spohlenz

https://www.wheelhousecms.com/

Recent public activity

  1. comment
    Comment #12811257

    Do you have any insight into how many of your customers buy Sidekiq Pro for the extra features, as opposed to for the commercial-friendly license, or simply to help sustain the OSS…

  2. comment
    Comment #6077607

    I could be wrong but it seems to me that only the latest two designs (A Robot Named Jimmy and Verde Moderna) are what would be considered "modern" designs and the rest are from bef…

  3. comment
    Comment #5961011

    What's worse is that the two most common languages on GitHub (Ruby and JavaScript) are represented by shades of red/orange. I almost thought one of my repositories was in some kind…

  4. comment
    Comment #5950158

    This exact same situation happened to me in the past month. My login page and its assets were copied, right down to the Rails asset digest fingerprints in the filenames as well as …

  5. comment
    Comment #5412154

    It's not open-source, but Wheelhouse ( https://www.wheelhousecms.com/ ) is my answer to not being able to find a CMS I could enjoy working with. It's Ruby on Rails based, so that p…

  6. comment
    Comment #5283919

    One option would be to use a service object (e.g. UserCreator) which would encapsulate the action (saving a user) along with the action to be taken (delivering a signup email). Wit…

  7. comment
    Comment #5283286

    Google is one of many tools that can be used to solve problems. IMO it's generally one of the more efficient ones.

  8. comment
    Comment #5198808

    A before_filter is just a method that runs before an action - there's no requirement for it to set an instance variable or redirect. In Rails 4, this method has been aliased as bef…

  9. comment
    Comment #5185282

    I don't mean to dwell on the technical issues, but I'd be very curious to hear more about the performance issues you encountered that the Rails Core members couldn't resolve. Was t…

  10. comment
    Comment #5132043

    > I'm also north of 90% probable that I could weaponize it to turn any image tag on the Internet into "roots your local machine" Definitely not saying you're wrong, but I'm not con…

  11. comment
    Comment #5106981

    I was pretty appalled when I first saw those tweets. I held my tongue at the time (after all, who am I?) but as a member of the Rails community, seeing this sort of behaviour from …

  12. comment
    Comment #4961003

    This is pretty much exactly what DHH advocates for, and for a simple case like this (creating a user, sending an email) it works great. At some point though, your controllers are g…

  13. comment
    Comment #4950309

    If you are wanting to properly support IE7 (as mentioned in the README), you may want to downgrade normalize.css to 1.0.2 as normalize.css 2.x only supports IE8+. There are only a …

  14. comment
    Comment #4846756

    This issue has nothing to do with DRM, and is simply the result of a system that requires an account to be in good standing (i.e. has a valid credit card) before any downloads can …

  15. comment
    Comment #4592323

    Ah. In that case I'd suggest extending the map downwards so that the background image is taller. My browser window is roughly 4:3 and the map cutoff detracts from what is a very ni…

  16. comment
    Comment #4592295

    Not quite. You've added those to the body element (inline as well, which is a bad idea), whereas the background is on the #wrapper div. I'd suggest moving the background onto the b…

  17. story
  18. comment
    Comment #4221772

    I've been working on a Rails based CMS (Wheelhouse CMS - https://www.wheelhousecms.com ) over the last few years as a side-business to my regular web dev consulting services (and s…

  19. comment
    Comment #4060452

    I've found Guard::LiveReload ( https://github.com/guard/guard-livereload ) to work exceptionally well. It's Ruby, but should work alongside whatever development framework you're us…

  20. comment
    Comment #3844394

    I believe he refers to error correction as in it corrects errors in the code -- i.e. the code itself should have semicolons and is fixed through ASI.

  21. comment
    Comment #3560057

    Compared to onclick, it's certainly a performance benefit. However the difference here is in looping over every matched element to add the handler (bind) versus adding the handler …

  22. comment
    Comment #3449504

    I recently released the first version of Wheelhouse CMS - https://www.wheelhousecms.com , which is a Rails-based CMS including WYSIWYG editing, template-based form generation, medi…

  23. comment
    Comment #3354415

    I'm considering offering a developer/personal use license but I still need to work out the details. Drop me a line privately and I can set up an evaluation account for you.

  24. comment
    Comment #3354247

    Wheelhouse CMS is a project I've been working on for a couple of years now (way too long for a first release, I know), which I've bootstrapped whilst freelancing building content-m…

  25. story