Live data from Hacker News

Hyper.sh: Container-native Cloud

docs.google.com

11–20 of 30 posts

Re: Hyper.sh: Container-native Cloud

#11
HyperApp: https://itunes.apple.com/app/apple-store/id1179750280?mt=8

Hyper.app: https://hyper.is/

hyperapp: https://github.com/hyperapp/hyperapp

Hyper.sh: https://docs.google.com/presentation/d/1nrfEcCITAofSDPFTIkiA...

Adding this to the list https://news.ycombinator.com/item?id=14634284

Re: Hyper.sh: Container-native Cloud

#12
post #10
post #6

I'm interested - what type of app can you run on 64mb of ram? What languages are suitable for building these types of microservices?

I'd just like to say how dispiriting I find this question considering I how envious of my friends $4k+ computer I was because it had 64mb of RAM and could play C&C Red Alert with absolutely no slowdown. Let that sink in...in the mid 90s, we comfortably fit a Windows GUI and a somewhat sophisticated game into 64mb of RAM and 20 years of "progress" later, we're asking what kind of special accommodations are necessary t…

My favorite comparison is the Apollo guidance computer's memory (though completely different comparison from your GUI and game description). But the AGC is absolutely fascinating.

> 16-bit wordlength, 2048 words RAM (magnetic core memory), 36,864 words ROM (core rope memory)

Source: https://en.wikipedia.org/wiki/Apollo_Guidance_Computer

Re: Hyper.sh: Container-native Cloud

#13
post #5

Earlier quoted context omitted.

They have per-second billing. Use it as serverless.

5 second boot time though. Better than a normal VM, but maybe not great for user facing serverless.

How is it better than a normal VM (or have I misunderstood)? You can get a full VPS with dedicated IP on OVH, Hetzner & co. for EUR 3.50/month.

Re: Hyper.sh: Container-native Cloud

#14
post #5

Earlier quoted context omitted.

5 second boot time though. Better than a normal VM, but maybe not great for user facing serverless.

How is it better than a normal VM (or have I misunderstood)? You can get a full VPS with dedicated IP on OVH, Hetzner & co. for EUR 3.50/month.

Boot time is better than a normal VM.

OVH servers you're lucky if you get it in 5 minutes, not 5 seconds.

AWS is more like 60 seconds

Re: Hyper.sh: Container-native Cloud

#15
post #6

I'm interested - what type of app can you run on 64mb of ram? What languages are suitable for building these types of microservices?

It's rather common for managers to want simple, human-readable reports for information which is already exposed through a REST API.

Setting up a container with a cronjob that, once per day, executes a simple shell script which curls a REST endpoint, parses the relevant information, and sends an email out to a pre-defined mailing list or puts it to a slack channel... Yeah, that's pretty simple to pull off within that memory footprint.

Re: Hyper.sh: Container-native Cloud

#17
post #5

Earlier quoted context omitted.

5 second boot time though. Better than a normal VM, but maybe not great for user facing serverless.

How is it better than a normal VM (or have I misunderstood)? You can get a full VPS with dedicated IP on OVH, Hetzner & co. for EUR 3.50/month.

5 seconds boot + per-second billing is the killer feature.

Re: Hyper.sh: Container-native Cloud

#18

HyperApp: https://itunes.apple.com/app/apple-store/id1179750280?mt=8 Hyper.app: https://hyper.is/ hyperapp: https://github.com/hyperapp/hyperapp Hyper.sh: https://docs.google.com/presentation/d/1nrfEcCITAofSDPFTIkiA... Adding this to the list https://news.ycombinator.com/item?id=14634284

There are countless examples of overlaps in software naming. I'm sure this isn't even the word with the most duplicates.

Also, the .sh does make this particular example at least slightly distinctive.

Re: Hyper.sh: Container-native Cloud

#19
post #6

I'm interested - what type of app can you run on 64mb of ram? What languages are suitable for building these types of microservices?

Go is a good example - I have several services that consume ~20MB of RAM so no need for beefy boxes. Although that's why I also chose to use Kubernetes - extremely easy to pack a bunch of services.

Re: Hyper.sh: Container-native Cloud

#20

HyperApp: https://itunes.apple.com/app/apple-store/id1179750280?mt=8 Hyper.app: https://hyper.is/ hyperapp: https://github.com/hyperapp/hyperapp Hyper.sh: https://docs.google.com/presentation/d/1nrfEcCITAofSDPFTIkiA... Adding this to the list https://news.ycombinator.com/item?id=14634284

There are countless examples of overlaps in software naming. I'm sure this isn't even the word with the most duplicates. Also, the .sh does make this particular example at least slightly distinctive.

Hyper.is is a Mac terminal. I used it for a time, and would always go to hyper.sh looking for docs or whatever.
Post reply on HN