Live data from Hacker News

Viewing profile — css

css

HN member
Joined
Fri, Jan 22, 2016, 9:41 PM UTC
HN karma
4,161
Public activity
497 items

About css

https://chrissardegna.com

Recent public activity

  1. 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…

  2. comment
  3. comment
    Comment #46252636

    What's wrong with `imessage-exporter`? https://github.com/ReagentX/imessage-exporter

  4. 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…

  5. 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…

  6. comment
  7. 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…

  8. 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…

  9. 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…

  10. 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 …

  11. story
  12. comment
    Comment #42504495

    Yes, or use the entry api: https://doc.rust-lang.org/beta/std/collections/hash_map/enum...

  13. 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…

  14. comment
  15. comment
    Comment #41202560

    "666" is a slang term: https://en.wikipedia.org/wiki/Chinese_Internet_slang

  16. comment
    Comment #41194252

    You can probably do this using the library: https://docs.rs/imessage-database/latest/imessage_database/

  17. 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…

  18. story
  19. comment
  20. comment
  21. comment
  22. comment
  23. 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

  24. comment
  25. comment
    Comment #38881506

    Cheers! It was fun to build.