Grant Gardner

0 Followers
9 Following
5 Posts

Hooked on ruby since 1.8 for a home automation solution to control a hi-fi unit over a serial port and found it able to elegantly express exactly what I was trying to do.

I maintain a few gems related to FUSE and adhoc stuff I do with my #homeserver.

I am also @lwoggardner for general stuff

githubhttp://github.com/lwoggardner
rubygemshttps://rubygems.org/profiles/lwoggardner
LocationSydney 🇦🇺 (Darramurragal country)
@lucian. Thanks for this. i find another advantage for inheritance approach is static code analysis, documentation, ide integration since the code just looks like any other ruby code to those parsers.
@svoop could 'module_function' be of use here?

Need help with gem naming for a new MQTT gem with both threaded and async clients.

The threaded client will be something like mqtt50.

#Ruby #Gem #async
@ioquatix

async-mqtt50
66.7%
mqtt50-async
33.3%
Poll ended at .

@loop0

In whatever material you have find the section on iterators (Enumerable module), blocks, procs and lambdas and keep it handy.

Embrace and enjoy the duck typing paradigm, or fight it if you're into self flagellation.

Congrats and good luck.

Had an itch to scratch over summer to rework how I handle my audio library from when CDs were a thing. Using #Ruby of course.

Presenting gem 'taglib-simple'

https://github.com/lwoggardner/taglib-simple

work on audio file tags with #ruby semantics.

uses rice.hpp to create the binding to the underlying C++ TagLib library.

#ruby #taglib

GitHub - lwoggardner/taglib-simple

Contribute to lwoggardner/taglib-simple development by creating an account on GitHub.

GitHub