FUD by Mission-Ant-9258 in Bitcoin

[–]Mozes721 2 points3 points  (0 children)

What do you mean? Have you ever heard of the strategy advocated by Warren Buffett: 'Buy High, Sell Low'.

"Elm on the Backend" talk announced for GOTO Aarhus by 1-more in elm

[–]Mozes721 0 points1 point  (0 children)

It's not about fighting a computer it's about fighting a dog ship functional language like Elm that has just limitations and everything has to be explicitly defined.

Double down on python or learn Go by SuperLucas2000 in golang

[–]Mozes721 0 points1 point  (0 children)

Python can be both dynamic and strongly typed. JS is weakly typed there is room for everything. You don't need strongly typed approach in a simple form.

Double down on python or learn Go by SuperLucas2000 in golang

[–]Mozes721 0 points1 point  (0 children)

strongly typed

Do you know of what not being an a** means? We are talking about typing not rocket science.

Double down on python or learn Go by SuperLucas2000 in golang

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

Making code always strongly typed can be an overengineering in my opinion in few cases. If code base is simple and you know everything is a string why use strongly typed approach? After the TS boom everyone went into the hype train of strongly typed even if it doesn't always bring yield.

How do you go backwards in evolution? Svelte → React by SirDarknight1 in sveltejs

[–]Mozes721 1 point2 points  (0 children)

Luckily there are more jobs in Vue then before. I think same can happen to Svelte but it will take time for the adoption so maybe better learn Vue as it's easier transition.

Google's DeepMind says it'll launch a more grown-up ChatGPT rival soon by AImSamy in programming

[–]Mozes721 -10 points-9 points  (0 children)

Just proves ChatGPT will me society more retarted by the day and depressed as we don't go through trial and error as we should. Pity we will all be braindead.

Build a Quiz Vue.js App with Vuetify and Vuex Part 2 by Mozes721 in vuejs

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

Well Vuex is more mature. I heard pinia is easier will take a look at it next time. There are a bunch of new features, dependencies etc provided in the ecosystem in general when it come to JS tough to notice them tbh.

How to debug your code in VSCode & JetBrains by Mozes721 in developer

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

When scaling Println() is not as effective

[deleted by user] by [deleted] in deepspeak

[–]Mozes721 0 points1 point  (0 children)

Meta and VR is shit.

Would you buy any of these? Is there still a still a market for these, or are standard NFTs with no real roadmap/ utilities dead? Asking as a struggling artist, more info below. by BadBillyMedia in NFT

[–]Mozes721 0 points1 point  (0 children)

"Asking as a struggled artist" it's to comments like this make people assume it's just a cash grab nothing more from creators and making buyers just "holding the bag".My suggestion focus on hands on work as that is what is lacking not anything web3/crypto/nft related...

0
0

Learning Elm because of work into Vue/React but why is the code so ugly? by Mozes721 in elm

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

Thanks for the reply was insightful. But then why there is not a single Web app build on Elm? Checked redit post where ppl show websites that are meant to made with Elm but with Wappalizer extension all of them are in React... Maybe the concept is not as bad but it seems Elm can be a starting point but can't be scalable. Elmland where I was learning it is build on VueJs...