kentonv changed the topic of #sandstorm to: Welcome to #sandstorm: home of all things sandstorm.io. Say hi! | Have a question but no one is here? Try asking in the discussion group: https://groups.google.com/group/sandstorm-dev
wings has joined #sandstorm
wings has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
strugee has quit [Quit: ZNC - http://znc.in]
strugee has joined #sandstorm
wings has joined #sandstorm
wings has quit [Remote host closed the connection]
strugee has quit [*.net *.split]
xet7 has quit [*.net *.split]
strugee has joined #sandstorm
xet7 has joined #sandstorm
frigginglorious has joined #sandstorm
abliss- has joined #sandstorm
<abliss-> Ok, after a bunch of messing around, I have a version of tiny-tiny-rss that allows me to publish my republished-articles feed at a static sandstorm url!
<simpson> Nice. That sounds like a plateau of functionality.
<abliss-> I've been using my previously-posted 1.13.0 spk for a while, and it seems to be working OK -- but I almost exclusively use it through the mobile API, so I haven't tested the web interface throroughly. JacobWeisz[m] have you had a chance to try it out?
<JacobWeisz[m]> I honestly remember a borked SPK comment and didn't try anything.
<JacobWeisz[m]> I can look. Republished articles?
<abliss-> Yeah, the TTRSS interface lets you click a 'reshare' button, then it exports a feed of your reshared articles that othres can publish. Like an old-school retweet, i guess.
<abliss-> s/others can publish/others can subscribe/
<abliss-> and if anyone wants to subscribe to my personal feed of republished articles, it should show up at https://ohf545necr29n0c2xhhj.sandstorm.rapidraven.com/public.xml in just a few minutes
<JacobWeisz[m]> That's neat. I'll definitely play with that. When Ian gets the Powerbox based version running, do you think you'll be able to merge that feature in?
<JacobWeisz[m]> I have subscribed to your republished feed, but I have a suggestion.
<JacobWeisz[m]> The feed title should probably take in your display name or something. It was weird seeing "Published Articles" being the name of your feed.
<abliss> yeah, also the feed's self-advertised URL is wrong. Though, just like ian, "I only want to touch so much PHP" :)
frigginglorious has quit [Ping timeout: 240 seconds]
<JacobWeisz[m]> I love PHP.
<JacobWeisz[m]> Now that my PHP code works in Sandstorm I'll probably write more.
frigginglorious has joined #sandstorm
<isd> I am in favor of ocdtrekkie writing the necessary PHP :P
<isd> to each their own.
<isd> I wonder if ttrss upstream would be open to a patch that made it detect the URL it was being fetch via and use that?
<isd> (I'd like to push stuff upstream as much as makes sense)
<abliss> at the moment, ttrss is serving at http://localhost:8080. I'm periodically curling that from within the grain and dumping the output to /var/www/rss.xml .
frigginglorious1 has joined #sandstorm
frigginglorious has quit [Ping timeout: 246 seconds]
frigginglorious1 is now known as frigginglorious
<isd> You could probably patch up the URLs before dumping it into /var/www?
<abliss> yep, i could sed it or something. not sure if i can get the grain owner's display name from inside launcher.sh? (no http headers)
<isd> Could probably put a proxy in front of ttrss and store it somewhere for later use.
<isd> We should work on merging some of these things.
<JacobWeisz[m]> I don't wanna ask upstream for anything, tbh.
<JacobWeisz[m]> The first time Jason tried didn't go well.
<abliss> yeah, the upstream BDFL isn't very civil or receptive.
frigginglorious has quit [Read error: Connection reset by peer]
nicoo has quit [Remote host closed the connection]
<isd> That's annoying.
nicoo has joined #sandstorm
frigginglorious has joined #sandstorm
<isd> A little more robust, and makes slightly courser-grained requests.