#MyType
Athletic anthros who don't wear socks and wouldn't ever notice if they stepped on someone...

Mytype.
November 7, 2025 at 7:36 PM
I wrote some poetry with the jazz on
November 6, 2025 at 12:23 AM
In the ongoing quest to add to #mytype list....
October 27, 2025 at 11:30 PM
Well, here is another #mytype sandwich I'd like to be the filling for!
October 26, 2025 at 9:42 PM
"my henchman and I saw you from across the sauna and really dig your vibe..."

#art #orc #fantasyart #fur #furryart #mytype?
October 25, 2025 at 12:33 PM
Oh heck yea, #mytype
October 19, 2025 at 2:37 AM
And today's addition to #mytype list. Damn Daddy!
October 8, 2025 at 1:35 AM
need me a cute trans furry to yap to me about various topics I don't completely know just so I can listen and retain the information #mytype
October 2, 2025 at 12:29 AM
Oh hell ya... love to be the filling in that sandwich with those #mytype layers!
September 30, 2025 at 4:44 PM
When constructing tuple structs, you can use curly braces with integer keys. These are identical:

let x = MyType(1, “hello”, true)
let x = MyType{1: “hello”, 0:1, 2:true};
what's a bit of obscure rust/rustup/cargo/crates.io lore that you know?
September 23, 2025 at 2:38 AM
More for #mytype list... oh, let's bend him over that fence and have a go!
September 22, 2025 at 6:12 PM
September 11, 2025 at 2:17 AM
Fat white guys in general make me Crazy, but fat redheaded Or blonde white guys specifically make me fucking FERAL!!!😍😍😍😍🔥🔥🔥🔥#mytype #Chub4Chub #thebiggerthebetter
October 19, 2024 at 3:26 AM
I’ve said this before and I’ll say it again: the ability to make a lambda from a method, a la Java’s double colon operator (e.g. obj::toString) is sorely lacking in Go. It would be great to use myVal::String to get a func (myType) string function that I can pass into Map and Filter.
July 22, 2025 at 11:41 PM
花冷え。】 - いとをかしMyType - Music Video 【HANABIE.】
🥳🥳

youtu.be/B-9AtkL-lZI?...
【花冷え。】 - いとをかしMyType - Music Video 【HANABIE.】
YouTube video by 花冷え。 (HANABIE. Official YouTube)
youtu.be
December 4, 2024 at 11:05 PM
TIL: Conditional types in #typescript can only have 25 members and TypeScript will stop evaluating them afterwards.

```typescript
# This works
type MyType = 1 | 2 | ... | 25;
# This breaks
type MyLooongType = MyType | 26;
```
And this limit is not documented in the official TypeScript docs.

- […]
Original post on hachyderm.io
hachyderm.io
June 27, 2025 at 8:07 AM
I also find this really counterintuitive. A type guard like `if (nonExistantField in myType)` should do what you want, though. 😁
February 19, 2025 at 10:05 PM
vim-lsp で Go の interface から stub を生成するいい方法あるかなあ。現状は var _ TargetIF = (*MyType)(nil) してエラーになったところで LspCodeAction してる。
April 11, 2024 at 2:05 PM
MyType = NewType(‘MyType’, str) for example.
July 30, 2025 at 2:03 AM
Just finishing up E Jean Carroll's amazing book describing the Trump rape trial, "Not MyType"
October 1, 2025 at 5:03 PM
October 31, 2025 at 2:10 PM
I'm not really sure if Rust's fat pointers for dyn traits was good idea. Compiler non stop complains about sizing.
- Want to cast `MyType<A: T>` to `MyType<dyn T>`? Good fucking luck.
- Atomic CAS? Fuck you.
- Wanna send dynamic pointer to C? How about no.
August 29, 2024 at 6:40 AM
May 27, 2025 at 6:43 PM