Viewing profile — pushfoo
pushfoo
HN member- Joined
- Thu, May 07, 2020, 9:38 AM UTC
- HN karma
- 161
- Public activity
- 105 items
- HN profile
- View on Hacker News ↗
About pushfoo
Top skills : Python, documentation, and automation GitHub : https://github.com/pushfoo/ Contact : ${MY_USERNAME}@ gmail.com
Recent public activity
- comment
-
comment
Comment #47722769
Consider: a cheap VPS can have disk latency above 10ms while the in-datacenter LAN can be ~1ms.
-
comment
Comment #47484341
ctrl-f for "This isn't" and note how many instances of this pattern there are: > This isn't X. It's Y.
-
comment
Comment #45778371
ARM/RISC-V extensions may be another reason. If a wide-spread variant configuration exists, why not build for it? See: - RISC-V's official extensions[1] - ARM's JS-specific float-t…
-
comment
Comment #43154539
This seems to be from astral, the organization behind ruff[1], uv[2], and rye[3] (all good things!). They seem to force using python -m pip on Windows since they don't ship pip.exe…
-
comment
Comment #42891027
Lacking named tuple support is a deal-breaker for some projects. This is directly from their GitHub issues comments[1]: > Duplicate of #5613, still low priority, better use datacla…
-
comment
Comment #42132600
TL;DR: Why not add a capability/permissions model to CI? I agree that pinning commits is reasonable and that GitHub's UI and Actions system are awful. However, you said: > Maybe ac…
-
comment
Comment #41523703
TL;DR: Yes and it's creating "It's X and limited by Y, but it works" projects In web front-end, the same pattern crops up repeatedly. Two examples: * Elm[1]: It's brutally function…
-
comment
Comment #41441030
Line length is definitely configurable. All it takes is adding the following on pyproject.toml[1]: [tool.black] line-length = 100 Aside from matrix-like or column aligned data, the…
-
comment
Comment #41438497
My understanding of black is that it solves bikeshedding by making everyone a little unhappy. For aligned column readability and other scenarios, # fmt: off and # fmt: on become cr…
-
comment
Comment #41438442
we keep having similar problems, lol.
-
comment
Comment #41174368
TL;DR: Octo[1] and OctoJam were cozy little highlights despite the grimness of the pandemic years. Octo[1] targets variants of CHIP-8, an ancient virtual console. The language is s…
-
comment
Comment #41142649
TL;DR: How much of this is a potential class-action[1] and how much of this is failure to deliver on AI? Am I missing something? On one hand, I think I get it: Intel hasn't been a …
-
comment
Comment #41131763
TL;DR: They already wrote Varvara[1] + software[2] for it My understanding is: * The authors wanted to run on a Raspberry Pi powered by solar + batteries * They're often somewhere …
-
comment
Comment #41010532
TL;DR: Cut scope and call it done? These sound like you're trying to build something with professional polish when you wanted to have fun: > Part of it feels like I've tried to do …
-
comment
Comment #40960275
I agree for smaller projects, especially personal ones. For larger projects, approaches like GitHub's web client + terminal interface might be the next best thing since grepping do…
-
comment
Comment #40932710
Do you remember WordArt[1]? > does it really cheapen it to have an obvious AI thumbnail? > Does it say "trying too hard"? If the article isn't about AI images, they often signal on…
-
comment
Comment #40895353
TL;DR: Did the lab get a chance to try integrating sensors into a nice looking, non-smart wristwatch form factor? > What we found is that seniors had essentially no desire to wear …
-
comment
Comment #40893636
TL;DR: Wi-Fi can already provide that signal. We can already get full 3D pose estimation from Wi-Fi. Whether that's a good thing is a separate topic, but there's a recent paper[1] …
-
comment
Comment #40872485
TL;DR: My concerns are more directly practical ones about approaches (formal and humor-based) to overcoming language barriers between devs across language families > visual basic d…
-
comment
Comment #40868159
Can I consider the UXF format stable? UXF was one of the intended eventual targets of a very bad font converter I need to eventually rewrite.
-
comment
Comment #40826099
> ed is just a more taciturn vi. I might quote you on this if I have to explain it to others. > if you're finding yourself tempted by ed you should probably try sam instead Ty, I m…
-
comment
Comment #40826051
TL;DR: You may be right about LISP issues, but my intent was show how IO and social factors seem key to platform success I'll skip discussing Python for the moment because I think …
-
comment
Comment #40819733
TL;DR: US manufacturers seem to favor the luxury market due to margins, but that might change To my understanding, there are two main demographics: * truck as tool (you and I) * tr…
-
comment
Comment #40819443
> you'll note that ex(1) is installed by default on every linux distribution except alpine On my system, it seems to be set up as an alias of vim ("Entering Ex mode"). Huh. A bit m…