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

help-circle


  • Mint was my first used, was straightforward and easy to get going. Still use mint.

    I’ve always read it doesn’t really matter what distro you choose, just to pick one you like. That’s confusing to a noob because they don’t know why they should or shouldn’t like a specific one.

    Mint is very simple to setup and works very much like a windows PC by default. Can even set it up to work like a Mac if you want to.



  • 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.






  • 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.