Show newer

Testing connecting the worst imaginable wireless aftermarket controller to the #Xbox bouncing it via #Android. I’m testing to see if this is viable given Microsoft is banning unlicensed wireless controllers, but there’s perceptible lag (the controller is a pile of poo! That’s also a problem). I could tinker with the router to prioritise traffic to and from the Android phone in question, if I recall right I deprioritised everyone’s phones. #gaming

"Peace manifests externally but begins internally--that is, in the thinking, idealism, and mental discipline of each individual. Peace must begin with the individual and work outward.” Ralph M. Lewis

You slept soundly through the night, regaining 16 hitpoints and 2 hitdice.
---
You are safe in a small village, what would you like to do?

Show thread

If you used the internet in the US in the early 90s, your traffic was handled by Trans Witches! (A TRANSWITCH chip was part of every interface board on the NSFnet's experimental T3 routers.)

rcsri.org/collection/nsfnet-t3

#Halloween #Witches #Internet

-wrote in journal
-early Freiday
-finished drafting charactersheet for roleplay

“Despite the trials and tribulations of life, always consider life the most precious gift the Cosmic ever granted human beings, because it is the medium of our spiritual evolution and the source of the happiness we seek. Furthermore, regard your body as the temple of your soul, and take great care of it.” Rose + Croix Code of Life

Being asked why you're late to work after lunch on the weekend, during your Out Of Office week.

When senior coworkers buy you lunch after a disaster of a company meeting where you were impossibly thrown under the bus and everyone is in awe at the audacity of the notion.

I totally forgot about this year's pumpkin carving contest...

Lunch today:::

Quesadillas with dinosaur chicken nuggets instead of lunch meat. Carolina reaper and cayenne pepper for flavor.

>> looks up a globally-consumed and famous beverage distributed in concerts and bars
>> one of the first youtube results is me with over 1.8k views

<< holy shit, im famous!

“Humanity, when conscious of an eternal truth, has ever symbolized it so that the human consciousness could forever have realization of it. Nations, languages and customs have changed, and yet ancient symbols continue to illuminate us with their mystic light.” Ralph M. Lewis

Show thread

"Meditation is a transformation of consciousness. When we meditate we change our state of receptivity, like tuning to a higher wavelength. Meditation is attunement." Rosicrucian Manuscript

@PeterCxy@comfy.social Fundamentally there's an inherent contradiction between "C as high-level assembly" (but at the expense of portability and optimizations) and "C as a high-level and portable programming language" (but at the expense literal translation to machine code). C attempts to be both. It was historically first used by Unix hackers as a form of high-level assembly, and later another group joined with people who use C as a general-purpose high-level language. This started all the troubles.

K&R C (pre-ANSI) did not have a formal logical specification. The expected behaviors were simply "whatever side-effects that the actual machine code creates after compiling". It was designed not by theoretical CS researchers but by Unix kernel hackers as a minimum-viable high-level language, with line-by-line literal translation to machine code in mind. The original Unix code made liberal (ab)uses of PDP 11-specific behaviors, and in early versions, even compiler-specific ones ("you're not expected to understand this" was a hack based on the compiler's register allocation).

Inevitably, when different platforms are targeted, the side-effects are going to be different. To be portable, the idea is to use a restrictive subset of K&R C operations that absolutely does not depend on platform behaviors (which would later be codified as the ANSI C's abstract machine). To complicate the problem further, compiler writers also want to do high-level reasoning for optimization and vectorization that would be impossible if unexpected side-effects exist - but the original C was never designed to do that. The result is that only a heavily restricted subset of possible operations in C is "proper C", leaving the rest as undefined or implementation-defined (in practice, with the tendency of getting more and more restrictive over time as optimizer becomes more aggressive over time) - sometimes unrealistically restrictive (such as "you cannot assume negative integers are represented in 2's complement).

So tired of fighting...

Where's the moral support crew?

Show older
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.