Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
colinchartier
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Show HN: GPT4 Powered Multiplayer Jeopardy
(aijeopardy.org)
1 points
by
colinchartier
3y ago
|
0 comments
2.
▲
by
colinchartier
3y ago
Postgres can be tuned to 10k inserts per second, Kafka is definitely overkill for 200/s
3.
▲
by
colinchartier
3y ago
Reminds me of this video about the origin of the name Tiffany: https://m.youtube.com/watch?v=9LMr5XTgeyI "I didn't fly across the Atlantic to... Of course I did"
4.
▲
by
colinchartier
3y ago
Reminds me of the ghost Unicode character saga: https://www.dampfkraft.com/ghost-characters.html
5.
▲
by
colinchartier
3y ago
Nested virt doesn't work with some things like OS snapshot/restore, so they might not support it to allow those features.
6.
▲
by
colinchartier
3y ago
We got around this at my company by just pooling all of the LISTEN/NOTIFY streams into a single database connection in software, here's a sample implementation: function software_listen(channel, callback): if not channel_liste
7.
▲
by
colinchartier
3y ago
As far as I understand, that's 100 shared queries across all users.
8.
▲
by
colinchartier
3y ago
Paul Graham would say for exponential growth, 10x better is the bar
9.
▲
by
colinchartier
4y ago
Sure, I meant "docker" here as a simplification for the OCI format.
10.
▲
by
colinchartier
4y ago
Will add those to the landing page - they got lost in the Figma design
11.
▲
by
colinchartier
4y ago
It looks like all of the auth data is empty - maybe you logged into an account which doesn't have permission to install on that repository? If you email me at colin@webapp.io with your GitHub account name, webapp.io account (if any), a
12.
▲
by
colinchartier
4y ago
Practically - We don't actually require you to use Docker, and we don't use it under the hood. The configuration (which looks like a Dockerfile) can run multiple containers in the same VM: FROM vm/ubuntu:22.04 RUN (install
13.
▲
by
colinchartier
4y ago
We do have a caching anycast proxy like fly, render, and other webapp-focused PaaS providers.
14.
▲
by
colinchartier
4y ago
We don't actually host docker containers - the configuration DSL is based on Docker, but has crucial differences In particular, you can do things like RUN BACKGROUND docker-compose up EXPOSE WEBSITE 8080 This is super important for mos
15.
▲
by
colinchartier
4y ago
It's two environments per unique account - though you can email support to prove you're a real person and get this moved up. We haven't had to formalize any policies, but they'll be similar to other cloud free tiers: - H
16.
▲
by
colinchartier
4y ago
We actually just migrated to NextJS this week - so there's still a few hairy bits with the frontend. Thanks for the report, should be fixed now.
17.
▲
by
colinchartier
4y ago
Webapp.io's money making part (which facilitates this) is a DevOps company (CI/CD, preview environments, etc) which is already hammered with that sort of thing - see this post (from when we were called LayerCI) discussed by Travis
18.
▲
Show HN: Webapp.io - Free firecracker-based full-stack hosting
(webapp.io)
120 points
by
colinchartier
4y ago
|
43 comments
19.
▲
by
colinchartier
4y ago
Hey HN, We recently finished our firecracker-based webapp hosting platform. It's like if Vercel and Docker had a baby: You write VM configurations in a language that looks like a Dockerfile, and every commit creates a preview environme
20.
▲
A Million WebSockets with Go
(medium.com)
4 points
by
colinchartier
4y ago
|
0 comments
21.
▲
by
colinchartier
4y ago
This was the idea behind https://webapp.io (YC S20): - Run a linear series of steps - Watch which files are read (at the OS level) during each step, and snapshot the entire RAM/disk state of the MicroVM - When you next push
22.
▲
by
colinchartier
4y ago
Hey, yeah this looks somewhat similar to what we're building at https://webapp.io (nee LayerCI, YC S20) We migrated to a fork of firecracker, but we're a fully hosted product that doesn't directly interact with GH
23.
▲
by
colinchartier
4y ago
Another benchmark by maintainer of Vue and Vite, Evan You: https://github.com/yyx990803/vite-vs-next-turbo-hmr He seems to imply that Turbopack is very close in performance to existing tooling like Vite in his benchmar
24.
▲
Vite vs. Turbopack Benchmark by Evan You
(twitter.com)
2 points
by
colinchartier
4y ago
|
0 comments
25.
▲
by
colinchartier
4y ago
Just sends me to a login page?
26.
▲
by
colinchartier
4y ago
Everyone talks about NFT volume crashing, but how about prices?
27.
▲
by
colinchartier
4y ago
It doesn't use a Dockerfile, Kata is a docker-compatible runtime that gives more isolation, Layerfile isn't compatible which lets you have `RUN BACKGROUND` and other VM-only logic that wouldn't otherwise be possible
28.
▲
by
colinchartier
4y ago
It'd be nice to see historical trends too, in Canada banks will often raise their rates for ~3 months as a "promotion" before lowering them back down, which requires a lot of micromanagement
29.
▲
by
colinchartier
4y ago
When I talked to prospective users, the big two that people wanted were: 1. Replacement for Vagrant / docker desktop - you'd hibernate your VM, check out someone else's branch, and start a new environment to avoid breaking yo
30.
▲
by
colinchartier
4y ago
GitHub: https://github.com/webappio/layerfiles Single binary download (linux x64 only for now): https://github.com/webappio/assets/raw/main/lf
More ›