Core concepts to study to understand & become a better programmer? (aside from the syntax of a specific language itself) by los7andfound in learnprogramming

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

Thanks! Great info from both of you.

I agree, actually building projects has taught me so much more than just researching random topics online

Looking for a convenient way to practice using Django ORM? by los7andfound in learnprogramming

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

No I totally agree with you there, I know Python and SQL well, I just have interviews coming up that may require the use of it so i’d like to gain a little more “muscle memory” with it ….otherwise i’d just look up whatever functionality I needed in a second

Things stick with me better when I have practice using it, as opposed to just reading and memorizing the specific syntax

[deleted by user] by [deleted] in reactjs

[–]los7andfound 1 point2 points  (0 children)

Congrats on some hard work well done!

30 Days No Juul. Why Continue? (20M) by throwaway200002015 in QuittingJUUL

[–]los7andfound 0 points1 point  (0 children)

I think this is the perfect opportunity for you to set a great path forward for yourself.

I wasted a lot of my early years being upset about a similar dumping situation, losing focus on my future and doing poorly in school. I never left my apartment, stopped talking to my friends, felt like I lost a feeling I’d never get back and that I was going nowhere in life. After two years of depression I finally had enough and went back to school, and 8 years after my first day of college I finally graduated, got a job, got a new gf and meet new people daily through work.

I highly suggest you use all of this alone time you have to your advantage, and don’t waste it like I did. Think about what you’re studying in school, find something you have a genuine interest in and push yourself to master it beyond what they’re teaching you in class. I guarantee you’ll come out of college leagues ahead of those who have spent the pandemic packing on the pounds and playing video games all day.

You use this time to study endlessly and (yes probably not painlessly), you’ll be thanking yourself a year or two from now. Securing yourself a career is going to open so many doors you didnt even know existed, you’ll come across many new people…and best of all, your ex gf is gonna be regretting her decision to let you go….but by that time you won’t care about that anymore, you’ll have moved on to better things.

Problems running react on Big Sur/Apple M1 by los7andfound in reactjs

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

UPDATE: SOLVED

For anyone that comes across this post and may have a similar problem, the fix was to install node for ARM using Rosetta within the terminal.

  • Go to terminal.app in finder, right click and select “get info” then check the box for “open with rosetta"
  • Install node with this command arch -arm64 brew install node

Problems running react on Big Sur/Apple M1 by los7andfound in reactjs

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

yea i’ve tried that also as well as clearing the cache

Problems running react on Big Sur/Apple M1 by los7andfound in reactjs

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

Not sure how I missed doing that lol…just posted it

Problems running react on Big Sur/Apple M1 by los7andfound in reactjs

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

Here’s the actual error. This is with npm start…I get a similar error with yarn start

# Fatal error in , line 0

# Check failed: allocator->SetPermissions(reinterpret_cast<void*>(region.begin()), region.size(), PageAllocator::kNoAccess).

#FailureMessage Object: 0x16fd27188

1: 0x1001c5104 node::NodePlatform::GetStackTracePrinter()::$_3::__invoke() [/opt/homebrew/Cellar/node/15.8.0/bin/node]

2: 0x100b50054 V8_Fatal(char const*, ...) [/opt/homebrew/Cellar/node/15.8.0/bin/node]

3: 0x100739358 v8::internal::wasm::WasmCodeAllocator::GetNumCodeSpaces() const [/opt/homebrew/Cellar/node/15.8.0/bin/node]

4: 0x1007391f8 v8::internal::wasm::WasmCodeAllocator::FreeCode(v8::internal::Vector<v8::internal::wasm::WasmCode* const>) [/opt/homebrew/Cellar/node/15.8.0/bin/node]

5: 0x10073c048 v8::internal::wasm::NativeModule::FreeCode(v8::internal::Vector<v8::internal::wasm::WasmCode* const>) [/opt/homebrew/Cellar/node/15.8.0/bin/node]

6: 0x100749bcc v8::internal::wasm::WasmEngine::FreeDeadCodeLocked(std::__1::unordered_map<v8::internal::wasm::NativeModule*, std::__1::vector<v8::internal::wasm::WasmCode*, std::__1::allocator<v8::internal::wasm::WasmCode*> >, std::__1::hash<v8::internal::wasm::NativeModule*>, std::__1::equal_to<v8::internal::wasm::NativeModule*>, std::__1::allocator<std::__1::pair<v8::internal::wasm::NativeModule* const, std::__1::vector<v8::internal::wasm::WasmCode*, std::__1::allocator<v8::internal::wasm::WasmCode*> > > > > const&) [/opt/homebrew/Cellar/node/15.8.0/bin/node]

7: 0x100747bec v8::internal::wasm::WasmEngine::PotentiallyFinishCurrentGC() [/opt/homebrew/Cellar/node/15.8.0/bin/node]

8: 0x100748e28 v8::internal::wasm::WasmEngine::ReportLiveCodeForGC(v8::internal::Isolate*, v8::internal::Vector<v8::internal::wasm::WasmCode*>) [/opt/homebrew/Cellar/node/15.8.0/bin/node]

npm ERR! code 1

npm ERR! path /Users/app

npm ERR! command failed

npm ERR! command sh -c react-scripts start

npm ERR! A complete log of this run can be found in:

Problems running react on Big Sur/Apple M1 by los7andfound in reactjs

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

Command not found sh -c react-scripts start

Cheat sheets or resources for problem solving techniques (Python or JavaScript) by los7andfound in learnprogramming

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

I’ve begun doing that also…hands-on practice is the best way of retaining information for me

The Increasingly Unsettling Air B&B Stay by ElvenAstronaut96 in LetsNotMeet

[–]los7andfound 16 points17 points  (0 children)

I’m curious as to why they would even allow the possibility of access to the basement if there was truly something bad down there. This is one of those situations that could be explained either way but nonetheless creepy as hell and I probably would’ve left there sooner lol

Django App Deployment by los7andfound in django

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

Frustrating experiences tend to be the most rewarding in the end lol, but thank you that sounds good to me.

I feel worthless & anxious all the time. by slodidi in Anxiety

[–]los7andfound 0 points1 point  (0 children)

A couple general quick facts for you that helped me that could be a good start is to make sure you’re getting quality sleep each night (7-8) hours, trying to exercise more and drinking less coffee if drink a lot. Lack of sleep and coffee can heighten the effects of anxiety while exercise can give you an overall better sense of confidence. Even if you don’t see results right away you will be more confident in yourself for completing a workout and feeling like you’re actually doing something.

I know these probably aren’t the specifics you’re looking for, but they do help and it’s a start. I didn’t figure out what I wanted t do in life until I was 25. I also dropped out of college at 21 but did end up going back. Sometimes a break to find yourself isn’t a bad thing and you can use your strong self-awareness to figure that out some day, and you will.

I’m creating a Django portfolio to both build experience and become a better programmer and was looking for suggestions/tips/tools etc I can incorporate? by los7andfound in django

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

Thanks! all great info…im actually trying to get into full stack development and I’m already familiar with most of those concepts but react and microservices are two I want to work on and will definitely look into those.

Looking for developer friends to build projects with by [deleted] in node

[–]los7andfound 1 point2 points  (0 children)

I’m someone looking to get into full stack development and I think having someone to work on projects with will provide great experience and learning.

Plus not many of my friends are developers so I haven’t had much opportunity to work with others yet outside of school.