Jamie
jjjollyjim.bsky.social
Jamie
@jjjollyjim.bsky.social
meow. she/her
yayyy
October 15, 2025 at 2:51 AM
signal push notifications have no content other than “a message was recieved”, to wake up the app and fetch+decrypt, right?
September 22, 2025 at 8:05 AM
i should return to this and try and do a proper exploit for it and blog post at some point
August 17, 2025 at 9:47 AM
In practice with libstdc++ you need to produce a comparator which is not a pure function, which is obviously not easy in nix… but you can do that, you can swap pointers from out-of-bounds of your list.
August 17, 2025 at 9:46 AM
oh yeah i didn't find it by mistake, i was reading the code to find memory bugs :3

builtins.sort takes a nix lambda as a comparator, and calls C++'s std::stable_sort… but std::stable_sort is UB if the comparator is not a valid partial ordering!

github.com/Voultapher/s...
github.com
August 17, 2025 at 9:44 AM
i was messing with a nix interpreter memory-corruption recently and discovered that the repl has special-case support for printing null object pointers :P
August 17, 2025 at 9:35 AM
what if im not talking to my loved ones but also refuse to use ai
August 12, 2025 at 11:28 AM
yup i have the same vibe :/
August 9, 2025 at 2:05 PM
yeag
August 3, 2025 at 8:47 AM
Graphene lists some apps that are unusable without Play Services grapheneos.org/articles/att...
GrapheneOS attestation compatibility guide
Guide on using remote attestation in a way that's compatible with GrapheneOS.
grapheneos.org
July 23, 2025 at 2:03 PM
July 9, 2025 at 8:32 AM
i cant believe u cant see it lol
July 9, 2025 at 8:31 AM
i also use 4! you used something else :3
July 9, 2025 at 3:55 AM
do u think maybe theres something u could have done to make the code look nicer too, indentation-wise? 😭
July 8, 2025 at 12:58 PM
macos tahoe was inspired by ur macos touhou post
June 12, 2025 at 8:54 AM
any idea if the memory encryption that T234 has is present/enabled?
June 6, 2025 at 2:56 AM
since the ascription derfc i guess there at least aren't any syntactic ambiguities… :3

rust-lang.github.io/rfcs/3307-de...
3307-de-rfc-type-ascription - The Rust RFC Book
rust-lang.github.io
May 14, 2025 at 3:13 PM
it's recently become a common refrain among insane people 😭
May 11, 2025 at 2:29 AM
i've been working on a specialised hypervisor for running nix builds, which involves structs holding raw pointers to guest memory (which stops rust automatically deriving send/sync) – i'm not really confident that code is correct rn, i just wanted to get it working and will make it woke later
May 10, 2025 at 11:13 AM
i do not feel safe and protected because i have typed "unsafe impl Send" and "unsafe impl Sync" a lot recently 😔
May 10, 2025 at 10:58 AM