Opens profile photo
Follow
comex
@comex
Mastodon: @comex@mas.to / mas.to/@comex | Cohost (inactive): cohost.org/comex
離れ離れ街agoranomic.orgJoined April 2008

comex’s Tweets

Via HN, an ad for Google’s new Bard AI inadvertently shows it returning false information:
Quote Tweet
Unfortunately a simple google search would tell us that JWST actually did not "take the very first picture of a planet outside of our own solar system" and this is literally in the ad for Bard so I wouldn't trust it yet twitter.com/Google/status/…
2
Well, it’s still likely months at least before I even leave my job, and who knows how long after that until my Fancy Indie Project is in a releasable state (a project which I have fantasized about in detail but, for legal reasons, haven’t written a…
Show this thread
Recently learned about Sigsum, an alternative to Sigstore/Rekor for software release transparency (like Certificate Transparency but for executables), developed by a sister company to Mullvad VPN. Looks neat, but AFAICT, neither project has a…
1
Show this thread
Ooh, Ivory (Mastodon client for iOS) is out! Still missing major features and in ‘Early Access’, but now on the App Store rather than being a TestFlight beta. Toot!, you were pretty good, but I know where my loyalties lie.
5
12
Update: I built it on a breadboard and it still didn’t work. My working theory is that I broke one or more components while experimenting and need to replace them. I’m bad at this, but I guess there’s only one way to get better.
5
Show this thread
Why doesn’t my shell have parallel `for` loops built in. I know there’s xargs and GNU parallel, but they both involve awkwardly representing the loop body as a string and dealing with escaping issues. It’s much simpler to use a shell…
2
2
Show this thread
Today I wrote my first FPGA program. It blinked an LED. Then I wrote my second FPGA program, which just set the LED on or off based on an input pin, and discovered that the very simple circuit I copied from somewhere on the Internet didn’t…
2
11
Show this thread
Caveat: A large chunk of compilation time is spent in optimizations/codegen, and that design space is actually well-explored by the many JIT compilers. Or at least part of that space. I think there may be room to explore in the subspace of…
Show this thread
If you take a modern C++ or Rust compiler and think about optimizing it… There’s lots of “low-hanging fruit” in the form of incrementality and parallelism. Not truly “low-hanging” as in easy to implement; it’s actually extremely…
1
1
Show this thread
Okay, get this. llvm-nm, the default nm on Darwin, which I always knew as 'the tool that dumps nlist entries', can synthesize symbols from ObjC runtime metadata. But only Apple's private version, not LLVM upstream or even swift-llvm! And it's also…
2
Show this thread
Correction: The local symbols are not actually missing; I just conflated a number of related, probably older issues. For example, *non-*local symbols are in the exports trie, but dyld's extractor doesn't copy them into the symbol table; LLDB…
1
1
Show this thread
I have a half-formed plan to go independent. If and when that happens (eep, I'm scared to even mention it), writing a working cache extractor (again) will be one of the first orders of business.
1
4
Show this thread
TIL that reverse engineering system libs on macOS is even more of a shitshow than it used to be. dyld is harder to compile, and its shared cache extractor is unable to locate local symbols, even though they do seem to still be there (unlike on iOS where…
3
6
Show this thread
I wonder whether I could take a pretrained language model and train it to predict what posts I’d actually like. That would be an interesting learning experience (…pun intended?), but probably wouldn’t work very well.
1
1
Show this thread
Continuing in the ‘abuse of Mastodon’ theme, I tried fediview.com, which can show a filtered feed of the most popular posts from your timeline. But it didn’t work, so I ran `mastodon_digest` (which it’s based on) locally. …
1
Show this thread
Just finished speedreading “unOrdinary” (webtoons.com/en/super-hero/), an (ongoing) English-language webtoon. The plot is basically ‘My Hero Academia but darker’. But its emphasis on character psychology sets it apart, along with a deliberate…
1
5
Show this thread
Paul Graham in November: “It's remarkable how many people who've never run any kind of company think they know how to run a tech company better than someone who's run Tesla and SpaceX.” Paul Graham, just now: “This is the last straw. I…
1
4
Show this thread
twitter has officially removed the feature that tells you what device a tweet was sent from and i just wanna say say dorothy we will never forget you.
Image
Image
703
592.2K
I wish I had a tool that was halfway between visual design tools like Inkscape, on one end, and writing SVG or HTML by hand, on the other. I want to be able to quickly prototype something visually, then use code to define layout rules so everything lines up perfectly…
1
5
Show this thread
Twitter’s new head of trust and safety says the company did not give reporters access to peoples’ DMs. The screenshots came from her, she says:
Quote Tweet
Replying to @thetomzone
Correct. For security purposes, the screenshots requested came from me so we could ensure no PII was exposed. We did not give this access to reporters and no, reporters were not accessing user DMs.
29
490