Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
klodolph
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
klodolph
5d ago
> you are doing something quite unnatural It is equally unnatural to form kana in your head when thinking about how to say something! Or, it’s unnatural to think about whether a verb is godan or ichidan when speaking, it’s unnatural to t
2.
▲
by
klodolph
5d ago
I don’t want to be argumentative here, but, - “Need to” is a very different criterion from “is useful”, and “visually split” is, well, kind of unexpected to me! - The comparison to native Japanese speakers seems especially irrelevant here,
3.
▲
by
klodolph
5d ago
I have trouble comprehending the idea that this is only interesting in a theoretical sense but not all that useful to a learner. Could you give me something additional here? I’m not trying to be a dick here but my first reaction is “that’s
4.
▲
by
klodolph
5d ago
The pair is something of a simplification, and romaji makes certain things in the language more obvious. Like the good old mat-u -> mat-anai, mat-imasu, mat-eru. Added the hyphen to make it clearer, but this hyphen splits a kana neatly i
5.
▲
by
klodolph
5d ago
If you want to learn pronunciation you should be listening to audio. Sure, maybe don’t force people to learn kana first. But Hepburn is kind of the worst of all worlds, it is just a waste of time to learn Hepburn.
6.
▲
by
klodolph
5d ago
> Also "serious Japanese learners" would likely be using kana. I think the exception is people using the JSL textbooks :) there is a reasonable defense to using JSL. But you’re right. I think it’s indefensible to teach Hepburn
7.
▲
by
klodolph
6d ago
Well-put
8.
▲
by
klodolph
6d ago
I think this comment could be written in a way that was less combative and more clear.
9.
▲
by
klodolph
6d ago
I’m interested to hear what file manager you’re using.
10.
▲
by
klodolph
8d ago
> Don't close your mind to new knowledge and it might just get interested! Please be respectful in these conversations—I’m interested in hearing more about this, but the comments you’ve been making are emotionally charged and insult
11.
▲
by
klodolph
8d ago
To be honest, a lot of these seem to have the shape, “I want to be able to press button A to do action X,” but for the Finder, you have to press button B instead. I was hoping for something a little more interesting. Things like, “In a Real
12.
▲
by
klodolph
9d ago
What do you like about the other file managers over the Finder? Finder has column view and quicklook. If there’s something that I’m missing out on from, say, Explorer or Thunar or whatever, I’d love to hear it. Whenever I have to sort throu
13.
▲
by
klodolph
10d ago
As a Mac user since the 1980s, I feel feel like Finder is easily best in class, even after ten or fifteen years of design. I would describe Windows Explorer as “embarrassingly bad” in comparison, despite having a good hold on the shortcuts.
14.
▲
by
klodolph
12d ago
> Try it yourself, use a big model like Opus or Sol to implement everything by first making a plan using plan mode. When I do this, I can have it use cheap subagents with models like Luna to read the relevant files.
15.
▲
by
klodolph
17d ago
C++ lambdas and Go closures are incompatible with each other. If you pick something that lets C call Go closures (which are fat pointers passed around), it is likely to be incompatible with whatever your C++ library is doing.
16.
▲
by
klodolph
18d ago
I think it’s foreseeable that if you use the LLM to commit work you’ve written, it might cause problems with attribution. In general I assume that attribution to AI is approximate. People copy-paste things out of chats and those don’t get a
17.
▲
by
klodolph
18d ago
I may be missing something, but this is exactly what I want as a default. I want the session links there. I see PRs from my coworkers with session links. I still get to control whether other people can see the session, but I don’t lose it.
18.
▲
by
klodolph
18d ago
> I do not see why we need to make any design decision to specify object layout > we simply need a code pointer and static chain pair The code pointer and chain pair needs an object layout. You would have to pick a specific layout, an
19.
▲
by
klodolph
19d ago
This feature would IMO violate the contract that C allows you to specify memory layout of objects, to some level of detail (I am being a little vague about the “level of detail”). Supporting closures, more or less, requires design decisions
20.
▲
by
klodolph
19d ago
Yes, but the advice was W^X. Either a page of memory is executable or writable but not both at the same time.
21.
▲
by
klodolph
19d ago
Yes, that’s the “ABI” alternative that I was referring to.
22.
▲
by
klodolph
19d ago
It’s not a question of ISA support. If you call via a function pointer, how do you supply the pointer to the data? (It has to either be in a separate place from the function code, or the same place. One requires an ABI change, the other an
23.
▲
by
klodolph
20d ago
Feels like there are a few categories of services from cloud providers, There’s the basic infrastructure we know and love like S3, EC2, etc. There’s the higher level but still basic stuff that just makes a lot of sense. I like ECS + Fargate
24.
▲
by
klodolph
25d ago
I take breaks from AI agents and write a percentage of commits purely by hand, partly to keep experiencing the flow state, partly because I think I need the expertise.
25.
▲
by
klodolph
25d ago
Speaking of gear, there are also a lot of people who will go out and spend $440 on a SM-7b, and then use it to record somebody (1) not saying interesting (2) who doesn’t have good speaking skills (3) in a room which doesn’t sound good (4) w
26.
▲
by
klodolph
26d ago
I likewise used to bring a backpack full of gear, but I think the experience of traveling and taking pictures over and over again with the Big Nice Camera did a lot to hone my skills as a photographer. I have photos I’m genuinely happy with
27.
▲
by
klodolph
1mo ago
Well, that’s half of it, and the other half of it is no sub-pixel coordinates.
28.
▲
by
klodolph
1mo ago
Only one of the consoles listed lacks an FPU, the other two (N64 and DreamCast) both have FPUs. Despite its age, the FPU on the N64 was plenty fast and it was used extensively.
29.
▲
by
klodolph
1mo ago
Everything being static inline makes it hostile to these older systems which have limited RAM. Use of float makes it unlikely that you’d run it on the PlayStation, which has no FPU.
30.
▲
by
klodolph
1mo ago
> As for the skepticism, all I can offer is my experience which is that it does indeed work, and I've been running this way for awhile. I believe you. Do you believe me? > At that point, NixOS just clicked and I'm far more p
More ›