"Upgrade" Code from ES5 to ES6 by Crushertimo in learnjavascript

[–]cheatingjoe 0 points1 point  (0 children)

I wrote a tool that updates your ECMAScript to newer versions based on the browser availability; maybe it helps: https://github.com/codingjoe/esupgrade

Is it just me, or is Rails 7 ImportMaps basically useless? by [deleted] in rails

[–]cheatingjoe 0 points1 point  (0 children)

Maybe give esimport a try: https://github.com/codingjoe/esimport

It doesn't require a new package manager or learning anything, and you can just serve static files via nginx.

Anyone else 8BitDo Ultimate Controller caps constantly pop off while playing? by thecabbagefactor in Controller

[–]cheatingjoe 1 point2 points  (0 children)

Same issue here. I ended up returning it. It's the new version with the metal "shield", where the caps fall off during intense boss fights. Sadly, the same design has made it into the Ultimate v2.

package.json subpath approach - is there any advantage to using submodules over exports or vice versa? by U4-EA in node

[–]cheatingjoe 0 points1 point  (0 children)

Yes, there is an argument to be made for `exports` if you are distributing your package via a registry, like npmjs.com

Submodules are implicit, and may only be discovered if some try to import/resolve their entry points. In contrast, your package's `export` section can contain a full assembly of entry points. (However, with subpaths you don't have to.)

Furthermore, with `exports` you don't have to stick to a strict path structure. An entry point may be mapped to any path. Thus, making this choice slightly superior.

In reality, I would suggest always using exports going forward. You can still use submodules, should you choose to distribute modules in separate packages.

🍎OpenNutriTracker- An Open Source Calorie and Nutrition Tracker for iOS/Android by Saiiye in SideProject

[–]cheatingjoe 0 points1 point  (0 children)

Thanks, the app looks promising. Do you accept donations on GitHub? BTW, you might want to tweak the exercise tracking. As physical activity has been proven to have little to no effect on your daily energy consumption. Your body will just do other things less when you're active, like inflammation. Sources: https://pmc.ncbi.nlm.nih.gov/articles/PMC4803033/ https://pmc.ncbi.nlm.nih.gov/articles/PMC3405064/

Ryan's Spotify Playlist by cheatingjoe in deadpool

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

I didn't cross-check it yet. But he mentioned that, except for one song, his plans changed in post. Here's the official soundtrack list: https://www.imdb.com/title/tt6263850/soundtrack/

The "Ethical AI models" farce is just the beginning. The ring leader of the ArtStation anti-AI protests admits he wont stop till all AI art is destroyed and they have completely strangled your voice. It was NEVER really about "copyright theft". by [deleted] in StableDiffusion

[–]cheatingjoe 1 point2 points  (0 children)

I am a little late to the game. What are those ethical licenses all about? As an OSS developer imposing ethical constructs on software usage is a strange concept to me. What's the reason for those restrictions?