Skip to content

Instantly share code, notes, and snippets.

@DavidBevi
DavidBevi / AI-with-LIVE-websearch.md
Last active July 3, 2025 14:39
Quest for Free AI with actual live websearch

✨ Quest for Free AI with actual live websearch

This Gist reports my tests on the "List of software that allows searching the web with the assistance of AI"

I have tested only DEMOs from the OPEN SOURCE section that DON'T require an account.

Method

The AI will be given 3 questions:

  1. Are you capable of actual live websearch?
    I was told that AIs don't always disclose this, so I try to ask the other 2 anyway.
  2. What is the title of today's Wikipedia's featured article?
    Getting this right means that the AI has "basic fetch".
  3. Fetch the title and url of the latest project of user "DavidBevi" on Github (not GISTS) Getting this right means that the AI has "advanced fetch".
@DavidBevi
DavidBevi / LV_SetImageToAnyCol.ahk
Last active November 29, 2024 13:40 — forked from hoppfrosch/LV_SetSI.ahk
ListView: Icons in more than first column example #ahkv2 #function
; This is the short version, refer to the one in LV_SetImageToAnyCol_Demo.ahk
; for the extended version (better documentation, same function)
;FUNCTION-DEFINITION-----------------------------------------------------------------;
/**
* @example LV_SetImageToAnyCol(MyListView, 1, 2, 3) ;Row 1, Col 2, Img 3
* @important Requires `+LV0x2` style applied to the ListView.
* @tip Use either the ListView (`Gui.Control`) or its HWND (`Integer`).
*