HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zerocount

no profile record

comments

zerocount
·5 lat temu·discuss
Based on the article, the title should be, "Why is C Git faster than JGit." It's literally nothing but that.
zerocount
·5 lat temu·discuss
There's no counter argument to an article that specifically breaks down why C git is faster that JGit back in 2009. Lucene isn't relevant.
zerocount
·5 lat temu·discuss
They don't show up because their not out evangelizing every oppurtunity they get.
zerocount
·5 lat temu·discuss
What exactly is switching to Rust?
zerocount
·5 lat temu·discuss
I'm not convinced scripting languages are not suitable for large projects. It's said a lot, but I've never seen proof one way or the other. I suspect unmanageable code-bases derive from uncontrollable project forces, ignorance, or not caring, but not because of the perceived short comings of a scripting language.
zerocount
·5 lat temu·discuss
I roll my window up if I'm near motorcycles. There's been too many times when my ear got blasted all of a sudden.

Worse is booming bass. Not while driving, but at home from the neighbors. Hours on end... boom... boom...
zerocount
·5 lat temu·discuss
Can't wait for this. I'm still on his 'patterns' book. He's such a good author.
zerocount
·5 lat temu·discuss
This is what happens when you're impatient.
zerocount
·5 lat temu·discuss
For beginners, this is the last book to start with. I'm a big fan of Doug Crockford, but this book is opinionated and the examples are often not well explained.
zerocount
·5 lat temu·discuss
I'm not a Java developer so forgive my ignorance, but is Eclipse as good as IntelliJ?
zerocount
·5 lat temu·discuss
NVME might be the greatest advancement ever in terms of noticable speed improvement. SSD was alright, but I wasn't blown away by it.
zerocount
·5 lat temu·discuss
There should be no shared code and all projects should be totally isolated from eachother. If you need shared code, fork it and maintain it to your needs.
zerocount
·5 lat temu·discuss
That was elegant and much more insightful.
zerocount
·5 lat temu·discuss
There's also a school of thought that managers are not necessary. I'm a big fan of it.
zerocount
·5 lat temu·discuss
This actually makes sense. No need for the big survellance net.
zerocount
·5 lat temu·discuss
zerocount
·5 lat temu·discuss
Yes, it is about the deadlines. That's what keeps me getting a paycheck, which is the reason I'm working. What you describe as teamwork is just every day development activity. There is no discipline to attending a meeting when the meeting is mandatory.

I can always spot someone who 'runs teams' by the way they prioritize the company and piss on the workers in the name of the customer and 'teamwork.'

This is why you can't trust a manager. You can't seperate their nose from the company's ass.
zerocount
·5 lat temu·discuss
Merry Christmas and Happy Hacking from NorthWest Arkansas! Don't let the hogs get away from you! :)
zerocount
·5 lat temu·discuss
More often than not, I see code without any comments. There's this idea of writing self documenting code that really changed the commenting world.

And that whole thing was evangelized by Uncle Bob and the Agile wrecking crew. Before long it was bad to use comments, switch statements, or new up an object. This, in turn, led to the TDD movement, Agile only movement, enterprise patterns for all projects movement, and I'm sure there are others I'm forgetting.

Please comment your code. Tell me what you're trying to accomplish with this block of code. The function name doesn't always suffice. And I don't want to stare at it for 15 minutes, or re-format your 160 column LINQ statement, or Google your regex so I can read what it does on StackOverflow.

Even commenting pseudo code would be fine.
zerocount
·5 lat temu·discuss
I've also seen it where every comment was just who made the code change and the date. "John K. 10/13/1994"