Search results

  1. K

    Trump & Elon Musk

    An AI-generated short film reimagining Elon Musk and Trump fallout.
  2. K

    ChatGPT vs Atari

    ChatGPT recently got hilariously outmatched by a piece of tech nearly five decades old, an Atari 2600. Software engineer Robert Caruso shared that the AI, despite its advanced capabilities, was “absolutely wrecked” by Atari Chess, a 1979 game that only thinks one to two moves ahead. Even on...
  3. K

    Those who can’t read don’t steal, those who can, aren’t thieves.

    Mohamed Aziz, born in 1948 in Rabat, Morocco, is a respected bookseller and self-taught intellectual who has devoted more than 43 years to his humble bookstore, Bouquiniste El Azizi, situated on Avenue Mohammed V. Despite facing significant challenges early in life—losing his parents at age six...
  4. K

    Flynn, The first AI college student

    In a global first, an Austrian university has admitted an AI as a full-time art student. 🎨🦾 Named “Flynn,” the AI was accepted into the digital art program at the University of Applied Arts Vienna after completing a standard application, including a portfolio, interview, and suitability test...
  5. K

    Fake AI

    Builder.ai, a London-based startup once valued at $1.5 billion and backed by major investors including Microsoft and Qatar’s sovereign wealth fund, has filed for bankruptcy following revelations that its purported AI-powered platform was largely operated by approximately 700 human engineers...
  6. K

    Solved Login to Microsoft account

    I have several Microsoft account. Login to Microsoft.com is as it should be. I type my username, and click Next. In next screen, I type my password and I'm logged in. Only one account behaves differently. I type my username and click next. Instead of been asked for my password, I receive a...
  7. K

    Absolute Zero

    Researchers from Tsinghua University and BIGAl have developed Absolute Zero, a groundbreaking self-learning Al that requires no human data. Instead, it creates its own tasks, solves them using diverse reasoning strategies, and improves through self-play-essentially teaching itself from the...
  8. K

    Solved Using dynamic sql instead of saved query in Insert Into queries...

    OK, I give up. Tired of trying and hitting the wall. I have this insert query. INSERT INTO tblPKs (PK, UserFK) SELECT InquiryPK, 1 FROM qrySentInquiries_Orders WHERE InquiredBy=1 AND ReplyReceivedOn IS NULL I have a function that returns the exact same sql as...
  9. K

    Are you cheating on your wife? Be careful.

    According to Greek City Times, a Greek woman has filed for divorce after asking ChatGPT to interpret leftover coffee grounds—an AI-assisted reading that allegedly revealed her husband was fantasizing about another woman. The incident followed a rising trend known as AI tasseography, where...
  10. K

    Solved How to reinitialize a form with a fresh data-entry view?

    Ok, I know. Strange request. But it can help my specific situation. I have a form bound to a table. The "Data Entry" property of the form is set to Yes. After adding several records, Is there any way (VBA) to reset the form to it's original "blank" data-entry state? Just like closing and...
  11. K

    Man murdered in 2021 "speaks" at killer's sentencing

    You can rewind and watch from the beginning of video. I've seen more detailed video too on Facebook. https://www.10news.com/science-and-tech/artificial-intelligence/arizona-family-uses-ai-to-create-road-rage-victims-own-impact-statement
  12. K

    Tree View and Ribbon Structure

    I had a suggestion to use @MajP's Tree view class to show the structure of my custom ribbon in this old post, which I did at the time. But, recently because of a change in my tables structure, I had to rebuild the necessary queries for his class. Though the tree itself is showing and I have not...
  13. K

    World's first baby, born by AI-Powered IVF

    In a groundbreaking medical milestone, the world’s first baby has been born using a fully automated, AI-assisted IVF system that replaces the traditional manual fertilization method known as intracytoplasmic sperm injection (ICSI). What makes this system especially notable is its use of AI...
  14. K

    AI-generated lawyer

    A 74-year-old man used an AI-generated lawyer in court—and the judge wasn’t impressed. Jerome Dewald submitted a video to the New York Supreme Court featuring an avatar named “Jim” making legal arguments on his behalf, claiming he had difficulty speaking for long periods. What he didn’t...
  15. K

    A dream: What I do miss about Access.

    I'm a novice Access user and my dreams are not as necessary as most of you, but well I do miss some functionalities being added to Access. I know guys in control don't hear us, no matter how loud we shout. After all it took them more than 20 years to add a decent sql editor (which still is not...
  16. K

    Ghost table in MSysObjects

    Sorry for the length of the question: I have a script that refreshes (or adds links to) all tables (156) in a SQL server database. Recently this script throws an error on tblSupplier_Type. If the script try to refresh this table, I receive an error saying tblSupplier_Type doesn't exist. If the...
  17. K

    Uber With Guns

    I don't know it should go to politic, to watercooler or Other Software section. I only know for those of us outside the US border, it's a strange news. Protector, an app that debuted today in the Apple App Store, bills itself as allowing users to hire on-demand personal armed security along...
  18. K

    Solved Struggling with Distinct

    I have the following query (qryMaterials) SELECT p.DrawingNo, o.RecID ..... TempVars!UsedMaterial_SetCount * o.Quantity * u.UsedQuantity AS Quan, ..... FROM (tblOrders AS o INNER JOIN tblProducts AS p ON o.OrderProductFK = p.ProductPK) INNER JOIN tblMaterials AS u...
  19. K

    Linking tables

    I've written a function that syncs a database to a sql server. It connects to a sql server and opens a recordset of all tables and views in the sql server. If it finds a linked table/view in CurrentDB, re-links and refreshes the connection string. if it doesn't find a linked table/view, adds a...
  20. K

    Solved Why setting the backstyle in vba fails?

    Trying to use the old way of hiding the arrow of combo boxes. I pass the name of the textboxes to cover the combo boxes in form's open event: Private Sub Form_Open(Cancel As Integer) Dim Ctrls As String Ctrls = "txtOrderID" HideComboArrows Me, Ctrls End Sub Then I try to control...
Back
Top Bottom