Daniel C-137 Meyer

277 posts

Daniel C-137 Meyer banner
Daniel C-137 Meyer

Daniel C-137 Meyer

@pubkeypubkey

Writing code, mostly @rxdbjs I can lift things and run far. Mau/Miau via Twitter for TempleOS

Germany Katılım Kasım 2014
67 Takip Edilen691 Takipçiler
Daniel C-137 Meyer retweetledi
RxDB | JavaScript Database
Just published expo-opfs. If you're building an @expo app and want to use a web library that needs the Origin Private File System (OPFS), this polyfill based on expo-filesystem makes it work out of the box. github.com/pubkey/expo-op…
English
0
1
1
208
Daniel C-137 Meyer retweetledi
James Arthur
James Arthur@thruflo·
If you build with TanStack DB, you can swap out and optimise your state transfer layer without affecting your application code. Migrate from query to sync. Still query when you need to. Integrate external services into a unified client-side data model. Swap out one sync engine for another.
Kyle Mathews@kylemathews

TanStack DB now has a @rxdbjs collection! Thanks to RXDB's creator @pubkeypubkey for building it!

English
0
4
30
5.9K
Daniel C-137 Meyer retweetledi
Kyle Mathews
Kyle Mathews@kylemathews·
TanStack DB now has a @rxdbjs collection! Thanks to RXDB's creator @pubkeypubkey for building it!
Kyle Mathews tweet media
English
3
3
24
7.6K
Daniel C-137 Meyer retweetledi
Appwrite
Appwrite@appwrite·
Offline data synchronization for an app is no longer a luxury, but a necessity. Therefore, we’re happy to announce that Appwrite Databases now features a direct integration with @rxdbjs , a local-first NoSQL database designed for JavaScript apps. Now, it's easier than ever to build real-world apps that stay in sync online and offline. Not sure where to start? We've got you covered. We've built an offline-first journal app with Appwrite and RxDB. Check out the step-by-step guide here: appwrite.io/blog/post/offl…
Appwrite tweet media
English
4
4
37
2.4K
Daniel C-137 Meyer retweetledi
RxDB | JavaScript Database
Meet the brand-new RxDB Appwrite Plugin! This integration allows you to seamlessly replicate local-first data from RxDB's client-side database to @appwrite’s scalable cloud platform for real-time sync and offline functionality. No more complex setups - start building better apps now: rxdb.info/replication-ap…
English
3
1
7
504
Daniel C-137 Meyer retweetledi
Unlearn
Unlearn@UnlearnDev·
Building a Vue app and need a database that keeps up with your speed? 🚀 Meet RxDB! It offers offline-first data handling, real-time updates, and smooth integration with Vue. Your app, supercharged - even without internet! 💻 Learn more: rxdb.info/articles/vue-d…
Unlearn tweet media
English
0
5
23
1.7K
Alex Barashkov
Alex Barashkov@alex_barashkov·
Our first release of the year. Meet new invertase​.io website. 3d made in #b3d + AE, the rest in @figma. Stack: Next.js / Tailwind CSS / Sanity CMS ~3 months – Branding / Design / Development
English
106
93
1.7K
92.5K
Daniel C-137 Meyer retweetledi
RxDB | JavaScript Database
🚀 RxDB 16.0.0 is here! 🎉 Enjoy major refactorings, simpler naming, OPFS & NodeFilesystem boosts, the end of the LokiJS storage, and easy data migration from v15. Check out the complete details: rxdb.info/releases/16.0.…
English
1
5
14
1.6K
Daniel C-137 Meyer retweetledi
RxDB | JavaScript Database
This weekend, I worked on optimizing the WASM-based #SQLite browser storage for #RxDB. While performance improved, it’s still way too slow. Let me break down the core issues: 👀🧵(1/4)
RxDB | JavaScript Database tweet media
English
2
2
17
1.1K
Daniel C-137 Meyer retweetledi
RxDB | JavaScript Database
Just dropped a new article on building a #localfirst vector database using RxDB and transformers.js! Process and query data on the user's device with no need for backend servers. Perfect for fast performance and enhanced privacy! 🔥 Check it out! 👇 rxdb.info/articles/javas…
English
0
5
14
690
matia 🇭🇷
matia 🇭🇷@joyofcodedev·
today I learned an `each` block can have an `else` clause in Svelte
matia 🇭🇷 tweet media
English
34
18
376
39.5K
giggly ♡
giggly ♡@xgigglypuff·
do yall know the answer to the Portal physics problem?
giggly ♡ tweet media
English
1.1K
238
5.4K
11.3M
Daniel C-137 Meyer
Daniel C-137 Meyer@pubkeypubkey·
@bindureddy If the output is wrong in 5% of time you have a bad tool that can never be trusted. Verifing/Fixing the output likely takes longer then writing the SQL by hand.
English
0
0
0
18
Bindu Reddy
Bindu Reddy@bindureddy·
The first programming language that LLMs have replaced with English is SQL Their SQL generation accuracy is over 95% and exceeds that of an above average human SQL programmer Most database products already offer a chatbox interface to query the data
English
120
206
2.9K
382.8K
Daniel C-137 Meyer
Daniel C-137 Meyer@pubkeypubkey·
@nstfkc Use a bloom filter that know all invalid tokens. Only if the filter returns true, make a database request.
English
0
0
0
32
Enes
Enes@nstfkc·
Session based authentication sucks because you need to read from the db to validate the session. JWT based authentication sucks because you can't invalidate once a jwt token is issued. What is the middleground? Is there any way to authorize requests without db read overhead on each request and invalidate access tokens without too much complexity? (Storing sessions in memory is not an option) I have two ideas; 1- Store the session in redis so every service can validate the session without too much of a latency (faster than db) - This is the simpler approach but I don't like it because it requires another service. 2- Use very short lived jwt tokens (e.g 1 min) coupled with refresh tokens and implement a mechanism to re-issue access tokens without impeding UX - I don't like this either because it is too complex. Are there any other approaches? (Please don't answer with use third party solution)
English
341
54
757
360K
Ryan Florence
Ryan Florence@ryanflorence·
> use let to know it gets reassigned! If unexpected reassignment led to a bunch of bugs then you'd also see people redeclaring de-structured props, they're reassignable! Half your values don't tell the intent you think matters so much, and yet ... no bugs with your props! 🤪
Ryan Florence tweet media
English
41
6
180
98.6K