
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
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
mas.to
1.42K Posts, 2.07K Following, 2.6K Followers · [searchable]
1
3
13
Via HN, an ad for Google’s new Bard AI inadvertently shows it returning false information:
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
*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
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
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
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
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
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
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
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
*peeks head out in 2023*. Still no HDMI 2.1 capture cards. But they’re coming, according to (written last month).
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
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
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
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