Daniel Nikpayuk

@nikpayuk.bsky.social

Inuit, Math, C++. https://www.paypal.me/danielnikpayuk

A new study shows that among people hospitalized with COVID19, other viruses such as EBV, HSV1, and CMV may be reactivated. This effect isn’t limited to those who are immunocompromised, either. So if you’re wondering why I’m still masking indoors in public, have a read.

COVID can wake up a slew of dormant viruses inside you

Reactivation of typically harmless anelloviruses, in particular, seems to be linked with developing long COVID, study finds.

nature.com

I didn't realize how much I missed fresh coffee. I've been having instant for over a month now. It's got the caffeine, but fresh is better. A benefactor kindly made a donation recently---I am very grateful, thank you! I don't yet have access to it, but I was gifted a free bag of coffee as 1/2

[cctmp] Today I finished prototyping my lower level type system redesign. Now I get to translate all the major types into this new style, then make small adjustments to everything else. I have today and tomorrow off from work, so I hope to get this done tonight. Thanks.

Been thinking over my coffee situation for work. It's the sort of job where I not only need my morning coffee to get started, but having one during my break would really help. I'm realizing I can use the large (Bialetti) moka pot I've been saving (either as a gift or) for special occasions. 1/3

Third day of work done. It was a long weekend grand opening, so it was super busy. One long rush the whole shift, each day. I was worried I was gonna have an acute-pain-pulled back muscle problem like at the 3 week job in June, but it seems I've healed sufficiently since then. 1/3

Another study on youth transition that find that about 97% of all youth who says they're trans turn out to be. Only 1.1% who start HRT stopped it for any reason whatsoever. This is, like, the fifth youth transition study that I'm aware of, and all of their results have been identical.

Xtra @xtramagazine.com · 4d ago

Canadian researchers found that 97 percent of youth who seek treatment for gender dysphoria still identify as trans years later.

Photo of the day today comes from Bailey Wilson in Winnipeg who spotted these geese trying to beat the heat! Hope you are staying as cool as they are in this weather!

Bild

One thing I didn't mention here is that this philosophy of design is specialized toward compile time C++. Why? It doesn't allow UB, so it doesn't let you return the lens classes (described in the thread below) from functions which could otherwise result in dangling pointers.

Daniel Nikpayuk@nikpayuk.bsky.social · 4d ago

[cctmp] I thought I'd explain my latest philosophy of design when it comes to C++ object oriented programming. In the following images, the code is completely streamlined for pedagogical purposes---and to fit the image windows. In this first image I define a struct of names. 1/15

A screenshot of C++ code demonstrating an object oriented paradigm. It defines classes called "names", and "T_concord."