Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
andenacitelli
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
andenacitelli
1y ago
Successfully tracked down the Hyrum's Law one, nice work > downstream developers will learn to depend on every possible behavior your API accomplishes, even the unintended ones https://xkcd.com/1172/
2.
▲
by
andenacitelli
1y ago
+1 for Mise, it has just totally solved the 1..N problem for us and made it hilariously easy to be more consistent across local dev and workflows
3.
▲
by
andenacitelli
1y ago
some discussion in https://news.ycombinator.com/item?id=44303052 , which seems to have been posted first
4.
▲
by
andenacitelli
1y ago
some discussion in https://news.ycombinator.com/item?id=44303052 , which seems to have been posted first
5.
▲
by
andenacitelli
1y ago
Their status page has updated w/ a GitHub Copilot degraded perf warning. Seems like they're at least aware of it
6.
▲
by
andenacitelli
1y ago
Yep. Some of it's working fine, but various file downloads are giving 500/503
7.
▲
by
andenacitelli
1y ago
Say what you want, Astral ships impressively fast and their stuff works well. Python has been looking for better tooling for a long time.
8.
▲
by
andenacitelli
1y ago
I’ve had this same thought. Ruff doesn’t support extensions / custom lint rules that I’m aware of, so maybe don’t get your hopes up.
9.
▲
by
andenacitelli
1y ago
AWS supports Valkey for Elasticache, and they actually bill it 33% cheaper. We use it and it works well.
10.
▲
by
andenacitelli
1y ago
Yes, this is it. You can usually find some discounted or free way to get most books, but I had classes where you literally submitted homework through the same system you accessed the book through, and it was like $150.
11.
▲
by
andenacitelli
1y ago
They yanked the relevant change and pushed a new one with a revert, this is now resolved Took them seemingly forever to do. The reversion, sure, that might take a bit to proof, but the yank should have been done way sooner
12.
▲
by
andenacitelli
1y ago
From what I gather this has basically derailed CI for the morning for the majority of places out there. Only workaround is pinning build-time dependencies, which only pip and uv seem to let you do well. Poetry is SOL / heavily cache-de
13.
▲
Python Tooling Guide (Evergreen)
(andenacitelli.com)
5 points
by
andenacitelli
2y ago
|
0 comments
14.
▲
by
andenacitelli
2y ago
A full rewrite instead of finding a way to gradually increment already feels like a lot of risk. Asking your core dev team to potentially pick up an entirely new skillset in Rust would introduce too much on top and probably cause people to
15.
▲
Malte Handbook
(industrialempathy.com)
1 points
by
andenacitelli
2y ago
|
0 comments
16.
▲
by
andenacitelli
2y ago
"Pandas alternative" kind of undersells it -- it's drastically faster and supposedly has a much more intuitive interface. The limits of how long you can keep doing things entirely in-memory (and postpone the move to somethi
17.
▲
by
andenacitelli
2y ago
The installation and first five minutes of any kind of product is hugely make or break. I keep my resume in LaTeX via Overleaf, but probably wouldn’t bother with it if I had to get LaTeX running locally, which has always seemed fairly compl
18.
▲
by
andenacitelli
2y ago
“AI” (as absurdly broad of a term as it is) has legitimate use case. It isn’t JUST hype. However, because of the buzz, it’s being shoehorned into so many places it really just isn’t the proper fit for, and it’s hard to figure it where. Howe
19.
▲
by
andenacitelli
2y ago
Yes, but it’s true in the general case. Defaults are usually the defaults for a reason — someone putting thought into what makes sense for most users.
20.
▲
by
andenacitelli
2y ago
I don’t closely follow the space, but Anker has always seemed like reasonable quality at a reasonable price. Maybe I’m easily marketed to or something. But I’ve had quite a few adapters and cables and such from them and have never had an is
21.
▲
by
andenacitelli
2y ago
I think Rust only really shines when you factor in the longer-term lifetime (pun unintended) of the code. If you’re just focused on how much time it takes to get something working — in other words, a PoC / MVP — it doesn’t seem surpris
22.
▲
by
andenacitelli
2y ago
Totally agree. Maybe if OP phrased it as “Urgency” instead of “Scarcity”, I would have agreed. But these are two distinct concepts that just happen to cause similar outcomes. Almost similar to a concept of an “incorrect” or “false” abstract
23.
▲
by
andenacitelli
2y ago
Hi friend -- your resume link seems to be broken
24.
▲
by
andenacitelli
2y ago
+1 Simple and stable, no more complex than it needs to be, never run into any issues w/ it
25.
▲
by
andenacitelli
2y ago
vantage.sh ec2 instances page
26.
▲
by
andenacitelli
2y ago
Akkio has a pretty good chatbot for this as well as a much longer tail of data transformation and predictive modeling / AutoML features. Disclaimer: I work at Akkio, but think we have a really nice, value-add product and an excellent t
27.
▲
by
andenacitelli
2y ago
Another example of this is AWS CDK. There are a few “levels” of constructs - high level ones that are simpler and apply “presets” that are enough for 80% of users, but the core low level ones still exist if you have a nonstandard use case.
28.
▲
by
andenacitelli
2y ago
Well I guess we need to figure out how to regression test humans then!
29.
▲
by
andenacitelli
2y ago
Reminds me of when I jailbroke an old iPhone and the only thing I really actually used the jailbreak for was making a long press on the volume buttons a previous / next song button. I actually really miss it.
30.
▲
by
andenacitelli
2y ago
You can also use something like stubgen to generate function definition signatures for dependencies for mypy to validate, then make your own changes to those files with better types if you wish. I don’t think it’s very scalable, and having
More ›