Myztiq | 5 years ago | on: Show HN: Make Your Photo 16x9
Myztiq's comments
Myztiq | 5 years ago | on: I guess I have to watch ads everywhere on my $1,500 LG TV now
Myztiq | 7 years ago | on: Debugging Serverless Apps: from monitoring invocations to observing systems
Myztiq | 7 years ago | on: Architect – A Serverless Framework
Myztiq | 8 years ago | on: LED stoplights not emitting enough heat to melt snow covering the lights
https://products.currentbyge.com/transportation-lighting/led...
Myztiq | 8 years ago | on: No boundaries: Exfiltration of personal data by session-replay scripts
I can actually hop on a call with this user and walk them through how to do something, while looking at what page and what inputs they have filled in. This takes frustrating back and forth of "What do you see now?" that happens without this tool.
Say I want to influence user decisions by offering subtle cues to push them towards something that will be overall beneficial for them. By watching certain key users we can know what frustrates them (erratic mouse movements, long time searching for features etc) and what things they grok easily.
The article totally washes over a super important feature of fullstory, excluding elements[0]. When you include a simple class name or specifically selecting what you'd like to exclude.
[0] http://help.fullstory.com/technical-questions/exclude-elemen...
Myztiq | 8 years ago | on: Tendermint 0.10.2
Myztiq | 8 years ago | on: Tendermint 0.10.2
java.lang.OutOfMemoryError: unable to create new native thread
Cached version: http://webcache.googleusercontent.com/search?q=cache:https:/...
Myztiq | 8 years ago | on: Show HN: Make Medium Readable Again
https://chrome.google.com/webstore/detail/medium-highlight-o...
Myztiq | 8 years ago | on: Serverless Event Gateway
* Cost based configurations
* Putting high compute in one cloud and storage in another?
* Perhaps to handle entire cloud outages?
* There may be features that don't exist across all the providers that people may want to take a dip into.
* Integration w/ existing frameworks, AKA code deployed to multiple clouds that need to be supported.Myztiq | 8 years ago | on: Serverless Event Gateway
Myztiq | 8 years ago | on: Show HN: Run Code Snippets in Any Language Inside Your Blog
Myztiq | 9 years ago | on: Netlify CMS – An open-source CMS for Git workflows
I've used prismic.io and other such systems in the past, all wonderful. I'm glad to see this is evolving in other ways.
Myztiq | 9 years ago | on: Stop Filing Bugs, File a Container
[Disclaimer - I work at Runnable]
Myztiq | 9 years ago | on: Parse is shutting down today
Happy to answer any questions, or get some current devs there into the conversation to help out.
Myztiq | 9 years ago | on: New Virus Breaks the Rules of Infection
http://www.cnn.com/2016/03/07/health/zika-florida-gmo-mosqui...
Myztiq | 9 years ago | on: Plasma wings could change the way airplanes are designed and flown
Myztiq | 10 years ago | on: Zenefits' blog – Becoming the Compliance Company
I highly doubt there was a meeting where the old values where decided and driven forward in the company. This is all in an effort to be transparent again, just as they originally planned.
Myztiq | 10 years ago | on: Runnable Sandboxes: Full-stack environments for every GitHub branch
The core use-case is being able to manage and test feature branches. In particular, some of the tricky things with pull requests related to integration testing.
Each feature branch can have it's own isolated environment for testing, pointing to different branches for other parts of the stack. This makes it so you no longer need to manage your staging servers, deal with outdated components on the server or even have to wait to be able to test your code. It's always there, always up to date and unique per branch.
Myztiq | 10 years ago | on: Runnable Sandboxes: Full-stack environments for every GitHub branch
> How would this look like when multiple branches from different projects worm together?
Each repository has it's own configuration, and each branch gets it's own container. We allow you to connect branches together, not dissimilar to DNS[1].
To work on individual components locally we have a couple of tricks up our sleeves, but at the end of the day we have a CLI that will allow you to do file syncing and ssh'ing into your boxes from your own terminal[2].
1: https://runnable.zendesk.com/hc/en-us/articles/209632083-Aft...
2: https://runnable.zendesk.com/hc/en-us/articles/208018696-How...