Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lazka
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
lazka
4mo ago
That array keys are auto-coerced to integers has bit me multiple times.
2.
▲
by
lazka
9mo ago
Here is a podcast episode were the devs talk about the new profiler: https://creators.spotify.com/pod/profile/corepy/episodes/The...
3.
▲
by
lazka
1y ago
It's a native build. Only various tools it is shipped with are cygwin builds, like bash etc.
4.
▲
by
lazka
1y ago
In Austria you can use a web browser + FIDO key as an alternative. It works nicely. https://ida.gv.at/de/hilfe/hilfe-zu-ida/authentifizierungsfa...
5.
▲
by
lazka
2y ago
I'm also still using 3.11 for a FastAPI app since 3.12 and 3.13 are quite a bit slower.
6.
▲
by
lazka
2y ago
On Windows (so libwinpthread), 8C/16T machine: $ flac --version flac 1.5.0 $ hyperfine -r5 "flac -f -8 a.wav a.flac" "flac -j16 -f -8 a.wav a.flac" Benchmark 1: flac -f -8 a.wav a.flac Time (mean ± σ):
7.
▲
by
lazka
2y ago
See "Why not use graphs / frequency analysis to compare codecs?" https://wiki.hydrogenaud.io/index.php?title=FAQ#:~:text=Why%... "I decided that analysis should focus on the higher, more conventional rat
8.
▲
by
lazka
2y ago
Discord has "Forum" channels now which are similar to Zulip, with forced "threads" which they call "posts".
9.
▲
by
lazka
2y ago
> > After you get through this hurdle you then have to install the right software, and MSYS2 makes the "genius" decision of letting me pick which binary I want to install for every single install. Do you need to install fmpe
10.
▲
by
lazka
2y ago
What happens if you go over the 200GB or 2 Million monthly requests limits?
11.
▲
OpenJDK Port to mingw-w64/GCC
(bugs.openjdk.org)
3 points
by
lazka
3y ago
|
1 comments
12.
▲
by
lazka
3y ago
They don't use pinning in their examples: https://cython.readthedocs.io/en/latest/src/userguide/source... and https://cython.readthedocs.io/en/latest/src/userguide
13.
▲
by
lazka
4y ago
Could UFW detect/warn that there are iptables rules interfering with its own rules?
14.
▲
by
lazka
4y ago
The next Debian/Ubuntu releases will no longer allow `pip install` outside of a venv: https://discuss.python.org/t/pep-668-marking-python-base-env... You can still force it via `pip install --break-system-packages
15.
▲
by
lazka
4y ago
For those of you who haven't looked at MSYS2 in a while: We now also have a Clang/LLVM based toolchain and ARM64 support.
16.
▲
by
lazka
4y ago
Sure. (1) it is a global setting so I can't decide if I want it on a per application basis, with Docker that is less of an issue though (2) it is disabled by default, so hardly anyone uses it from what I see (3) I'd like to have i
17.
▲
by
lazka
4y ago
assert() is still broken if it's disabled in php.ini.
18.
▲
by
lazka
4y ago
Only C extensions that themselves have no global state and don't depend on the GIL for locking, which most of them do. So they will all require some porting, and it will take time since it requires newer CPython API only available in 3
19.
▲
by
lazka
4y ago
Imo that it's not phishable and that there is no secret on the target server is even more useful in practice. And both those properties don't require physical isolation.
20.
▲
by
lazka
4y ago
U2F generates a new keypair for each origin. Public keys are not re-used.
21.
▲
by
lazka
5y ago
Microsoft ASF/WMA also has a similar limitation, where it disallows writing an open source implementation if you use the official format specification. Luckily it is too mostly irrelevant nowadays.
22.
▲
by
lazka
5y ago
Nextcloud doesn't support color profiles in images, so anything not sRGB looks off in their gallery app -> I wouldn't recommend it.
23.
▲
by
lazka
5y ago
According to the GDPR health data is a special category that needs extra care and heart rate falls in that category: "Information derived from the testing or examination of a body part or bodily substance"
24.
▲
by
lazka
5y ago
GHA tokens can be scoped, see https://docs.github.com/en/actions/reference/authentication-...
25.
▲
by
lazka
7y ago
Here is how a gtk app looked in 2014 on macOS: https://i.imgur.com/1e669Tp.png
26.
▲
by
lazka
8y ago
Yeah, sorry. It shows at least that it's possible with the current PyPy C API layer to have GUI bindings working. Here is the only PyPy related issue I found for PySide2: https://bugreports.qt.io/browse/PYSIDE-535
27.
▲
by
lazka
8y ago
For gtk, gstreamer etc. PyGObject should just work. It has PyPy as part of its CI pipeline. Also in combination with matplotlib (GTK3Cairo backend) and numpy. Not sure about PySide2..
28.
▲
by
lazka
8y ago
What makes you so sure?
29.
▲
by
lazka
8y ago
I've filed bugs for some of the mentioned copy_file_range() issues more than two years ago: - https://bugzilla.kernel.org/show_bug.cgi?id=135461 - https://bugzilla.kernel.org/show_bug.cgi?id=135451 No