HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jenscow

no profile record

comments

jenscow
·पिछला माह·discuss
I won't disagree with that. And "better parenting" is a solution. However, what about the children who don't have the advantage of "better parenting"?

Rightfully blaming bad parents is reactionary
jenscow
·7 माह पहले·discuss
Good news for Apple users
jenscow
·9 माह पहले·discuss
But if "free speech is absolute" then it can't be overridden by any other law.
jenscow
·4 वर्ष पहले·discuss
> automatically spin up if someone cooks, farts, opens a window or hits a vape pen.

I guess it will be on all the time for me.
jenscow
·4 वर्ष पहले·discuss
When I joined in 2006, someone had replaced it with 21 regular expressions.
jenscow
·5 वर्ष पहले·discuss
Personally, I long for the Rust which I used to smell coming from my grandma's kitchen when we used to visit on Sundays.

Unfortunately, she's no longer with us. However, her Rust continues to be a part of our lives.

The Rust you buy from shops today just isn't the same.
jenscow
·5 वर्ष पहले·discuss
Perhaps the point was, learning C is more of an eye opener than an actual skill.

You're going to have to try hard to actually program something in C in the majority of jobs. On the other hand, you'll have to try hard to avoid any C-Based languages.

Of course, if someone new to programming asked me "shall i learn JS or C?", I would recommend JS.

However, after a few years.. give C a try. Make a throw-away "ls" or something.
jenscow
·7 वर्ष पहले·discuss
Yes, I was being snarky - however, it is a valid concern. There needs to be a choice.

(I write javascript almost every day)
jenscow
·7 वर्ष पहले·discuss
It's lazy loading - someComputation() is only called if func() is called, and called only once. Perhaps you might prefer: result || (result = someComputation())
jenscow
·7 वर्ष पहले·discuss
A viable replacement.
jenscow
·8 वर्ष पहले·discuss
> the Ctrl+Shift+C thing

I don't know about others, but with terminator[0] I'm able to map Ctrl+C to copy - but if nothing is selected, then ^C works as normal. Is that what you're looking for?

0: https://gnometerminator.blogspot.com/p/introduction.html
jenscow
·8 वर्ष पहले·discuss
Perhaps that's how they're killing OSS?