nixers
dbag - a dcat fortune file #nixers_after_dark - Printable Version
+- nixers (https://nixers.net)
+-- Forum: General (https://nixers.net/Forum-General)
+--- Forum: Off topic (https://nixers.net/Forum-Off-topic)
+--- Thread: dbag - a dcat fortune file #nixers_after_dark (/Thread-dbag-a-dcat-fortune-file-nixers-after-dark)


dbag - a dcat fortune file #nixers_after_dark - xero - 14-10-2015

sooooo,
last night on irc somehow dcat, rocx, and myself decided that making a version of fortune with dcat quotes would be a great idea. dcat posted his irc logs w/ a grep for his messages. what happened next is worth preserving.

this image is a composite of most of the action, i removed a few off topic messages and combined multiple scrots. e n j o y !

[Image: mIv1vX7.png]

update:
cli tool is out! https://github.com/iotek/dbag/


RE: dbag - a dcat fortune file #nixers_after_dark - Houseoftea - 14-10-2015

What a quotable person, I really need to get on IRC more ;P


RE: dbag - a dcat fortune file #nixers_after_dark - xero - 14-10-2015

Quote:need to get on IRC

RIP JMBI


RE: dbag - a dcat fortune file #nixers_after_dark - chc4 - 14-10-2015

o7 never forget

We should really have a quotes database, something like xkcdb or bash.org. Hell, even having one of the bots keep it instead of having it public, and have it spout a random quote with a command.


RE: dbag - a dcat fortune file #nixers_after_dark - venam - 15-10-2015

If you want to discuss the qdb the thread is still open.


RE: dbag - a dcat fortune file #nixers_after_dark - xero - 15-10-2015

started working on the cli tool:
https://github.com/iotek/dbag/

feel free to submit pr's w/ new quotes or coding suggestions.
Code:
,
           ;                ,/,
           |#\              /,#
           |#;`,  ._.     .'## |
           |#   `-+_ `---'  ## |
           \     "'           `/
    _.-.,__/  _.-.\  /-.-  __.---''-
          /` _ '-'__ '-'       \
    _.--.|- ( )   \/         -"';'-.
          \  () \_/ \_/       _/
           |  \ //            |
          |'---`@  --' .-----"|
          /'--../\   _/\____--/\
         |        \ /           \
         |         "             |



RE: dbag - a dcat fortune file #nixers_after_dark - pranomostro - 15-10-2015

@xero:
Why not use fortune?
Code:
fortune /path/to/file
prints a random line from the file.
That's at least how it works with Plan 9 fortuneā€¦


RE: dbag - a dcat fortune file #nixers_after_dark - schisma - 15-10-2015

let's make an api out of it


RE: dbag - a dcat fortune file #nixers_after_dark - rocx - 15-10-2015

Code:
$ fortune dbag |cowsay -f ~/dcat.cow
_______________________
< dafuq did I just type >
-----------------------
\
  \
+----  ----+
|   //\\   |
|  //  \\  |
| //    \\ |
|//      \\|
  \      /
   \    /
    \  /
     \/



RE: dbag - a dcat fortune file #nixers_after_dark - schisma - 16-10-2015

http://dbag.jona.io/
there


RE: dbag - a dcat fortune file #nixers_after_dark - ChefIronBelly - 16-10-2015

Sure to be a instant classic :)


RE: dbag - a dcat fortune file #nixers_after_dark - xero - 19-10-2015

(16-10-2015, 09:35 AM)schisma Wrote: http://dbag.jona.io/
there
think your api has an out of bounds edge case. i got a blank result a few times when running:

Code:
git commit -m "$(curl -s http://dbag.jona.io)"



RE: dbag - a dcat fortune file #nixers_after_dark - schisma - 20-10-2015

(19-10-2015, 11:31 AM)xero Wrote: hink your api has an out of bounds edge case. i got a blank result a few times when running:
i thought i fixed that, damn

EDIT: should be fixed now