Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
p8
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
p8
2y ago
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...
2.
▲
by
p8
3y ago
> 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 really popular and fast language. Looking at the Spring Bo
3.
▲
by
p8
3y ago
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 including all the time the web server is blocked on IO, for e
4.
▲
by
p8
3y ago
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 years after Amazon.
5.
▲
by
p8
3y ago
> 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 of the interpreter: > We now speed
6.
▲
by
p8
3y ago
So where are the Shopify's of that era build on Struts and JSF?
7.
▲
by
p8
3y ago
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 JavaServerFaces.
8.
▲
by
p8
3y ago
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, was that an application that would take a month to build in
9.
▲
by
p8
3y ago
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://www.youtube.com/watch?v=
10.
▲
by
p8
4y ago
DrNic has a video series recreating Notion in Ruby on Rails: https://www.youtube.com/watch?v=XWfyffFWbDI
11.
▲
by
p8
4y ago
This is great news for the Rails community! Looking forward to what this will bring.
12.
▲
by
p8
5y ago
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: https://github
13.
▲
by
p8
7y ago
Chef, Puppet, Dragonruby, Brew, Hanami, Roda..
14.
▲
by
p8
13y ago
Even better: scala> println("5" + 5 + 5) 555