Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zelphirkalt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
by
zelphirkalt
11d ago
Magit of course also solves this very nicely.
32.
▲
by
zelphirkalt
11d ago
"git add ." ... so annoying to watch people do that, when "git add -u" is right there ... and even when you tell them why it is a bad habit, they continue doing it. I can only assume, that it is due to overly relying on
33.
▲
by
zelphirkalt
11d ago
Before uv there was poetry, and before poetry there was pipenv, before pipenv there was virtualenv. I wish people would stop portraying Python tooling completely wrong like that. uv is not the first tool to solve most problems in this space
34.
▲
by
zelphirkalt
11d ago
Perhaps interesting: Japanese chess, Shogi, is usually played on a 9x9 board, but there are many variants, which are played on bigger boards. Though games take longer and those variants are played rarely. It scales, but I think it's fa
35.
▲
by
zelphirkalt
13d ago
I read this comment before looking at the article and thought that the grandmaster beat the AI even giving the AI 2 stones. Too bad. But this way around is of course more realistic. And of course you would need to take into consideration th
36.
▲
by
zelphirkalt
14d ago
I remember this being the default for a while already. When I signed up and got an API key, I remember I did turn off the training option specifically, so it must have already been a default to have training on input on.
37.
▲
by
zelphirkalt
15d ago
They jump to such tools, because they are not that invested in making and having the optimal tool for their job, and don't want to spend time setting things up. Especially, not in their own time, if they even do any projects in their o
38.
▲
by
zelphirkalt
15d ago
GP said Google Search is dead, in a way, not Google itself. Google is just to an overwhelmingly part an ad business at this point. And people hate their annoying ads. So people hate Google search, and Google ads. Basically, the majority of
39.
▲
by
zelphirkalt
17d ago
It's also got to do with the structures, that make the governing body of the EU, if it lets bought politicians again and again push hostile agendas, against the will of the people inside the EU, and inching ever closer to that, which w
40.
▲
by
zelphirkalt
19d ago
Hm OK thanks for the pointers. Point 1: I don't know whether tkinter's treeview has screen reader support. I will have to look into that. But what I did already do is to make it focusable, which it wasn't by default, I believ
41.
▲
by
zelphirkalt
19d ago
Usually though, the menu bar only appears on key release, not on holding it down, as part of pressing the ALT+something shortcut.
42.
▲
by
zelphirkalt
19d ago
Additionally, I found, that simply sticking to web standards, instead of reimplementing everything in JavaScript, goes a long way towards accessibility.
43.
▲
by
zelphirkalt
19d ago
I have a traditional desktop app/GUI app, where I have a table (treeview) of words with their translations and pronunciation (like a dictionary). There can be thousands of words in there. Also there is a filter/search field, where
44.
▲
by
zelphirkalt
21d ago
I tend to believe that dark matter is a name for something we don't understand better yet. I don't necessarily mean MOND or anything specifically, but dark matter is just a little too mysterious and convenient for my taste. Maybe
45.
▲
by
zelphirkalt
22d ago
I also tried lsp-mode first but then thought "Let's see what the built-in has to offer, if that's simpler." and am sticking with eglot since then. It does enough for me, and the configuration is manageable.
46.
▲
by
zelphirkalt
22d ago
That's an interesting point actually. Most places in China and even quite rural ones are livable and reachable via public transport including trains. Most of their big cities are very convenient to get around in just by walking and met
47.
▲
by
zelphirkalt
22d ago
You seem to understand the meaning of "to some degree" differently than I. To me it implies that subsidies can happen at different amounts, not that they are all the same. What is an equivalence here is, that the binary flag of &q
48.
▲
by
zelphirkalt
22d ago
That's the point I guess, it is not binary, but proponents of absolute free markets see it as binary when they are against regulations, and as non-binary, when it is about competition from abroad. They want to have it both ways.
49.
▲
by
zelphirkalt
23d ago
Not only a few people in and from Taiwan use every chance they get to shit talk the mainland. Be it snark about using simplified characters, or be it trying to prevent their own citizens from taking part in celebrations of victory over fasc
50.
▲
by
zelphirkalt
23d ago
Could do. I have a website in my profile. : )
51.
▲
by
zelphirkalt
23d ago
A faster Fable -- So you mean a model that's smaller, yet delivers the same quality of responses, ergo a better model?
52.
▲
by
zelphirkalt
23d ago
"Doing things the right way" lol ... I mean, I am fine with it, if for now and ever after we are all free to "do it the right way with torrents". But some are more equal than others in this world, so naturally even if th
53.
▲
by
zelphirkalt
23d ago
No, how would they get caught? Even if their LLM outputs verbatim copies of the code, they can simply claim some victim company's employees bypassed the victim company's restrictions and must have used the code as input with an LL
54.
▲
by
zelphirkalt
24d ago
Why are they then even setting up vanilla Emacs in particular? Not impossible, of course, but it seems like a strange choice to make when not wanting to engage with its configuration. Or maybe another question would be who set them up with
55.
▲
by
zelphirkalt
24d ago
Fairly new, I think there will not be much Rhombus around yet.
56.
▲
by
zelphirkalt
24d ago
It is not due to deployment options. People put all sorts of stuff in docker containers every day. It is rather that few people make an effort to learn a lisp, and fewer still who choose to learn Racket. The few universities teaching good c
57.
▲
by
zelphirkalt
24d ago
Still doubt, that they are unaware of Elisp. Bare bones vanilla Emacs is maybe a bit much to get used to these days, so anyone wanting to configure their Emacs will have opened their init.el or so file and will have put some Elisp snippets
58.
▲
by
zelphirkalt
24d ago
I think in this case it is probably justified, as the claim of "no special syntax" is unfortunately not true. To convey the amount of special syntax, it got crammed into one brief example snippet. Still, far less than most other p
59.
▲
by
zelphirkalt
24d ago
Would need some imports: import cmath from fractions import Fraction And then have to write numbers as strings to input them. From their examples: >>> Fraction('1.414213 \t\n') Fraction(1414213, 100
60.
▲
by
zelphirkalt
26d ago
How does this freezing version and new version and so on differ from having the code in a version controlled repo?
More ›