Whole-known-network
<p>OH: "💠how's your oligocule going"</p>
<p>💠a child who is warding off Science Grinch with a printout of a few pubmed papers. "Be gone, you accursed reviewer 2! I have p < 0.01!!"</p>
<p>it's kind of necessary because at this point i don't feel like i can make a joke on fedi that relies on subtly misinterpreting deeply specific domain knowledge, even if it's really funny, without being corrected</p>
<p>(as an exception, i'll explain: estradiol is synthesized right there [/hyp; the sentence does not correspond to facts i'm aware of], and also it is self-evident that men as a group are perfectly able to remember things [/j; the sentence is absurd as a whole])</p>
<p>so, i used to think that tone markers¹ are just a niche autistic thing. but then i realized that if i mark sentences i _really_ don't want to get responses to with appropriate tone markers, i may be able to preemptively fend off replies i want to avoid! for example:</p><p>estradiol is a neurotransmitter in the hippocampus and yet men are still able to remember shit. curious /j /hyp</p><p>¹ <a href="https://en.wikipedia.org/wiki/Tone_indicator" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">en.wikipedia.org/wiki/Tone_ind</span><span class="invisible">icator</span></a></p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> <span class="h-card" translate="no"><a href="https://digipres.club/@foone" class="u-url mention">@<span>foone</span></a></span> Good lawd, having written Prolog during university I both love and hate this answer 😄</p><p>But yeah that'd make things way easier if you happens to write good Prolog code</p>
<p>Because there's no device address, the I2C address is just the word address (here "word" is 8-bits, so it's the address of a byte). So this is all you need to read the whole thing from `glasgow repl i2c-initiator`:</p><p>(await iface.read(0, 128)).tobytes()</p><p>Dump that to a file and you get:</p>
<p>Couldn’t get the dupont thingys to connect to the pins so I put it in a breadboard.</p>
<p>So a 24C11 is not compatible with a 24C01. The 24C01 has a device address byte before the word address, allowing multiple devices or larger devices. The 24C11 just has a 7-bit word address, then the R/W bit. This confusion may have corrupted the device when trying to read it the wrong way with my TL866. 😅</p><p>Anyway, neither the TL866 nor the GQ-4x4 support the 24C11 so it's go go gadget <a href="https://awesome.garden/tags/GlasgowInterfaceExplorer" class="mention hashtag" rel="tag">#<span>GlasgowInterfaceExplorer</span></a> time.</p>