HackerTrans
TopNewTrendsCommentsPastAskShowJobs

somethingAlex

no profile record

comments

somethingAlex
·12 months ago·discuss
Yeah it's odd we needed a whole article for this. "You can't out exercise a bad diet" has always been true outside of the most extreme cases (competitive athletes).
somethingAlex
·last year·discuss
Fair enough, I guess this just seems like a bold assumption to make since an explicit handler function is a cornerstone of lambda, rather than being able to run module level code and having the end self detected.
somethingAlex
·last year·discuss
It may just be such a basic tenant of the platform that no one thought to. You stop getting billed after lambda returns a response so why would you expect computation to continue? This guy expected free lunch.
somethingAlex
·2 years ago·discuss
For brochure / static content sites this is definitely the beginnings of a web crawler but it can be a lot trickier for web apps.

For example, clicking a link which loads some data, then clicking edit (which isn't even an anchor), typing in & clicking stuff, then clicking the save button (don't click the cancel button!) would not be an interaction that would get picked up with your suggestion. Detecting loops becomes much more ambiguous and backtracking to get all the permutations of interactions becomes a whole other problem to solve.
somethingAlex
·2 years ago·discuss
If you are using Cludfront with an S3 origin you can turn on static website hosting and specify a 404 fallback page[0] - which would then just be your index file. It will render your client code and let you show a 404 if it is indeed one.

The problem is that essentially every time a user goes to the site it will be a 404 status code since they are probably not typing in example.com/index but this has pragmatically not been an issue for a wholly authenticated, private, B2B SaaS app. The marketing website is a separate subdomain.

For a public site this is probably worse than returning 200s that should be 404s occasionally, though.

[0]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/Custom...
somethingAlex
·2 years ago·discuss
I don’t know what my use case for this would be. I don’t tend to do anything regularly through a browser that I’d want to automate.

Would be kind of handy to have a “pull all my relevant tax info documents from these sites and zip them up” automation but I only do that once a year.

I’m probably being unimaginative. Anybody have any interesting use cases?

Anyone have
somethingAlex
·3 years ago·discuss
On an iPhone, can they actually access mic input without the indicator being on?
somethingAlex
·3 years ago·discuss
95% 4 perfect
somethingAlex
·3 years ago·discuss
It just seems odd in this context given they are willfully compiling these screenshots together, displaying them prominently, and saying they pay attention to details. What details are they trying to highlight here, if not the UI details?

In general the UI doesn't even look good. It's just a bunch of unflattering grey.
somethingAlex
·3 years ago·discuss
Am I the only one who gets an uncanny feeling visiting this site? If someone told me this was software satire I would believe them.

This cyberpunk-ish theme with juvenile sprite sprinkled over it (e.g. the little AI guy floating under the video and the figures under "What people are saying").

At the beginning of the video I get these '90s infomercial; "The world moves fast / information super highway" vibes. The background music seems ironic considering the visual content.

I guess it is just trying to be retro but the "I want to be post iOS 5 Apple" top bar throws me off. Sorry this is not constructive but I just must know if I'm the only one feeling this.

In any case, I don't mind Slack but I'd give this a try if they allowed more than 500 messages in the free tier. At least Slack gives you the 90 day history.
somethingAlex
·3 years ago·discuss
"Learn to Code like a Developer" is a funny tag line to me. Isn't the point to become a developer? Or are you saying: "you're going to learn with modern tools, just like how a may use tools to facilitate coding?"

Maybe highlight the fact that you have an AI bot helping you through it. I would not have known it unless I read your HN comment.
somethingAlex
·3 years ago·discuss
A concrete example would be a users shopping cart, as they build it. You don’t need the niceties of a fully ACID compliant DB, you need write performance, and extremely high availability.

That was at least a chief use case spotlighted in the original Dynamo paper by Amazon that what the precursor to AWS’ DynamoDB paper.

Not to say that couldn’t be done with Postgres but of course they were dealing with insane scale on Amazon Day.
somethingAlex
·3 years ago·discuss
C++ for when you need to be very close to the metal.

Java (and C#) are still legitimate options for server side code when you want speed and type safety but managed memory.
somethingAlex
·3 years ago·discuss
I duplicated a repo to test this out on and signed up, only to find that all I could try out was Authentication. That's probably one of the features most dependent on which library or identity provider you are using and they only have one library for now.

Wish I could have actually tried this out.
somethingAlex
·3 years ago·discuss
I think certain fads are a little dreadful in terms of unoriginality - those humaaans illustrations, for example. But I think most of the web really should look similar. I think of brochure websites like resumes: you're trying to depict key points without distractions and obstacles. Just like that one person's "unique" resume is actually the last one you want to read, so is that unnecessarily "original" website.
somethingAlex
·4 years ago·discuss
From what I gather, it seems like this would be a good choice if a portion of clients are on low end devices and it is more of a MPA/SPA hybrid - not a full blown web app. A lot of E-commerce and informational sites do fall into the MPA/SPA hybrid bucket.

If you really are making a web app (think dropbox, cloud based enterprise software) I think you'd reach a point where there is so much interactivity that you are essentially shipping Preact, custom component JS, and just a little bit of static HTML. The latter bucket is the only one which saves the user network and parsing time (and I doubt much of it.) I'd still go with a properly chunked SPA for true web apps.
somethingAlex
·4 years ago·discuss
Having been in the same situation, as well a similar one invoking cigarettes, I suggest to you winter green life savers. (Bare with me.)

They certainly don’t help with any physical issues but they help with the mental side.

I’m not sure what it is but the fact that you can move them around in your mouth and gnaw on them while still lasting a while makes it feel like you’re “doing something.”

Every time I’d want to partake i would eat a life saver. They are also innocuous so there’s no guilt or anything.

And I’m sure you can replace them with whatever gives you the sensation described above. I know it’s silly but they were my secret weapon.