HN user

mega-tux

27 karma

[ my public key: https://keybase.io/megatux; my proof: https://keybase.io/megatux/sigs/0pFwW94NPAxXKAFF-EyqhKl9PiwHPY7nQToVR_C1CW0 ]

Posts0
Comments46
View on HN
No posts found.
Google Antigravity 8 months ago

I wanted to try it. How to install it on Opensuse (Tumbleweed)? I was unable to install the rpm for Fedora.

Doing Rails Wrong 10 months ago

Fully agree on templates but I use Phlex to build UIs with pure Ruby on the server side. A pleasure to work with. And with something like Datastar, reactive UIs with practically no js.

Doing Rails Wrong 10 months ago

I really don't like Hotwire and FE history (I'm playing with htmx, Datastar, Phlex and love it) but the ActiveSupport autoloader -> to Zeitwerk migration was pretty much something in the background, an implementation detail, at least in my experience. Most devs don't even know what is all this about.

Lish Shell 2 years ago

Yew project readme needs some love, too. I don't know what is this about

Heroku is still good for tons of stuff. After Salesforce bought it, it stopped getting much better, they removed part of free quota, some add-ons disappeared, and the like. For example, http2 support just went beta on may. It's a shame.

Wayland has arrived in lot of distros as default graphics server pretty recently, that's why it is OK to be called the new kid, IMO.

Love the Shopify effort on the LSP, I even reported issues. But, no, it's not stable or easy to setup unless you use it on specific scenarios. Also I have very high cpu usage nas crashes every day.

Alternatively, you can use Crystal instead of Go. Its syntax is almost Ruby one, except mostly for some typing. Standard library is also similar. Binary size and speed is also go-like

...and let's not forget that performance could be improved in newer versions so it's a bit tricky to say that A is faster than B, period. Particularly, in this new 3.1 version there is a new JIT (YJIT from Shopify guys) that shows up to 22% on railsbench, 39% on liquid-render. And there are alternative implementations like JRuby or GraalVM with diff. in performance.

Ruby 3.1 5 years ago

no exactly the same as js->ts but Crystal language in a typed, compiled lang. with Ruby like syntax but other nice features like Go like concurrency & speed, macros, great C interop. and they are working on an interpreter, too.