Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
matvore
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
matvore
1mo ago
> Moving to the "four stroke" category, we can see 切 ["cut", today qiē]. This is as clear > as they come: it has a phonetic component 七 [today qī], and a semantic component 刀 > ["knife"]. There is a
2.
▲
by
matvore
1mo ago
I learned about 沌 quite a while ago when I studied the first few chapters of Genesis in Japanese (混沌 was used to describe the earth in Gen 1:2) and something jogged my memory when I was looking for examples. The dictionary link I posted had
3.
▲
by
matvore
1mo ago
According to https://kotobank.jp/word/%E6%B2%8C-2789579#goog_rewarded 沌 has a meaning "gather, water gathers" There are other meanings to it. I admit I had a hard time finding an example.
4.
▲
by
matvore
1mo ago
A component can contribute meaning as well as pronunciation. 沌 is pronounced like 屯 and they both have a kind of "gather" "clog" meaning
5.
▲
by
matvore
9mo ago
> Obviously the proper solution is to adjust your system thermal management / power targets, My point is that I understand the users' complaint and request for a revert, not that I can't address this for my own mac
6.
▲
by
matvore
9mo ago
If the fan was turning on where it wasn't before, it seems like cooling was once happening through natural dissipation, but after your fix it needed fans to cool faster. So the fix saved time but burnt extra electricity (and the peacef
7.
▲
by
matvore
1y ago
> all of the languages mentioned so far appear before the "Latin alphabet" > style languages, but 閩南語 and 閩東語 appear after them. Could it have something to do with Minnan and Mindong Chinese articles being written
8.
▲
by
matvore
1y ago
The Wikipedia sort for the languages is as I stated above, with Literary Chinese and Japanese between Wu Chinese and Yue Chinese. I explained why it was sorted that way, because radical is considered first. You could not explain why Japanes
9.
▲
by
matvore
1y ago
It is sorted FIRST by radical and SECOND by stroke order. This is roughly equivalent to the Unicode codepoint sort if you stay in the basic multilingual plane. The order also puts literary chinese afer wu Chinese, which breaks with a pure s
10.
▲
by
matvore
2y ago
Note I work for Google and I've contributed to Chromium, though I'm not necessarily an expert on Chromium forks. 1. Google Chrome This is offical Chrome you download from google.com and also comes on ChromeOS devices. 2. Chromium
11.
▲
by
matvore
2y ago
Chromium is merely Chrome with only the open source parts. Chromium components are still implemented in a Google-controlled repo. So it has Google-oriented features and defaults.
12.
▲
by
matvore
2y ago
This is the default font of my browser-based terminal emulator, http://github.com/google/werm , along with a handful of other retro fonts (uses the int10h.org ttf's--converted to bitmaps--which I suspect has all th
13.
▲
by
matvore
2y ago
IMO it still looks rather nostalgic. I do remember using cmd.exe or command.exe in Windows 95 and later and this being the default (but it would different if you had a different legacy code page set, IIRC). Of course cmd.exe just rendered t
14.
▲
by
matvore
2y ago
Yes, let's take dozens of terminal emulator projects out of maintenance mode so app devs can individually and capriciously overload my shift and escape keys, because modern.
15.
▲
by
matvore
2y ago
> Context: Bitcoin miners have just adopted a 50% pay cut for themselves. Miners don't decide the consensus rules. The nodes validate blocks, and the miners generate them. The halvening timing was coded a long time ago, and
16.
▲
by
matvore
3y ago
Some say hunky dory comes from "honcho doori" or 本町通り (personally I don't see how ki can come from cho)
17.
▲
by
matvore
3y ago
I wish I knew awk as well as I know perl, since then I wouldn't need to hear recommendations for CPAN modules and spurious style prescriptions.
18.
▲
by
matvore
3y ago
Perl has the advantage of only having one implementation, unlike sed and grep (e.g. BSD or GNU) and /bin/sh (can be one of many POSIX shells), so upgrading this pipeline to 100% perl is safer in some respects. The example in the a
19.
▲
by
matvore
3y ago
If we're going to talk about unnecessary extra processes like useless cat, we should merge the head and grep commands into a sed, and possibly just merge everything into perl: <access.log sed -n '/mail/p; 500q&#
20.
▲
by
matvore
3y ago
> To prove a point, I spent an hour reading his opensource project > and found several resource leaks This is asking a lot, but if you enjoy that, I would be thrilled if you could do the same for some of my C projects - nuso
21.
▲
by
matvore
3y ago
> To prove a point, I spent an hour reading his opensource project > and found several resource leaks Sounds like some interesting case studies. Could you share some? > > if I find [… typo words(?) omitted … ] a le
22.
▲
by
matvore
3y ago
Don't worry, we enjoy that kind of stuff. I usually put all the resource freeing at the end of a function under a goto label, or only a few lines within the allocation, so it's easy to visually confirm everything is cleaned up. Th
23.
▲
by
matvore
3y ago
If you store the number of zeros as value z, computing z+1 is O(log n) in the long run for unbounded values of z.
24.
▲
by
matvore
3y ago
If you define predictable as computable with finite memory, it is correct. If you have finite memory, you have a finite number of states and will eventually return to a previous state. In your example, you eventually will run out of memory
25.
▲
by
matvore
3y ago
> No, they're crazy. I already have a window manager I like; I don't need my > terminal to implement their own half-assed one, Basically agree, though note that ssh and dtach and similar tools need to create pty&#
26.
▲
by
matvore
3y ago
> I notice no 1 second delay when switching modes with the Esc key, so perhaps > this is something you can configure in your terminal. This is configurable in Vim. ttimeoutlen, timeoutlen, and noesckeys are pertinent. tmux
27.
▲
by
matvore
3y ago
What does `Ctrl + [` send to the terminal for you if not esc? In my experience these are always the same, so Vim shouldn't be able to tell the difference unless it's a GUI-integrated version like gVim. Try to run `xxd` and then pr
28.
▲
Show HN: Terminal emulator and multiplexer through browser tabs
(github.com)
3 points
by
matvore
3y ago
|
0 comments
29.
▲
by
matvore
3y ago
> I stick with emacs because of the modal and recursive minibuffer(s) (ie. command-line(s)). What vim setting do I change to be able to use normal mode down there? Not a setting. Just press Ctrl+F when your cursor is in the comma
30.
▲
by
matvore
3y ago
The last time I used a leak finder, a memory allocation which still has a ptr to it is not a leak. You are conflating unfreed memory with unreferencable memory.
More ›