Computer Science Bin

Lawyer Used ChatGPT and Backfired

As what I have ranted about the use of ChatGPT and it's downfalls, a news just came out today about how a lawyer used ChatGPT on it's legal research and actually backfired because the AI chat system provided inaccurate cases from the past. There are many sources for the news but I will refer to forbes.com:

https://www.forbes.com/sites/mattnovak/2023/05/27/lawyer-uses-chatgpt-in-federal-court-and-it-goes-horribly-wrong/?sh=6cf9165d3494

In another news, Italy banned the use of ChatGPT due to privacy issues:

https://www.bbc.com/news/technology-65139406

VS Code WSL Extension

Installing WSL Extension on Visual Studio Code

Removed Project & Docker Desktop

I have removed the br_dev project from my filesystem in line with the removal of the docker desktop. Not sure which one actually solves the maven issue I was having last time.

In the meantime, running mvn [goal] for the current project directory containing a pom file actually built the project successfully this time.

Running mvn [goal] results in:

[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (C:\opt\Projects\br_dev). Please verify you invoked Maven from the correct directory. –> [Help 1].

Not sure yet what is causing it but I was actually running the mvn command inside the correct directory but in the Visual Studio code terminal.

Current workout is:

& “c:\opt\Projects\laboratory\spring-boot-simple\spring-boot-simple\mvnw.cmd” clean -f “c:\opt\Projects\laboratory\spring-boot-simple\spring-boot-simple\pom.xml”

and is able to successfully build the project.