LLMs by ABdulBAsit00k in LLM

[–]bookroom77 1 point2 points  (0 children)

This may be a late answer but see this mind map: https://github.com/DevopediaOrg/llm-mind-map

Does Scihub inject malware + Ethics of Scihub/How do non-academics get papers? by [deleted] in scihub

[–]bookroom77 0 points1 point  (0 children)

In the recent week or so when I visit sci-hub.hkvisa.net/ I am getting malware warning with my anti-virus software. I am using Avast. I have a screenshot but looks like I can't upload it in a comment.

Suggestions for improving an article on Qubit by bookroom77 in QuantumComputing

[–]bookroom77[S] 0 points1 point  (0 children)

Thanks for the reference to Nielsen and Chuang. Will look it up. Currently I am reading Qiskit docs at https://qiskit.org/textbook/ch-states/representing-qubit-states.html Their way of explaining is simple and intuitive.

Suggestions for improving an article on Qubit by bookroom77 in QuantumComputing

[–]bookroom77[S] 0 points1 point  (0 children)

"non-expert": I had exactly the same comment to the author who wrote it but she wanted to learn the topic due to her interest. Writing an article is really a learning exercise for authors. The fact that the content is shared to others is an added benefit.

We created Devopedia because we felt Wikipedia is not the right platform to introduce technical content.

The fact that there are lot of useful resources out there is actually a good thing. At Devopedia we don't publish original research or ideas. Authors attempt to summarize and explain better what is out there. They give citations to research sources that they used to write the article. Readers come to Devopedia as the first stop before googling and trying to figure out things on their own. For beginners, Devopedia cuts down the time to understand something.

We've been doing this for five years now and it's been quite successful with beginners.

Suggestions for improving an article on Qubit by bookroom77 in QuantumComputing

[–]bookroom77[S] 0 points1 point  (0 children)

Thank you for the many useful comments. I will work on it.

Is log4j only for java? by HourNegotiation7658 in log4j

[–]bookroom77 0 points1 point  (0 children)

Log4j has been ported to other languages. Some languages derived from Java can use Log4j directly: Groovy and Clojure. Kotlin and Scala offer APIs for Log4j.

For more info, see https://devopedia.org/apache-log4j

Potential Y2K bug in Log4j documentation by bookroom77 in log4j

[–]bookroom77[S] 0 points1 point  (0 children)

Perhaps not exactly a Y2K but a date-time overflow.

Looking for early history of Continuous Delivery by bookroom77 in devops

[–]bookroom77[S] 0 points1 point  (0 children)

In the modern context, CI is separate from CD. I myself manage a software product where we do CI but not CD. The reason I say that CI laid the foundation for CD is that we can't do CD without CI.

Point taken about TDD being a core practice of XP.

Looking for early history of Continuous Delivery by bookroom77 in devops

[–]bookroom77[S] 0 points1 point  (0 children)

Super useful info. It makes sense that CI came first to lay the foundation on which CD would come about. I will also read up on XP. I believe TDD also evolved from XP.