learn-ruby VS Mastodon

Compare learn-ruby vs Mastodon and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
learn-ruby Mastodon
16 1,226
521 45,916
- 0.9%
9.3 10.0
7 days ago 5 days ago
Ruby
- GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

learn-ruby

Posts with mentions or reviews of learn-ruby. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-27.
  • Being laid off in 2023-2024 as an early-career developer
    4 projects | dev.to | 27 Mar 2024
    More consistent learning. The job search also gave me a chance to get back to my Ruby/web development learning roadmap. I realized that at my last job, I wasn't consistently spending time improving my skills, outside of whatever I might (if I was lucky) be learning in work projects. It's just hard to fight against the pressure of the day-to-day work. Here are some approaches that I'll try this time around: Disregard immediate applicability and learn something I'm interested in for the sake of expanding my mind. Right now that's learning functional programming. Learn actively, whether by contributing to Exercism's Ruby track, building a collection of Ruby code katas, or maybe even creating a text-based game.
  • Desperately need direction!
    2 projects | /r/ruby | 29 Jan 2023
    Beyond these basics, I've put together a list of my favorite Ruby/Rails learning resources.
  • Learning Git: my favorite resources
    3 projects | dev.to | 18 Jan 2023
    I made the Git list by (1) scouring the Web for recommended resources, then (2) trying out each one to see if it would be worth going through to the end. In case you're curious about which resources didn't make the cut, here's the commit where they are removed.
  • Learning Ruby: a retrospective
    1 project | dev.to | 6 Jan 2023
    As a guide to my reflections today, I'll use my "Learning Ruby" roadmap, which originally arose out of the chaos of my bookmark hell, where I was having trouble keeping track of the actually important learning resources. The roadmap worked well for me and eventually I put it up on GitHub because making it public gives me more motivation to keep making progress.
  • Looking for Career Change
    2 projects | /r/ruby | 9 Dec 2022
    For me, Ruby was a great choice for a career change. I used to be a teacher until I quit in 2020, then over the next 1.5 years I studied and practiced part-time, while working full-time in a remote customer support job. Ever since I started learning Ruby, I've saved my favorite learning resources here: https://github.com/fpsvogel/learn-ruby. Many of them are free.
  • OOP vs. services for organizing business logic: is there a third way?
    23 projects | dev.to | 6 Dec 2022
    So I've set out to explore the problem of organizing business logic from more angles than before, using the resources listed below. These lists are excerpted from my "Learning Ruby" road map which I often update, so you may want to find these lists there if this post is old at the time of your reading it. The sections corresponding to the lists below are, at the time of writing, "Rails architecture" and "Rails codebases".
  • Ruby for beginners
    2 projects | /r/ruby | 30 Nov 2022
    For more resources, here's my list of my favorites: https://github.com/fpsvogel/learn-ruby
  • Learning Rails vs JS ecosystem?
    3 projects | /r/rails | 27 Nov 2022
    I'll tell my story and you can decide if it resonates with you at all. Also these might help you: my Ruby roadmap (favorite learning resources), and my blog post "How to find your first Rails job".
  • what things do I have to learn to build a web app with Rails?
    1 project | /r/rails | 14 Nov 2022
    I've made a big list of my favorite learning resources, but here are some possible first steps:
  • Recently started first software engineering job, looking for course to improve Rails skills
    4 projects | /r/rails | 14 Nov 2022
    I actually don't know of a good "beyond the basics" Rails course. The one or two that I've seen out there are prohibitively expensive. For me the best way forward has been to improve in specific areas, such as OOP, testing, and SQL basics. I've made a list of my favorite resources in each area, which might help you.

Mastodon

