Viewing profile — hopsoft
hopsoft
HN member- Joined
- Sat, Feb 02, 2013, 4:24 PM UTC
- HN karma
- 53
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About hopsoft
No profile information was provided.
Recent public activity
-
comment
Comment #41700328
SOS mode in Utah also.
-
comment
Comment #27197397
As far as security is concerned, it's the application's responsibility to properly scope websocket connections... if and when that's appropriate. This is true of any websocket conn…
-
comment
Comment #26770288
I recently Dockerized a Rails development environment for working on an M1. It’s gone well so far and may provide some guidance for other development workflows (YMMV). https://gist…
-
comment
Comment #25306345
I think the much touted "NEW MAGIC" will be the thing that does the automatic content refresh.
-
comment
Comment #24960899
This is exactly what CableReady was built for... to update the DOM from any Ruby process (in the request cycle or not). It was designed from the beginning to update the DOM from ou…
-
comment
Comment #23023856
Just saw that this is on HN. Happy to answer any questions.
-
comment
Comment #19952856
> the DOM was often used to store state. And this just isn't a very efficient approach. StimulusJS is a modern approach that uses the DOM to manage state. In my experience it has p…
-
comment
Comment #18486035
Interesting point about grassroots vs top down. I think that definitely plays into the equation. Another big part of it is that developers seem to a unique class of workers that do…
-
comment
Comment #18101952
I'm not sure any other technology stack would have fared much better. Consider that 6 years, 2 months, and 20 days passed between Rails 3.2 and Rails 5.2. That's quite a bit of tim…
-
comment
Comment #17766758
You’ve setup a false dichotomy. Servant leadership can & should be decisive.
-
comment
Comment #17217765
Rails (server side rendering) + Heroku.
-
comment
Comment #15422667
Our tools & materials are constantly changing... not to mention that every project is different in various ways (though many developers delude themselves into thinking their projec…
-
comment
Comment #13514987
What about Traveling Ruby? I've never used it, but it looks promising. https://github.com/phusion/traveling-ruby
-
comment
Comment #13448726
Sounds like Stripe may be a large service oriented system written in Ruby but not Rails. https://www.quora.com/Why-did-Stripe-choose-to-use-Ruby-for-...
-
comment
Comment #11919011
> Don't confuse your job with your family. Reminds me of this terrific article from David Brady. https://heartmindcode.com/2013/08/16/loyalty-and-layoffs/
-
comment
Comment #10793357
I wrote a script to benchmark some of the diff strategies for anyone curious. https://gist.github.com/hopsoft/ae361319c54bbcb4f8e2
-
comment
Comment #10791390
Why? Genuinely curious.
-
comment
Comment #10638159
Conway's Law & micro-services help maintain flatter organizations at least in tech focused companies. When disagreements arise & consensus is hard, the various parties can simply i…
-
comment
Comment #10560916
I do like the access-granted DSL. It seems to address some of CanCan's problems on larger more complex projects. Also... if you prefer a more OO style, I wrote a 50 line authorizat…
-
comment
Comment #9833612
Here's a very similar tool in Ruby. https://github.com/hopsoft/goldmine
-
comment
Comment #7243009
I built a small testing framework with a pry workflow as one of it's goals. It's possible to run the tests in pry mode which drops you into a pry session on test failure. I've used…
-
comment
Comment #5156409
Removing the ability to run code on gem install would be quite disruptive. I think that establishing a universal gem signing policy and/or some form of whitelist/blacklist strategy…