Search results

  1. K

    Late Stage Capitalism?

    Some people are calling it late stage capitalism. Volkswagen is now offering extra horsepower for a fee on its ID.3 electric hatchback in the UK. The mid-level trims officially deliver 201 hp, but the hardware is capable of 228 hp—an additional 27 hp that drivers can unlock via subscription...
  2. K

    Humanoid Birth Machine

    A Chinese company called Kaiwa Technology has announced plans to create the world’s first pregnant humanoid robot using an artificial womb, with a prototype expected to be ready by 2026. The project was unveiled at the 2025 World Robot Conference in Beijing by founder Zhang Qifeng, who...
  3. K

    Converting Data type

    I have a table in a sql server which is accessed by a Microsoft Access FE. The mentioned table has a field named "Multiplier" with a "real" data type. It's used for some engineering calculations. Because of a change in our company's policy and the problems with real data type, I'm considering...
  4. K

    Combat Against AI Deepfakes

    Denmark is set to become the first European country to give people copyright control over their own image, voice, and facial features to combat AI deepfakes. A new amendment to the copyright law, expected to take effect in fall 2025, will let citizens demand the removal of and seek compensation...
  5. K

    Trump & Elon Musk

    An AI-generated short film reimagining Elon Musk and Trump fallout.
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Back
Top Bottom