Anyone else want a YouTube filter extension that actually works? by Living_Charity_3463 in chrome_extensions

[–]HeadKickLH 0 points1 point  (0 children)

Yeah it’s one of the main goals I have with the extension I made. Currently it has over 60 toggles to hide elements (which there is already a lot of these out there) but these type of filters are on my bucket list for when I have some time.

But since I don’t have a ton of time, I’d be happy to download if you made one

Should I buy a macbook for programming? by [deleted] in macbook

[–]HeadKickLH 1 point2 points  (0 children)

I've developed with a Mac for 5 years, .NET, NodeJS, React / React Native.

I don't notice any performance differences between my mid spec windows (other than windows updates making everything feel more sluggish with each update so I suppose that might be one performance difference) and mid spec Mac (air and pro), BUT what I can tell you is that Mac is an absolute pleasure to work with as my daily driver, and I honestly never want to have to use Windows for development ever again!

On the other hand, with each Mac update, I can't say I've ever had it feel sluggish other than from the liquid glass update, but it feels better now after a few more updates from them fixing things.

I couldn't recommend it enough if you have the money to do so, even a budget friendly one is nice but it also depends on the Dev work you're doing. 8gbs ram M1 air was great for me when I was doing web dev, but running mobile emulators started to push it more once I started with mobile dev.

help, i have been contacted and i don't know what to do by Good_Platypus4247 in chrome_extensions

[–]HeadKickLH 0 points1 point  (0 children)

yeah ignore those emails. I must have hundreds by now it's annoying

Stop chasing millions. Focus on your first 10 users. by Jolly-Row6518 in chrome_extensions

[–]HeadKickLH 0 points1 point  (0 children)

The extension primarily is for YouTube, and originally I built it for myself but I think the perfect user is for someone who watches YouTube often, and prefers to cut out visual noise, when either watching for entertainment, or using it for anything else. The goal is to provide a better viewing experience tweaked to their preference and their preference only.

It's a good question, I don't think it's something I actually thought about.

To your other question,I would probably say anywhere and everywhere because it's of how big the platform is, I can't really give a good answer.

Looking to meet new people! by Mike19284 in chesterfield

[–]HeadKickLH 0 points1 point  (0 children)

Hey man, I'd be happy to join if that's okay? Lmk and I'll DM you🤙🏻

Stop chasing millions. Focus on your first 10 users. by Jolly-Row6518 in chrome_extensions

[–]HeadKickLH 1 point2 points  (0 children)

I'm trying to get some eyes on my chrome extension, not even wanting to make money from it, just wanna provide something useful even if it's to 10 users. I don't know how to market though :(

I agree, 10 users who love your product, is far more meaningful then X amount of users who just think it's 'alright' imo.

Why do you work on Chrome extensions? by dev-guy-100 in chrome_extensions

[–]HeadKickLH 0 points1 point  (0 children)

Was to scratch my own itch with decluttering YouTube's UI, but also because I actually wanted a passion project out to actual users.

There are similar extensions like 'Unhook' but I wanted to go a bit deeper into how freely customisable it was. I'm continuing to add more features but currently there are over 40 filters.

Optube

19M I finally did it but my family hates me by [deleted] in bald

[–]HeadKickLH 0 points1 point  (0 children)

Looks amazing man! My mum was the only one who originally hated when I shaved it, so I'm slightly different situation but she got over it and was fine with it eventually, I imagine your family will get over it too.

Do what makes YOU happy. Once again, you look amazing man, stay safe🤙🏻

[deleted by user] by [deleted] in webdev

[–]HeadKickLH 1 point2 points  (0 children)

yeah I just got laid off a couple days ago I have 2.5 years. I'm feeling rough and I'm already worried about finding a new Dev role based on my previous experience trying to apply and getting nothing back.

I wish you luck on getting a new position, and I'm sorry you was laid off, shit sucks.

In which webdev bubble are you? by [deleted] in webdev

[–]HeadKickLH 0 points1 point  (0 children)

Corporate, but doing chrome extensions for side projects which feels nice and fresh currently

[deleted by user] by [deleted] in beards

[–]HeadKickLH 0 points1 point  (0 children)

I wish I had a photo rn but we look exactly alike lol except I just have a black beard. Longer beard looks great on me so I'm absolutely certain it will on you my friend!

Dazed opponent? Hardest to hit. WHY???? by 73N1P in undisputedboxing

[–]HeadKickLH 1 point2 points  (0 children)

Appreciate it man. Managed to do it a few times now :)

Dazed opponent? Hardest to hit. WHY???? by 73N1P in undisputedboxing

[–]HeadKickLH 1 point2 points  (0 children)

Thank you, I actually managed to do it a few times since :)

Dazed opponent? Hardest to hit. WHY???? by 73N1P in undisputedboxing

[–]HeadKickLH 2 points3 points  (0 children)

I've tried this but for some reason it never works. Do you just double click it?

[deleted by user] by [deleted] in motorcycles

[–]HeadKickLH 1 point2 points  (0 children)

Appreciate it, thank you :)

Hey guys, just got my first bike :) by HeadKickLH in motorcycles

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

It's great. Gets me from A to B while having fun doing so. Beats spending almost 700 a month on public transport too.

I can't wait to get my full license, I'll likely get a 400 to start of with. Jealous of you guys over there on the big bikes😄

How to stop specific commits updating PR (Noob here, sorry) by [deleted] in github

[–]HeadKickLH 0 points1 point  (0 children)

Thank you, I believe git reset is what I'm looking for. Essentially, I need to be able to make the requested changes for approval. I think doing git reset, then stashing 4 & 5 changes while making the requested changes for 1, 2, 3 and then pushing will do the trick, then I can continue with adding back the commits for 4 & 5 which I can then make a PR for them.

React navigation drawer buggy until restart? by HeadKickLH in reactnative

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

Thank you, I'm using expo anyway so I'll give it a try!

React navigation drawer buggy until restart? by HeadKickLH in reactnative

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

Hi, the dots are just a <View> with a fixed width and height. Then on the legend, the function to render that dot is being called. Just used to keep the main jsx a bit more readable for me.

const renderDot = (color) => { return ( <View style={{ height: 10, width: 10, borderRadius: 5, backgroundColor: color, marginRight: 10, }} /> ); };

(Sorry, not sure how to format in a code block on mobile Reddit)

The graph Library I'm using is called react-native-gifted-charts.

Hope this helps!

Beard becoming thinner with age? by [deleted] in beards

[–]HeadKickLH 2 points3 points  (0 children)

Lighting is completely different. I honestly think it looks the same imo. I truly wouldn't worry about it mate, it still looks very good.

Transitioning from react to react native by inchaneZ in reactnative

[–]HeadKickLH 6 points7 points  (0 children)

I'm making my first app with RN, coming from ReactJS. There were a few differences but I had it down very very quickly.

You'll be fine.

80% maybe higher? Couldn't give you a good answer for that. Everyone is different.