<DanC>
hmm... I just re-discovered https://www.pythonanywhere.com/ ... I think a lot of times I'm in the mood to use something like that in sandstorm.
<DanC>
sort of a remote development thingy
<DanC>
kinda like adding javascript code to google spreadsheets and stuff
ogres has quit [Quit: Connection closed for inactivity]
<DanC>
Their tabs are: Consoles, Files, Web, Schedule, Databases. The Databases tab asks me to make up a mysql password to start a server. Boring; why don't they make up a password for me? oh well.
<DanC>
sandstorm has a Files thingy
gharris has joined #sandstorm
<DanC>
"Your Scheduled task is a script that will run every day at a time of your choosing — you can use it to do stuff like scraping websites, or checking that your server is running." wow... that's a lot of potential for abuse
<BlueNinja>
Ive been wondering whats new with sandstorm / grains development.. Every week I look at whats new and updated, but I dont see a lot of movement.
<isd>
Things have been much slower since sandstorm-the-startup shut down. Happens when you go from several full-time employees to a volunteer-only project. I think kentonv is working on this: https://sandstorm.io/news/2017-05-08-refactoring-identities
<isd>
I *hope* more folks start to get involved in core. I've seen a patch or to related to testing.
<isd>
I've done some really trivial doc/cleanup stuff, but as much as I'd like to make improvements to core, I don't think I'm going to be able to get myself to do a bunch of hacking on a codebase that's mostly Javscript & C++ -- don't want to start a language flamewar, suffice it to say I'm really not a fan.
<BlueNinja>
nice, well I really believe in sandstorm
<isd>
Which hopefully will have some broader applicability. I'll probably post an announcement/call for feedback in the next week or so, but I want to finish up the demo app first.
<BlueNinja>
and I want to see more developers hop in and make grains.
<BlueNinja>
I think the portability and security and ease to them is unmatched
<BlueNinja>
so I hate to see this fizzle out
<isd>
yeah, same.
<isd>
I do think long term we need more people outside the original team to start hacking on core for the project to stay healthy.
<isd>
I'm probably going to end up focusing on dev tools and apps myself.
<isd>
Though if I can find the time somewhere I'd like to take a whack at the distro project.
<isd>
and I can think of a handful of other contributions I'd like to make that don't involve too much interaction with the bits I have an aversion to
<BlueNinja>
well.. any way I can help. Im no longer a developer but if there is a great YT vid or something describing it, I can see about showing a lot of ppl
<limbo_>
Is there a version of sandstorm I can install on a server that doesn't need to phone home, and won't mess with my already installed services. (mainly webserver)
<limbo_>
also, is running x86_64 nessisary?
<sknebel>
x86_x64 is necessary, yes. I'm not sure if you can turn off the update checker, but sandcats is optional and sandstorm doesn't mess with other services (well, if you tell it to use port 80 then it of course will try to use that, so just don't do that ;))
isd has joined #sandstorm
<isd>
limbo_, sknebel: I'm pretty certain you can turn off the update checker. I'd have to dig a bit to figure out how.
<isd>
But yeah, do that and don't use sandcats, and it won't talk to any of the community infrastructure.
<limbo_>
swell. Any documentation on migrating an nginx install that I use for some static content?
<limbo_>
sknebel: Any idea what depends on x86_64? Is it just binary updates, or is there something that hasn't been ported to other systems?
<sknebel>
limbo_: I think it's primarily that the app packages are provided by the packagers as binaries, and there is no system to have them for multiple architectures
<isd>
There are also probably a few bits that would need porting. I'm not sure how much libseccomp abstracts away, but bpf filters are architecture specific, so that bit of the supervisor might need to be ported.
<isd>
But yeah, the main thing is app portability
<isd>
There's a relevant issue open, let me find it