s1nistr4
@s1nistr4@lemmy.world
- Comment on Windows 10 will start pushing users to use Microsoft accounts. How to turn it off. 6 months ago:
Sounds more like they don’t want any users
- Comment on Why Bother With uBlock Being Blocked In Chrome? Now Is The Best Time To Switch To Firefox 11 months ago:
Almost every web developer I’ve met tests if their site works in Firefox and other browsers. The problem is when websites (specifically Google) deliberately design their sites to not work in Firefox to get people to switch to Chrome
- Comment on Elon Musk’s Brain Implant Startup Is Ready to Start Surgery 1 year ago:
Virgin Bill Gates: “The covid vaccine doesn’t contain any microchips…I-I promise!”
Chad Elon Musk: “I will literally microchip your brain”
- Comment on [deleted] 1 year ago:
-
Learn coding from YouTube videos/books/etc whatever you prefer
-
Break the information you learn down into small, applicable chunks. For example: How do you add heasing in HTML? Use <h1> tag.
-
Write that information down. Handwrite it, don’t type it. This is because handwriting things helps you memorize it a lot better. Focus on what you write and try to understand what its doing and why it was designed that way.
-
Use the information in small projects, using the stuff you wrote as a reference. Those small project can be like “simple python script that uses a for loop to print text”, aka simple things you don’t release to the public and solely exist for practice
-
Revisit the stuff you learned after a couple days aka try making the same projects again or a new project that uses the same concepts.
Using this pattern I’ve been able to learn things much faster than most others. It’s based on a lot of tricks people use for memorize things better, such as writing things down and spaced repetition.</h1>
-
- Comment on What open source solutions do you use or want to use? 1 year ago:
LunarVim is great but I really think its better to make your own config and spend the initial investment of getting that set up.
You’ll understand the editor better and because of that can configure it to exactly how you want, and integrate things you regularly use into, and also learn some Lua along the way.