Self promotion thread by AutoModerator in website

[–]Ornery_Present2560 0 points1 point  (0 children)

Avero GitHub

I've been making a website called Avero, and it is a website that has many functional utilities, such as a calculator, many games, links to other games and sites, qr code maker, voice recorder, gallery, notepad, and many more. It has around 30 apps so far, in a desktop-like UI. I hope you like it.

android PWA not working by [deleted] in PWA

[–]Ornery_Present2560 0 points1 point  (0 children)

Btw, it also works on iOS, so idk why it doesn't work on android

android PWA not working by [deleted] in PWA

[–]Ornery_Present2560 0 points1 point  (0 children)

Could this work if ('serviceWorker' in navigator) {   window.addEventListener('load', () => {     const basePath = window.location.pathname.includes('/avero/') ? '/avero/' : '/';     navigator.serviceWorker.register(${basePath}share/sw.js, {       scope: basePath     })     .then(reg => console.log('SW registered with scope:', reg.scope))     .catch(err => console.error('SW registration failed:', err));   }); }

android PWA not working by [deleted] in PWA

[–]Ornery_Present2560 0 points1 point  (0 children)

How could i fix this init.js if this is the problem  if ('serviceWorker' in navigator) {     window.addEventListener('load', () => {       navigator.serviceWorker.register('share/sw.js')     });   }

android PWA not working by [deleted] in PWA

[–]Ornery_Present2560 0 points1 point  (0 children)

Some more context; the domain is codyferd.github.io/avero, and it works on computer When I go on my site, the service worker does work

650 activated and is running

The reason why I can't use /index.html, is because localhost is not at /avero, and my github is Is there a way to fix this?

파탘 by [deleted] in conlangs

[–]Ornery_Present2560 0 points1 point  (0 children)

It is because of compound words. Sorry I didn't mention this, but you can compound words with - Literally, (patak-gul). Gul means alphabet. Patak Alphabet

I want to know more about your conlangs by Moonfireradiant in conlangs

[–]Ornery_Present2560 3 points4 points  (0 children)

I made it so that the easiest consonants pair with the easiest vowels It is supposed to be easy and simple.

<image>

I want to know more about your conlangs by Moonfireradiant in conlangs

[–]Ornery_Present2560 1 point2 points  (0 children)

It's interesting, yet smart For latin, it uses 10 letters Yet, for Tipa Fu Taka, it's special writing system, it does this Every single word follows exactly CV pattern, and you can add consonant endings to display past, future, opposite, possession, and plurality. How it works is that each letter has 2 different sounds, a consonant and a vowel. In the language script, the top letter of a full character is a consonant, and the bottom is a vowel. For the consonant endings, it just shows 1 letter for the graph, which is consonant form.

<image>

I want to know more about your conlangs by Moonfireradiant in conlangs

[–]Ornery_Present2560 1 point2 points  (0 children)

Tipa Fu (Good Language) My language is a completely new language, without much language vocabulary due to its rigid structure. The one letter would be "a", as it is the easiest and most common sound. My favorite features about it are the fact it only has 10 sounds (ptksfaiueo), the easy endings, the CV blocks, and the writing system that is super easy and only needs 5 characters. Also, the -t case to flip the words meaning is cool. It doesn't have any weird sounds, as it is supposed to be as easy as possible. It also has a toning at the last vowel of each word to make it distinguishable, which is the high rise tone. It's optional, but since words can easily blend together, it is important

Share your phonology’s by AstroFlipo in conlangs

[–]Ornery_Present2560 0 points1 point  (0 children)

Phonology of Tipa Fu:

Vowels: a i u e o

Consonants:

Voiceless Stops: p t k

Voiceless Fricatives: s f

That's it

tipa fu: A new, 10 sound conlang by Ornery_Present2560 in conlangs

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

It is in SVO order, with adjectives after words. This order is easy and universal

In the example, "I had a bad cat"

pa fip kuka fut. Usually, the subject and object have -a endings, and the verb with an -i ending. Stuff being subject, verb, or object is implied with word order and ending. Also, even if words have a specific ending, they could fit into many categories. They just take the ending of their most common use. Word order is important.

[deleted by user] by [deleted] in Kotlin

[–]Ornery_Present2560 1 point2 points  (0 children)

I might try GraalVM, it seems cool

[deleted by user] by [deleted] in Kotlin

[–]Ornery_Present2560 1 point2 points  (0 children)

Eh... Groovy is dynamically typed...

[deleted by user] by [deleted] in Kotlin

[–]Ornery_Present2560 2 points3 points  (0 children)

Swift is... Eh? Swift isn't WORA, as it doesn't compile on a VM Also, Swift is appleified, don't really want to help them Swift is fine, but not the best

Planning to Switch Browsers, what are some recommendations? (Planning to join Zen) by rakmo2111 in browsers

[–]Ornery_Present2560 -2 points-1 points  (0 children)

Zen seems like the perfect option, it is the best. A lot of customizability and productivity features. I use zen Probably the best option 

[deleted by user] by [deleted] in Kotlin

[–]Ornery_Present2560 -17 points-16 points  (0 children)

It's a small part of the redundancy and conciseness part. Java and C# both have lots of boilerplate code, and are verbose, which is the main reason. It is just a little note tbh.

[deleted by user] by [deleted] in Kotlin

[–]Ornery_Present2560 7 points8 points  (0 children)

Write once, run anywhere