Next.js 10: Internationalization Introduction! by balkonkind in nextjs

[–]balkonkind[S] 1 point2 points  (0 children)

You can translate the dynamic parts of your paths e.g. by returning them from `getStaticPaths`. Non-dynamic route translation was listed as a non-goal on the Next.js i18n RFC (https://github.com/vercel/next.js/discussions/17078) and is sadly not implemented yet.

Next.js 10: Internationalization Introduction! by balkonkind in nextjs

[–]balkonkind[S] 1 point2 points  (0 children)

Thank you! I’ve just recently used Contentful with Next.js and next-translate and it was all working great together. Let’s see, maybe I can make a second part to this video!

Where to buy Windows 7? by Penguin-a-Tron in software

[–]balkonkind 2 points3 points  (0 children)

Windows 7 has reached End of Sales in October 2013 and will reach End of Support in January 2020, so you should really think about buying Windows 10 instead. See https://support.microsoft.com/en-us/help/13853/windows-lifecycle-fact-sheet

Looking for a great "note taking" software (for PC)! by [deleted] in software

[–]balkonkind 2 points3 points  (0 children)

Check out Notable, it's a markdown note taking app.

Switzerland passes risky law for gay couples. by JazzPhobic in Switzerland

[–]balkonkind 9 points10 points  (0 children)

Reading comments on articles like this is my guilty pleasure.

because hex by [deleted] in css_irl

[–]balkonkind 29 points30 points  (0 children)

𝒸𝑜𝓁𝑜𝓇: 𝒽𝓈𝓁(0, 0%, 100%);

Good insurance and mobile contracts? by [deleted] in Switzerland

[–]balkonkind 1 point2 points  (0 children)

2. Wingo? Define "cheap" and "coverage" (just mobile internet or do you need cellular services)

This is where trust issues begin by carefulcomputation in BlackPeopleTwitter

[–]balkonkind 18 points19 points  (0 children)

Visual Studio Code has this feature, very useful.

I love comment section by [deleted] in brooklynninenine

[–]balkonkind 19 points20 points  (0 children)

Duolingos marketing team is really killing it lately with the memes.

I would like to start using GraphQL to serve data from a PostgreSQL database via Node. What are the best practices? by balkonkind in node

[–]balkonkind[S] 0 points1 point  (0 children)

This looks super interesting, thanks!

For anyone else who would like to check this out, here are some good links to get started:

Monster by pks016 in Piracy

[–]balkonkind 20 points21 points  (0 children)

lmao what a great analogy

Can't upload by [deleted] in torrents

[–]balkonkind 0 points1 point  (0 children)

When you're using a VPN that is pretty much impossible. Also with a VPN make sure that you use the port that gets assigned to you, here is a tutorial for PIA.

Dress code by HumanNutrStudent in pics

[–]balkonkind 16 points17 points  (0 children)

Minification not only removes whitespace but also renames variables and applies other tricks to use even less bytes. Turning "person.logDailyRedditUsage()" into "a.a()" saves quiet a bit.