Viewing 15 posts - 1 through 15 (of 41 total)
AI is a tool, and as the maestro, it is our responsibility to validate responses for hallucinations and iteratively refine prompts to achieve our goals. Machine Teaching (MT) plays a...
December 20, 2024 at 11:12 am
AI is transforming our world at a pace reminiscent of moving from horse-drawn carriages to the SSC Tuatara—the fastest stock commercial car, blazing ahead at 295 miles per hour. Despite...
September 16, 2024 at 12:00 pm
AI is a powerful tool, but you are the maestro who brings it to life. It’s like having a grand piano at your disposal—shouting "Play!" won't produce a single note....
September 14, 2024 at 10:35 pm
This was an excellent article in exploring the iterative prompt engineering. Also, consider looking into https://ollama.com/ for private LLM's or Huggingfaces.com. Look into medium.com for ideas on AI and the...
August 19, 2024 at 1:29 pm
August 19, 2024 at 1:15 pm
August 19, 2024 at 1:15 pm
August 19, 2024 at 1:15 pm
This is an awesome article. I t falls in line with my learning Python and Pandas. Also, I a Database Connection class and choose pyodbc over SQLAlchemy. Azure Data Studio...
January 8, 2024 at 12:42 pm
This problem has been resolved. Thanks to all.
January 13, 2023 at 11:10 pm
The fix was [hashing].[CreateSha256KeyFromJsonInputSalesCustomer] not [hashing].[CreateSha256FromJsonInputSalesCustomer].
Thanks for your suggestion about changing the naming.
January 13, 2023 at 11:09 pm
create table [Audit].[SalesCustomerHistory](
[SalesCustomerHistoryId] [sdSequenceNumber].[SurrogateKeyNumber] identity(1,1) not null,
[AuditDateTimeStamp] [sdSysTime].[AuditTriggerTimestamp] not null,
[DBAction] [dbo].[DbAction] not null,
[CustomerID] [sdSequenceNumber].[SurrogateKeyNumber] not null,
[CountryID] [sdSequenceNumber].[SurrogateKeyNumber] not null,
[CustomerExpenditureClassificationID] [sdSequenceNumber].[SurrogateKeyNumber] null,
[CustomerName] [sdPersonNameString].[CustomerName] null,
[CustomerAddress1] [sdAddressesString].[AddressString] null,
[CustomerAddress2] [sdAddressesString].[AddressString] null,
[CustomerPostalCode]...
January 13, 2023 at 11:08 pm
This is a great proprietary solution but lacks portability in a heterogeneous database environment using ANSI SQL.
You said "All those solutions are hacky, and it is simply not always possible...
August 19, 2022 at 12:07 pm
Any suggestions to get to work using localhost,13001 and the default database?
June 7, 2022 at 4:14 pm
Great article, I will use it in my database class. It works cross platform which will be awesome for the students.
May 11, 2022 at 10:53 am
I was asked how I liked to report to my manager?
I responded that I liked to respond to my manager in the manner in which they would like to me...
May 9, 2022 at 9:20 pm
Viewing 15 posts - 1 through 15 (of 41 total)