Athletic anthros who don't wear socks and wouldn't ever notice if they stepped on someone...
Mytype.
Mytype.
November 7, 2025 at 7:36 PM
Athletic anthros who don't wear socks and wouldn't ever notice if they stepped on someone...
Mytype.
Mytype.
I wrote some poetry with the jazz on
November 6, 2025 at 12:23 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
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
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};
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
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};
let x = MyType(1, “hello”, true)
let x = MyType{1: “hello”, 0:1, 2:true};
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
Fat white guys in general make me Crazy, but fat redheaded Or blonde white guys specifically make me fucking FERAL!!!😍😍😍😍🔥🔥🔥🔥#mytype #Chub4Chub #thebiggerthebetter
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
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.
【花冷え。】 - いとをかし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.
- […]
```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
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.
- […]
```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.
- […]
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
I also find this really counterintuitive. A type guard like `if (nonExistantField in myType)` should do what you want, though. 😁
vim-lsp で Go の interface から stub を生成するいい方法あるかなあ。現状は var _ TargetIF = (*MyType)(nil) してエラーになったところで LspCodeAction してる。
April 11, 2024 at 2:05 PM
vim-lsp で Go の interface から stub を生成するいい方法あるかなあ。現状は var _ TargetIF = (*MyType)(nil) してエラーになったところで LspCodeAction してる。
MyType = NewType(‘MyType’, str) for example.
July 30, 2025 at 2:03 AM
MyType = NewType(‘MyType’, str) for example.
Just finishing up E Jean Carroll's amazing book describing the Trump rape trial, "Not MyType"
October 1, 2025 at 5:03 PM
Just finishing up E Jean Carroll's amazing book describing the Trump rape trial, "Not MyType"
If she dressing up today that means she loves Role****
a man in a suit and tie is pointing his finger
ALT: a man in a suit and tie is pointing his finger
media.tenor.com
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.
- 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
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.
- 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.