firelizzard

joined 2 years ago
[–] firelizzard@programming.dev 5 points 1 year ago (3 children)

After programming in Go for nearly a decade, the idea of going back to needing semicolons brings me pain. Rust seems cool, but semicolons 🤢

[–] firelizzard@programming.dev 1 points 1 year ago (2 children)

I’d rather spend my free time doing something I enjoy

[–] firelizzard@programming.dev 1 points 1 year ago (4 children)

Why? I see no reason to go through the hassle of learning yet another language when Go serves my purposes perfectly and I'm happy with it.

[–] firelizzard@programming.dev 1 points 1 year ago

I’m a cishet white dude so I experience effectively zero discrimination directed at me, but I am on the spectrum.

I guess basically everyone I regularly interact with either is also on the spectrum or has intense interests regardless, or is used to people like that. Though TBF I have learned to not get intense if I’m in public talking to random strangers. But if someone asks me a question like, “how do computers work”, I will answer at great length.

[–] firelizzard@programming.dev 2 points 1 year ago* (last edited 1 year ago)

If my IQ was higher than my body weight I’d be the smartest person on the planet…

Edit: I was thinking lbs, that makes a lot more sense in kg.

[–] firelizzard@programming.dev 2 points 1 year ago (2 children)

I’d stop being awkward if I could but I wouldn’t give up my intense interests. You?

[–] firelizzard@programming.dev 6 points 1 year ago (1 children)

I think the word you want is minutiae?

[–] firelizzard@programming.dev 24 points 1 year ago (9 children)

I’ve written programs in C. I’ve written programs in assembly, for x86 and for microcontrollers. I’ve designed digital logic and programmed it into an FPGA. I’ve built digital logic circuits with transistors.

I’ll still take Go over C any day of the week. If I’m doing embedded, I’ll use TinyGo.

[–] firelizzard@programming.dev 6 points 1 year ago

That sounds like a great way to set yourself up for spectacular failures down the road

[–] firelizzard@programming.dev 1 points 1 year ago (1 children)

I thought there was security code to stop that kind of thing. Granted, it's been over 10 years since I've done anything with Java more than tinkering with Minecraft mods.

[–] firelizzard@programming.dev 3 points 1 year ago (4 children)

Objective-C does not enforce method access (e.g. private methods) at the runtime level. If you are sufficiently determined, there are no restrictions on what methods you can call, unlike Java or C# (AFAIK).

view more: ‹ prev next ›