Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
evertheylen
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
evertheylen
1mo ago
I see you are a co-founder! Thanks for pg_lake. I am actually already heavily using it, was just interested to read about CDC in the context of pg_lake.
2.
▲
by
evertheylen
1mo ago
I'm interested in pg_lake so I wanted to check out your link, but it seems to be internal to snowflake?
3.
▲
by
evertheylen
1mo ago
Could you not use something like https://github.com/superfly/tokenizer for AWS? They list it as an explicit example, but I have little experience with AWS.
4.
▲
by
evertheylen
1mo ago
Once again, I ask myself: should we start "shaming" developers who don't use isolation? It still seems I am the exception and most people run their dev environment with full permissions. Why? I also wrote an article ( https:&
5.
▲
by
evertheylen
2mo ago
It's not as weird as you might think: laptops may have touchscreens (which can be multi-touch) on top of the "normal" cursor. IIRC, X.org can't really handle such cases cleanly.
6.
▲
by
evertheylen
2mo ago
Also highly relevant project: Cruller, also uses the pre-rewrite Bun codebase but focuses only on the runtime part for production. Link: https://ziggit.dev/t/cruller-buns-zig-runtime-continued-on-z... Discussed on HN:
7.
▲
by
evertheylen
4mo ago
Running systemd inside a container + automatic SELinux integration
8.
▲
Should we start shaming developers who don't use isolation?
(evertheylen.eu)
2 points
by
evertheylen
4mo ago
|
0 comments
9.
▲
by
evertheylen
4mo ago
I rely on podman for my "devcontainers": https://github.com/evertheylen/probox . If anyone can point me to the weak points in my setup I'd appreciate it!
10.
▲
by
evertheylen
4mo ago
If you're looking for a language that aims to solve the "two-language problem" like Mojo, but want something more open, more mature and less influenced by VC funding, check out Julia: https://julialang.org/
11.
▲
by
evertheylen
5mo ago
This is cool! But AFAIK bun promises to be a one-stop-shop for all your JS/TS dev needs, while Perry is "just" a compiler from Typescript to native executables.
12.
▲
by
evertheylen
5mo ago
Yes! But I'm assuming it will prevent me from upgrading to Postgres 19 in the future.
13.
▲
by
evertheylen
5mo ago
From what I can find Postgres 17 [1] introduced incremental backups to pg_basebackup, refined in 18, but nowhere near the full featureset of pgBackRest. Is that what you meant? Having builtin incremental replication to a S3-compatible stora
14.
▲
by
evertheylen
5mo ago
Ah, sad to read this. Does anyone know of good alternatives?
15.
▲
Solidjs releases 2.0 beta – The <Suspense> is Over
(github.com)
3 points
by
evertheylen
7mo ago
|
1 comments
16.
▲
by
evertheylen
7mo ago
Lots of cool new ideas like: - Async is first‑class - Optimistic primitives (createOptimistic, createOptimisticStore) - A more predictable scheduler - And much more!
17.
▲
by
evertheylen
7mo ago
It's just OpenStreetMap, see https://wiki.openstreetmap.org/wiki/How_to_contribute
18.
▲
by
evertheylen
7mo ago
> Maintaining a data center is much more about solving real-world challenges. The cloud requires expertise in company-specific APIs and billing systems. A data center requires knowledge of Watts, bits, and FLOPs. I know which one I rath
19.
▲
by
evertheylen
8mo ago
Not really, I used it to develop against a "real" postgres database for a node backend app. It worked fine and made it pretty easy to spin up a development/CI environment anywhere you want. Only when inserting large amounts o
20.
▲
by
evertheylen
8mo ago
Here in Belgium I have the impression there's steady progress towards such a system: https://wero-wallet.eu
21.
▲
by
evertheylen
10mo ago
This is actually how GTFS (a standard format for public transit data) works: https://gtfs.org/documentation/schedule/reference/#stop_time... . Especially sleeper trains can get weird with 30+ hours. But I don
22.
▲
by
evertheylen
11mo ago
If you're on Linux, I've tried to build an easy yet secure way to isolate your system from your coding projects with containers. See https://github.com/evertheylen/probox
23.
▲
by
evertheylen
11mo ago
Interesting to see Marko and Solid topping the performance metrics. Ryan Carniato* was a core team member of Marko and started Solid. I wouldn't be surprised if SolidStart can eventually lower its bundle size further. *) https:/&
24.
▲
by
evertheylen
11mo ago
Great piece of software. For me its killer feature is automatically passing through exposed ports in a container, so you don't have to recreate the container with different -p options. (See https://evertheylen.eu/p/
25.
▲
by
evertheylen
1y ago
I always like to see new projects using containers. Two questions: - how is your devbox.json file different from a Dockerfile/Containerfile? - does your project attempt to provide any isolation security-wise?
26.
▲
by
evertheylen
1y ago
To add to the article: systemd integration works in the other way too! Running systemd in a Docker container is a pain. It's much easier in Podman: https://developers.redhat.com/blog/2019/04/24/how-t
27.
▲
by
evertheylen
1y ago
Yeah props to the `pasta` tool, it solves a specific problem really well. Nice script! I considered a similar approach that's based on "magic" files in the filesystem before, but it was difficult to get the security right. In
28.
▲
by
evertheylen
1y ago
I actually run code-server (derivative of VSCode) inside the container! But I agree that there can be many gotchas, which is why I try to collect as much feedback as possible.
29.
▲
by
evertheylen
1y ago
I agree with you that VMs would provide better isolation. But I do think containers (or other kernel techniques like SELinux) can still provide quite decent isolation with a very limited performance/ease-of-use cost. Much better than n
30.
▲
by
evertheylen
1y ago
If you are on Linux, I'm writing a little tool to securely isolate projects from eachother with podman: https://github.com/evertheylen/probox . The UX is an important aspect which I've spent quite some time on
More ›