Viewing profile — thaliaarchi
thaliaarchi
HN member- Joined
- Mon, Apr 06, 2020, 1:16 AM UTC
- HN karma
- 819
- Public activity
- 198 items
- HN profile
- View on Hacker News ↗
About thaliaarchi
Recent public activity
- story
-
comment
Comment #46400487
readtape has now been updated for portability.
-
comment
Comment #44854205
Unix V1 also used 1/60 seconds
-
comment
Comment #43992638
I was talking about the performance, not the feature set. Russ Cox's re1 and the re1.5 fork have several engines for different implementation strategies. re1 was written for primar…
-
comment
Comment #43991982
I find it interesting that MicroPython's `re` module[0] is implemented with a backtracking regular expression engine from re1.5[1], instead of one of the linear-time engines from t…
-
comment
Comment #43615175
I just built my PiDP-11 and would love to get one of these.
-
comment
Comment #43543031
https://www.npr.org/2015/09/18/441530790/how-the-desperate-n...
-
comment
Comment #42985366
Simple format. Makes me want to write a parser for it using a shared buffered reader library I’m working on in Rust.
-
comment
Comment #42288330
I'm continuing my tradition of doing AoC in Whitespace[0]. The first year I did it, it was motivation to build out a standard library so things wouldn't be so tedious. Now, I find …
-
comment
Comment #42168439
The current article[0] says: > Excel 2.0 was released a month before Windows 2.0, and the installed base of Windows was so low at that point in 1987 that Microsoft had to bundle a …
-
comment
Comment #41847200
Or easier, do an interactive rebase and mark the last commit which is in the partial-rebase branch for editing. Then, do `git reset --hard partial-rebase` and continue the rebase.
-
comment
Comment #41815828
That feeling seems common in hindsight. Everything seems easier, once all the problems have been solved. Related, I enjoy the author's sense of humor: > I made a prototype and, lo …
-
comment
Comment #41379895
That explains why there’s so many Swiss APIs.
-
comment
Comment #41147700
I use the following to create a commit using the latest modification date of the staged files. If you put it in your PATH as git-tcommit, you can invoke it as `git tcommit`. If GIT…
-
comment
Comment #41042220
This was also a year before Mad Libs was invented in 1953, using the same template-filling style.
-
comment
Comment #40963294
> The resulting units may be called binary digits, or more shortly, bits. It's interesting to read this early use of “bit”, before the term became commonplace. The first publicatio…
-
comment
Comment #40410047
Edited. Thanks
- story
-
comment
Comment #40371662
A compiler that injects backdoors in targeted programs and self-propagates the meta-backdoor (to avoid detection in the source) is exactly the trusting trust attack and it can be m…
-
comment
Comment #40364516
I didn't touch on that, but I did assume trust of the Rust toolchain, verifying starting at THIR. Verifying rustc would be a monumental undertaking, though I think some people are …
-
comment
Comment #40364105
That's really impressive. Automatic translation like this shifts the trust to the tool. coq-of-rust itself is written in Rust, not in Coq. The recursive nature is somewhat boggling…
-
comment
Comment #40198939
You might try building Ruffle from source. I’ve found that online versions don’t work for the games I want, due to using an outdated version of Ruffle.
-
comment
Comment #40198916
What’s the context for “Do Not Install”?
-
comment
Comment #40104051
> Out in the literature we can find a huge number of dataflow analyses, some of which are useful to optimize some kinds of code — but it’s hard to know which ones to actually imple…
-
comment
Comment #40092639
> Replace your docs > Developers don't like writing docs. Now, they don't have to! Well that’s a terrible premise. AI can’t get at design decisions or anything that’s not explicitl…