Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Ciantic
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Ciantic
13d ago
This sounds a lot like Spotify's XIRP. They managed to vibe something useful for their own engineers, were super hyped, and decided to release it in public. However what are the odds this harness will stand the test of time against act
2.
▲
by
Ciantic
16d ago
Very cool. I'm cloning the repo, just in case it gets taken down. I've been using EGUI, but its biggest problem is that LLMs really struggle with it. There isn't enough good examples of it. This codebase seems to have a lot o
3.
▲
by
Ciantic
27d ago
One thing would be shipping interfaces without implementations. Rust could try to ship more traits without implementations, I do see it could be problematic with Rust as they don't try to be opinionated on what you will build. There is
4.
▲
by
Ciantic
1mo ago
Intelligence and size of the model might not be that correlated after all. I for one feel like human level intelligence can be replicated with multiple small models, such as vision, language, logical reasoning, spatial understanding etc. It
5.
▲
by
Ciantic
2mo ago
Did you look at 1X's artificial tendon driven hands?
6.
▲
by
Ciantic
2mo ago
That is what I also wonder, who added that tootbrush statement there? Given that Oral-B has done replacable batteries for years, and they have dominant position, I'm thinkin that statement didn't come from lobbies. Maybe someone w
7.
▲
by
Ciantic
2mo ago
I also have Kobo Clara BW, and don't like swipe gestures, or any gestures whatsoever. I (now) know why I don't like that, because regular book and magazines, you don't have to think about how you hold it. Your thumb isn'
8.
▲
by
Ciantic
2mo ago
I also discovered that these days motherboards come with a payload in their chipset, which gets installed automatically in background unless you figure out to turn it off from BIOS before installing Windows. In my case it was bunch of ASUS
9.
▲
by
Ciantic
2mo ago
SQLite has no date data type. Also SQLite has no way to call EXPLAIN on query and get the dummy type name either for arbitrary SELECT query, so you can't even infer it, if you were to use the dummy type name "DATE" or "D
10.
▲
by
Ciantic
3mo ago
Yeah, "?." as safe navigation operator even in JS where it already exists is eye-sore. They could use some other single character instead of two characters. Question mark is already doing a lot with ternaries etc. Instead of obj?.
11.
▲
by
Ciantic
3mo ago
Rust should (eventually) support arrays of structures via compile-time reflection: https://fnordig.de/2026/03/25/rust-reflection-and-a-multi-ar...
12.
▲
by
Ciantic
4mo ago
Node refuses to support TypeScript within node_modules, see https://github.com/nodejs/node/issues/58429 this means you can't do "Typescript-only npm packages". They made that intentionally at t
13.
▲
by
Ciantic
4mo ago
If I saw this in my CI script: curl -X POST $GITHUB_CACHE_URL < wololo.exe It would make me pause, but now that it is a misfeature in YAML configuration it is more widely used. Point of bash scripts they are auditable, and under
14.
▲
by
Ciantic
4mo ago
What I want to focus on is mental model of your CI pipeline, and problem with too much YAML, consider this quote: > Cache scope is per-repo, shared across pull_request_target runs (which use the base repo's cache scope) and pushes t
15.
▲
by
Ciantic
4mo ago
Wow, amazing work. Pretty impressive that it is faster than the Go version already.
16.
▲
by
Ciantic
5mo ago
`android docs` is the superpower we need for everything. NPM / pnpm should have similar `npm docs` that would allow humans and agents to search for type-signatures and JSDocs. It is so annoying that each agent has its own ideas where i
17.
▲
by
Ciantic
5mo ago
AVBD also has this page https://graphics.cs.utah.edu/research/projects/avbd/ I don't know how this implementation differs from the one they are demoing but this one by Jure Triglav feels much smoother to
18.
▲
by
Ciantic
5mo ago
What is the reason they don't use the WebView2? Microsoft Teams uses WebView2, surely it should be enough for Copilot. This defeats the whole point of having WebView builtin and shipped with the Windows 11.
19.
▲
by
Ciantic
6mo ago
I happen to be just now experimenting with app states. Out of interest, you mean something like this? https://gist.github.com/Ciantic/63526ebfe65570b669eca33bf340... What would be disadvanatages of this approach? I don
20.
▲
by
Ciantic
6mo ago
Let me present you my favorite, how do you figure out dirname, basename and filename in batch script? set filepath="C:\some path\having spaces.txt" for /F "delims=" %%i in (%filepath%) do set dirname=&quo
21.
▲
by
Ciantic
6mo ago
I know not all, but Debian/Ubuntu/Fedora does, and while the intended purpose of multi-stage releases is not necessarily security but stability, it still does help up with security too. Because third parties can look and scan the
22.
▲
by
Ciantic
6mo ago
NPM should learn from Linux distribution package managers. Have a branch called testing, and packages stay in testing for few weeks, after which they go to stable. That is how many Linux distributions handle packages. It would have prevente
23.
▲
by
Ciantic
6mo ago
ChatGPT has style settings, you probably should set it to something else than the default. Go to your personalization settings and change base style and tone. I have set it as 'efficient' which is less cheery. I can see why attent
24.
▲
by
Ciantic
6mo ago
I've been using podman, and for me it is good enough. The way I use it I mount current working directory, /usr/bin, /bin, /usr/lib, /usr/lib64, /usr/share, then few specific ~/.aspnet,
25.
▲
by
Ciantic
6mo ago
I wish they support Linux wholeheartedly, a lot of toolkits and GUI frameworks do it by half-assing things, mostly because Wayland is difficult to understand. In Wayland you have multiple ways to render windows, not just the XDG top level w
26.
▲
by
Ciantic
7mo ago
I've used Claude and AWS CDK to build infra code during past year, it is great help but it is not to be trusted. I would not even consider it for Ralph Wiggum Loop style iteration or let alone allowing it to run `cdk deploy` or `cdk de
27.
▲
by
Ciantic
7mo ago
If I understand this problem was in rkyv, and solution is using rkyv with glue code. I hope they could integrate some sort of official derive macro `rkyv::Sparse` for this if it can't be done automatically in rkyv.
28.
▲
by
Ciantic
7mo ago
More and more of the internet of humans need to rely on recommendations of other humans. Lobste.rs and other like such that retain the tree of joined people could work for other communities as well. Kind of like return of the FTP warez scen
29.
▲
by
Ciantic
8mo ago
I've used Smithay's Rust client toolkit for a few months now. For making apps it is still sometimes have unsafe wrappers disguised as safe. It has a lot of internals wrapped in Arc<>, but in my tests, the methods are not saf
30.
▲
by
Ciantic
8mo ago
I have these plugins: git, zsh-autosuggestions /usr/bin/time -f "%e seconds" zsh -i -c exit 0.06 seconds This is acceptable, maybe the zsh-autocomplete is the problem for author or something else? I ori
More ›