HN user

ericmsimons

1,133 karma

@ericsimons40

Posts47
Comments287
View on HN
blog.stackblitz.com 2y ago

The Self-Rendering Eval Shirt

ericmsimons
1pts1
blog.stackblitz.com 4y ago

Chasing Memory Bugs through V8 and WebAssembly

ericmsimons
3pts0
medium.com 8y ago

StackBlitz – Online VS Code IDE for Angular and React

ericmsimons
2pts0
github.com 9y ago

Show HN: RealWorld – A Collection of Exemplary Front End and Back End Codebases

ericmsimons
49pts16
blog.craigslist.org 11y ago

EBay sells back 28.4% stake in Craigslist

ericmsimons
6pts2
slack.firebaseapp.com 11y ago

Show HN: FireSlack, a open source Slack clone made with Firebase

ericmsimons
2pts3
thinkster.io 11y ago

Mastering the Ionic Framework: Build and Deploy Native-Speed Angular Apps

ericmsimons
48pts13
news.ycombinator.com 11y ago

Ask HN: A company wants me to do professional training, how much do I charge?

ericmsimons
27pts11
esft.com 11y ago

The problem isn't Spotify

ericmsimons
5pts0
esft.com 11y ago

Deconstructing the ALS Ice Bucket Challenge

ericmsimons
1pts0
esft.com 12y ago

Silence

ericmsimons
2pts0
esft.com 12y ago

How startups can compete with big company perks

ericmsimons
122pts102
www.kickstarter.com 12y ago

The FreedMan Chair - A better way to sit.

ericmsimons
69pts52
news.ycombinator.com 12y ago

Ask HN: Looking to chat with small-mid startups that are hiring

ericmsimons
5pts1
techcrunch.com 12y ago

Amazon’s Relational Database Service Adds High-Memory Instance With 244GB Memory

ericmsimons
5pts0
www.thinkster.io 12y ago

AngularJS - Understanding $digest

ericmsimons
2pts0
techcrunch.com 12y ago

Lockbox Raises $2.5 Million Seed Round To Help Encrypt Your Stuff

ericmsimons
1pts0
www.thinkster.io 12y ago

AngularJS Full Stack Tutorial: Learn to quickly build modern web apps

ericmsimons
18pts3
www.thinkster.io 13y ago

A Better Way to Learn AngularJS

ericmsimons
59pts11
news.ycombinator.com 13y ago

Best dashboard apps for startups?

ericmsimons
1pts2
zachtratar.com 14y ago

Successful Entrepreneurs Build From Their Heart

ericmsimons
5pts0
hackeducation.com 14y ago

Show HN: ClassConnect, Github model for K-12 lessons

ericmsimons
17pts3
news.ycombinator.com 14y ago

Ask HN: How to properly license software?

ericmsimons
4pts1
news.ycombinator.com 14y ago

Ask HN: Where to find a good UI designer?

ericmsimons
1pts3
www.hackeducation.com 14y ago

ClassConnect (Imagine K12 s11) is rethinking the LMS

ericmsimons
3pts0
www.reddit.com 14y ago

Reddit user explains aging vs cancer

ericmsimons
202pts35
news.cnet.com 14y ago

Apple customer accidentally given store hard drive

ericmsimons
2pts0
news.ycombinator.com 15y ago

Ask HN: I need equity advice.

ericmsimons
26pts15
news.ycombinator.com 15y ago

YC s11 Rejected Applicants: This is the real test.

ericmsimons
17pts38
windowsteamblog.com 15y ago

AMD Announces Radeon HD 6790

ericmsimons
1pts0

Technically speaking yes, but practically it turns out you often need multiple levers to actually get resolution when dealing with bad faith actors.

At some point I intend to write a blog post about what happened so other startups have a frame of reference on how to deal with this sort of thing. Truly wild stuff and can be very counterintuitive.

Good question, here's the link to it: https://patents.google.com/patent/US20220417315A1/en?q=(stac...

It's somewhat specific to our use case as you'll see when you read through. A motivation for securing this was that we've had issues (one instance in particular) where we caught a direct competitor directly copy+pasting code from our compiled builds into their own competing product. Asking them nicely to stop didn't do anything, nor getting emails from our lawyers.

