home.social

#sqlite — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sqlite, aggregated by home.social.

  1. Как я сделал резервное управление дачей через Meshtastic

    Обычно Meshtastic используют как мессенджер. Я применил его как резервный канал связи с удаленным объектом. Задача простая: есть дача с регулярно отключаемым мобильным интернетом. При этом нужно получать алармы от автоматики дачи. И иметь возможность минимального управления оборудованием, например, проверить состояние бойлера, выключить свет или посмотреть температуру в помещении. И я сделал это. Как – читайте ниже.

    habr.com/ru/companies/wirenboa

    #wiren_board #meshtastic #lora #управление #esp32 #linux #статус #умный_дом #SQLite #диспетчеризация

  2. 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. Это бэкенд под мобильное приложение с трафиком который для соло-разработчика разумно поддерживать одному. Если у вас задачи другого масштаба, мой опыт может не подойти.

    habr.com/ru/articles/1034814/

    #fastapi #sqlite #python #монолит #websocket #мессенджер #бэкенд #продакшн #авторизация #миграции

  3. 🔥 Leggere e modificare database SQLite su Android con Squealer
    Visualizza, interroga ed esporta database direttamente dallo smartphone con supporto crittografato integrato...

    👉 selectallfromdual.com/blog/261

    #android #database #sqlite #tool

  4. 🔥 Leggere e modificare database SQLite su Android con Squealer
    Visualizza, interroga ed esporta database direttamente dallo smartphone con supporto crittografato integrato...

    👉 selectallfromdual.com/blog/261

    #android #database #sqlite #tool

  5. Мне надоело искать ошибки глазами — я создал бесплатный аудитор для 1С

    Графы функций одним кликом, поиск уязвимостей в сотнях тысяч строк, транзакции в циклах и мёртвые блокировки — всё это можно найти за минуты. История создания бесплатного визуализатора и аудитора кода 1С с открытым исходным кодом.

    habr.com/ru/articles/1034000/

    # #MetaVision #статический_анализ #аудит_кода #визуализация_кода #безопасность_1С #open_source #оптимизация_производительности #графы #SQLite

  6. 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).

  7. 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

  8. 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

  9. 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

  10. 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

  11. 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

  12. 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. 🦕📜
    sqlite.org/locrsf.html #LibraryOfCongress #FutureProof #HackerNews #ngated

  13. 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. 🦕📜
    sqlite.org/locrsf.html #LibraryOfCongress #FutureProof #HackerNews #ngated

  14. 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. 🦕📜
    sqlite.org/locrsf.html #LibraryOfCongress #FutureProof #HackerNews #ngated

  15. 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. 🦕📜
    sqlite.org/locrsf.html #LibraryOfCongress #FutureProof #HackerNews #ngated

  16. 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. 🦕📜
    sqlite.org/locrsf.html #LibraryOfCongress #FutureProof #HackerNews #ngated

  17. 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!

  18. Почему ваше приложение тормозит и как мы это исправили с помощью PowerSync

    Как мы ушли от архитектуры request-wait-response, перенесли чтение данных на фронтенд через локальную SQLite и сделали интерфейс быстрее с помощью PowerSync.

    habr.com/ru/articles/1031828/

    #localfirst #PowerSync #SQLite #PostgreSQL #синхронизация_данных #offlinefirst #архитектура_приложений #backend #мобильные_приложения #UX

  19. 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-датасете.

    habr.com/ru/articles/1031338/

    #FLUX #LoRA #StableDiffusion #ablation #FastAPI #SQLite #pinock #matchbox #vast

  20. 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-датасете.

    habr.com/ru/articles/1031338/

    #FLUX #LoRA #StableDiffusion #ablation #FastAPI #SQLite #pinock #matchbox #vast

  21. 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-датасете.

    habr.com/ru/articles/1031338/

    #FLUX #LoRA #StableDiffusion #ablation #FastAPI #SQLite #pinock #matchbox #vast

  22. 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-датасете.

    habr.com/ru/articles/1031338/

    #FLUX #LoRA #StableDiffusion #ablation #FastAPI #SQLite #pinock #matchbox #vast

  23. 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

  24. 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

    md-handbook.com/blog/markdown-

    #markdown #markdowneditors #slides #CMS #SQLite #CSV #VSCode #Pencel #Notanic #Poe #Zettel #Mud

  25. 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

    md-handbook.com/blog/markdown-

    #markdown #markdowneditors #slides #CMS #SQLite #CSV #VSCode #Pencel #Notanic #Poe #Zettel #Mud

  26. 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

    md-handbook.com/blog/markdown-

    #markdown #markdowneditors #slides #CMS #SQLite #CSV #VSCode #Pencel #Notanic #Poe #Zettel #Mud

  27. 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

    md-handbook.com/blog/markdown-

    #markdown #markdowneditors #slides #CMS #SQLite #CSV #VSCode #Pencel #Notanic #Poe #Zettel #Mud

  28. 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;"

    #csv #markdown #sqlite

  29. 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;"

    #csv #markdown #sqlite

  30. БАЗЫ ДАННЫХ db. SQL, REDIS, СУБД

    Если серьезно, то сегодня мы поговорим про БАЗЫ данных. Как-то один мой друг разработчик сказал, что программирование можно понимать как

    habr.com/ru/articles/1023194/

    #redis #sql #sqlite #in_memory #java #query #jdbc #jpa

  31. Implementing the Repository Pattern with Hygienic Macros in Scheme

    jointhefreeworld.org/blog/arti

    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

  32. Как я автоматизировал управление информацией и оптимизировал рабочие процессы. История Sapiens OS

    Если вы ведете несколько проектов одновременно, вы знаете проблему управления информацией. Мысль пришла в голову — записал куда-то. Через месяц пытаешься вспомнить: где это было? Сохранил в папке где-то на компьютере? В заметках телефона? В рабочем чате или личных сообщениях? Если не нашел — идея ушла. Или осталась, но найти её — отдельный квест и потеря времени, которое хотелось бы потратить с пользой, а не на поиски. Со мной так происходило постоянно. Статьи и доклады по учёбе, отчёты по работе, технические заметки по разрабатываемому ПО, ссылки на полезные ресурсы, голосовые идеи по дороге на работу, полезные фото — всё в разных местах, без структуры, без связей. Изначально я пытался найти для себя идеальный инструмент. Notion, Obsidian, Evernote — ни один не решал мою задачу в комплексе: быстро сохранить мысль, не потерять её, а потом легко найти и связать с другими. Поэтому я написал свою систему. Статья — не «продажа курса» и не «уникальный продукт». Это описание того, как я решал свои задачи, какие решения принимал и что из этого вышло. Если вы тоже теряете время при поиске нужной информации — возможно, найдёте здесь что-то полезное.

    habr.com/ru/articles/1022042/

    #Python #JavaScript #Вебразработка #Личный_опыт #FastAPI #SQLite #DevOps #Управление_знаниями #Notion #VK

  33. Room или SQLite? Как не писать SQL запросы вручную на Android

    Каждое Android-приложение, которое хранит данные на устройстве, рано или поздно сталкивается с базой данных. Встроенная SQLite — надёжное решение, но работа с ней через SQLiteOpenHelper требует написания SQL-запросов вручную, преобразования курсоров в объекты и постоянного контроля за закрытием соединений. Это отнимает время и довольно часто вызывает ошибки. Google предложил библиотеку Room, которая является оберткой над SQLite и реализует паттерн ORM (Object-Relational Mapping). В этой статье мы на конкретном примере сравним, как выглядят операции добавления и чтения данных на чистом SQLite и на Room. Вы увидите, почему Room избавляет от «шаблонного кода» и делает работу с БД простой и безопасной.

    habr.com/ru/articles/1021890/

    #Room #SQLite #Android #базы_данных #ORM #Kotlin #мобильная_разработка

  34. Room или SQLite? Как не писать SQL запросы вручную на Android

    Каждое Android-приложение, которое хранит данные на устройстве, рано или поздно сталкивается с базой данных. Встроенная SQLite — надёжное решение, но работа с ней через SQLiteOpenHelper требует написания SQL-запросов вручную, преобразования курсоров в объекты и постоянного контроля за закрытием соединений. Это отнимает время и довольно часто вызывает ошибки. Google предложил библиотеку Room, которая является оберткой над SQLite и реализует паттерн ORM (Object-Relational Mapping). В этой статье мы на конкретном примере сравним, как выглядят операции добавления и чтения данных на чистом SQLite и на Room. Вы увидите, почему Room избавляет от «шаблонного кода» и делает работу с БД простой и безопасной.

    habr.com/ru/articles/1021890/

    #Room #SQLite #Android #базы_данных #ORM #Kotlin #мобильная_разработка

  35. Room или SQLite? Как не писать SQL запросы вручную на Android

    Каждое Android-приложение, которое хранит данные на устройстве, рано или поздно сталкивается с базой данных. Встроенная SQLite — надёжное решение, но работа с ней через SQLiteOpenHelper требует написания SQL-запросов вручную, преобразования курсоров в объекты и постоянного контроля за закрытием соединений. Это отнимает время и довольно часто вызывает ошибки. Google предложил библиотеку Room, которая является оберткой над SQLite и реализует паттерн ORM (Object-Relational Mapping). В этой статье мы на конкретном примере сравним, как выглядят операции добавления и чтения данных на чистом SQLite и на Room. Вы увидите, почему Room избавляет от «шаблонного кода» и делает работу с БД простой и безопасной.

    habr.com/ru/articles/1021890/

    #Room #SQLite #Android #базы_данных #ORM #Kotlin #мобильная_разработка

  36. Room или SQLite? Как не писать SQL запросы вручную на Android

    Каждое Android-приложение, которое хранит данные на устройстве, рано или поздно сталкивается с базой данных. Встроенная SQLite — надёжное решение, но работа с ней через SQLiteOpenHelper требует написания SQL-запросов вручную, преобразования курсоров в объекты и постоянного контроля за закрытием соединений. Это отнимает время и довольно часто вызывает ошибки. Google предложил библиотеку Room, которая является оберткой над SQLite и реализует паттерн ORM (Object-Relational Mapping). В этой статье мы на конкретном примере сравним, как выглядят операции добавления и чтения данных на чистом SQLite и на Room. Вы увидите, почему Room избавляет от «шаблонного кода» и делает работу с БД простой и безопасной.

    habr.com/ru/articles/1021890/

    #Room #SQLite #Android #базы_данных #ORM #Kotlin #мобильная_разработка

  37. #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

  38. 💾🎩 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. 🚀🥴
    ultrathink.art/blog/sqlite-in- #digitalhipsters #enterprise #reliability #data #integrity #techhumor #HackerNews #ngated

  39. 💾🎩 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. 🚀🥴
    ultrathink.art/blog/sqlite-in- #digitalhipsters #enterprise #reliability #data #integrity #techhumor #HackerNews #ngated

  40. 💾🎩 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. 🚀🥴
    ultrathink.art/blog/sqlite-in- #digitalhipsters #enterprise #reliability #data #integrity #techhumor #HackerNews #ngated

  41. 💾🎩 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. 🚀🥴
    ultrathink.art/blog/sqlite-in- #digitalhipsters #enterprise #reliability #data #integrity #techhumor #HackerNews #ngated

  42. 💾🎩 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. 🚀🥴
    ultrathink.art/blog/sqlite-in- #digitalhipsters #enterprise #reliability #data #integrity #techhumor #HackerNews #ngated

  43. Reminder that we wrote software like #vi #linuxKernel #postgres #sqlite and such without #ai and that I still can't believe how quick, efficient #postgres is on a smoll #debian #lxc #container with two #vcpu and four GB of #RAM running on an old Intel #i5 four cores CPU and an #hdd

  44. 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? 🤖✨
    github.com/russellromney/turbo #JOINqueries #AItools #techinnovation #HackerNews #ngated

  45. 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? 🤖✨
    github.com/russellromney/turbo #JOINqueries #AItools #techinnovation #HackerNews #ngated

  46. 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? 🤖✨
    github.com/russellromney/turbo #JOINqueries #AItools #techinnovation #HackerNews #ngated