HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mikebenfield

no profile record

comments

mikebenfield
·2 miesiące temu·discuss
Having worked at two big tech companies, I’d say one was the most laid-back, stress free environment I’ve ever worked in, and the other was pretty middle of the road.
mikebenfield
·2 miesiące temu·discuss
I'm all in favor of talking about drawbacks of AI coding and potential future problems. No problem. But at this point just the blanket statement that you'll never use it is not reasonable. It's the equivalent of a master car mechanic seeing a robot that can pretty reliably rebuild a transmission in a few minutes saying "I'll never use that; I'll always do it myself." Okay, sure buddy. You keep taking 8 hours to do what now takes everyone else 5 minutes. Knock yourself out.
mikebenfield
·3 miesiące temu·discuss
> What is hard about it? Young children seem to pick it up with ease. It cannot be that hard?

They do? I've known plenty of kids and young adults who utterly failed to become even borderline competent at programming.
mikebenfield
·3 miesiące temu·discuss
> artificial deadlines preventing me from writing proper unit tests, or the requirement for code review from people on my team who don't even work on the same codebase as I do on a daily basis

I have never experienced this, and it sounds remarkably dysfunctional to me.
mikebenfield
·4 miesiące temu·discuss
You've missed the point. The point is that the women in question demand it. There is no shortage of women on social media ranting about how lazy or cheap men are who want to do coffee or drinks for a first date. Or especially a walk. If you suggest a walk for a first date there's a strong chance you'll never hear from her again.
mikebenfield
·4 miesiące temu·discuss
Practically that would be very likely to be the case to the reader, but grammatically no, it's still ambiguous.

> They went to Oregon with Betty, a maid and a cook.

Betty could be both a maid and a cook. So there is still ambiguity.
mikebenfield
·10 miesięcy temu·discuss
What's much more sensible than taking an IQ test is looking at your experience with math to date.
mikebenfield
·w zeszłym roku·discuss
Or more. Actually some of them seem inverted. Simple compiler takes 3 months but a GameBoy emulator takes 2 weeks? That’s not my experience at all.
mikebenfield
·2 lata temu·discuss
C++ has indeed added many features that help with memory safety, at the cost of getting increasingly more complicated and harder to work with.
mikebenfield
·2 lata temu·discuss
I think the idea that Lisp was so much more productive than other languages originates from a much earlier time. But now the most important features of Lisp - like garbage collection - are commonly available in most languages.
mikebenfield
·2 lata temu·discuss
I always thought calling it Xbox One was the most bizarre choice in the history of branding and marketing. Given how common it is to retroactively refer to the first item in a series as "One" (Rambo 1, Rocky 1, Playstation 1, etc), it seems intentionally designed to cause confusion.
mikebenfield
·2 lata temu·discuss
I tried to use a CPAP machine for a while. I honestly could never figure out how I was supposed to breathe with it. At all. It seemed to be physically impossible. I'd try for a while each night, then get frustrated and stop so I could get some sleep. Completely useless to me.

Fortunately I was able to just return it, but if I hadn't been able to, why should that mean insurance wouldn't cover it? I was prescribed this device and it didn't work for me.
mikebenfield
·3 lata temu·discuss
Big O notation deals with asymptotic behavior of a function - in other words, as N goes to infinity. If we're accepting the premise that N has an upper bound, the rest of the discussion is meaningless.

Presumably the argument is an abstract one, not applying to any particular machine that actually exists.