Hacker News new | past | comments | ask | show | jobs | submit | 29decibel's comments login

I am surprised it uses macOS as the demo, as I thought it would be harder to control vs Ubuntu. But maybe at the same time, macOS is the most predictable/reliable desktop environment? I noticed that they use virtual environment for the demo, curious how do they build that along with docker, is that leveraging the latest virtualization framework from Apple?


Surprise to me that the iPhone do not allow you to use while driving the car, while Vision Pro is fine?


Build a simple inbox web app for reading newsletters


I think Microfrontends could really work pretty well if you have end to end vertical tooling support, like organization unified package management, authentication, logging, error tracking, testing, CI/CD etc. If any team can bootstrap all of these vertically supporting any major frameworks, then it might be a good idea. But let's face it, most of us don't have that luxury.


A standalone desktop app for talking to my books (PDF,epub)


Looks awesome! A pure FP language deserves a "Pure" home page :-)


It would be nice to add Docker as a another VM to compare.


But the best thing about docker is that it's not a VM. It's a containerization layer built on some linux kernel (only) features. It's not fair to compare it to a VM, or even to put it in the same class of programs.


To repeat the test with Docker you'd need to use VirtualBox anyway.

(Docker is Linux only. To run a Docker container on OSX, you need a Linux VM.)


But you will only need 1 VM :) For realistic testing of a multi-component stack, performance gains start adding up very quickly. There's also the start/teardown time if you want to run tests from a clean environment repeatedly.

In short: the right way to use VMs is as dumb chunks of hardware. Using them as logical units of software makes increasingly less sense as container-native tools get better.

(disclaimer: I'm the Docker guy :)


Docker isn't really a VM...it's more of a virtual application platform.


Consider applying for YC's W25 batch! Applications are open till Nov 12.

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

Search: