HN user

mrbogle

1,807 karma
Posts29
Comments86
View on HN
www.useanvil.com 3y ago

Understanding startup stock options

mrbogle
1pts0
www.useanvil.com 3y ago

Setting up VSCode as an Atom user

mrbogle
2pts0
www.useanvil.com 3y ago

Understanding Startup Stock Options

mrbogle
4pts0
www.useanvil.com 3y ago

Implementing 429 retries and throttling for API rate limits

mrbogle
2pts0
www.useanvil.com 3y ago

Persisting Load Test Data in Kubernetes with K6, InfluxDB, and Grafana

mrbogle
1pts0
www.useanvil.com 4y ago

Load balancing gRPC in Kubernetes with a service mesh

mrbogle
8pts2
www.useanvil.com 4y ago

Autoscaling Nodes and Pods in Kubernetes

mrbogle
2pts0
www.useanvil.com 4y ago

Converting your vanilla JavaScript app to TypeScript

mrbogle
1pts0
www.useanvil.com 4y ago

SpectaQL 1.0: GraphQL doc generator

mrbogle
2pts0
www.useanvil.com 4y ago

Microfiber: Manipulate and Query GraphQL Schemas

mrbogle
2pts0
www.useanvil.com 4y ago

Node module repo best practices

mrbogle
2pts0
www.useanvil.com 5y ago

Throttling (token bucket) and 429 rate-limit handling when consuming APIs

mrbogle
3pts0
github.com 5y ago

Show HN: SpectaQL – auto-generate GraphQL API documentation

mrbogle
51pts13
www.useanvil.com 5y ago

Anvil PDF API: e-signatures, PDF filling, PDF generation

mrbogle
15pts1
www.useanvil.com 6y ago

Show HN: Anvil PDF Filling API – Populate PDFs from Your App or Website

mrbogle
16pts2
www.useanvil.com 7y ago

Show HN: Fill common PDF forms on the web with Anvil

mrbogle
40pts6
pageclip.co 8y ago

Why you should be using HTML5 form validation: a tour

mrbogle
4pts0
medium.com 10y ago

EShares 101

mrbogle
2pts0
blog.atom.io 10y ago

Introducing the Atom Beta Channel

mrbogle
9pts0
blog.atom.io 11y ago

Atom 1.0

mrbogle
1096pts442
blog.atom.io 11y ago

Optimizing an Important Atom Primitive

mrbogle
294pts90
twitter.com 11y ago

Atom upgrades to Chrome 41 and adds native emoji

mrbogle
14pts0
www.linkedin.com 13y ago

Startups Are Not Glamorous – They Run on Fear

mrbogle
7pts0
easelinc.github.io 13y ago

Tourist.js: really flexible tours by Easel

mrbogle
46pts15
benogle.com 13y ago

An idea for non-technical co-founders: try a service-first business

mrbogle
222pts45
blog.easel.io 13y ago

Create clickable prototypes quickly in your browser

mrbogle
7pts0
alpha.easel.io 14y ago

Show HN: Easel, web design in the browser

mrbogle
346pts120
www.graduationwisdom.com 14y ago

Bill Watterson Commencement Speech (1990)

mrbogle
72pts14
benogle.com 15y ago

Show HN: Critique Quaid, my small JavaScript library

mrbogle
2pts0

I agree, I prefer OOP to much of the spaghetti and 5 layer nested functions that is popular now. This feels like one of those cyclical things that will come back in vogue at some point. People will have trouble maintaining these systems over time, then "discover" OOP and encapsulation, write blog posts about how it is The New Way, etc.

We have some React class components in our system. People who are < 3 years into their career don't like them as they've been told they are complicated and generally considered harmful. Over time, these people tend to come around and realize that class components can be very useful for more complex components.

Thanks for the feedback! Yeah I can see how it could get out of hand with that many types and mutations. The single page situation would probably break down in that scenario too. We'll think about how it might be able to scale. Feel free to open an issue on the repo and we can work it out together.

Hey! Anvil founder here. Anvil’s goal is to help the world move beyond PDF’s and paper forms. We are building a simple online tool to help anyone convert their existing paperwork into online workflows that can be shared directly with customers / employees.

Imagine being able to create a TurboTax-like experience for any form or set of forms. Then instead of emailing around sensitive information, and manually typing it into other software systems, have the information automatically synced to where it is needed. This is what we are trying to do with Anvil.

As we build out our conversion tool, we have been dog-fooding it by converting a bunch of forms we need into Anvil Flows. Today we are launching a subset of these forms for anyone to experience the joy of filling out an Anvil form when compared to a musty old PDF or even worse, paper form.

If there are forms you hate filling out, post in the comments and we will prioritize getting those converted into Anvil Flows!

This is sad. Looking forward to the post-mortems. A question in the interim: Did rethink ever consider building a SaaS business around the product? What were the reasons against it? Were there (a lot of) customers asking for a hosted version?

Are there certain types of continuous views where continuous triggers work better or worse? I can imagine things like alerts on moving averages could get tricky and possibly send repeated alerts when predefined thresholds are crossed multiple times.

Assembler programmers of that vintage were crazy. I did a fair amount of reverse engineering of Honda engine computers[0] from the late 80's early 90's and this kind of thing was the status quo. These things had 256 _bytes_ of memory, and they used every single one, some of them being multiplexed to do multiple things.

There are some interesting, digestible bits in the serial interrupt handler[1]

[0] https://github.com/benogle/obd0vtec_dev/blob/master/src/stoc... [1]: https://github.com/benogle/obd0vtec_dev/blob/master/src/stoc...

What platform? What kind of mouse are you using? The team uses all different mice. I use an apple magic mouse, and it works well.

You can change the scroll sensitivity in the settings.

I'm with you. I read this article hoping for an explanation of what they might do with the money. I suppose it might be a case of 'raise more than you need' because they are hot right now.

I'm a fan of secret, but where is it going? What is the bigger play? Surely there must be one for > $8 million.

Git Integration 12 years ago

There are a number of things: packages that use native modules, menu concerns, app packaging, etc.

Atom 12 years ago

There is no online component. So yes, you can edit offline.

Thanks! This was exactly our train of thought as well. We needed to be able to open windows and menus, wait for the user to do something in the editor, etc. The setup, teardown, and bind options per step in tourist made it really easy to do everything we needed to do.

Crossing The Street 13 years ago

I came in here to say this. People are multi-faceted. They can be risk-averse in one area, but risk-taking in another. I suspect there are better indicators on someone's nature than how they cross the street. IMO, just how they carry themselves is probably a better indicator than whether or not they wait for the light to cross.

We dont take the sidebars into account on the viewport calculation :/. We've been thinking a bit about how to make it better on small screens.

That's great to hear. If you have any questions/concerns, etc. as you get deeper into it, shoot me an email: ben@easel.io. I'm here to help.