HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mkranjec

no profile record

comments

mkranjec
·3 months ago·discuss
Can you provide any links to discussion?
mkranjec
·7 months ago·discuss
Heads up, this is a paid course.
mkranjec
·11 months ago·discuss
IIRC Strapi is a great option for green field projects. C/p from their docs:

"Strapi applications are not meant to be connected to a pre-existing database, not created by a Strapi application, nor connected to a Strapi v3 database. The Strapi team will not support such attempts. Attempting to connect to an unsupported database may, and most likely will, result in lost data."

Unfortunately, most of the time I do not have such luxury. What are the CMS options for pre-existing databases?
mkranjec
·last year·discuss
So many fond memories of DSJ. Thank you Jussi. No other game kept me and my friends playing as much as DSJ.

Fun facts: Since Slovenia is being mentioned, recently Domen Prevc set the world record at 254,5m on the largest ski jump in the world in Planica, Slovenia. His sister Nika Prevc won the World Cup this season with a record difference in front of second place. They're both related to Peter Prevc, yet another ski jumper. The whole Prevc family is amazing. To crown everything Anze Lanisek got 5x20 (highest grade) for his jump also in Planica, Slovenia this season.
mkranjec
·last year·discuss
excalidraw as already mentioned above
mkranjec
·2 years ago·discuss
Yes it is. Water freezes and provides protection from freezing cold as funny as it might sound. Of course watering systems for huge gardens or orchards are expensive even if you have access to enough water.
mkranjec
·2 years ago·discuss
Why would that qualify as 'memory'?
mkranjec
·2 years ago·discuss
You can query CSV with DuckDB
mkranjec
·3 years ago·discuss
As far as I understand this is Python specific.

Most monorepos I work with do not use a single language but many. It's pointless to use multiple tools for the same thing instead of one that works with all languages, like nx for example.
mkranjec
·3 years ago·discuss
Some ACs use exactly this method. Haven't found any other household appliances that use sound for diagnostics.
mkranjec
·3 years ago·discuss
Blockchain document transfer
mkranjec
·3 years ago·discuss
Nx for start
mkranjec
·3 years ago·discuss
At first I thought what does Nx (nrwl/nx) has to do with machine learning, then I figured context is about Elixir lib named Nx.

Naming things is hard.
mkranjec
·3 years ago·discuss
ReactPDF (https://react-pdf.org/) if: a) React is an option b) you (can) use nodejs on backend c) PDF preview is required on frontend (optional) d) you need to generate same PDFs on backend (optional)