HackerTrans
TopNewTrendsCommentsPastAskShowJobs

moleperson

no profile record

comments

moleperson
·last month·discuss
I recently worked for a company with a large C++ codebase. For many years they relied entirely on asserts in QA builds to catch errors, no unit testing or production asserts. When I joined about three years ago they had just started to pick up unit testing, and would be enabling asserts in production “soon” (once all the most common ones had been fixed).

I left a little over a month ago, and the status on that was still “soon”. Some bad practices early on are just really hard to dig yourself out of.
moleperson
·7 months ago·discuss
Out of curiosity, what's the portable keyboard you like?
moleperson
·7 months ago·discuss
Right next to my apartment building is a crosswalk that crosses a fairly busy street. The crosswalk is well-marked, and it has a sign in the median specifically stating that stopping for pedestrians is required by law. In the time I've lived here I've nearly been hit by cars several times on this crosswalk, and I've witnessed countless people almost get hit here as well. Once I saw a pedestrian yell at the driver, and the driver yelled back that they didn't have to stop because "I don't have a stop sign".

I noticed recently that the city installed a flock camera pointed directly at this crosswalk, and while I'm generally opposed to this kind of surveillance, and I wish they would implement other measures to make this safer, I really would love nothing more than for drivers speeding through here and not stopping for pedestrians to get ticketed. It's unclear still whether that's actually happening (and not that it matters once you're dead), but I'm finding myself empathizing with the argument for more surveillance for the first time in my life.
moleperson
·7 months ago·discuss
> For instance, the fact that the laws of physics are the same today as they were yesterday and will be tomorrow — a symmetry known as time translation symmetry, represented by the Lie group consisting of the real numbers — implies that the universe’s energy must be conserved, and vice versa. “I think, even now, it’s a very surprising result,” Alekseev said.

Maybe I’m misunderstanding the implication here but wouldn’t it be much more surprising if that weren’t the case?
moleperson
·7 months ago·discuss
I'm not at all advocating for treating life like a lottery. I've had overall a successful career due in large part to my own effort, but the best opportunities have come to me simply by being in the right place at the right time, so it would be arrogant to discount luck entirely. I've also had periods of repeated failure, and if I had counted each and every one of those as a score against my own value then I wouldn't have made it this far. Put more simply, the healthy mindset I have is to do what you can, and accept what you can't. Sometimes things work out, sometimes they don't. Easier said than done.

It seems like you're misinterpreting my words through the lens of your own frustrations right now, so I don't think there's anything else I can say to help you. I just hope you find what you're looking for eventually.
moleperson
·7 months ago·discuss
Again, I think you've completely misinterpreted the post as well as what I'm trying to say. A "healthy mindset" is simply one that gives you a framework to navigate the world without falling into despair when things don't go your way. Learning to accept that things won't always go your way, and that in some cases they might not go your way the majority of the time, but that they don't have to, is one component of that.

I'm not making any recommendations on how people should actually go about finding wealth, or success, or happiness, or whatever it is you're looking for in life; only how to deal with it when they don't get those things immediately.
moleperson
·7 months ago·discuss
> Applying in the hope they mess up and admit you when they're really better off rejecting you is so antisocial.

What? That's not what I'm suggesting at all. I just found the post to be a helpful reminder of how to have a healthy mindset towards some uncertainties in life, but it seems like you took away something completely different.
moleperson
·7 months ago·discuss
The way I read this is that there are many "games" in life (applying for schools, jobs, dating, etc) where the odds of "winning" each instance are not in your favor, but you only need to win once to win overall. If you treat every absence of a positive outcome as a failure, then you're inevitably going to lose hope and give up.

This is in contrast to gambling where you actually do need to win more often than not to win overall.
moleperson
·9 months ago·discuss
Right, I didn’t think about the shebang case being different. Thanks!
moleperson
·9 months ago·discuss
Why is the ‘-S’ argument to ‘env’ needed? Based on the man page it doesn’t appear to be doing anything useful here, and in practice it doesn’t either.