Posts with mentions or reviews of Mastodon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-15.
  • Ask HN: What do you think about a subscription based social media?
    1 project | news.ycombinator.com | 27 Apr 2024
    Oh, TIL about https://mastodon.social/ (https://joinmastodon.org/)

    Looks like what you describe, doesn't it?

    > Social networking that's not for sale.

  • Alt Text box can't fit one screenshot of text
    1 project | news.ycombinator.com | 21 Apr 2024
    Interestingly there is some discussion for Mastodon with people asking the limit to be smaller, which raises the question as to the purpose of alt text, and how to properly handle larger text lengths in screen reader programs.

    https://github.com/mastodon/mastodon/issues/12268

  • Open source at Fastly is getting opener
    10 projects | dev.to | 15 Mar 2024
    Through the Fast Forward program, we give free services and support to open source projects and the nonprofits that support them. We support many of the world’s top programming languages (like Python, Rust, Ruby, and the wonderful Scratch), foundational technologies (cURL, the Linux kernel, Kubernetes, OpenStreetMap), and projects that make the internet better and more fun for everyone (Inkscape, Mastodon, Electronic Frontier Foundation, Terms of Service; Didn’t Read).
  • Bluesky announces data federation for self hosters
    7 projects | news.ycombinator.com | 22 Feb 2024
    Mastodon DMs have absolutely no privacy: https://github.com/mastodon/mastodon/issues/18079

    For a decentralized protocol doing things right is much more important than doing things fast, it is very difficult (and in a lot of cases impossible) to break backwards compatibility.

  • External OpenID Connect Account Takeover by Email Change
    1 project | news.ycombinator.com | 15 Feb 2024
  • Ask HN: Best practice for posting links to large Mastodon threads?
    1 project | news.ycombinator.com | 9 Feb 2024
    Postmortem on what happened here: https://news.ycombinator.com/edit?id=39305884

    The v1 API of Mastodon limits the size of the tree that it will expand for users who are not logged into the server: https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/statuses_controller.rb . I am guessing that this or some similar limit applies to threads being returned to unauthenticated users of the web UI. It just arbitrarily stops expanding the replies at some point, including the main thread from the OP.

    If a thread is truncated, users expect it to expand automatically and autoscroll when you hit the bottom. In my desktop browser, that does not occur, and there is no indication that there is more to see. This is the situation of the web interface as of Mastodon version 4.2.5.

    The issue is very sensitive to observer conditions. If you are logged into the server, the behavior is different. If you use a Mastodon app instead of the web, the behavior might be different. As the tree expands, the cutoffs become different. If you look at the thread on a different Mastodon server, the tree is different because every server has its own view of the Fediverse.

    HN needs a best practice for linking to Mastodon threads in a way that provides a consistent experience to HN readers. The average Mastodon server would be crushed by hundreds of HN readers grabbing the entirety of a huge thread all at once, so this might involve some thread-unroll-and-cache service. I tried https://mastoreader.io/ but it did not solve the problem.

    Alternately, we push changes into the Mastodon web UI to warn users when they need to click to see more and assume that people will get used to the navigation.

    Suggestions?

  • CVE-2024-23832 Mastodon Vulnerability: Remote user impersonation and takeover
    2 projects | news.ycombinator.com | 1 Feb 2024
    Fixed in Mastodon v4.2.5 https://github.com/mastodon/mastodon/releases/tag/v4.2.5
  • Unity's Open-Source Double Standard: The Ban of VLC
    1 project | news.ycombinator.com | 12 Jan 2024
    >You can defeat the Affero clause by putting the software behind a proxy, for example

    Could someone elaborate on this? This is NOT my understanding of the license, and it seems absurd considering e.g. Mastodon is AGPL but the standard install requires a reverse proxy[1]. If using a proxy defeats Affero, why would the Mastodon team do this? Are they stupid?

    [1] https://github.com/mastodon/mastodon/blob/main/dist/nginx.co...

  • You Can't Follow Me
    7 projects | news.ycombinator.com | 11 Jan 2024
    Mastodon is free and open-source. Go ahead and add the flag:

    https://github.com/mastodon/mastodon/blob/main/CONTRIBUTING....

  • Change Referer value to something generic such as "urn:activitypub:Mastodon"
    1 project | news.ycombinator.com | 10 Jan 2024

What are some alternatives?

When comparing learn-ruby and Mastodon you can also consider the following projects:

git-katas - A set of exercises for deliberate Git Practice

diaspora* - A privacy-aware, distributed, open source social network.

ruby - Exercism exercises in Ruby.

Misskey - 🌎 An interplanetary microblogging platform 🚀

AWS-in-bullet-points - ☁️ AWS summary in bullet points

Lemmy - 🐀 A link aggregator and forum for the fediverse

alba - Alba is a JSON serializer for Ruby, JRuby and TruffleRuby.

Friendica - Friendica Communications Platform

Hanami - The web, with simplicity.

GNU social - GNU social is social communication software for both public and private communications.

ruby-science - The reference for writing fantastic Rails applications

nostr - a truly censorship-resistant alternative to Twitter that has a chance of working