Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wowi42
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
wowi42
5mo ago
English is not my first language, so I lean on an LLM to clean up the frenchisms, but the ideas are mine :-)
2.
▲
by
wowi42
5mo ago
Hey, fair pushback, let me try to clear up a couple of points because I think there are some genuine misconceptions worth untangling. On footguns. Totally hear you that "Python lets you do anything" feels like a footgun. The flip
3.
▲
by
wowi42
5mo ago
Ah shit...
4.
▲
by
wowi42
5mo ago
Glad it clicked. The Ansible vs PyInfra docs gap isn't really preference, YAML plus Jinja plus a custom DSL is just more cognitive load than plain Python with type hints. Once you can grep the source and read it like normal code, going
5.
▲
by
wowi42
5mo ago
we could put it on our roadmap of examples :-)
6.
▲
PyInfra 3.8.0
(github.com)
307 points
by
wowi42
5mo ago
|
107 comments
7.
▲
by
wowi42
5mo ago
Disclosure: PyInfra core contributor here. We just shipped 3.8.0. PyInfra is an agentless infrastructure automation tool. Same job description as Ansible, Salt, Chef. SSH into hosts, describe desired state, it diffs and converges. No agent,
8.
▲
A DuckDB-based metabase alternative
(github.com)
179 points
by
wowi42
7mo ago
|
40 comments
9.
▲
Python on Erlang/OTP
(hornbeam.dev)
2 points
by
wowi42
7mo ago
|
0 comments
10.
▲
by
wowi42
8mo ago
Author here. It will be more clear once the video is released :-)
11.
▲
by
wowi42
2y ago
When are you planning to release it?
12.
▲
by
wowi42
4y ago
We did an article about it 1 year ago! https://blog.kalvad.com/ddos-on-demand-how-to-properly-load-...
13.
▲
Haskell for Dummies, Part 6
(blog.kalvad.com)
22 points
by
wowi42
5y ago
|
0 comments
14.
▲
Haskell #5: Pattern Matching and Guards
(blog.kalvad.com)
2 points
by
wowi42
5y ago
|
0 comments
15.
▲
Secured Containers
(xcp-ng.org)
4 points
by
wowi42
5y ago
|
1 comments
16.
▲
Haskell Tuples and Pattern Matching
(blog.kalvad.com)
2 points
by
wowi42
5y ago
|
0 comments
17.
▲
Authentication with Phoenix
(blog.kalvad.com)
2 points
by
wowi42
5y ago
|
0 comments
18.
▲
Elle: A transactional consistency checker for black-box databases
(github.com)
82 points
by
wowi42
5y ago
|
8 comments
19.
▲
by
wowi42
5y ago
Moving from classic servers to containers you get: - Builds with fixed dependencies that never change. Rollback is easy -> what about VMs? - Easy deployment of a prod environment on a local machine -> yep, that's a nice touch, th
20.
▲
by
wowi42
5y ago
Not really, but it could be an article soon!
21.
▲
by
wowi42
5y ago
Noted!
22.
▲
by
wowi42
5y ago
https://www.larousse.fr/dictionnaires/francais/tosser/78590
23.
▲
by
wowi42
5y ago
Nice one, I never heard it!
24.
▲
by
wowi42
5y ago
that's true, but without some crazy guy like me to check it, you would not know! :-)
25.
▲
by
wowi42
5y ago
Read the article. I compiled redis with Zig, O3 native, and mimalloc!
26.
▲
by
wowi42
5y ago
Thanks for the feedback. Let me find a better way to make it more clear!
27.
▲
by
wowi42
5y ago
> The sad fact is that a lot of software is difficult to compile; isn't documented well, something that is worse for building; won't work well if installed in a non-standard way, whether that is final location, different suppor
28.
▲
by
wowi42
5y ago
That's what people are doing with Alpine and Musl!
29.
▲
by
wowi42
5y ago
Author here. > The argument here I suppose is live on the bleeding edge? Or swap compilers/allocators as necessary? Or use O3? I'm not entirely sure. My point is that when you are using a software, especially open source, you s
30.
▲
Compile your software
(blog.kalvad.com)
46 points
by
wowi42
5y ago
|
43 comments
More ›