Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bvrmn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bvrmn
5d ago
> could we throw the definition into context and tell the LLM to avoid it? Every IMPORTANT RULE WHICH MUST BE FOLLOWED STRICTLY to not to do something from my AGENTS.md and skills are violated without any hesitation from LLM. Glorified a
2.
▲
by
bvrmn
7d ago
Did your clanker reach 40k CLOC?
3.
▲
by
bvrmn
7d ago
Without tailwind LLMs tend to use inline random colors, random sizes and radiuses. Project becomes an unmaintainable design soup really fast. Even with tailwind first priority is to define dark/light theme with semantic colors. After i
4.
▲
by
bvrmn
7d ago
I'm quite versed in CSS but tailwind has convenient abstractions on top. It's like "why you need C if you have assembler". I don't remember when I wrote raw CSS last time. Even global styles I tend to express via @a
5.
▲
by
bvrmn
11d ago
Hm it's interesting perspective. The paper adds sorting into the mix. Like sorting moves cells and thus prone to issues with references. For me sorting always moves values in cells and I even can't imagine how you could sort formu
6.
▲
by
bvrmn
17d ago
ArrayList is a very generic (pun not intended) structure and could be stretched quite freely in any direction with useful property of owning underlying slice. Like readonly preallocated ArrayList is a thing.
7.
▲
by
bvrmn
18d ago
Examples don't show much more composability comparing to SQL. Even more Prela is heavily based on tuples and has same operation semantics as SQL. Shameless plug: https://github.com/baverman/sqlbind-t
8.
▲
by
bvrmn
18d ago
Since pipewire landed in arch all my issues with sound magically vanished. It's a really great piece of software. Maybe it's even worth to change the distro.
9.
▲
by
bvrmn
26d ago
It's funny I'm currently creating a TUI. A mutt like mail client. I didn't have any second though to consider GUI for the project because it's so ridiculous. It's inherently cross-platform (msys under windows). It a
10.
▲
by
bvrmn
1mo ago
Shameless plug (link to the repo) of your extension :)
11.
▲
by
bvrmn
1mo ago
People nowdays have no shame and completely forget the art of plug.
12.
▲
by
bvrmn
1mo ago
It's by LLMs definition, duh. You are dummy charmed by "reasoning".
13.
▲
by
bvrmn
2mo ago
it's quite interesting scoring and conclusions. For me Gemini renders are definitely top outliers for all combinations.
14.
▲
by
bvrmn
2mo ago
Demo works quite strangely. For example "how to use typescript with createContext" show only typescript entries on top. Similarity search failed.
15.
▲
by
bvrmn
3mo ago
Nice one. gcc/clang are smart enough to get .ok condition statically. I'm very curios how complex an expression could be.
16.
▲
by
bvrmn
3mo ago
That's the reason language/compiler should directly support optionality. You can't fool yourself and have to handle all cases: https://godbolt.org/z/4GqMdPej3
17.
▲
by
bvrmn
3mo ago
I like maybe_value dereferences NULL with SIGILL and you have at least a backtrace with exact invalid access position.
18.
▲
by
bvrmn
3mo ago
Yes it is. 1) Most of pointers in real apps are non-nullable and it's nice to have enforcement from a compiler. 2) Good compilers verify you actually check nullable (optional) values have a corresponding check. In particular Zig litera
19.
▲
by
bvrmn
3mo ago
It's quite a delusional take from Bill. Wow. Using non-nullable (a sane language default) pointers in Zig is liberating experience. And it's still as low level as in C but instead of ship-and-pray you could state your intention wi
20.
▲
by
bvrmn
3mo ago
NULL as a concept is fine. Inability to declare something as non-null is not. There is a huge gap between developer expectation "it's pointing at something known" and hard reality confirmed by zillions of CVE. That's the
21.
▲
by
bvrmn
3mo ago
I'm a happy user of android with animations turned off. It's the only mean to make it somewhat "snappy". IMHO lag is always worse than lack of fancy transient state in input -> UI change context.
22.
▲
by
bvrmn
4mo ago
I really like Zig's approach to UB. Especially alignment is a part of type. And all this wordy builtins for conversions. Starring to it makes you think what you doing wrong with data model it requires now 3 lines of casting expression.
23.
▲
by
bvrmn
5mo ago
Another book tactically missing memory and ownership design for modern c++ apps. I think there is no more important topic for teaching. There are some slides in advanced sections but it's quite ironic one needs to know about it from th
24.
▲
by
bvrmn
5mo ago
Just in case, I'm completely fine with the policy as-is. Even more, I'm ok with making no-sense project policies. I have no business to judge how to govern other's projects.
25.
▲
by
bvrmn
5mo ago
I've assessed half a dozen before writing my own with following results: - 2 are python resource hog - 2 from AUR don't compile with modern GCC. - 1 uses gtk battery icon, but uses dark version on dark taskbar, unrea
26.
▲
by
bvrmn
5mo ago
The funny thing LLM's are amazingly good with writing in Zig. They could inspect stdlib source code to fix compatibility issues with newer compilers and quite prolific with idioms. For example I got a working application with minimal
27.
▲
by
bvrmn
5mo ago
Oh boy. The major difference is coordinate transformations, global/local/face. OpenScad basically leaves you alone with math you should figure out on your own. Also it's math heavy for all other stuff, for example tangents, s
28.
▲
by
bvrmn
5mo ago
For me NF>3 seems like an implicit encoding of underlying data logic. They impose additional restrictions (usually contrived and artificial, break really fast in real life) on data not directly expressed as data tuples. Because of that t
29.
▲
by
bvrmn
6mo ago
Shameless plug: https://github.com/baverman/build123d_draft Experimental extension to make code-cadding as terse as possible.
30.
▲
by
bvrmn
6mo ago
> Who is forced to use it? Just use X11, as you said (many times) you do already. Recent versions of gnome session are compiled only with wayland support in archlinux. To change DE or distribution or use custom package is quite a stretch
More ›