Viewing profile — shiomiru
shiomiru
HN member- Joined
- Wed, Sep 15, 2021, 5:15 AM UTC
- HN karma
- 1,008
- Public activity
- 276 items
- HN profile
- View on Hacker News ↗
About shiomiru
No profile information was provided.
Recent public activity
-
comment
Comment #49195090
I meant it as an euphemism for "it's universally sought after (i.e., you'll probably find a job)". Few would think being a programmer gives you some kind of special "social status"…
-
comment
Comment #49194154
There's also the economic problem that programmers had until recently been highly regarded because steps 2-3 were hard. "Open source" solved this partially by utilizing the labor s…
-
comment
Comment #49027033
I can't speak for the other projects you listed, but at least chawan is actively maintained by yours truly.
-
comment
Comment #48986043
I like to have a simple config AND a real scripting language. That way, the UX for changing "simple" things remains straightforward (you can even add a config editor panel), while …
-
comment
Comment #48346533
> My guess is that OP's browser is getting banned because his WebKitGTK has a weird fingerprint, not because of webgl or whatever. So why is Cloudflare saying the author got blocke…
-
comment
Comment #47362467
> Plenty of internal-only systems are not locked down securely and only thing preventing mass exploitation is browsers CORS settings. CORS has no relation to this issue. Cross-orig…
-
comment
Comment #47272852
Isn't that effectively the same as or-later? I can always fork your project, change the MAINTAINERS file, and relicense without your consent.
-
comment
Comment #47243898
Validation errors aren't really "exceptions" to be thrown, they are indicators for authors that something is probably wrong but they make no visible difference in the output. I'm n…
- comment
-
comment
Comment #46710826
> as we know it today An important nuance you seem to be missing is that SUSv3 is equivalent to "IEEE Std 1003.1-2001" (that is, POSIX 2001). In practice, I've had to work around m…
-
comment
Comment #46301302
"ou" is fine too, actually. See the proposal p. 14 (=16 in the PDF): https://www.bunka.go.jp/seisaku/bunkashingikai/sokai/pdf/942... (To differentiate between the case where it's a…
-
comment
Comment #46293549
That "deeper explanation" seems incorrect, considering that the KSC column is empty in the mapping linked above.
-
comment
Comment #46291033
The "other standard" in this case being IBM-944. (At least looking at https://www.unicode.org/versions/Unicode1.0.0/ch06.pdf p. 574 (=110 in the PDF) I only see a mapping from U+21…
-
comment
Comment #46287186
w3m doesn't support chafa for inline image display. (You can set a custom w3mimgdisplay command, but it has to speak the same protocol as w3mimgdisplay. If you're feeling adventuro…
-
comment
Comment #46253688
> which aren't just free to use, but explicitly use the modern SIL Open Font License. Unifont is also dual-licensed under GPLv2/SIL OFL.
-
comment
Comment #46233614
> It would also be nice to have something like `default-styles: none` so I don't have to deal with browsers having differing defaults. This already exists: *, ::before, ::after { a…
-
comment
Comment #46229692
The greatest mistake IMO is the way float state leaks out of blocks, as this is both extremely unintuitive and undesirable for performance reasons.[1] Floats should've been restric…
-
comment
Comment #46158220
I actually wonder if transpiling calc/min/max/etc. expressions to JS is a viable path to implementation, considering that you already need a fast interpreter for these.
- comment
-
comment
Comment #46031381
> just new ones that no automation depends on Except for automations that happen to create new repositories.
-
comment
Comment #45965805
> Rendering Markdown is relatively simple Markdown is a superset of HTML, so your assertion cannot be true. But even an HTML-less subset is very hard to parse efficiently (or, at a…
-
comment
Comment #45957262
> 1) pledge() lets you give high level "I just want to do I/O on what I already have", and it doesn't matter if new syscalls "openat2" (should be blocked) or "getrandom" (should be…
-
comment
Comment #45954474
> So even if one uses Cosmopolitan libc, if you link to some other library that library may also do direct syscalls. And which syscalls is does, and under which circumstances, is g…
-
comment
Comment #45953377
I've just tried and when I open a bunch of new tabs, Firefox truncates the "new tab" text to "new" and a Firefox logo. Same thing happens with other titles. (Then at some point it …
-
comment
Comment #45952226
Popular browsers support tabs. When you have many tabs open, it's hard to show a meaningful title for each one. An icon takes up less place and is easier to scan for visually.