Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ofek
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ofek
4mo ago
Thanks for the clarification! I'm sure your team is already aware but Windows users perceive support as native binaries (no WSL) that can run in a normal environment (no Git Bash or Linux utilities).
2.
▲
by
ofek
4mo ago
I won't be able to fully test because the interactive prompt gates on the user having an advanced subscription (I already pay $40 a month) which for now doesn't seem to be worth it. However, the TUI as shown in a post [0] by one o
3.
▲
by
ofek
4mo ago
I shared the author's frustration when figuring out how to ship such binaries to end users so I wrote a guide [0] detailing exactly how to do it. Apple's documentation is surprisingly poor and I couldn't find any blog posts s
4.
▲
by
ofek
5mo ago
If an agreement can't be reached with your new employer are you certain that folks at Microsoft will continue maintaining this library? I'd like to experiment with it but have trepidation regarding future development.
5.
▲
by
ofek
7mo ago
The naming of this project is quite unfortunate as it resembles the Simplex [1] specification for guiding agent development, which does look promising in comparison. [1]: https://github.com/thinkwright/simplex
6.
▲
by
ofek
8mo ago
I'd encourage folks to read the recently-published statement [1] about the state of OpenSSL from Python's cryptography project. [1]: https://news.ycombinator.com/item?id=46624352
7.
▲
by
ofek
9mo ago
Indeed, I introduced this [0] as an option for every Python integration that runs on the Datadog Agent. [0]: https://github.com/DataDog/integrations-core/pull/12986
8.
▲
by
ofek
9mo ago
The post is entirely authentic; it matches the writing style of the author from before the LLM boom and discusses work that the human author recently released. Can you pinpoint what makes you feel that way? edit: I asked for explanation bef
9.
▲
by
ofek
9mo ago
Your C extension guide looks very useful and I quite like the foreword/history behind it. Have you considered updating the resource to account for the freethreaded mode (which will eventually become the default) on 3.14+?
10.
▲
by
ofek
9mo ago
This is awesome, thanks a lot! I'm going to introduce this in the test suites of the extension modules I maintain [0][1] and, if all goes well, eventually at work [2]. I really appreciate the support for Windows as that platform is cur
11.
▲
by
ofek
9mo ago
> pip could implement parallel downloads, global caching, and metadata-only resolution tomorrow. It doesn’t, largely because backwards compatibility with fifteen years of edge cases takes precedence. pip is simply difficult to maintain.
12.
▲
by
ofek
10mo ago
This release wouldn’t have been possible without Cary, our new co-maintainer. He picked up my unfinished workspaces branch and made it production-ready, added SBOM support to Hatchling, and landed a bunch of PRs from contributors! My motiva
13.
▲
Show HN: Hatch v1.16.0 – workspaces, dependency groups and SBOMs
(hatch.pypa.io)
1 points
by
ofek
10mo ago
|
1 comments
14.
▲
by
ofek
11mo ago
Here's an example of Gemini 2.5 Pro hallucinating, which happens so much that I don't trust it https://gemini.google.com/share/99a1be550763
15.
▲
by
ofek
11mo ago
The sentiment in this thread surprises me a great deal. For me, Gemini 2.5 Pro is markedly worse than GPT-5 Thinking along every axis of hallucinations, rigidity in its self-assured correctness and sycophancy. Claude Opus used to be margina
16.
▲
by
ofek
1y ago
The Jellyfin metadata would certainly be a fit but what about streaming video content i.e. sequential reads of large files with random access?
17.
▲
by
ofek
1y ago
For those who are unaware, there is another project [1] that tracks upstream which adds support for various codecs like Zstandard. Many folks (such as myself) opt to install their releases instead. [1]: https://github.com/mc
18.
▲
Show HN: MCP server for any Python CLI
(github.com)
1 points
by
ofek
1y ago
|
0 comments
19.
▲
Distributing command line tools for macOS
(ofek.dev)
2 points
by
ofek
1y ago
|
1 comments
20.
▲
by
ofek
1y ago
macOS I found to be particularly challenging to support because of insufficient Apple documentation, so hopefully this helps folks.
21.
▲
by
ofek
1y ago
It's only marked as a draft because there has not been a PR to update the status as it was just approved this morning.
22.
▲
Python lock files have officially been standardized
(discuss.python.org)
36 points
by
ofek
1y ago
|
17 comments
23.
▲
by
ofek
1y ago
PEP 751: https://peps.python.org/pep-0751/
24.
▲
by
ofek
2y ago
A long-standing issue with that was just recently fixed: https://github.com/rust-lang/rust/pull/133250
25.
▲
by
ofek
2y ago
Hatchling maintainer here :) What limitations have you personally experienced?
26.
▲
by
ofek
2y ago
The effort is slower then what one would desire because we are all volunteers.
27.
▲
by
ofek
2y ago
> My experiments suggest that about a quarter of this could be eliminated simply by enabling and then mandating the use of LZMA (XZ) compression for sdists and wheels (which currently must both use ordinary Gzip compression). That won&#x
28.
▲
by
ofek
2y ago
Workspaces is unblocked now, it depended on a large refactor which has now been merged: https://github.com/pypa/hatch/pull/1602 In my free time, it's the only thing I'm working on!
29.
▲
by
ofek
2y ago
I think you're thinking of UV, this is a project that they adopted. As far as I understand UV is where development is happening and actually Rye is soft deprecated.
30.
▲
by
ofek
2y ago
Very interesting; I'm quite excited for these future performance improvements! In small-medium sized projects the time isn't very noticeable but larger projects definitely are noticeable in CI. edit: I should say for larger test s
More ›