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
frigginglorious has quit [Read error: Connection reset by peer]
frigginglorious has joined #sandstorm
frigginglorious has quit [Ping timeout: 265 seconds]
xet7 has quit [Quit: Leaving]
xet7 has joined #sandstorm
simpson has quit [Remote host closed the connection]
kentonv has joined #sandstorm
nicoo has quit [Read error: Connection reset by peer]
nicoo has joined #sandstorm
frigginglorious has joined #sandstorm
frigginglorious1 has joined #sandstorm
frigginglorious has quit [Ping timeout: 258 seconds]
frigginglorious1 is now known as frigginglorious
frigginglorious has quit [Read error: Connection reset by peer]
frigginglorious has joined #sandstorm
frigginglorious1 has joined #sandstorm
frigginglorious1 has quit [Read error: Connection reset by peer]
frigginglorious has quit [Ping timeout: 260 seconds]
frigginglorious has joined #sandstorm
<isd> ^ abliss
frigginglorious has quit [Read error: Connection reset by peer]
frigginglorious has joined #sandstorm
vertigo_38 has quit [Ping timeout: 256 seconds]
<abliss> Neat
<abliss> Too bad browser vendors seem determined to kill webapps by expiring local storage after 2 weeks
vertigo_38 has joined #sandstorm
frigginglorious has quit [Read error: Connection reset by peer]
<JacobWeisz[m]> IMHO web apps shouldn't ever use local storage. I am all for it becoming ethereal.
<JacobWeisz[m]> Either I want a website to not store data unless I download it, or I want a website to store data somewhere I can use it on any device.
<JacobWeisz[m]> Local storage is a worst-case-option that is popular principally because it's low effort to implement.
<isd> fwiw, localStorage and IndexedDB are not the same thing. The latter should be easier to spoof since it's not a synchronous API like localStorage.
frigginglorious has joined #sandstorm
<JacobWeisz[m]> I don't like the concept in general. And IIRC browsers generally don't gate off storage use like they do for microphone access and the like.