• 9 Posts
  • 110 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle



  • You’re exactly right. I didn’t read the article yet, but you can build a to do list app in a handful of minutes if you know your way around. I’m still green as a coder, but have been through dozens of tutorials, one of which was a simple to do list in JavaScript. I managed to complete it in about an hour. Seeing that someone thinks it takes weeks to do, that makes me wonder about them.


  • I have been in the same boat. I have no friends, but a wife and kid. Life sucks a big one, especially work and the work-life balance, and finances, etc.

    The only thing that helps me is medicine. I’m on a cocktail of Dextroamphetamine for ADD, Lamotrigine for Bipolar Disorder, and Propranolol for anxiety. I’m still far from 100%, but I’m in the more positive side of the fence.

    Talking about problems can help a lot of people, and that’s great to have a therapist, but it doesn’t work for me. Talking about stuff doesn’t change my circumstances, neither does my mindset. Definitely discuss issues with a doctor and medicate. Nothing else has helped me deal with the shit in life.





  • Pretty terrible. After a year I finally got a job, but it’s probably one of the worst possible jobs for someone like me who has ASD and other issues… Call center for military benefits. But I have to do it.

    Severely disappointed after spending so much time learning web development, and it was for nothing it seems. On the bright side, my training was paid for…



  • That’s faster, easier and more efficient than this boat elevator! During the development process of the elevator, I did have a block switcher at the bottom which would swap a stone block for soul sand when the elevator was activated and the boat would rise very quickly (I didn’t have to put a delay in like with this one.) It would also descend more quickly because the dispensers were faster. It was VERY noisy, though, because when you’re on top of a bubble column it constantly makes splash noises







  • A long time ago (at least 15 or 20 years) I played a game on PC with physics like this. I specifically remember driving a Dodge Viper, and every crash would crumple the body a little more where it took a hit. At one point I ended up crumpling the entire car into a single tire I could drive around, as the tires were the only thing that didn’t squish.

    Anyone know of this game?


  • I’ve had YouTube premium from the inception of their subscription model prior to/at the beginning of YouTube red, as I initially had a paid Google music subscription.

    Personally, there isn’t a better option for the amount of hassle involved in my opinion. It’s a family account, and managing so many people’s YouTube experiences on at least a dozen different devices would be a nightmare I don’t want to think about. (Multiple of each TV’s, Roku’s, Android phones, iPhones, pc’s, etc)

    This isn’t really relevant to your friend, it is quite silly when it’s just one person not willing to do it for just themselves.



  • Thanks! I kind of figured it out after a lot of searching and trial and error.

    I removed all but one page, and removed all content on that page. In website settings, there’s an option for “code injection”. This is where I pasted all my code, but I had to do it in a weird way.

    I built the website with React, and each page was it’s own component. I had to build the project, and then take all of the JS created from the build process and wrap them in script tags, and wrap the CSS in style tags. Then I had to make a div with an id of root within the code injection body. Afterwards, I copied and pasted all the JS and CSS under the root div.

    It’s not perfect and I need to tweak some things, but the site is 90% intact.