• 0 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: July 31st, 2023

help-circle
  • I’ve read The Guardian article about the situation, and what stuck out to me was this:

    The US president, Joe Biden, said he was aware of Israel’s plans to launch an operation into Lebanon as he urged against such a move. “I’m more aware than you might know and I’m comfortable with them stopping,” he told reporters at the White House. “We should have a ceasefire now.”

    Thank you Biden, just wag your finger and keep feeling “comfortable with them stopping”, that is ought to give you some moral victory points which is all that matters (and not thousands of civilians being killed by Israel that’s funded by US).






  • There’s pretty much only two ways you can go about it in my experience:

    1. Fail forwards and try cobbling something together, constantly using search engines to fix errors or finding libraries or getting help with those libraries. One thing you’d have to figure out is an order of operations - what do you code and in what order, which might be tough for someone new but I’d say it’s well worth it.

    2. Find some tutorial to a project and try following it (those that have step by step guide on what you should do without letting you copy paste code), then using the knowledge you gain to do the way #1 above to hopefully have an easier time figuring out the order of operations, plan out your program and what you’re gonna be coding.

    Don’t think you can avoid getting hands-on and coding something up by yourself. General coding tutorials can only get you so far and are often harmful if abused too much (aka being stuck in tutorial hell).