HackerTrans
TopNewTrendsCommentsPastAskShowJobs

IceMichael

no profile record

comments

IceMichael
·2 года назад·discuss
Wall of text
IceMichael
·3 года назад·discuss
The title alone should receive a downvote. We don't need more of this hype
IceMichael
·3 года назад·discuss
Okay, so all search engines suck. Yeah, that matches my experience
IceMichael
·3 года назад·discuss
"exactly, I would have liked the grisp of the interesting part of it"

And that is all, no interesting excerpt, I was able to get source code of the entire page myself :) You are writing an article/tutorial. This kind of work should be in, this was my initial feedback.
IceMichael
·3 года назад·discuss
I'm not sure how to read your comment as everything in the script seems to be a comment? Probably format messed up.

What it usually fails at (maybe 4 can do it, I only use 3.5) is that the output should have one line per line-number, so nothing like 9-15 but 9,10,11,12 etc. I made this very explicit, I gave also examples on how the output should look like. Nothing helped.

Also, I explicitly set it should work under macOS but there were many syntax errors or uses of grep that are incompatible with macOS. So maybe part of it would have worked with linux, not sure. If you can maybe reformat, I could check
IceMichael
·3 года назад·discuss
So what is the USP of this one against the others? I tried my simple favorite one where all of these tools fail (prompt has more details): Write a script that converts git-diff output to a file that can be easily grepped by filename and linenumber.

Never works. And I point then to the errors to clarify in quite a few iterations. Will never be fixed. I did not find any tool that can do that.

The answer from this tool is just the same garbage than with ChatGPT. Not better, not worse, same shit.

Maybe... we don't need more of these?
IceMichael
·3 года назад·discuss
When will the hype curve finally end...
IceMichael
·3 года назад·discuss
Interesting, thank you!
IceMichael
·3 года назад·discuss
exactly, I would have liked the grisp of the interesting part of it
IceMichael
·3 года назад·discuss
Would have liked to see the html part too
IceMichael
·3 года назад·discuss
I get that this is really interesting and I surely enjoyed the read... But has it really any practical implications? I mean, in a sense, there are so many mathematical riddles... Anyways, I'm fine to ignore this question. Very nice!
IceMichael
·3 года назад·discuss
Isn't typescript the typescript of C++?
IceMichael
·3 года назад·discuss
Testing hugely via expensive integration tests or E2E is needed no matter which software you have. And you could easily fall into doing that for microservice architectures. However, a common way is rather having contract tests. Google Fowler's article for it
IceMichael
·3 года назад·discuss
Noone needs a paywall article, why does this even come up here?
IceMichael
·3 года назад·discuss
E-Ink with rust? It should not even contain iron
IceMichael
·3 года назад·discuss
What puzzles me at such websites is that they cannot manage to briefly describe WHAT they actually do. Without previous information about it, you have no clue to figure out what they are for (I googled it, Github says a bit more, but the website? No clue for that, even in documentation)
IceMichael
·3 года назад·discuss
Still looking for a lib that supports fibers... boost::asio is... well, boost, and therefore annoying. It also does not support it out of the box