Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
catelm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
catelm
3mo ago
Mind blown. And brain broken as I try to swipe with two fingers
2.
▲
by
catelm
4mo ago
Note that Garnix is more than a CI system. It also allows for hosting apps with a quite brilliant and AFAIK unique solution to interdependencies. https://garnix.io/blog/call-by-hash/
3.
▲
by
catelm
5mo ago
I can relate to that. If I'm not careful catching up my internal model and understand of the problem space and the specification of my project while the agent keeps spitting out code I feel very uncomfortable. Perhaps I have very high
4.
▲
by
catelm
5mo ago
I think the pelican on a bike is known widely enough that of seizes to be useful as a benchmark. There is even a pelican briefly appearing in the promo video of GPT-5, if I'm not mistaken https://openai.com/gpt-5/
5.
▲
by
catelm
10mo ago
Sadly, only the mounting rim is normed. The form of the body is not. Meaning, containers from different manufacturers don't stack necessarily and lids are not interchangeable.
6.
▲
by
catelm
10mo ago
NixOS makes this rather easy too. There exist modules for synapse, livekit, etc (MAS module is still a Pull Request, though) and the setup is quite doable: https://wiki.nixos.org/wiki/Matrix However, you still need to
7.
▲
by
catelm
1y ago
Sorry, I wasn't clear. Well, at least there wasn't a way. The newest update is now a step in that direction.
8.
▲
by
catelm
1y ago
That is only partly correct. Devenv.sh misses outputs defining packages compared to flake.nix, i.e. there is no way to deterministically build the project as a nix package. It's the developer environment devenv competes with. Both can
9.
▲
by
catelm
2y ago
The compiler is FOSS under a permissive license Apache 2.0). Only the online editor, similar to Overleaf, is not Open Source. Please check the facts before hitting reply.
10.
▲
by
catelm
2y ago
Scientific/Numeric/Data-Python is essentially a DSL around C-API which creates friction (try for example to map a custom function over a Pandas column). Whereas in Julia, it's just Julia. It's liberating to just extend a
11.
▲
by
catelm
4y ago
> First, we evaluate, for each voxel, subject and narrative independently, whether the fMRI responses can be predicted from a linear combination of GPT-2’s activations (Fig. 1A). We summarize the precision of this mapping with a brain sc
12.
▲
by
catelm
4y ago
Live View (a WYSIWYM Editor) - you type markdown, but see it rendered, comes to mind. Also some interesting extensions/add-ons centered around knowledge management are arising. Unfortunately, Obsidian itself is not open-source though;
13.
▲
by
catelm
4y ago
Do you have a link to some information regarding the work on traits/interfaces and static typing, please?