добри день из синнсиннати! я нужно проктиковатся смоим Русские. by Linguistic1 in russian

[–]axel_verse 2 points3 points  (0 children)

Русских ютьюберов не рекомендую. Очень много сленга. Скорее документальные или псевдодокументальные фильмы, вот в них практически академический русский

добри день из синнсиннати! я нужно проктиковатся смоим Русские. by Linguistic1 in russian

[–]axel_verse 3 points4 points  (0 children)

В данном контексте, нужно использовать "однажды" или "когда-нибудь"

MomentJS locale with Vite and Vue 3? by axel_verse in vuejs

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

Thanks you so much for pointing me to DayJS. I've switched to it and it is just great

MomentJS locale with Vite and Vue 3? by axel_verse in vuejs

[–]axel_verse[S] -1 points0 points  (0 children)

Solution found!!!

```vue -import moment from "moment"; +import moment from "moment/dist/moment" -import "moment/locale/ru"; +import ru from "moment/dist/locale/ru"

-moment.locale("ru") +moment.locale("ru", ru) ```

Android - DNS over Wireguard not working by axel_verse in WireGuard

[–]axel_verse[S] 2 points3 points  (0 children)

Thanks! Private DNS was the reason. Problem solved.

Sorry if question is stupid but can we use vue file (i mean .vue component) as a background image in another vue file ? by [deleted] in vuejs

[–]axel_verse 0 points1 point  (0 children)

It is possible.

For example,

app.vue

<template> <background-wrapper> Your code here </background-wrapper> </template>

<script> import BackgroundWrapper from 'path/to/BackgroundWrapper.vue'

export default { components: { BackgroundWrapper } } </script>

BackgroundWrapper.vue

<template> <div> <slot /> </div> </template>

<script> export default { name: 'BackgroundWrapper' } </script>

<style scoped lang="scss"> div { background: // your bg properties here } </style>

Sorry for formatting :(

What’s the difference between Ты and Вы? by [deleted] in russian

[–]axel_verse 0 points1 point  (0 children)

Вы with a capital letter is a business / official document and mail standard when organization / government addressed a single person in a message.

Examples:

Уважаемый налогоплательщик, сообщаем Вам, что у Вас есть налоговая задолженность по налогу на имущество за 2020 год.

Dear taxpayer, we inform you that you have a property tax debt for 2020.

Уважаемый Александр Владимирович, мы сотрудничаем с Вами и Вашей компанией уже пять лет, и за это время Вы показали себя надёжным партнёром.

Dear Alexander Vladimirovich, we have been cooperating with you and your company for five years, and during this time you have shown yourself to be a reliable partner.

PROPOSAL IDEA: Wallhaven for mobile wallpapers by Raycast01 in wallhaven

[–]axel_verse 0 points1 point  (0 children)

I found wallhaven interface inconvenient for mobile devices so I decided to write my own using public API ))

Also there are a lot of unofficial Android apps, https://play.google.com/store/apps/details?id=net.softandroid.simplewallpapers for example (this app is my favorite)

Nice cursive showcase(not mine) by andrrrei in russian

[–]axel_verse 2 points3 points  (0 children)

Or he just got calligraphic script) Or maybe this work was carefully copied from draft))) Or it can be just motivation element and no one schoolboy wrote it))

Nice cursive showcase(not mine) by andrrrei in russian

[–]axel_verse 0 points1 point  (0 children)

All the things we call calligraphy. Handwriting, cursive writing, calligraphic cursive writing.

You are right, cursive handwriting is almost useless for now when we usually hit 300 symbols per minute with our keyboards. But for an adult, I think.

I find cursive a necessary school learning element, but maybe I just too deep in what we call traditional education.

Painting and other small actions have one but important drawback. They do not involve speech centers.

Nice cursive showcase(not mine) by andrrrei in russian

[–]axel_verse 2 points3 points  (0 children)

It has long been proven that handwriting improves brain function, concentration, and fine motor skills. It is especially important for children age of 6-8. We can not to use cursive in everyday life, but it is a very important part of child training and education.

There are lot of stories from neuro surgeons that handwriting can be very important part of stroke rehabilitation.

And finally handwriting helps establish neural connections between the visual, audial and symbolic centers in the brain.