#sqlite — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #sqlite, aggregated by home.social.
-
Как я сделал резервное управление дачей через Meshtastic
Обычно Meshtastic используют как мессенджер. Я применил его как резервный канал связи с удаленным объектом. Задача простая: есть дача с регулярно отключаемым мобильным интернетом. При этом нужно получать алармы от автоматики дачи. И иметь возможность минимального управления оборудованием, например, проверить состояние бойлера, выключить свет или посмотреть температуру в помещении. И я сделал это. Как – читайте ниже.
https://habr.com/ru/companies/wirenboard/articles/1034914/
#wiren_board #meshtastic #lora #управление #esp32 #linux #статус #умный_дом #SQLite #диспетчеризация
-
Production-стек для мессенджера на 10к пользователей: FastAPI, SQLite в проде и почему монолит
Это восьмая статья из моей серии про инженерные решения в ONEMIX. До этого было про клиентскую часть мессенджера: кэш сообщений , E2E , WebRTC звонки , Electron , outbox-паттерн . Параллельно про AI-агента Лиру и мнение про вайб-кодинг . Сегодня про серверную сторону. Backend ONEMIX — это один файл main.py на 19603 строки , 379 эндпоинтов, FastAPI + SQLite, держит мессенджер с регистрацией через SMS, звонками через LiveKit, E2E через Double Ratchet, push-нотификациями на iOS и Android. Этот файл я пишу больше года. За это время он эволюционировал из прототипа на 800 строк в production монолит. В статье разберу почему стек именно такой, какие решения оказались правильными, какие я бы поменял если бы начинал сейчас, и где у этого подхода границы применимости. Сразу важная оговорка. У меня не было требования держать 100к одновременных пользователей или 10к RPS. Это бэкенд под мобильное приложение с трафиком который для соло-разработчика разумно поддерживать одному. Если у вас задачи другого масштаба, мой опыт может не подойти.
https://habr.com/ru/articles/1034814/
#fastapi #sqlite #python #монолит #websocket #мессенджер #бэкенд #продакшн #авторизация #миграции
-
🔥 Leggere e modificare database SQLite su Android con Squealer
Visualizza, interroga ed esporta database direttamente dallo smartphone con supporto crittografato integrato... -
🔥 Leggere e modificare database SQLite su Android con Squealer
Visualizza, interroga ed esporta database direttamente dallo smartphone con supporto crittografato integrato... -
SQLite WASM with OPFS: Database in the Browser
https://medium.com/@ockert8080/sqlite-wasm-with-opfs-database-in-the-browser-dc0808159226
-
Мне надоело искать ошибки глазами — я создал бесплатный аудитор для 1С
Графы функций одним кликом, поиск уязвимостей в сотнях тысяч строк, транзакции в циклах и мёртвые блокировки — всё это можно найти за минуты. История создания бесплатного визуализатора и аудитора кода 1С с открытым исходным кодом.
https://habr.com/ru/articles/1034000/
#1С #MetaVision #статический_анализ #аудит_кода #визуализация_кода #безопасность_1С #open_source #оптимизация_производительности #графы #SQLite
-
J'avais besoin d'un #kanban pour un petit projet. Un truc simple à installer, open-source et intuitif - J'ai trouvé @kanboard - Installation ultra-facile ! Une base de données #sqlite et c'est parti. J'ai hésité avec @vikunja qui a l'air aussi très bien. PS : C'est le format de la BDD qui a pesé dans la balance avec le lien public qui n'est pas proposé dans #nextcloud avec #deck (dommage).
-
My DIY air quality monitor system has been out of commission for a while and I couldn’t be bothered to investigate it
But
I did this weekend, though, and I think I fixed a few issues too
The raspberry pi zero in charge of storing the readings was struggling, apparently kernel panic
So I reinstalled the flash entirely from a recent image, added my tools and my app, all of which took an hour
Everything is back and I iterated a few times on the microcontroller app, and it hasn’t been smooth but it’s been better than last year
Issues as far as I could see were:
- too many WiFi thingies close together in a small room => RF interference
- the bridge node was spending too much time not reaching storage over HTTP => not getting mesh sync => nodes disconnected
So I spaced them out and I added a timed reset
Let’s see how long this lasts!
#rpizero #iot #diy_electronics #arduino #esp32 #esp8266 #sqlite #mesh #DiyAirQualityMonitor
-
My DIY air quality monitor system has been out of commission for a while and I couldn’t be bothered to investigate it
But
I did this weekend, though, and I think I fixed a few issues too
The raspberry pi zero in charge of storing the readings was struggling, apparently kernel panic
So I reinstalled the flash entirely from a recent image, added my tools and my app, all of which took an hour
Everything is back and I iterated a few times on the microcontroller app, and it hasn’t been smooth but it’s been better than last year
Issues as far as I could see were:
- too many WiFi thingies close together in a small room => RF interference
- the bridge node was spending too much time not reaching storage over HTTP => not getting mesh sync => nodes disconnected
So I spaced them out and I added a timed reset
Let’s see how long this lasts!
#rpizero #iot #diy_electronics #arduino #esp32 #esp8266 #sqlite #mesh #DiyAirQualityMonitor
-
My DIY air quality monitor system has been out of commission for a while and I couldn’t be bothered to investigate it
But
I did this weekend, though, and I think I fixed a few issues too
The raspberry pi zero in charge of storing the readings was struggling, apparently kernel panic
So I reinstalled the flash entirely from a recent image, added my tools and my app, all of which took an hour
Everything is back and I iterated a few times on the microcontroller app, and it hasn’t been smooth but it’s been better than last year
Issues as far as I could see were:
- too many WiFi thingies close together in a small room => RF interference
- the bridge node was spending too much time not reaching storage over HTTP => not getting mesh sync => nodes disconnected
So I spaced them out and I added a timed reset
Let’s see how long this lasts!
#rpizero #iot #diy_electronics #arduino #esp32 #esp8266 #sqlite #mesh #DiyAirQualityMonitor
-
My DIY air quality monitor system has been out of commission for a while and I couldn’t be bothered to investigate it
But
I did this weekend, though, and I think I fixed a few issues too
The raspberry pi zero in charge of storing the readings was struggling, apparently kernel panic
So I reinstalled the flash entirely from a recent image, added my tools and my app, all of which took an hour
Everything is back and I iterated a few times on the microcontroller app, and it hasn’t been smooth but it’s been better than last year
Issues as far as I could see were:
- too many WiFi thingies close together in a small room => RF interference
- the bridge node was spending too much time not reaching storage over HTTP => not getting mesh sync => nodes disconnected
So I spaced them out and I added a timed reset
Let’s see how long this lasts!
#rpizero #iot #diy_electronics #arduino #esp32 #esp8266 #sqlite #mesh #DiyAirQualityMonitor
-
My DIY air quality monitor system has been out of commission for a while and I couldn’t be bothered to investigate it
But
I did this weekend, though, and I think I fixed a few issues too
The raspberry pi zero in charge of storing the readings was struggling, apparently kernel panic
So I reinstalled the flash entirely from a recent image, added my tools and my app, all of which took an hour
Everything is back and I iterated a few times on the microcontroller app, and it hasn’t been smooth but it’s been better than last year
Issues as far as I could see were:
- too many WiFi thingies close together in a small room => RF interference
- the bridge node was spending too much time not reaching storage over HTTP => not getting mesh sync => nodes disconnected
So I spaced them out and I added a timed reset
Let’s see how long this lasts!
#rpizero #iot #diy_electronics #arduino #esp32 #esp8266 #sqlite #mesh #DiyAirQualityMonitor
-
In an intellectual twist so shocking it'll make your socks fall off, 🤯 the Library of Congress has finally declared #SQLite a "recommended storage format," right alongside that cutting-edge, never-to-become-obsolete duo: #XML and #CSV. Because nothing screams "future-proof" quite like a format that feels like it was created when dinosaurs roamed the Earth. 🦕📜
https://sqlite.org/locrsf.html #LibraryOfCongress #FutureProof #HackerNews #ngated -
In an intellectual twist so shocking it'll make your socks fall off, 🤯 the Library of Congress has finally declared #SQLite a "recommended storage format," right alongside that cutting-edge, never-to-become-obsolete duo: #XML and #CSV. Because nothing screams "future-proof" quite like a format that feels like it was created when dinosaurs roamed the Earth. 🦕📜
https://sqlite.org/locrsf.html #LibraryOfCongress #FutureProof #HackerNews #ngated -
In an intellectual twist so shocking it'll make your socks fall off, 🤯 the Library of Congress has finally declared #SQLite a "recommended storage format," right alongside that cutting-edge, never-to-become-obsolete duo: #XML and #CSV. Because nothing screams "future-proof" quite like a format that feels like it was created when dinosaurs roamed the Earth. 🦕📜
https://sqlite.org/locrsf.html #LibraryOfCongress #FutureProof #HackerNews #ngated -
In an intellectual twist so shocking it'll make your socks fall off, 🤯 the Library of Congress has finally declared #SQLite a "recommended storage format," right alongside that cutting-edge, never-to-become-obsolete duo: #XML and #CSV. Because nothing screams "future-proof" quite like a format that feels like it was created when dinosaurs roamed the Earth. 🦕📜
https://sqlite.org/locrsf.html #LibraryOfCongress #FutureProof #HackerNews #ngated -
In an intellectual twist so shocking it'll make your socks fall off, 🤯 the Library of Congress has finally declared #SQLite a "recommended storage format," right alongside that cutting-edge, never-to-become-obsolete duo: #XML and #CSV. Because nothing screams "future-proof" quite like a format that feels like it was created when dinosaurs roamed the Earth. 🦕📜
https://sqlite.org/locrsf.html #LibraryOfCongress #FutureProof #HackerNews #ngated -
SQLite Is a Library of Congress Recommended Storage Format
https://sqlite.org/locrsf.html
#HackerNews #SQLite #Library #of #Congress #StorageFormat #Database #Technology
-
And I also, with #Claude's help, created MACWatch to solve a huge multi-branch network problem. Utility camps out in my office, scans my entire SD/WAN and uses #SNMP off my #Cisco #Catalysts, tracks everything it's seen in #Sqlite DB, and that gives me a solid place to investigate what my coworkers have plugged into my network. Rogue AP? Not anymore! It tells me what switch, what port, the MAC, and the #OUI manufacturer based on the #IEEE database. No hiding, no lying, no problem!
-
Почему ваше приложение тормозит и как мы это исправили с помощью PowerSync
Как мы ушли от архитектуры request-wait-response, перенесли чтение данных на фронтенд через локальную SQLite и сделали интерфейс быстрее с помощью PowerSync.
https://habr.com/ru/articles/1031828/
#localfirst #PowerSync #SQLite #PostgreSQL #синхронизация_данных #offlinefirst #архитектура_приложений #backend #мобильные_приложения #UX
-
75 картинок ablation: как Reddit-критика заставила меня переосмыслить FLUX-LoRA пайплайн
Запустил pinock.io — бесплатную ленту AI-генерации животных в стиле советских спичечных коробков. Под капотом FLUX.2-klein + кастомная LoRA + двухпроходный «sandwich»-пайплайн. Получил детальный технический комментарий на r/StableDiffusion с тремя претензиями. Сел и прогнал ablation: 5 вариантов пайплайна × 5 категорий × 3 сида = 75 картинок. Нашёл дыры в собственном пайплайне — в том числе кириллицу прямо в выходе LoRA (training-set leakage) и полный коллапс LoRA при scale=2.0. Текущий sandwich оказался патчем поверх плохо обученной LoRA, а не правильным решением. В статье — все картинки, цифры, и почему оба «правильных» совета критика на текущей модели не сработали. Плюс план переобучения на 1500-датасете.
https://habr.com/ru/articles/1031338/
#FLUX #LoRA #StableDiffusion #ablation #FastAPI #SQLite #pinock #matchbox #vast
-
75 картинок ablation: как Reddit-критика заставила меня переосмыслить FLUX-LoRA пайплайн
Запустил pinock.io — бесплатную ленту AI-генерации животных в стиле советских спичечных коробков. Под капотом FLUX.2-klein + кастомная LoRA + двухпроходный «sandwich»-пайплайн. Получил детальный технический комментарий на r/StableDiffusion с тремя претензиями. Сел и прогнал ablation: 5 вариантов пайплайна × 5 категорий × 3 сида = 75 картинок. Нашёл дыры в собственном пайплайне — в том числе кириллицу прямо в выходе LoRA (training-set leakage) и полный коллапс LoRA при scale=2.0. Текущий sandwich оказался патчем поверх плохо обученной LoRA, а не правильным решением. В статье — все картинки, цифры, и почему оба «правильных» совета критика на текущей модели не сработали. Плюс план переобучения на 1500-датасете.
https://habr.com/ru/articles/1031338/
#FLUX #LoRA #StableDiffusion #ablation #FastAPI #SQLite #pinock #matchbox #vast
-
75 картинок ablation: как Reddit-критика заставила меня переосмыслить FLUX-LoRA пайплайн
Запустил pinock.io — бесплатную ленту AI-генерации животных в стиле советских спичечных коробков. Под капотом FLUX.2-klein + кастомная LoRA + двухпроходный «sandwich»-пайплайн. Получил детальный технический комментарий на r/StableDiffusion с тремя претензиями. Сел и прогнал ablation: 5 вариантов пайплайна × 5 категорий × 3 сида = 75 картинок. Нашёл дыры в собственном пайплайне — в том числе кириллицу прямо в выходе LoRA (training-set leakage) и полный коллапс LoRA при scale=2.0. Текущий sandwich оказался патчем поверх плохо обученной LoRA, а не правильным решением. В статье — все картинки, цифры, и почему оба «правильных» совета критика на текущей модели не сработали. Плюс план переобучения на 1500-датасете.
https://habr.com/ru/articles/1031338/
#FLUX #LoRA #StableDiffusion #ablation #FastAPI #SQLite #pinock #matchbox #vast
-
75 картинок ablation: как Reddit-критика заставила меня переосмыслить FLUX-LoRA пайплайн
Запустил pinock.io — бесплатную ленту AI-генерации животных в стиле советских спичечных коробков. Под капотом FLUX.2-klein + кастомная LoRA + двухпроходный «sandwich»-пайплайн. Получил детальный технический комментарий на r/StableDiffusion с тремя претензиями. Сел и прогнал ablation: 5 вариантов пайплайна × 5 категорий × 3 сида = 75 картинок. Нашёл дыры в собственном пайплайне — в том числе кириллицу прямо в выходе LoRA (training-set leakage) и полный коллапс LoRA при scale=2.0. Текущий sandwich оказался патчем поверх плохо обученной LoRA, а не правильным решением. В статье — все картинки, цифры, и почему оба «правильных» совета критика на текущей модели не сработали. Плюс план переобучения на 1500-датасете.
https://habr.com/ru/articles/1031338/
#FLUX #LoRA #StableDiffusion #ablation #FastAPI #SQLite #pinock #matchbox #vast
-
Let – Offline-first life events tracker (React Native, SQLite)
#HackerNews #OfflineFirst #LifeEvents #ReactNative #SQLite #Tracker
-
Durable queues, streams, pub/sub, and a cron scheduler – inside your SQLite file
#HackerNews #DurableQueues #SQLite #Streams #PubSub #CronScheduler
-
Setelah kenalan sama litestream buat replikasi sqlite ke s3, sekarang giliran penjajakan sama "wal-g" buat nge-archive file wal database termasuk postgres.
wal-g/wal-g: Archival and Restoration for databases in the Cloud
https://github.com/wal-g/wal-g
#walg #postgres #postgresql #replication #s3 #litestream #sqlite #walfile
-
The Markdown Link no. 22
Today’s links include markdown editors Notanic, Pencel, Poe and Zettel, a markdown outliner for VSCode, and Mud, a markdown previewer for those who prefer to stick with their current, non-markdown text editor
https://md-handbook.com/blog/markdown-link-no-22/
#markdown #markdowneditors #slides #CMS #SQLite #CSV #VSCode #Pencel #Notanic #Poe #Zettel #Mud
-
The Markdown Link no. 22
Today’s links include markdown editors Notanic, Pencel, Poe and Zettel, a markdown outliner for VSCode, and Mud, a markdown previewer for those who prefer to stick with their current, non-markdown text editor
https://md-handbook.com/blog/markdown-link-no-22/
#markdown #markdowneditors #slides #CMS #SQLite #CSV #VSCode #Pencel #Notanic #Poe #Zettel #Mud
-
The Markdown Link no. 22
Today’s links include markdown editors Notanic, Pencel, Poe and Zettel, a markdown outliner for VSCode, and Mud, a markdown previewer for those who prefer to stick with their current, non-markdown text editor
https://md-handbook.com/blog/markdown-link-no-22/
#markdown #markdowneditors #slides #CMS #SQLite #CSV #VSCode #Pencel #Notanic #Poe #Zettel #Mud
-
The Markdown Link no. 22
Today’s links include markdown editors Notanic, Pencel, Poe and Zettel, a markdown outliner for VSCode, and Mud, a markdown previewer for those who prefer to stick with their current, non-markdown text editor
https://md-handbook.com/blog/markdown-link-no-22/
#markdown #markdowneditors #slides #CMS #SQLite #CSV #VSCode #Pencel #Notanic #Poe #Zettel #Mud
-
Since SQLite supports importing CSV, here's a one-liner to convert a CSV file from stdin into a Markdown table:
sqlite3 :memory: -cmd ".mode csv" -cmd ".import /dev/stdin t" -cmd ".mode markdown" "SELECT * FROM t;"
-
Since SQLite supports importing CSV, here's a one-liner to convert a CSV file from stdin into a Markdown table:
sqlite3 :memory: -cmd ".mode csv" -cmd ".import /dev/stdin t" -cmd ".mode markdown" "SELECT * FROM t;"
-
БАЗЫ ДАННЫХ db. SQL, REDIS, СУБД
Если серьезно, то сегодня мы поговорим про БАЗЫ данных. Как-то один мой друг разработчик сказал, что программирование можно понимать как
-
Implementing the Repository Pattern with Hygienic Macros in Scheme
Functional repository pattern in Scheme? Decoupling and abstracting the data layer in Lisp
I’ve been working on a new approach for the data layer of my projects lately, and I’d love to poke your brains and get some feedback.
#lisp #scheme #guile #gnu #metaprogramming #programming #guix #jointhefreeworld #ast #sexp #fp #functionalprogramming #repository #sqlite
-
Как я автоматизировал управление информацией и оптимизировал рабочие процессы. История Sapiens OS
Если вы ведете несколько проектов одновременно, вы знаете проблему управления информацией. Мысль пришла в голову — записал куда-то. Через месяц пытаешься вспомнить: где это было? Сохранил в папке где-то на компьютере? В заметках телефона? В рабочем чате или личных сообщениях? Если не нашел — идея ушла. Или осталась, но найти её — отдельный квест и потеря времени, которое хотелось бы потратить с пользой, а не на поиски. Со мной так происходило постоянно. Статьи и доклады по учёбе, отчёты по работе, технические заметки по разрабатываемому ПО, ссылки на полезные ресурсы, голосовые идеи по дороге на работу, полезные фото — всё в разных местах, без структуры, без связей. Изначально я пытался найти для себя идеальный инструмент. Notion, Obsidian, Evernote — ни один не решал мою задачу в комплексе: быстро сохранить мысль, не потерять её, а потом легко найти и связать с другими. Поэтому я написал свою систему. Статья — не «продажа курса» и не «уникальный продукт». Это описание того, как я решал свои задачи, какие решения принимал и что из этого вышло. Если вы тоже теряете время при поиске нужной информации — возможно, найдёте здесь что-то полезное.
https://habr.com/ru/articles/1022042/
#Python #JavaScript #Вебразработка #Личный_опыт #FastAPI #SQLite #DevOps #Управление_знаниями #Notion #VK
-
Room или SQLite? Как не писать SQL запросы вручную на Android
Каждое Android-приложение, которое хранит данные на устройстве, рано или поздно сталкивается с базой данных. Встроенная SQLite — надёжное решение, но работа с ней через SQLiteOpenHelper требует написания SQL-запросов вручную, преобразования курсоров в объекты и постоянного контроля за закрытием соединений. Это отнимает время и довольно часто вызывает ошибки. Google предложил библиотеку Room, которая является оберткой над SQLite и реализует паттерн ORM (Object-Relational Mapping). В этой статье мы на конкретном примере сравним, как выглядят операции добавления и чтения данных на чистом SQLite и на Room. Вы увидите, почему Room избавляет от «шаблонного кода» и делает работу с БД простой и безопасной.
https://habr.com/ru/articles/1021890/
#Room #SQLite #Android #базы_данных #ORM #Kotlin #мобильная_разработка
-
Room или SQLite? Как не писать SQL запросы вручную на Android
Каждое Android-приложение, которое хранит данные на устройстве, рано или поздно сталкивается с базой данных. Встроенная SQLite — надёжное решение, но работа с ней через SQLiteOpenHelper требует написания SQL-запросов вручную, преобразования курсоров в объекты и постоянного контроля за закрытием соединений. Это отнимает время и довольно часто вызывает ошибки. Google предложил библиотеку Room, которая является оберткой над SQLite и реализует паттерн ORM (Object-Relational Mapping). В этой статье мы на конкретном примере сравним, как выглядят операции добавления и чтения данных на чистом SQLite и на Room. Вы увидите, почему Room избавляет от «шаблонного кода» и делает работу с БД простой и безопасной.
https://habr.com/ru/articles/1021890/
#Room #SQLite #Android #базы_данных #ORM #Kotlin #мобильная_разработка
-
Room или SQLite? Как не писать SQL запросы вручную на Android
Каждое Android-приложение, которое хранит данные на устройстве, рано или поздно сталкивается с базой данных. Встроенная SQLite — надёжное решение, но работа с ней через SQLiteOpenHelper требует написания SQL-запросов вручную, преобразования курсоров в объекты и постоянного контроля за закрытием соединений. Это отнимает время и довольно часто вызывает ошибки. Google предложил библиотеку Room, которая является оберткой над SQLite и реализует паттерн ORM (Object-Relational Mapping). В этой статье мы на конкретном примере сравним, как выглядят операции добавления и чтения данных на чистом SQLite и на Room. Вы увидите, почему Room избавляет от «шаблонного кода» и делает работу с БД простой и безопасной.
https://habr.com/ru/articles/1021890/
#Room #SQLite #Android #базы_данных #ORM #Kotlin #мобильная_разработка
-
Room или SQLite? Как не писать SQL запросы вручную на Android
Каждое Android-приложение, которое хранит данные на устройстве, рано или поздно сталкивается с базой данных. Встроенная SQLite — надёжное решение, но работа с ней через SQLiteOpenHelper требует написания SQL-запросов вручную, преобразования курсоров в объекты и постоянного контроля за закрытием соединений. Это отнимает время и довольно часто вызывает ошибки. Google предложил библиотеку Room, которая является оберткой над SQLite и реализует паттерн ORM (Object-Relational Mapping). В этой статье мы на конкретном примере сравним, как выглядят операции добавления и чтения данных на чистом SQLite и на Room. Вы увидите, почему Room избавляет от «шаблонного кода» и делает работу с БД простой и безопасной.
https://habr.com/ru/articles/1021890/
#Room #SQLite #Android #базы_данных #ORM #Kotlin #мобильная_разработка
-
#Directus layers a blazingly fast #NodeJS API on top of any existing SQL database. No schema changes needed, works with what you already have.
🗄️ Database Freedom:
#PostgreSQL, #MySQL, #SQLite, #MariaDB, MS-SQL, #CockroachDB & #OracleDB — you choose, Directus connects.🎨 No-Code Admin Dashboard
Built with #VueJS, intuitive and secure. Non-technical users can manage content without any training required.🔌 Fully Extensible & White-Label Ready
-
💾🎩 Oh look, another digital hipster waxing poetic about the sheer brilliance of cramming an entire store into a single #SQLite file. Because nothing screams 'enterprise-scale reliability' like a solitary file just waiting to be corrupted. 🚀🥴
https://ultrathink.art/blog/sqlite-in-production-lessons #digitalhipsters #enterprise #reliability #data #integrity #techhumor #HackerNews #ngated -
💾🎩 Oh look, another digital hipster waxing poetic about the sheer brilliance of cramming an entire store into a single #SQLite file. Because nothing screams 'enterprise-scale reliability' like a solitary file just waiting to be corrupted. 🚀🥴
https://ultrathink.art/blog/sqlite-in-production-lessons #digitalhipsters #enterprise #reliability #data #integrity #techhumor #HackerNews #ngated -
💾🎩 Oh look, another digital hipster waxing poetic about the sheer brilliance of cramming an entire store into a single #SQLite file. Because nothing screams 'enterprise-scale reliability' like a solitary file just waiting to be corrupted. 🚀🥴
https://ultrathink.art/blog/sqlite-in-production-lessons #digitalhipsters #enterprise #reliability #data #integrity #techhumor #HackerNews #ngated -
💾🎩 Oh look, another digital hipster waxing poetic about the sheer brilliance of cramming an entire store into a single #SQLite file. Because nothing screams 'enterprise-scale reliability' like a solitary file just waiting to be corrupted. 🚀🥴
https://ultrathink.art/blog/sqlite-in-production-lessons #digitalhipsters #enterprise #reliability #data #integrity #techhumor #HackerNews #ngated -
💾🎩 Oh look, another digital hipster waxing poetic about the sheer brilliance of cramming an entire store into a single #SQLite file. Because nothing screams 'enterprise-scale reliability' like a solitary file just waiting to be corrupted. 🚀🥴
https://ultrathink.art/blog/sqlite-in-production-lessons #digitalhipsters #enterprise #reliability #data #integrity #techhumor #HackerNews #ngated -
Behold, the tech community's latest spectacle: an #SQLite #VFS that boasts sub-250ms JOIN queries, as if speed alone could woo developers into ignoring the impracticality of managing data in S3 for a relational database. 🚀💾 Meanwhile, #GitHub continues its quest to conquer the world with AI tools no one asked for, because who needs actual innovation when you have buzzwords? 🤖✨
https://github.com/russellromney/turbolite #JOINqueries #AItools #techinnovation #HackerNews #ngated -
Behold, the tech community's latest spectacle: an #SQLite #VFS that boasts sub-250ms JOIN queries, as if speed alone could woo developers into ignoring the impracticality of managing data in S3 for a relational database. 🚀💾 Meanwhile, #GitHub continues its quest to conquer the world with AI tools no one asked for, because who needs actual innovation when you have buzzwords? 🤖✨
https://github.com/russellromney/turbolite #JOINqueries #AItools #techinnovation #HackerNews #ngated -
Behold, the tech community's latest spectacle: an #SQLite #VFS that boasts sub-250ms JOIN queries, as if speed alone could woo developers into ignoring the impracticality of managing data in S3 for a relational database. 🚀💾 Meanwhile, #GitHub continues its quest to conquer the world with AI tools no one asked for, because who needs actual innovation when you have buzzwords? 🤖✨
https://github.com/russellromney/turbolite #JOINqueries #AItools #techinnovation #HackerNews #ngated