wood, to ruby
@wood@hachyderm.io avatar

Who wants to join my secret Honeybadger Discord?

Things we could chat about there:

  • DevOps, monitoring, observability
  • Indie SaaS and marketing
  • Junior devs/early career
  • General goofing off

Reply and I'll send you an invite.

gd, to ruby
@gd@ruby.social avatar

Instead of DoH, how about anything over DNS? 😎

I've been playing with dnscat2 this evening. I got it working but it's kind of chunky and dies sometimes.

frankel, to architecture
@frankel@mastodon.top avatar

I continue to work on my #OpenTelemetry demo. Its main idea is to showcase traces across various technology stacks, including #asynchronous communication via an #MQTT queue. This week, I added a couple of components and changed the #architecture. Here are some noteworthy learnings; note that some of them might not be entirely connected to @opentelemetry

https://blog.frankel.ch/even-more-opentelemetry/

#Observability #DistributedTracing #ApacheAPISIX @graalvm #Golang #Ruby

nirnaeth, to ruby
@nirnaeth@mastodon.online avatar

ruby drama on stage with Cristian Pianas and Anatoly Mikhaylov. @tenderlove most famous pictures made it to the presentation as the epitome of the cool ruby developer. well deserved!

nirnaeth, to ruby
@nirnaeth@mastodon.online avatar

next speaker up, the creator of the Short Ruby newsletter, a teacher and mentor, a polymorphic software engineer as he calls himself: @lucianghinda Lucian Ghinda at Ruby Day!

wood, to linux
@wood@hachyderm.io avatar

Got my first development environment (Jekyll website) running in NixOS on my Framework laptop using devenv. That makes this my first successful dev environment in nix. :) Nice work @domenkozar!

https://devenv.sh

#Linux #Nix #NixOS #devenv #FrameworkLaptop #Ruby

mackuba, (edited ) to random
@mackuba@martianbase.net avatar

It's ironic that ~17 years ago it was exactly the strongly Mac-centric / community that drew me to the and made me a Mac user… https://world.hey.com/dhh/linux-as-the-new-developer-default-at-37signals-ef0823b7

vyr, to ruby
@vyr@princess.industries avatar

the logo looks like a tentacle to everyone, right? not just me?

djbender, to ruby
@djbender@ruby.social avatar

I've been job hunting full time for 2 weeks now. It's exhausting! If you know of any place looking for a Senior/Staff Software Engineer, I have 15 years experience working with Ruby, Rails, and Javascript. More recently the Node.js stuff has been in React. I'm also interested in Rust, Go, and Elixir. Any leads are appreciated!!

erlend, to ruby
@erlend@writing.exchange avatar

Any dev out there willing to do a simple plugin for ?

A handful of indie devs are pitching in with working examples of FedCM, an important new identity standard with direct implications for the : https://wrily.foad.me.uk/sign-in-with-big-tech-only-or-sign-in-with-whom-i-prefer

The developer of LastLogin.io has implemented FedCM on his end, but he needs the help of a Discourse plugin developer to test the complete login pipeline with his own community forum.

cc @Discourse

esparta, to ruby
@esparta@ruby.social avatar

A little late but we are in the May 2024 SF Bay Area Ruby Meetup @

The room is packed!!

First Kayla Reopelle with and , a great intro!!

hsbt, to ruby
@hsbt@ruby.social avatar

Unfortunately, is dead again this year.

image/png
image/png
image/png

Schrank, to ruby
@Schrank@phpc.social avatar

Hey! If you are into may I recommend https://ti.to/ruby-unconf/2024 to you?

https://2024.rubyunconf.eu

amirrajan, to ruby
@amirrajan@ruby.social avatar

Dream big, start small, KIFASS. Grab your free license of DragonRuby Game Toolkit and ship a game dammit. https://itch.io/s/123455/dream-big-start-small-kifass

leanpub, to rubyonrails
@leanpub@mastodon.social avatar

Gradual Modularization for Ruby and Rails: Improve collaboration, system design, and flexibility https://leanpub.com/package-based-rails-applications by Stephan Hagemann is the featured book on the Leanpub homepage! https://leanpub.com #RubyOnRails #SoftwareEngineering #SoftwareArchitecture #ComputerProgramming #Ruby

tosbourn, to ruby
@tosbourn@masto.ai avatar

If I had a two pence piece for every time @andycroll's One Ruby Thing acted as my second brain, I'd be able to spend all day in a Brighton arcade on the 2p machines.

https://andycroll.com/ruby/

adarsh, to ruby
@adarsh@ruby.social avatar

Hello #SFBA #Ruby Fam:

The next #meetup is this Thursday at New Relic. I will be away at #RubyKaigi but I'm so thrilled to see the new organizers making this happen monthly! We already have host companies offering space for the future events.

https://www.meetup.com/sfruby/events/300869288/

wood, to ruby
@wood@hachyderm.io avatar

This year, @rubycentral announced that 2025 will be the last @railsconf. While I’m sad to lose a favorite Ruby conference, it’s for the best. The Ruby Central team will be able to focus on their core mission: supporting the Ruby language.

https://rubycentral.org/news/anewearforrubycentralevents/

mackuba, to ruby
@mackuba@martianbase.net avatar

Hmm… I guess I could probably write a blog post about how my quest to speed up regexp matching in a Rake task led me eventually to and how it worked in the end… 💎🦀🤔

Schneems, to ruby
@Schneems@ruby.social avatar

Ever find a tutorial that was broken is some subtle but deeply fundamental way?

Ever WRITE a tutorial that was broken in some subtle but deeply fundmental way?

I just released RunDOC 2.0. A tool for writing tutorials that run and embed the results into a markdown document. Check it out https://github.com/zombocom/rundoc

mackuba, to ruby
@mackuba@martianbase.net avatar

Current status: I opened about 100 links to articles and threads from Google results comparing #ruby, #golang and #rustlang and I'm planning to read them 🫠

(no, I'm not really considering Go, mostly just trying to convince myself that I'm not making a mistake starting to learn Rust and not Go 🦀😛)

denis, to ruby
@denis@ruby.social avatar
railsconf, to rails
@railsconf@ruby.social avatar

Meet our keynote speaker @tenderlove, Ruby Core, Rails core, Senior Staff Engineer at Shopify ✨

He is a dynamic & core team member and Sr Staff Engineer at @Shopify! When not innovating in tech, he loves whipping up culinary delights, cuddling with feline friends, and crafting quirky software.

Learn more: https://buff.ly/3W3S0BH

gd, to ruby
@gd@ruby.social avatar

It's so annoying to see developers calling failing tests "flaky".

Last week I found a factory that assigned a random age to a user instance, so no wonder a test that used the age in some bit of logic failed sometimes. That's not a "flaky test", that's a bug in the factory.

Today I saw a date parser bug be called a "flaky test". It was written on the 21st of April and worked fine until it began to fail today, the 1st of May.

monospace, to ruby
@monospace@floss.social avatar

"Tests provide the only reliable documentation of design. The story they tell remains true long after paper documents become obsolete and human memory fails. Write your tests as if you expect your future self to have amnesia. Remember that you will forget; write tests that remind you of the story once you have." (Sandi Metz, "Practical Object-Oriented Design")

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines