half_built_pyramids

joined 3 years ago

The /s was implied there, to me at least

What if you burp into it a lot, it is going to be moist in there no matter what

Fun fact (dull fact) the solvent that removes marker is built into dry erase. That's what makes them dry erase instead of just normal markers.

[–] half_built_pyramids@lemmy.world 0 points 1 week ago (2 children)

If you do 15+ over it saves way more than 54 seconds.

[–] half_built_pyramids@lemmy.world 6 points 2 weeks ago* (last edited 2 weeks ago)

Oh shit, probably?

https://www.lespacemaker.com/en/

Came to in a quick search, maker space usually have scanners, or one of their members will, and they often like sharing

[–] half_built_pyramids@lemmy.world 6 points 2 weeks ago (2 children)

Bro that's sick a The hotas discords would worship you if you 3d scanned it for them

Literally a black mirror episode

Fun fact, the Roosevelt Kermit helped put us into the situation that exists in Iran today.

Nice, dinosaur comics reference

30
rule (lemmy.world)
 
  • Sand
 

I was just introduced to errantry by jrr Tolkien. This thing is fire.

There's a polygon video by Brian David Gilbert where he explains the triplet flow used by a lot of mumble rappers, and then he goes on to rap the three -syllable Pokemon names. Great vid and a great rap. I mention it because the triplet part has always stuck in my head and gotten into my own writing. It was interesting to find triplets in an old jrr Tolkien poem.

Anyway, was jrr Tolkien the first mumble rapper? ~~Ant~~ Any other good old poems that use triplets?

 

HARLOT-MAGE | Others

17
Impedance, floating (lemmy.world)
submitted 2 years ago* (last edited 2 years ago) by half_built_pyramids@lemmy.world to c/explainlikeimfive@lemmy.world
 

What's the difference between impedance and when a pin on a microchip is floating?

I get the basics of impedance. I'm capacitive impedance it's a build up of charge. Like air in a balloon. In resistive impedance it's a build up of the magnetic field, like a flywheel.

A floating pin isn't connected to anything reference voltage so it can fluctuate with surrounding interference or whatever.

Why do some ICs have tri state, low, high, and high impedance? Isn't high impedance the same thing as floating?

If it is high impedance that means it had to be connected to something, right? ~~Don't~~ Some kind of big capacitor or inductor in the chip?

 

Saw a "deer hearse" sticker the other day. So nice these guys have an outlet to express themselves. Like Lisa Frank stickers.

 

Ferrule

 

Poofy tshirt sleeves are the worst. Is there a name for how the sleeves are cut? When my arms are at my sides I want the hem of the sleeves to be touching my arms, not shooting out at 45 degrees. Same for any short sleeve type shirt.

 

There was an author before lovecraft, I believe he was an ambulance driver in ww 1, or something. I know he was on ww 1 and one of the stories talked about how much that shit sucked. I think he's died young, like 20s. Had a few published stories.

Ring any bells for anyone?

Edit: title...

 

License stuff came up the other day. Got me wondering.

Could I use something like the mit or GPL license, but add a requirement that anyone that uses the software had to send me a pic of their butthole?

What is the use case for this GPL + bhole license?

Memes mostly. It world also need to have an age of majority clause.

Then if the library actually gets picked up somewhere it would be a good extortion tactic.

 

I don't want a dark and twisted batman that watches Catwoman change through her window.

I want a bat credit card and ice puns.

The whole plot is that robin is scared of getting bracers. The joker taunts him with those fake chittering walking teeth.

 

cross-posted from: https://lemmy.world/post/10852890

cross-posted from: https://lemmy.world/post/10852531

Working on a joystick. Seems like any protocol I use to read from peripherals is going to be bottlenecked by having just one input. My microcontroller might have multiple ADCs, but there's just one processor stepping through them. Same for spi, or i2c, or uart. There's really only ever one sensor reporting back its data at a time.

I know this might not matter for measurement resolution. Especially if you're polling at like 115k serial or something, but...

That's 8 bits per axis, and three axis. Now that's at least 34 bits. To sample each axis we're down to only 4.5k samples per second. Plus whatever other cycles the controller has to handle... even if I spent half that time doing microcontrolle cycles at like 2k we're probably still well with the best star craft apms or whatever. I'd still like to find some way to really over engineer this thing.

I read a little about tdm, but that's out of my league and I don't know if you could even have 3 simultaneously signals that way

I'm thinking a microcontroller for each axis, and a usb port for each of them. So it appears like 3 different controllers to the computer. The user would just have to map the axis from the 3 controllers into 1 in their game software. I assume the steam remapping could do this.

Is it just going to get smashed back into one thread in the computer's usb hub anyway?

Any other suggestions?

 

cross-posted from: https://lemmy.world/post/10852531

Working on a joystick. Seems like any protocol I use to read from peripherals is going to be bottlenecked by having just one input. My microcontroller might have multiple ADCs, but there's just one processor stepping through them. Same for spi, or i2c, or uart. There's really only ever one sensor reporting back its data at a time.

I know this might not matter for measurement resolution. Especially if you're polling at like 115k serial or something, but...

That's 8 bits per axis, and three axis. Now that's at least 34 bits. To sample each axis we're down to only 4.5k samples per second. Plus whatever other cycles the controller has to handle... even if I spent half that time doing microcontrolle cycles at like 2k we're probably still well with the best star craft apms or whatever. I'd still like to find some way to really over engineer this thing.

I read a little about tdm, but that's out of my league and I don't know if you could even have 3 simultaneously signals that way

I'm thinking a microcontroller for each axis, and a usb port for each of them. So it appears like 3 different controllers to the computer. The user would just have to map the axis from the 3 controllers into 1 in their game software. I assume the steam remapping could do this.

Is it just going to get smashed back into one thread in the computer's usb hub anyway?

Any other suggestions?

view more: next ›