comex Profile
comex

@comex

Followers
153K
Following
251
Media
652
Statuses
35K

Mastodon: @[email protected] / https://t.co/MZ1EDnKsAI | Cohost (inactive): https://t.co/BkMXfegtxe

離れ離れ街
Joined April 2008
Don't wanna be here? Send us removal request.
@comex
comex
2 years
Just deleted my Mastodon->Twitter crossposter, which had been off since I rebooted my server last month without me noticing. It's not worth it if I have no way to see or interact with replies. Goodbye for now, Twitter. Find me at
Tweet card summary image
mas.to
1.42K Posts, 2.07K Following, 2.6K Followers · [searchable]
1
3
13
@comex
comex
2 years
Via HN, an ad for Google’s new Bard AI inadvertently shows it returning false information:
@IsabelNAngelo
Isabel Angelo
2 years
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.
1
0
4
@comex
comex
2 years
*checks Twitter profile*.My Mastodon-Twitter crossposter bot is still running, but if news reports are accurate, it will stop working in 4 days when Twitter removes free API access. Probably a good thing. At this point, with Tweetbot down, I…
mas.to
*checks Twitter profile* My Mastodon-Twitter crossposter bot is still running, but if news reports are accurate, it will stop working in 4 days when Twitter removes free API access. Probably a good...
0
1
3
@comex
comex
2 years
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…
mas.to
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...
0
0
0
@comex
comex
2 years
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…
mas.to
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....
1
0
0
@comex
comex
2 years
Today I tried to get that HDMI lag detector circuit to work again. It seems like the problem is that everything is just… too dark? With 3.3V -> phototransistor -> 1MΩ -> ground, voltage across the resistor is 350mV ‘bright’, 20mV…
mas.to
Today I tried to get that HDMI lag detector circuit to work again. It seems like the problem is that everything is just… too dark? With 3.3V -> phototransistor -> 1MΩ -> ground, voltage across the...
0
0
1
@comex
comex
3 years
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.
4
1
12
@comex
comex
3 years
This is the best YouTube video I’ve watched in a long time. What If Mario Characters looked Like Their Original Sprites?
0
0
8
@comex
comex
3 years
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.
0
0
6
@comex
comex
3 years
Or maybe learn nushell.
1
0
3
@comex
comex
3 years
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…
mas.to
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...
2
0
2
@comex
comex
3 years
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…
mas.to
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...
2
0
12
@comex
comex
3 years
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…
mas.to
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...
0
0
0
@comex
comex
3 years
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…
mas.to
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...
1
0
1
@comex
comex
3 years
*peeks head out in 2023*. Still no HDMI 2.1 capture cards. But they’re coming, according to (written last month).
Tweet card summary image
gamerevolution.com
We've been waiting forever for an HDMI 2.1 capture card. Here's whether any are available and when we can expect one.
0
0
3
@comex
comex
3 years
Pretty high-effort Smash Ultimate mod:
0
0
2
@comex
comex
3 years
How do reverse-engineering tools fare at recovering symbols from ObjC runtime metadata?. Ghidra does it by default. Binary Ninja does it if you choose Plugins -> Objective-C -> Analyze Structures. Confusing, since this isn't about…
mas.to
How do reverse-engineering tools fare at recovering symbols from ObjC runtime metadata? Ghidra does it by default. Binary Ninja does it if you choose Plugins -> Objective-C -> Analyze Structures....
0
0
1
@comex
comex
3 years
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…
mas.to
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...
2
0
0
@comex
comex
3 years
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…
mas.to
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...
1
0
1
@comex
comex
3 years
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
0
4