The main lever a startup has to solve this is to keep innovating and being the best product in the market, which is what we have done & continue to do. But having a patent is a useful lever for general deterrence from bad actors like this. (Also want to say thanks and give credit to Vinay Hiremath, cofounder of Loom, who went through similar in the early days of Loom and helped point us down the path of securing a patent)

stackblitz ceo here, just to clarify:

we haven’t ever pivoted from webcontainers, not sure what you’re talking about there. it’s been our main thing since forever :)

stackblitz itself is a product suite built on top of webcontainers. note that many issues in the repo you linked are not for webcontainers specifically, but instead mostly for stackblitz specific functionality.

we have about 3m devs/mo using us for free on stackblitz.com, so we do the best we can for free public issue triage but do prioritize our paying customers (we are a business after all :)

Thanks for this feedback- we’ll definitely make it easier to land on the webcontainer.new demo from the homepage. I think our main concern initially was that without docs context it might be too confusing what’s going on, but I think we could find ways to ease that in that experience itself

Hi HN! Cofounder of StackBlitz/WebContainers here, cool to wake up and see this on the front page unexpectedly :) Happy to answer any questions!

Btw one emergent use case we've seen growing rapidly has been code execution for AI agents. Would love thoughts/questions/feedback if you’re working on things in that space: https://webcontainers.io/ai

This is what we do at StackBlitz (stackblitz.com). All hosted in the browser without the need for servers, including fullstack applications.

WebContainer API 3 years ago

We have a generous free tier on stackblitz.com! Self-hosting does require a paid license though (we have to keep the lights on somehow :)

WebContainer API 3 years ago

is it "ECMAScript API of new open source WASM-based POSIX-style browser OS"

This is closer to what the Bytecode Alliance is looking to do with WASI, which we're playing a small (but crucial) part in: https://blog.stackblitz.com/posts/bytecode-alliance/

Does "WebContainer API" mean "proprietary web service for accessing npm and git over http"?

Kinda, we have plans to allow self hosting and more reg open source- more to come!

WebContainer API 3 years ago

Eric (StackBlitz CEO) here- just wanted to confirm that we are indeed using VitePress! By far the best documentation site generator available right now from a DX, design, and flexibility perspective. Highly recommend.

WebContainer API 3 years ago

Eric (CEO of StackBlitz) here- your explanation is 100% correct regarding why & how servers need to be used to power parts of WebContainer environments (i.e. proxying npm, git, transforming binaries, amongst a handful of other things).

Some of these operations can be cacheable which is ideal for scalability, but even the ones that cannot tend to be far cheaper than running VMs which incur by the minute CPU costs.

Our intention is to be fully transparent on the how & why, so I’m happy to answer further questions on all this! I also think it’d be good for us to include something more detailed like your explanation in our docs so that other folks don’t feel similarly confused when reading them- curious if there’s particular points that jump out to you that I can share with our team to include!

SvelteKit 1.0 4 years ago

Congrats to Rich & team- SvelteKit is an amazing experience to develop with. Excited to use 1.0 on some new projects!

Hi- cofounder of StackBlitz here.

In regards to my comment 4 years ago, this was in reference to our v1 technology toolchain (turbo npm client, etc) which is all available as open source over at https://github.com/stackblitz/core.

In regards to WebContainer, it's still very much in beta and undergoing many internal API changes as we iterate, but we absolutely intend to release an OSS API once we hit GA.

Our current docs/developer portal has some additional API/config information on StackBlitz, WebContainer, etc (albeit still WIP): https://developer.stackblitz.com/

Web-based editor 5 years ago

TL;DR this only lets you edit files, not actually run commands since there’s no underlying container (unless you pay by the minute for Github Codespaces).

This is in contrast to WebContainers which launched a few months ago (https://news.ycombinator.com/item?id=27223012) and enables VS Code to run entirely in-browser (including terminal commands) using a WebAssembly based operating system.

Source: worked on WebContainer and am CEO of StackBlitz

Copy+pasting my answer from existing comment:

It works in Firefox today (minor issues keeping it feature flagged for now) and Safari is close to shipping WASM Threads, so this will likely work on all major browsers by EOY.