soveran changed the topic of #microrb to: Small Ruby Libraries | Log: http://irclog.whitequark.org/microrb
inkel has quit [Remote host closed the connection]
tumdedum has quit [Ping timeout: 264 seconds]
skade has joined #microrb
tumdedum has joined #microrb
inkel has joined #microrb
skade has quit [Quit: Computer has gone to sleep.]
inkel has quit [Ping timeout: 244 seconds]
sweeting has joined #microrb
guilleiguaran has quit [Quit: Connection closed for inactivity]
jpfuentes2 has joined #microrb
guilleiguaran has joined #microrb
soveran has quit [Remote host closed the connection]
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
solnic has quit [Read error: Connection reset by peer]
solnic has joined #microrb
skade has joined #microrb
guilleiguaran has quit [Quit: Connection closed for inactivity]
sweeting has quit [Ping timeout: 252 seconds]
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #microrb
shehryk has joined #microrb
skade has quit [Quit: Computer has gone to sleep.]
jpfuentes2 has joined #microrb
skade has joined #microrb
patriciomacadden has joined #microrb
shehryk has quit [Remote host closed the connection]
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #microrb
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jpfuentes2 has joined #microrb
skade has quit [Quit: Computer has gone to sleep.]
soveran has joined #microrb
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
skade has joined #microrb
soveran has quit [Remote host closed the connection]
soveran has joined #microrb
<solnic> soveran: good morning
<soveran> solnic: hey, good morning
<solnic> so, I'm wrapping my head around mote
matiasow has joined #microrb
<solnic> do you think it's safe to assume we can start with a static page?
<solnic> (I think yes)
<soveran> yes, absolutely
<solnic> awesome
<solnic> I guess a static categorized list would do just fine
<solnic> I'm wondering if you have any thoughts/ideas about how it should look like
<soveran> generated or hardcoded?
<solnic> generated from json
<soveran> yes
<soveran> lately I like monospace fonts mixed with svg drawings, kind of like this: http://www.punchgirls.com/
<solnic> this is cool
<solnic> any quick-and-dirty css "frameworks" we could consider using or no?
<solnic> I'm lazy and use bootstrap but I'm so so so bored with it already...
<solnic> also my design-fu is pretty low, I have probably a decent sence of esthetics but I won't come up with any design myself (esp when it comes to gfx)
<soveran> I can give it a try
<soveran> I'm not a designer either, so I have a hard time tweaking the design
<solnic> that would be awesome
<solnic> my html+js+css-fu is good though :)
pote_ has joined #microrb
<solnic> late lunch here, bbiab
<soveran> ok
<solnic> oh and something to think about: tags vs categories (I think I prefer tags and no categories)
<soveran> +1
tumdedum has joined #microrb
tumdedum has quit [Changing host]
<solnic> back
<soveran> welcome back
<solnic> \o/
<solnic> fyi I'm adding some projects and a simple wrapper around the json data so we can keep the templates clean
<solnic> I started with "cat github.com/soveran > projects.json" ;)
<soveran> hahahahahahahha
<soveran> cool
patriciomacadden has quit []
matiasow has quit [Remote host closed the connection]
pote_ has quit [Remote host closed the connection]
jpfuentes2 has joined #microrb
<solnic> soveran: how to use a shared layout using mote?
skade has quit [Quit: Computer has gone to sleep.]
inkel has joined #microrb
<soveran> solnic: in the context of the static site?
<soveran> (sorry, was away)
<soveran> in the context of web apps, it's easy to create the usual helpers like partial, etc. Here's an example: https://github.com/cyx/cuba-contrib/blob/master/lib/cuba/mote.rb
<soveran> in the context of the static page, you can create a layout.mote file that contains this tag: {{ content }}
<soveran> then you can send a value for that content like this: $ mote layout.mote content <some_string>
<soveran> for example:
<soveran> $ mote ./layout.mote content `` () { mote ./home.mote }
<soveran> (not bash, btw, we would need to translate that)
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
f-3r has joined #microrb
guilleiguaran has joined #microrb
skade has joined #microrb
matiasow has joined #microrb
matiasow_ has joined #microrb
matiasow has quit [Ping timeout: 268 seconds]
jpfuentes2 has joined #microrb
mbj has joined #microrb
matiasow_ has quit [Read error: Connection reset by peer]
<solnic> soveran: I ended up doing more on the client side
<solnic> we've got search already, adding filtering by tag now
<solnic> guess what, I found the js libs on microjs.com :D
<soveran> hahahaha
<soveran> great
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<mbj> hola
<mbj> solnic: Is there any *formal* rule to classify a given lib as "micro" ?
<mbj> soveran: thx
<solnic> mbj: yeah we're still discussing this
<solnic> ok people, we have a fully functional website: http://cl.ly/image/2I1c21001R13 lol :)
pote_ has joined #microrb
<solnic> soveran: ^
<solnic> this is called micro-design
inkel has quit [Remote host closed the connection]
<mbj> solnic: You cound unparser as "microrb" capable?
<mbj> mbj@mbj ~/devel/unparser (master) % cat lib/**/*.rb | wc -l
<mbj> 5639
<mbj> thats not "micro", okay its around 50% YARD docs.
<mbj> But still far more than the 3k SLOC. Especailly if you include the specs.
<mbj> sinatra has lots of deps.
<solnic> I'm less concerned about LOC and more concerned about functionality
<solnic> there will also be a separate category for micro-frameworks (like sinatra)
<solnic> or just frameworks that consist of few micro-libs
<solnic> for instance we could add ROM there IMO under frameworks category (soon to be added)
dark has joined #microrb
<mbj> solnic: understood, makes sense
<solnic> http://microrb.github.io/microrb.com/ <== working version will be here for now
<solnic> working as in WIP
matiasow has joined #microrb
matiasow_ has joined #microrb
matiasow has quit [Ping timeout: 244 seconds]
patriciomacadden has joined #microrb
inkel has joined #microrb
inkel has quit [Remote host closed the connection]
matiasow_ has quit [Remote host closed the connection]
matiasow has joined #microrb
jpfuentes2 has joined #microrb
matiasow has quit [Read error: No route to host]
matiasow_ has joined #microrb
matiasow has joined #microrb
matiasow has quit [Client Quit]
matiasow_ has quit [Ping timeout: 265 seconds]
f-3r has quit [Ping timeout: 265 seconds]
<elcuervo> solnic: awesome!
skade has quit [Ping timeout: 240 seconds]
skade has joined #microrb
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
f-3r has joined #microrb
solnic has quit [Read error: Connection reset by peer]
solnic has joined #microrb
<mbj> solnic: repos to add to microrb, snusnu/procto snusnu/lupo
<solnic> elcuervo: \o/
<solnic> mbj: roger that
<solnic> btw my next step is to use github API to build a more detailed database that will include descriptions, urls to websites, stars etc
<solnic> so there will be a basic list of projects that people will use to add new or propose new projects and our micro script will use that to pull in more meta data from github api
patriciomacadden has quit [Remote host closed the connection]
skade has quit [Read error: Connection reset by peer]
soveran_ has joined #microrb
soveran has quit [Read error: Connection reset by peer]
skade has joined #microrb
soveran_ is now known as soveran
soveran has quit [Changing host]
soveran has joined #microrb
patriciomacadden has joined #microrb
okhromov has joined #microrb
solnic has quit [Quit: Leaving...]
skade has quit [Ping timeout: 244 seconds]
skade has joined #microrb
okhromov has quit [Remote host closed the connection]
patriciomacadden has quit [Remote host closed the connection]
guilleiguaran has quit [Quit: Connection closed for inactivity]
patriciomacadden has joined #microrb
skade has quit [Ping timeout: 264 seconds]
patriciomacadden has quit [Remote host closed the connection]
patriciomacadden has joined #microrb
patriciomacadden has quit [Ping timeout: 265 seconds]
skade has joined #microrb