Archive
Discover and discuss technology tools
Explore the Tiscuss archive by category or keyword, then jump into conversations around what matters most.
GetADB: Revolutionizing AI Tools on Hacker News
GetADB: Revolutionizing AI Tools on Hacker News In the fast paced world of technology, platforms like GetADB are making a significant impact by offering cutting…
Oracle AI Developer Hub: Resources for Building AI Applications
Technical resources for AI developers to build applications, agents, and systems using Oracle AI Database and OCI services
AI Safety Measures: Controlling AI Agents' Destructive Actions
Saw a case recently where an AI coding agent ended up wiping a database in seconds. It made me think about how most agent setups are wired: agent decides → executes query → done There’s usually logging-tracing but those all happen after the action. If your agent has access to systems like a DB, are you: restricting it to read-only? running everything in staging/sandbox? relying on prompt-level safeguards? or putting some kind of control layer in between?
The Dominion List: Open-Source Database of Canadian Founders in the US
The Dominion List: Revolutionizing Access to Canadian Entrepreneurs in the US The Dominion List stands as an innovative, open source database dedicated to catal…
AI-Powered App Transforms Weight Loss Journey with Photo Tracking
Hi everyone, I wanted to share my progress. For years, I failed every diet because I hated the 'administrative' part of it. Logging every single snack into a database felt like a chore that reminded me of my struggle every day. Being a developer, I decided to build something for myself to lower the barrier. I built an app where I just take a photo of my plate, and it uses AI to identify the ingredients and estimate the calories. It removed the 'friction' that usually made me quit after three weeks. I’m now 173 lbs down and I’ve never felt more in control. I realized that for me, the key wasn't a stricter diet, but a simpler way to stay accountable. I’m sharing this because I’m looking for a few more people who are currently on their journey and feel overwhelmed by manual tracking. I’d love for you to try the tool I built and tell me if it helps you stay as consistent as it helped me. Keep going, it’s worth it!"
US Supreme Court Weighs 'Geofence' Warrant Use in AI Searches
The U.S. top court is expected to rule on whether to allow police to identify criminal suspects by dragnet searching the databases of tech giants.
Self-Taught Developer from Bahrain Launches Multi-Model AI Platform
https://reddit.com/link/1sxotqx/video/xlaqd9i8guxg1/player I'm a self-taught developer, 39 years old, based in Bahrain. Four months ago I started building AskSary - a multi-model AI platform with a persistent memory layer that sits above all the models. The core idea: the model is not the identity. Most AI tools lose your context the moment you switch models. I built the layer that remembers you across all of them. Here's what's shipped so far: **Models & Routing** Every major model in one place - GPT-5.2, Claude Sonnet 4.6, Grok 4, Gemini 3.1 Pro, DeepSeek R1, O1 Reasoning, Gemini Ultra and more - with smart auto-routing or manual override. **Memory & Context** Persistent cross-model memory. Start with Claude on your phone, switch to GPT on your laptop - it already knows what you discussed. Proactive personalisation that messages you first on login before you've typed a word. **Integrations** Google Drive and Notion - connect once, pull files and pages directly into chat or your RAG Knowledge Base. Unlimited uploads up to 500MB per file via OpenAI Vector Store. **Video Analysis** \- Gemini native video understanding for YouTube URL analysis (no download required, processed natively) and direct file upload up to 500MB. Full breakdown of visuals, audio, dialogue, editing style and key moments. **Generation** Image generation and editing, video studio across Luma, Veo and Kling, music generation via ElevenLabs, video analysis via upload or YouTube URL. **Builder Tools** Vision to Code, Web Architect, Game Engine, Code Lab with SQL Architect, Bug Buster, Git Guru and more. Tavily web search across all models. **Voice & Audio** Real-time 2-way voice chat at near-zero latency, AI podcast mode downloadable as MP3, Voiceover, Voice Notes, Voice Tuner. **Platform** Custom agents, 30+ live interactive themes, smart search, media gallery, folder organisation, full RTL support across 26 languages, iOS and Android apps, Apple Vision Pro. **Where it is now** 129 countries. Currently at 40 new signups a day. 1080 Signup's so far after 4 weeks or so. MRR just started. Zero ad spend. All of it built solo, one feature at a time, on a balcony in Bahrain. **The Stack:** Frontend - Next.js, Capacitor (iOS and Android) and Vanilla JS / React Backend - Vercel serverless functions, Firebase / Firestore (database + auth) and Firebase Admin SDK AI Models - OpenAI (GPT, GPT-Image-1), Anthropic (Claude), Google (Gemini), xAI (Grok), DeepSeek Generation APIs - Luma AI (video), Kling via Replicate (video), Veo via Replicate (video), ElevenLabs (music), Flux via Replicate (image editing), Meshy (3D — coming soon) Integrations - Google Drive (OAuth 2.0), Notion (OAuth 2.0), Tavily (web search), OpenAI Vector Store (RAG), Stripe (payments), CloudConvert (document conversion), Sentry (error tracking), Formidable (file handling) Rendering - Mermaid (flow charts) and MathJax Platforms - Web, iOS, Android, Apple Vision Pro (visionOS) Languages - 26 UI languages with full RTL support [asksary.com](http://asksary.com) Happy to answer questions on any part of the build - stack, architecture, API cost management, anything.
Honker Brings Postgres NOTIFY/LISTEN to SQLite
Revolutionizing Database Notifications: Honker for SQLite Discover Honker, an innovative plugin for SQLite that brings Postgres like NOTIFY/LISTEN semantics to …