Viewing profile — p8
p8
HN member- Joined
- Thu, Nov 28, 2013, 8:10 PM UTC
- HN karma
- 9
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About p8
No profile information was provided.
Recent public activity
-
comment
Comment #40574353
Squish also replaces consecutive whitespace with a single space. " foo bar \n \t boo".squish # => "foo bar boo" https://api.rubyonrails.org/classes/String.html#method-i-squ...
-
comment
Comment #38770320
> Today with Spring Boot, for instance, you can bootstrap and develop your app as quickly and easily as any other cool and alternative framework but with the advantage of using a r…
-
comment
Comment #37609214
The 15% is for the total request time including waiting for blocked IO. > All that work allowed us to speedup our storefront total web request time by 10% on average, which is incl…
-
comment
Comment #37597615
Amazon was founded in 1994, that's not the same era. Ruby didn't even exist back then and was released a year later. Rails was released in 2004. Shopify was founded in in 2006, 12 …
-
comment
Comment #37585704
> Overall YJIT is 61.1% faster than interpreted CRuby! > On Railsbench specifically, YJIT is 68.7% faster than CRuby! https://speed.yjit.org/ For 3.2 there also was an improvement …
-
comment
Comment #37584890
So where are the Shopify's of that era build on Struts and JSF?
-
comment
Comment #37583224
There's also a reason Kotlin has become the language of choice for the Android development industry, Scala became a thing, and ThoughtWorks recommended against using JavaServerFace…
-
comment
Comment #37582060
Nobody cares about performance if you build a business application with a couple of users, a common use-case in 2005. The reason a lot of Java people jumped on the Rails bandwagon,…
-
comment
Comment #37493578
Yaroslav Shmarov - 18 months of using hotwire and viewcomponent in production https://www.youtube.com/watch?v=9-btmed9CMw RailsConf 2022 - React-ing to Hotwire by David Hill https:…
-
comment
Comment #33606284
DrNic has a video series recreating Notion in Ruby on Rails: https://www.youtube.com/watch?v=XWfyffFWbDI
-
comment
Comment #33597958
This is great news for the Rails community! Looking forward to what this will bring.
-
comment
Comment #29579079
Andrew Kane wrote gems similar to popular ML libraries which are wrappers around C code: https://ankane.org/new-ml-gems pytorch: https://github.com/ankane/torch.rb Tensorflow: http…
-
comment
Comment #20985417
Chef, Puppet, Dragonruby, Brew, Hanami, Roda..
-
comment
Comment #6816196
Even better: scala> println("5" + 5 + 5) 555