Hacker Newsnew | past | comments | ask | show | jobs | submit | tubs's commentslogin

This is way way more expensive than hetzner. Not even comparable?


Why create an array each time it iterates a Set rather than just iterating the Set?


I create a new copy of the Set because the functions called during the loop might modify it by removing elements via cleanup functions. Without a copy, iterating directly on the Set could cause unpredictable behavior.


But as the article points out, this is a naive implementation. It could be discussed and greatly improved.


Yeah like npm! Don’t think there’s ever been security issues in that.


I download all apps on my phone from the bleeding edge of npm. /s

When npm has supply chain attacks it's still news.

On Google Play Store its actually noteworthy when an app isn't some level of malware loaded with ads and questionable permissions.


Matcha has caffeine in it though?


It does, but the L-Theanine has an almost neutralising effect on the more jittery and frenetic aspects that caffeine can bring. It leaves you feeling what I would describe as more focused and calm, rather than alert and anxious


Yes, it does but not in high quantities like coffee. It gets complemented perfectly with the L-Theanine content in it.

This combo generally works well on folks that get benefits from coffee.


Raw meat? Wheat grains from the ground? Coconut shells?


no, meat from the meat aisle that comes from a cow and not with a bunch of chemicals added into it and that is in the freezer


How big is the server runtime compared to v8 under the hood?

Yes, every one of those apps is c++ powered.


When text is (clearly) non native English I think most native readers don’t even register grammar errors.

To be honest most native readers wouldn’t register grammar errors full stop.

I guess I have more awe of people who speak a foreign language at all compared to piping it through some agent malarkey.


As the other posters have shown it’s not that hard.

Most graphics specs will explicitly say how tie break rules work.

The key is to work in fixed point (16.8 or even 16.4 if you’re feeling spicy). It’s not “trivial” but in general you write it and it’s done. It’s not something you have to go back to over and over for weird bugs.

Wide lines are a more fun case…


If you’re working in robotics and don’t have fully deterministic event based replay you need to find a new middleware.


Dynamic is still nice when you’re dealing with unknown data imo. More hygienic to read than dictionary access through string keys for example.

I use it when deserializing unknown message types.


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

Search: