What would this be best used for?
Serverless SQLite
11–20 of 167 posts
Re: Serverless SQLite
#12Re: Serverless SQLite
#13Earlier quoted context omitted.
Words can have multiple meanings and meanings of words can change.
Almost like how the English language has been literally hijacked and destroyed. Language does change and evolve. The misuse and subsequent additional meaning for “literally” to now also be a simile for “figuratively” is a good example of how this isn’t necessarily always a good thing.
Re: Serverless SQLite
#14Re: Serverless SQLite
#15I have a Google Cloud Function that uses SQLite to store a user's previous day tweets and do some minor sorting and filtering of data. Works very well and saves me the cost of a "real" SQL instance.
Re: Serverless SQLite
#16SQLite was already serverless. https://www.sqlite.org/serverless.html
> SQLite was already serverless. Yes but now it runs on someone else server! Wait a minute, this makes no sense... 'serverless' is perhaps the stupidest marketing buzzword developers have come up with.
Re: Serverless SQLite
#17Nice, you can actually do something a bit more flexible using SQLite on AWS Lambda. "Just" mount an elastic file system (EFS) onto your functions. I wrote about it here: https://franz.hamburg/writing/shared-storage-for-lambda-func...
Re: Serverless SQLite
#18Earlier quoted context omitted.
Words can have multiple meanings and meanings of words can change.
Almost like how the English language has been literally hijacked and destroyed. Language does change and evolve. The misuse and subsequent additional meaning for “literally” to now also be a simile for “figuratively” is a good example of how this isn’t necessarily always a good thing.
I always find this particular example to be somewhat self-contradicting for this reason.
Re: Serverless SQLite
#19Earlier quoted context omitted.
Words can have multiple meanings and meanings of words can change.
Almost like how the English language has been literally hijacked and destroyed. Language does change and evolve. The misuse and subsequent additional meaning for “literally” to now also be a simile for “figuratively” is a good example of how this isn’t necessarily always a good thing.
A simile would require a sentence in which "literally" is compared to "figuratively", wouldn't it?
My impression, as a non-native speaker, is that the misused "literally" is to indicate exaggeration, not the quality of being figurative.
Re: Serverless SQLite
#20Earlier quoted context omitted.
> SQLite was already serverless. Yes but now it runs on someone else server! Wait a minute, this makes no sense... 'serverless' is perhaps the stupidest marketing buzzword developers have come up with.
Indeed it's quite stupid. Any alternative catchy name for the concept?