Indexing a year of video locally on a 2021 MacBook with Gemma4-31B (50GB swap)
https://blog.simbastack.com/indexed-a-year-of-video-locally/
#HackerNews #Indexing #Video #MacBook #Gemma431B #LocalStorage #50GBswap
Indexing a year of video locally on a 2021 MacBook with Gemma4-31B (50GB swap)
https://blog.simbastack.com/indexed-a-year-of-video-locally/
#HackerNews #Indexing #Video #MacBook #Gemma431B #LocalStorage #50GBswap
Removing fsync from our local storage engine
https://fractalbits.com/blog/remove-fsync/
#HackerNews #removingfsync #localstorage #engine #performance #optimization #database
Как я сделал PWA-приложение для заметок и ссылок за вечер (и почему оно работает без интернета)
У каждого из нас есть «чёрная дыра», куда уходят полезные ссылки. Кто-то сохраняет их в «Избранном» браузера, кто-то пишет сам себе в Telegram, кто-то держит десяток вкладок открытыми «на потом». У меня была та же проблема. Я пробовал Notion, Evernote, Google Keep, Obsidian - всё это мощные инструменты, но для простого «сохранить ссылку и не забыть» они часто избыточны. Так родилась идея KylikLink - минималистичного PWA-приложения для заметок и ссылок, которое работает без интернета и не требует регистрации.
https://habr.com/ru/articles/1023144/
#pwa #вебразработка #html #css #javascript #фронтенд #frontend #localstorage #service_worker #заметки

Вместо предисловия: проблема, которая бесила меня годами У каждого из нас есть «чёрная дыра», куда уходят полезные ссылки. Кто-то сохраняет их в «Избранном» браузера, кто-то пишет сам себе в Telegram,...
PearPass. A New Password Manager with Local Storage and P2P Synchronization

Local-Only File Encryption with JavaScript.
I've been exploring the #WebCryptoAPI and I'm impressed!
When combined with the #FileSystemAPI, it offers a seemingly secure way to #encrypt and #store files directly on your device. Think #localstorage, but with #encryption!
I know #webapps can have #security vulnerabilities since the code is served over the web, so I've #OpenSourced my demo! You can check it out, and it should even work if #selfhosted on #GitHubPages.
Live Demo: https://dim.positive-intentions.com/?path=/story/usefs--encrypted-demo
Demo Code: https://github.com/positive-intentions/dim/blob/staging/src/stories/05-Hooks-useFS.stories.js
About the Dim framework:
https://positive-intentions.com/docs/category/dim
IMPORTANT NOTES (PLEASE READ!):
* This is NOT a product. It's for #testing and #demonstration purposes only.
* It has NOT been reviewed or audited. Do NOT use for sensitive data.
* The password encryption currently uses a hardcoded password. This is for demonstration, not security.
* This is NOT meant to replace robust solutions like #VeraCrypt. It's just a #proofofconcept to show what's possible with #browser #APIs.
#Encryption #Cryptography #JavaScript #Frontend #Privacy #Security #WebDevelopment #Coding #Developer #Tech #FOSS #OpenSource #GitHub #MastodonDev #Programming #WebStandards #FileSystem #WebAPI #ProofOfConcept
Video Doorbells Offer Local Storage, Avoiding Subscription Fees
https://newsletter.tf/video-doorbells-local-storage-no-fees/
New video doorbells offer local storage, so you can save recordings without paying monthly fees.
#VideoDoorbell, #SmartHome, #NoSubscription, #LocalStorage, #HomeSecurity
New Video Doorbells Let You Save Videos Without Monthly Fees
Many new video doorbells now let you save your video recordings right on the device or a home hub. This means you don't have to pay a monthly fee, which can save you money. Brands like Eufy, Lorex, and Reolink offer these options.
https://newsletter.tf/video-doorbells-local-storage-no-fees/
#VideoDoorbell, #SmartHome, #NoSubscription, #LocalStorage, #HomeSecurity
Goal lz-string was designed to fulfill the need of storing large amounts of data in localStorage, specifically on mobile devices. localStorage being usually limited to 5MB, all you can compress is that much more data you can store. You don't care about ...