Profile avatar
distraction.engineer
Ancient #GameDev; distraction.engineer; C64, DIY nerd; AKA PoV or PoVRAZOR; He/Then; 🍁 Caretaker and co-creator of @ludumdare.com Zero tolerance for hate. Support trans rights! Empathy is punk. πŸ³οΈβ€βš§οΈπŸ’œπŸ€˜ Avatar: purple and gold pixel art chicken
3,130 posts 1,773 followers 434 following
Regular Contributor
Active Commenter
comment in response to post
Yee
comment in response to post
Starting to smell a lot like a Friday deployment. πŸ˜…
comment in response to post
Nevermind, I'm all backend (for now πŸ§›β€β™‚οΈ).
comment in response to post
Ah, hopefully doesn't break my stuff. πŸ˜…
comment in response to post
Thinking about lunch.
comment in response to post
That's adorable. πŸ˜†
comment in response to post
Dramatization
comment in response to post
I must have missed an announcement 'cause I seem to recall ARM revoking Qualcomm's license to the chip IP.
comment in response to post
Official social media for fans of trainwrecks
comment in response to post
I was trying to guess the intersection without reading the rest of the post, but the Circle K threw me.
comment in response to post
1 2
comment in response to post
How rude.
comment in response to post
That got me wondering if there were OLED upgrade kits available. www.crowdsupply.com/shade-techni...
comment in response to post
Ah but I got a reeeally good deal on my dumb. They were practically giving it away!
comment in response to post
Which half? 😨
comment in response to post
☒️😨☒️
comment in response to post
Also if like me you still have cookware stamps from the previous promo, there MAY still be limited stock in certain stores, according to this sign I saw today. I didn't have much luck at my local Superstore, but there are other participating stores you may have luck at.
comment in response to post
I imagine you've worked with techy folks in gamedev that ranted about pipelining. On consoles, we can know exactly when we can access data before the CPU has to stall (wait) until caches are filled. On PC, there's often too much variety in CPUs, so we generalize (lazy). Dual channel is a lazy fix. πŸ˜‹
comment in response to post
My desire for a 2nd RAM slot is for performance though. A computer running in "dual channel" mode is able to fetch 2x the amount of data per clock cycle. That doesn't necessarily double performance, but having access to double the data means your CPU will fail "cache misses" less often.
comment in response to post
lol, I missed this. I regularly run virtual machines and Docker... Also multiple web browsers and Electron apps at the same time (Firefox, Chromium, VSCode, etc). Anything based on JavaScript tends to be memory hungry. 🀀πŸ–₯️ That said, 32GB is likely enough. I can just close something if I'm lagging.
comment in response to post
Thank you for clarifying.
comment in response to post
Fffffff
comment in response to post
I'm sold
comment in response to post
I'm genuinely enjoying this pseudo (?) competition between Chinese test gear manufacturers Zoyi and Fnirsi, both companies creating similar products (likely based on the same guts). Like I have the single channel version of the Zoyi handheld oscilloscope. πŸ’œ If I grab a dual, I'd try Fnirsi. ☺️ #DIY
comment in response to post
comment in response to post
I love your silly. - Not TIM
comment in response to post
WE CAN STILL MAKE THEM ROUNDER! πŸ”
comment in response to post
I had to head out again, but yes, it works. Reading the schema is a bit weird, as both JSON Schema and Lexicon Schema use most of the same terms. πŸ˜… I was able to get all the types validating except for records and the function types. I'm not thrilled with the errors it generates though. #atdev
comment in response to post
Now on a quick tangent to see if Lexicon can be described using JSON Schema. #atdev json-schema.org
comment in response to post
Nope! JSON-LD does not make a good intermediate format. #atproto
comment in response to post
Toying with a Lexicon syntax for accessing the member types of another Lexicon user type, plus a variant for accessing member types from a record. πŸ€” #atproto #atdev
comment in response to post
No, I was simply exposing Bluesky PDS users to the Fediverse. This project began as a mere "ActivityPub Outbox", a way to cross post to both networks, with a big question mark on how to handle likes and followers. Seems obvious in hindsight. πŸ˜