Viewing profile — css
css
HN member- Joined
- Fri, Jan 22, 2016, 9:41 PM UTC
- HN karma
- 4,161
- Public activity
- 497 items
- HN profile
- View on Hacker News ↗
About css
Recent public activity
-
comment
Comment #49103841
I like the concept. I maintain something similar [0], a daemon-backed supervisor where each task is one command in its own PTY (builds, servers, agent sessions), rather than a pers…
- comment
-
comment
Comment #46252636
What's wrong with `imessage-exporter`? https://github.com/ReagentX/imessage-exporter
-
comment
Comment #45597938
I love the concept of lexical differential highlighting [0] (discussed here [1]). It makes reading math so much easier, especially in dense code. However I don't know of any editor…
-
comment
Comment #44202146
I ran into this issue recently [0]. Apparently the integrated VSCode terminal sets its own (very high) cap by default, but other shells don't, so all of my testing in the VSCode sh…
- comment
-
comment
Comment #42935445
Semi-related, one of the `imessage-exporter` contributors provided a great write-up on reverse engineering the handwritten and digital touch message protobufs [0]. The reconstructe…
-
comment
Comment #42923637
The plist is probably a binary plist (header bytes `bplist00`) generated by NSKeyedArchiver, and then the specific data you need is encoded inside. Edited iMessages are stored in t…
-
comment
Comment #42920484
iMessage uses a very strange amalgamation of typedstream (message content), keyed archives (app messages, sticker data), and protobufs (Digital Touch, handwriting) for different fe…
-
comment
Comment #42919883
Apple provides Messages for Business [0], but if you have a machine that can read the iMessages as they come in, you could use the library [1] that powers `imessage-exporter` as a …
- story
-
comment
Comment #42504495
Yes, or use the entry api: https://doc.rust-lang.org/beta/std/collections/hash_map/enum...
-
comment
Comment #42045573
If you want something a bit more robust and cross-platform, including support for the undocumented TypedStream-stored text data, you can use my open source software: https://github…
- comment
-
comment
Comment #41202560
"666" is a slang term: https://en.wikipedia.org/wiki/Chinese_Internet_slang
-
comment
Comment #41194252
You can probably do this using the library: https://docs.rs/imessage-database/latest/imessage_database/
-
comment
Comment #41181994
The California Poppy release [0] of `imessage-exporter` is the biggest update yet. Most notably, it implements a novel `typedstream` deserializer [1], allowing it to understand the…
- story
- comment
- comment
- comment
- comment
-
comment
Comment #39630002
Awesome to see someone using my library [0] in the wild! Very cool use case. [0]: https://github.com/ReagentX/imessage-exporter
- comment
-
comment
Comment #38881506
Cheers! It was fun to build.