
Lobsters
Hacker News
Tildes
Reddit
Lemmy
Hacker News Search
Jerboa for Lemmy
Raddle
Ruby
Python
JavaScript
C++
Java
Perl
Lua
PHP
RubyNo Lobsters videos yet. You could help us improve this page by suggesting one.
Based on our record, Lobsters seems to be a lot more popular than Ruby. While we know about 154 links to Lobsters, we've tracked only 4 mentions of Ruby. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Hacker News sadly jumped the shark in the mid-2010s, and went into orbit after Trump was elected the first time. Since then there's been a lot of political performers here, which has killed the quality of discussion significantly. Lobsters (https://lobste.rs/) is apparently a possible alternative, but the original HN magic has been gone a long time. - Source: Hacker News / 3 days ago
This doesn't really answer your questions, especially as AI is permeating the field, but: https://engineeringblogs.xyz/ https://lobste.rs/. - Source: Hacker News / 3 days ago
Try https://lobste.rs/, not completely without ai news but much better. - Source: Hacker News / 3 days ago
There's a third option: web-of-trust. https://lobste.rs/ has some problems but not bot spam. - Source: Hacker News / 4 months ago
For those frustrated on incessant political news on here, check out https://lobste.rs (and don't forget to flag this). - Source: Hacker News / 4 months ago
On Thursday, I shared the importance of contributing to Ruby's documentation, and I wanted to show that even a small contribution can help. Thus, I showed a small PR I submitted for the ruby-lang.org website:. - Source: dev.to / over 1 year ago
The counter function is written in Ruby. Since Ruby is an interpreted language, AssemblyLift deploys a customized Ruby 3.1 interpreter compiled to WebAssembly, which executes the function handler. Since the interpreter is somewhat large, the cold-start time of a Ruby function tends to be larger than that of a Rust function. Our counter is being run in the backround, so we're fine with it being a little bit laggy... - Source: dev.to / over 3 years ago
But, in general I was told use rubyapi.org unless you _really_ want to stick with the ruby-lang.org docs for all you do (which is fine) or to dig more into some object hierarchy, etc. Source: about 4 years ago
[2] 'rbenv' - https://github.com/rbenv/rbenv - Ruby version management utility. Run something like rbenv install 3.1.1 to install that version on your system (requires related project ruby-build), then rbenv local 3.1.1 in your code's directory to specify that for any ruby command in that directory only, you want to use version 3.1.1 that you installed through rbenv. Does other useful stuff too. Only does Ruby,... Source: over 4 years ago
Hacker News - Hacker News is a social news website focusing on computer science and entrepreneurship. It is run by Paul Graham's investment fund and startup incubator, Y Combinator.
Python - Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.
Tildes - A non-profit community site driven by its users' interests
JavaScript - Lightweight, interpreted, object-oriented language with first-class functions
Reddit - Reddit gives you the best of the internet in one place. Get a constantly updating feed of breaking news, fun stories, pics, memes, and videos just for you.
C++ - Has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation