asheesh changed the topic of #sandstorm to: Welcome to #sandstorm: home of all things sandstorm.io. Say hi! | Channel glossary: "i,i" means "I have no point, I just want to say". b == thumbs up. | Public logs at https://botbot.me/freenode/sandstorm/ & http://logbot.g0v.tw/channel/sandstorm/today
<asheesh> It is pretty nuts, honestly, frigginglorious1, I agree.
<asheesh> Mostly in great ways, but still, nuts.
<frigginglorious1> asheesh: god as my witness, i will have a functioning app packaged by the end of this next week!
<asheesh> !!!
<asheesh> Well if you're that motivated, definitely feel free to ask me for help.
<asheesh> AFK a little bit for now.
<frigginglorious1> asheesh: you did enough in motivating me to get out and start speaking about cool stuff, but i will keep that in mind :D
neynah has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
mnutt_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mnutt_ has joined #sandstorm
jemc has quit [Ping timeout: 276 seconds]
frigginglorious has quit [Quit: frigginglorious]
frigginglorious1 is now known as frigginglorious
bb010g has quit [Quit: Connection closed for inactivity]
frigginglorious_ has joined #sandstorm
chuan has quit [Quit: Leaving...]
jemc has joined #sandstorm
jemc has quit [Ping timeout: 260 seconds]
jemc has joined #sandstorm
neynah has joined #sandstorm
jemc has quit [Quit: WeeChat 1.4]
jemc has joined #sandstorm
<frigginglorious_> asheesh: i had project building in SS, but i moved to working in meteor directly. Now im having an NPM error while building in SS: npm ERR! Failed at the fibers@1.0.8 install script.
<frigginglorious_> fibers seems to be important. but sandstorm doesnt like it :(
xet7 has quit [Quit: Leaving]
xet7 has joined #sandstorm
mnutt_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mnutt_ has joined #sandstorm
neynah has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
neynah has joined #sandstorm
xet7 has quit [Quit: Leaving]
xet7 has joined #sandstorm
mnutt_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
frigginglorious_ has quit [Quit: frigginglorious_]
frigginglorious_ has joined #sandstorm
jemc has quit [Ping timeout: 250 seconds]
frigginglorious has quit [Quit: frigginglorious]
frigginglorious_ is now known as frigginglorious
<asheesh> frigginglorious: I think your problem is that .meteor/local needs to not be shared into vagrant-spk, because it contains state from your main OS. I'm not fully sure, though.
<frigginglorious> asheesh: hey, you’re still up :P i actually ended up ssh into the vagrant-spk box and installing g++ compiler
<frigginglorious> but apparently i shoulda been using meteor-spk? idk im working it all out.
<asheesh> vagrant-spk for Meteor is great.
<asheesh> If you happen to use Linux as your day-to-day OS, then meteor-spk can work for you instead.
<asheesh> I personally use vagrant-spk for everything that I can get away with, since I like the concept of a .sandstorm/ directory.
<asheesh> Even though I also use Linux as my main OS.
<asheesh> I'm going to fall asleep in a sec, though.
<frigginglorious> at home i have OSx and ubuntu laptops running side-by-side with synergy to share a mouse n keyboard
<asheesh> Nice.
<frigginglorious> no prob, good to know i can work at it in vagrant-spk still :D
<asheesh> Did you manage to fix your npm ERR! problem, then?
<frigginglorious> yeah, i guess the fibers package needed g++
<asheesh> Interesting; I guess that makes some sense; I guess we should include that in the vagrant-spk base box, then.
<frigginglorious> which i thought was strange.
<asheesh> AFK!
<frigginglorious> so the meteor project runs fine locally. i can even compile a .spk. but when i test it with vagrant-spk or upload teh .spk to my server, i get an error
<frigginglorious> well, my .js console just spits out “failed to load resource” eventually, but otherwise the iframe just loads the spinner
neynah has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
xet7 has quit [Quit: Leaving]
<frigginglorious> “failed to load respons”, rather
neynah has joined #sandstorm
neynah has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
larjona has quit [Ping timeout: 248 seconds]
larjona has joined #sandstorm
xet7 has joined #sandstorm
<Zertrin> I've seen the tweet about Owntracks and saw some IRC lines recently about it not being available on Android yet. Just would like to know where it is possible to follow the progress for making it available for Android (didn't find issues about android at mnutt's github nor at the upstram repo), and at the same time express that I would volonteer to beta test when it will be coming.
xet7__ has joined #sandstorm
xet7 has quit [Ping timeout: 244 seconds]
frigginglorious has quit [Quit: frigginglorious]
frigginglorious has joined #sandstorm
mnutt_ has joined #sandstorm
frigginglorious has quit [Client Quit]
jemc has joined #sandstorm
mnutt_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
rolig has quit [Ping timeout: 244 seconds]
rolig has joined #sandstorm
<zarvox> asheesh: I prefer the base box not including much at all and app devs installing things that they or their dependencies require with apt in setup.sh, on the grounds that 1) it makes dependencies more explicit, which is better for longer-term maintenance, 2) it's less initial (and subsequent, to stay up-to-date) download, and .debs are cacheable, and 3) once we add something to the base image, we can virt
<zarvox> ually never remove it without breaking the ecosystem of .sandstorm directories
<zarvox> if you want to add installing g++ to the meteor stack's setup.sh, feel free, but the base image doesn't seem like the right place for it
frigginglorious has joined #sandstorm
frigginglorious has quit [Quit: frigginglorious]
frigginglorious has joined #sandstorm
mnutt_ has joined #sandstorm
<dwrensha> zarvox: do you have any guides for directory structure for a vagrant-spk app that doesn't need to inlcude any source code?
<dwrensha> for gitweb, I ended up with https://github.com/dwrensha/gitweb-sandstorm
<dwrensha> but it seems weird to have an almost empty top level directory
<dwrensha> to be more precise, "doesn't need to make source modifications to the upstream app, so only needs config and initialization code"
<frigginglorious> Zertrin: are you planning on building something off of it? For friends to track eachother or something? or just want to know where your phones going?
<frigginglorious> oh he asked that hours ago
<frigginglorious> dwrensha: IDK bout that, but I think i’m going to put a basic repo together for meteor, for peoeple who haven’t devved in it before. Guide others past the newbie potholes i dug myself into last night.
<Zertrin> but I'm still there
<Zertrin> for now that would be only for me
<frigginglorious> Zertrin: so your app would connect directly to your grain and update location info for you there? and you could presumably do actionable things with the created info from the grain? I guess that would be kind of neat.
<Zertrin> yeah, well even if I've quickly seen the diagram on the README, I'm not really sure how everythings works together. But I was expecting that my app would log my position regularly, and communicate the information to the grain as soon as there is Internet-availability (my phone is set up to connect only on wifi, I only activate 3G/4G from time to time, but for the sake of testing Owntrack, I could activate mobile data during the test)
<Zertrin> I'm self-hosting Sandstorm by the way, and not on the standard HTTPS port (not 443)
<Zertrin> (xxxx.sandcats.io:1234)
mnutt_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mnutt_ has joined #sandstorm
frigginglorious has quit [Quit: frigginglorious]
mnutt_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mnutt_ has joined #sandstorm
mnutt_ has quit [Client Quit]
neynah has joined #sandstorm
[d__d] has quit [Remote host closed the connection]
[d__d] has joined #sandstorm
raoulzecat has quit [Quit: byebye]
mnutt_ has joined #sandstorm
<zarvox> dwrensha: gitweb-sandstorm's layout seems perfectly reasonable to me, in the sense that you're just adding some setup scripts and confs for what is already in the apt repos.
<dwrensha> zarvox: how does https://github.com/dwrensha/ipython look to you?
<zarvox> It's not so different from, say, a repo containing just a README and a Dockerfile
<zarvox> Again, layout seems fine. A little weird that your sandstorm-files.list includes a cluster of apt.conf.d stuff.
<gwillen> hmm, this is kind of tragic: https://news.ycombinator.com/item?id=11467747 -- but I assume Davros is not impacted, even though it is owncloud-compatible, due to not using the actual owncloud server?
<zarvox> Yeah, I'm pretty sure that's an ownCloud feature that Davros doesn't bother with.
neynah has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
neynah has joined #sandstorm
Michael has joined #sandstorm
Michael is now known as Guest60362
<Guest60362> Dear community, I am a user on ghost blog. Is there any way I could upload the theme for ghost blog on sandstorm.io?
Guest60362 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Guest60362 has joined #sandstorm
Guest60362 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Guest60362 has joined #sandstorm
Guest60362 has quit [Client Quit]
frigginglorious has joined #sandstorm
frigginglorious has quit [Client Quit]