How can such a wrong answer get so many points? Clones and forge forks are unrelated. First, GitHub or GitLab cannot and could not link clones together without analyzing the remotes of each clone.

FFS it's a tech community...

Forks do not exist in git. It's a GitHub feature, and a massive blunder at the same time.

Yeah. They only read textbooks to quiet kids, they do not have unpaid overtime at home for grading tests, and earn a million dollars every month. Lazy bastards.

Is there a downside? I’m confused.

I don’t understand the downvotes. You’re right on all points. If the task is too big, it can take years from testing another solution to using it for real.

I’m bored too, but not bored enough to post shitty shit like this.

Do you do it yourself with a European recipe? You would get the same result I guess.

Back when Nginx started, Apache was the only alternative and a big pain in the ass. That’s how it became popular.

That’s boring. Altman wants to save the world whatever that means, not solve the shitty problems that poor people have.

[-] best_username_ever@sh.itjust.works 16 points 1 month ago* (last edited 1 month ago)
  • Medium sucks
  • Clickbait
  • After reading a few pages, what is the point of this article? There are hundreds of pages of conversation, WTF?
12

I want to document my debugging sessions in a text file but I don't know if anyone did this before.

I came up with this kind of "language" that is a mix between Markdown and C++, but I still wonder if something equivalent exists already.

// When you click on the button
# [click button]
- A::f()
// - ... other method calls, don't document if you don't need to

# A::f()
// "..." for "parameters" where you don't need the details
- Stuff::g(...)
- Stuff::h(...)

// <Class> is a fake template thing to show the possible types of an object
# <SubStuffA | SubStuffB> Stuff::g(...)
- Stuff::g() {} // empty but I use v/=> for virtual call
  v/=> SubStuffA::g()
  v/=> SubStuffB::g()

# SubStuffA::g()

# SubStuffB::g()

# Stuff::h(...)

I document methods in the order of appearance in the code.

If you have any good idea about a reliable way to document a list of function calls, I'm interested!

view more: next ›

best_username_ever

joined 5 months ago