Hacker News new | past | comments | ask | show | jobs | submit | more reconbot's comments login

Nope, appsync came out a long time after we were in production and while it's very powerful, it's would require a full rewrite of our application. It's an application service/framework upon itself.

The Bustle stack looks like Redis/Elasticsearch => NodeJS Lambda GraphQL API layer => (sometimes api gateway) => NodeJS lambda render layer => api gateway => CDN. We're working towards removing all the api gateway usage if possible with smarter CDNs like cloudflare workers and Lambda at edge, but it's not currently possible.

This setup gets us an average of 70ms api response time and less than 200ms worst case rendering time. Higher than 90% of cache misses never gets the worst case as we can serve stale content in those cases. Lots of room for improvement too. =)


I'm curious on what's missing from Cloudflare Workers to allow you to remove the API Gateway usage. We're actively looking for more advanced use cases so we can make sure we prioritize upcoming features. Reply here or send me an email at <username> at cloudflare.com.


This was an April fools joke but hit's every good policy idea NYC could do spot on. https://pedestrianobservations.com/2018/04/01/new-york-area-...

From a local controlling agency, from unifying our commuter rails, from joining with the path. All these things would be good for the city and people who live here but I cry because I'll never see a sliver of it in my lifetime.


Easy to avoid. Use Lyft, Use Juno, Use anything else and compare prices.


Lyft is definitely doing it too. I take the same trip at roughly the same time 1-2x per week. After doing that for awhile, i noticed the price went up like 10-20%. When I adjust the locations just a few hundred meters from my usual endpoints, the real time price drops 10-20%.


I've built a cloudwatch metrics stack that reads out of lambda's logs. There's no other way to get data out of your lambda for "free". XRAY is an option but not everything you'd want.


I went through the trouble of setting up X-Ray for three of our Serverless projects (~50 Lambda functions) and can't say that we've gotten much value from it. The UI is... lacking.


Thanks for giving a try! We are here to continuously improve our product with your feedbacks. What specifically can you recommend to improve our UI?


They don't seem to offer rights or license checking in their apis. Am I missing something?


Sure lets trust a for profit cooperation. Their motives could be anything really?

I think destroying competition is something wrong. "Trust us completely forever while we ruin your ability to function without us" isn't something anyone should everyone should have to do. The tax breaks offered to them for their new headquarters (that could "pay for themselves" in 10-20 years and will bring "lots of jobs") are insane, and they don't come close to completely controlling all the markets they operate in. I shudder to imagine what they'll look like when they do. But are they abusing anything now? Lets look into their lobbying, their warehouse temporary workers, their deals with the USPS, and what it's like to be one of their delivery drivers. It sucks to work for Amazon.

I know when trying to bring "Amazon Fresh" to NYC, they failed because the only terms they'd offer truck drivers were crazy high risk and low pay and NYC is a big enough market they could collectively resist. That's not going to last forever.

I'm not against innovation, I'm not against your margin being my opportunity, I'm against living in an Amazon controlled world.


You’re not “trusting” them, you’re just not going against them because they have the potential to do something. Those are quite different. I could murder someone quite easily. Do you put me in jail just in case?

On top of that, I can’t see any power Amazon has that doesn’t evaporate as soon as it’s abused. They have competition from every angle. The only reason they win is because they’re better.


If you attack size in general you avoid having to pick winners and losers and merely make a trade of giving up potential peak efficiency in exchange for avoiding potential peak abuse. I'd favor spinning out new ventures over conglomeration. Abuse comes in many forms; what our current market structure is bad at is preventing max efficiency from winning out over human considerations like workplace conditions.

A way to play with that balance in a still-market-based, evenly-applied way sounds very attractive.

Doing it preemptively, based on potential, has strong precedent in the US when applied to trying to restrict government power. Corporations today are large enough that we should start trying to restrict that sort of power in the same way.


I can’t imagine what this looks like if not the proven democratic socialism most of the western world has already agreed to.

There is no market measure for treating employees fairly; only social safety nets.


What would happen if we had aggressive progressively scaled corporate taxes based on some mix of employee count, revenue, or other measures of size? As a thought experiment (disregarding international complications, measuring problems, etc, for now), how many of the worst effects of capitalism are mitigated if every company has several direct competitors?

With enough participants in the market, you might have enough potential defectors to keep oligopolistic collusion down. Employees get better treatment because they have options. BATNA.

Inspired by stuff like https://slate.com/business/2018/01/a-new-theory-for-why-amer... - the recipe to extracting maximum profit is to pay as little as you can get away with while demanding as much as you can get away with and charge as much as you can get away with. Our current tooling is fairly bad at limiting that "what you can get away with" for corporations. So what pressures would change it?

Currently we tilt the playing field in favor of larger corporations, in addition to the natural inclination in many areas of economies of scale, with stuff like forced arbitration being allowed. "Should Amazon be broken up?" is just a small part of the "how do we make sure economic power is well-distributed instead of concentrated?"

Or do we think systems with too-big-to-fail players are a good thing?


How can a corporation whose raison d'être is profits be trusted with being in a monopolistic situation?

Sure Amazons power will evaporate as soon as it's abused just like Intels, Microsofts and Dow Chemicals. History tells us this isn't the case.


How can a government that has effectively unlimited power be trusted?


Because it is elected?


Elected yes - representative of the people no. By design - with both the electoral college for President and each state having two Senators, the desires of the less populous states are over represenrated in government. And those two parts of government are in control of deciding the third branch - the Supreme Court.

That's not even to mention how much regulatory power unelected officials in the beuracry has.


> I could murder someone quite easily. Do you put me in jail just in case?

Nope, you haven't. You have the potential to attack someone and hope they can't get away in time or protect themselves.

If you really wanted to get the ability to murder someone at your sole descision, you'd have to take someone hostage, plot a terrorist attack or build a nuke. All of which will instantly land you in jail.

In the same way, I think a monopolist should be regulated because basically the only thing stopping them tovdo harmful things is their own descision not to do so. A descision that could change for whatever reasons.


I found it lowered our server cost incredibly for a high volume read heavy site. It allowed us to scale in response to increased traffic (not instantly that's a lie, spikes in the thousands of requests a second are not handled well, but over a few minutes it catches up without issue) and not have to provision and spin up servers. We were constantly over provisioned before and now it's a much lower but moving margin.


You can do that today though with K8s and auto-scaling. Not sure how well autoscaling works on AWS, but on GCP its a breeze.


It can fold if you indent the text, not ideal but hardly a dealbreaker. I'm happy to say the VS Code is how I started with orgmode and I'm excited to see what's missing/coming, it's great!


They seem to be using https://www.eternum.io to "pin" the file (keep a copy of the file alive). Since eternum is a paid service they might unpin after a while but it's up to them. If they didn't do that, the file might only be available as long as your browser is open.


The speakers in this video series give great overviews of their products and their uses. This lecture series reminds me of an in depth meetup, which is nice.


Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: