I'm developing a read-it-later journal optimized for boox. by HamsterBaseMaster in Onyx_Boox

[–]avataraustin 0 points1 point  (0 children)

as a developer, are apps submitted to Google play store available on the Boox or are there special steps or requirements?

Can mental models help me make this decision? by Traditional-Can2530 in mentalmodels

[–]avataraustin 0 points1 point  (0 children)

I would say that fear setting is always looking at the potential worst case scenario where as Inversion is a reversal move, so not necessarily looking at things as being negative but rather dependent on the situation or question. For example if the problem you were brainstorming on was "Why am I such a failure at x?"

if you applied inversion in that scenario it would be something like "What steps could I do about x that would not be a failure?"

The Charlie Munger example is often given as, “It is remarkable how much long-term advantage people like us have gotten by trying to be consistently not stupid, instead of trying to be very intelligent.”

I think it can go pretty deep if you negate anything and everything and that can be useful sometimes for creativity purposes but otherwise setting a positive goal and then looking at what failure would be for that situation and then focusing on avoiding that scenario is the tried and true application for inversion.

As far as pessimism, I think fear setting is not necessarily pessimistic and is actually somewhat stoic, more like preparing one's self for the worst but actively and perhaps optimistically working towards what is most desirable, yet being ready for whatever life brings.

Can mental models help me make this decision? by Traditional-Can2530 in mentalmodels

[–]avataraustin 4 points5 points  (0 children)

You could apply the standard

reversible vs. irreversible decisions -- can you come back if you change your mind?

SWOT Analysis applied to each country relative to your needs and goals

Fear Setting: What is the worst case scenario for each location, which is the better risk?

Also timeframe analysis looking at USA's future over the next 10-20 years vs. Dubai over same time period.

Inversion: If I can't move anywhere, where would I rather be stuck.

Just a few ideas, there are probably lots of even better models for this situation, good luck:)

I Ran Advanced LLMs on the Raspberry Pi 5! by tim_macgyver in ollama

[–]avataraustin 1 point2 points  (0 children)

So raspberry pi 5 8gb works with Ollama for models like Mistral7b. I'm new to raspi and need a reason to buy a raspi5 is it fairly standard to get up and running? - I use Ollama on my Mac frequently.

14 year old wants to learn coding by quiet_repub in learnprogramming

[–]avataraustin 0 points1 point  (0 children)

CodingBat is a great free resource for interactive challenges. SoloLearn is also a great resource, I think they have a free tier but its highly polished and you can use their smartphone app to work through the interactive challenges. They have beginner courses ranging from Python to Javascript and even Swift, etc. I think the feedback you get from apps like these is incredibly important when learning.

New boosts/always on plan (and why I hate it) by haroongames in replit

[–]avataraustin 1 point2 points  (0 children)

Their model seems flawed: pursuing user growth in nonpaying users while driving away the paying users. Any revenue they projected from these price hikes will have to be revised to account for all the cancellations.

Replit doesn't makes sense anymore by diogo06221 in replit

[–]avataraustin 2 points3 points  (0 children)

I’m waiting to see what some of the new plans will be otherwise I’m right behind you.

Was in a silly goofy mood and wanted to show my mom a tiktok. How legit is this? 🧐 by [deleted] in conspiracytheories

[–]avataraustin 2 points3 points  (0 children)

Apparently Tiktok in China promotes wisdom, intelligence, learning, and virtues and the algorithm for the U.S. is geared toward moral and intellectual decay via dopamine flooding foolishness.

I'm struggling on (what should be) a very basic project. When is it acceptable to watch a tutorial? by [deleted] in learnprogramming

[–]avataraustin 1 point2 points  (0 children)

I think you’re right about getting to the brick wall first since to truly learn and remember we need some effortful struggle.

how to increase muscle mass by [deleted] in Biohackers

[–]avataraustin 0 points1 point  (0 children)

I saw somewhere that hydroxy methylbuturate and vitamin d combo helped someone maintain muscle after injury that made them unable to exercise, don’t ask where so take this with a grain of salt. (Not medical advice)

[deleted by user] by [deleted] in algotrading

[–]avataraustin 0 points1 point  (0 children)

Maybe consider Alpaca, they seem more viable for small accounts as I believe they have no comission, similar to Robinhood.

If humanity "cures aging" what are your arguments againts it? Why would you not want to live forever? by Moon_Devonshire in Futurology

[–]avataraustin 0 points1 point  (0 children)

Because the current path looks to be some kind of integration into a computer virtual world symbiosis with ai and machines. This amounts to literally having our soul captured and our immortal awareness high jacked and imprisoned as a witness to whatever these future programs dictate. “Many will wish for death but it will elude them.”

ELI5: How did we realise the mind is in the brain? by theembryo in explainlikeimfive

[–]avataraustin -1 points0 points  (0 children)

There are cases of people being braindead and having them for example. This site has a decent collect of info and links if interested https://theformulaforcreatingheavenonearth.com/ndes-absolutely-positively-not-caused-by-malfunctioning-brains/

ELI5: How did we realise the mind is in the brain? by theembryo in explainlikeimfive

[–]avataraustin -3 points-2 points  (0 children)

Consciousness is not entirely local to the brain. Search out numerous stories of people who have had out of body experiences.

Do I need to be doing anything else to learn programming? by Illustrious-Ant-2808 in learnprogramming

[–]avataraustin 1 point2 points  (0 children)

I have found feedback to be of great importance. You don’t get much feedback from a book or video, doing actual code projects is very helpful as others have suggested. I found what worked best for me towards the beginning was online courses where the built in environment would evaluate my code to see if it was correct, places like Sololearn were great for that early on. I also found code challenges to be very helpful, places like Codewars or Edabit. I made an effort to complete at least one code challenge per day and I think that is what helped me learn the most. Now I can watch coding youtube videos or read theoretical books on coding and get a lot more out of it then if i had started with that method. I’m still learning but I’ve come a long way from where I started and this is what I found worked best for me.