HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dmitry-vsl

no profile record

comments

dmitry-vsl
·vor 10 Monaten·discuss
Probably better to use partitioned table and drop old partitions.
dmitry-vsl
·vor 12 Monaten·discuss
> We had createScheduledPosts.ts that would run every 15 minutes, scan our table of scheduled posts and create any that needed to be published.

Why not set the publication_date when you create a post and have a function getPublishedPosts that fetches a list of posts, filtering out those with a publication_date earlier than the current date? With this approach, you don't need cron jobs at all.
dmitry-vsl
·letztes Jahr·discuss
Is it possible to use batch mode with fine-tuned models?
dmitry-vsl
·vor 2 Jahren·discuss
I think this is a fabrication by the journalist. Overall, it seems to me that there was an ideological agenda behind this story. In the USSR, no topic could cause a stir in major media outlets without an ideological directive.
dmitry-vsl
·vor 2 Jahren·discuss
Does it implement JS standard library, for example Map, Set etc?
dmitry-vsl
·vor 2 Jahren·discuss
So, it's impossible to transfer a value from one machine to another if there's no network connection between them? How did this extremely trivial observation become a well-known theorem?