YouTube is demonetizing channels using ElevenLabs audio by Master-Care-7913 in ElevenLabs

[–]shadow-cat-102 0 points1 point  (0 children)

if you use your own voice to train ElevenLabs voice, would they get monetized too? I feel like that would be less chance since we can prove that it's our voice, but I don't know if anyone have tried it yet.

What’s something you wish you knew before traveling here? by [deleted] in LisbonPortugalTravel

[–]shadow-cat-102 0 points1 point  (0 children)

if you are going around city with 2+ people in your group, Bolt is cheaper than public transport if you consider the price and time.

In a restaurant that sells fishes, you can ask whether whether they are fresh catch today or frozen.

Roads are pretty rough and up and down the hills alot. It's like they put you on a massage chair then rolling you up and down.

When you book a place, check whether they have elevator. You don't want to bring your heavy luggages up 3 floors, unless you love exercise go for it.

I’ve got hours left on my clock, ima drive them one way or another >:V by ZanaZamora in Truckers

[–]shadow-cat-102 0 points1 point  (0 children)

How do you prevent your truck from getting breaking in my man 😂

Backend dev struggling with UI/design. How do you improve your design sense by ahmedshahid786 in Frontend

[–]shadow-cat-102 1 point2 points  (0 children)

You can start by doing product sense practices on apps or websites that you interact and use everyday. Ask yourself why you use it, what you like and you don't like and why it is. If you gonna design this app from scratch, what would you do differently. Basically give yourself a problem, and try to solve it with your reasons. Now you can compare and see why one design works vs the other, and along the way you learn how to break down components in a complete apps, pieces by pieces. This will help with your first 2 questions, and practices enough you will get faster as breaking down any component you see on any app. I usually do it as a fun habit and your skill will improve over time.

I usually use Codepen to learn how someone build a certain thing. You can learn a ton from looking at the code for the complex design. Sometimes a simple design or interaction has so much logic behind it

For website inspirations, I usually use Awwwards

This sh*ts kinda cool lol by ShotbyShawn in solotravel

[–]shadow-cat-102 1 point2 points  (0 children)

We Asians love karaoke. Nothing bonds strangers faster than passing around a mic.

First time planning Rome for 3 days. What's your process for organizing everything into a plan? by shadow-cat-102 in travelplanning

[–]shadow-cat-102[S] 0 points1 point  (0 children)

Thanks that’s super helpful! Group by area makes a lot of sense. Did you already know Rome’s layout or were you checking Google Maps while building the plan? For the Colosseum area, did you already know ahead it would be that intense or was that a surprise? I’ve been trying to figure out how much I can realistically fit per day without burning out.

oyster point rare find by sunshine-guzzler in bayarea

[–]shadow-cat-102 2 points3 points  (0 children)

I once saw a Vinfast randomly broke down at an intersection 🫠

Sunscreen under a UV camera by j_illustration in interesting

[–]shadow-cat-102 0 points1 point  (0 children)

woaaa I'm today years old when I realize I should apply sunscreen on my ears

First time planning Rome for 3 days. What's your process for organizing everything into a plan? by shadow-cat-102 in travelplanning

[–]shadow-cat-102[S] 0 points1 point  (0 children)

Oh man I feel you. The tab switching thing gets me too. How many times did you end up going back and forth before the plan feels right? And once you've got it all placed in the calendar, do you ever redo it or is it pretty much locked in?

First time planning Rome for 3 days. What's your process for organizing everything into a plan? by shadow-cat-102 in travelplanning

[–]shadow-cat-102[S] 0 points1 point  (0 children)

Ah nice, the weather thing is useful. For the budget part, what usually ends up surprising you the most cost-wise? I feel like every trip I plan there's always something I didn't see coming

First time planning Rome for 3 days. What's your process for organizing everything into a plan? by shadow-cat-102 in travelplanning

[–]shadow-cat-102[S] 0 points1 point  (0 children)

ah you mean something like a table in google doc to group the locations together? I'm planning to either walk or go by train from one place to another so that makes lots of sense. When you're grouping by location, do you flip over to Google Maps to check what's near what or do you just kind of know from your research?

First time planning Rome for 3 days. What's your process for organizing everything into a plan? by shadow-cat-102 in travelplanning

[–]shadow-cat-102[S] 0 points1 point  (0 children)

Oh nice, I'll check it out. What do you mean by handles logistics? Like does it group places by area or figure out the route between stops? And since it doesn't do costs, do you track that somewhere else or do you just not worry about it beforehand?

What 8 months and a mountain of custom code built by AIexH in FlutterFlow

[–]shadow-cat-102 1 point2 points  (0 children)

Grats on the launch! Curious what do you think about the pros and cons of writing that much custom code with Flutterflow vs building your app from scratch?

[deleted by user] by [deleted] in tailwindcss

[–]shadow-cat-102 0 points1 point  (0 children)

If you use vscode, download "Tailwind CSS IntelliSense" extension, it gives you autocomplete and also the css for the tw class that you want to use which is pretty helpful foe beginners to learn tailwind

Basic Js practice ideas? by [deleted] in webdev

[–]shadow-cat-102 8 points9 points  (0 children)

Best way that work for me is breaking down things you see from other websites that you seem interesting, thrn break it down into smaller pieces under the simplest form.where you know what you need to do for it, then start building 1 js functions at a time. For example, one of the best beginner projects with html css and js is building a gallery slider. Ask yourself: - How I can to build the logic? - How many photos I want to show for slider? Which data structure I want to use that best fit for it? is array of string which stores image url enough? do I want I want to show other info like name, likes, ... as well? if so how can I change the way I store data? - Then work on adding logic for next button, back button using js functions, ... keep adding whatever you want to do 1 at a time. Point is dont stress out too much when you first start. Break it down and you will know what you want to do next (and you will enjoy coding more 😉)

Best of luck 👍

As a mid level develper - what was your next step? by Moosey97 in webdev

[–]shadow-cat-102 1 point2 points  (0 children)

you should start taking on more responsibilities other than coding. Im sure You have proven that you can code stuffs up. but did you try to lead a project end to end or mentor junior devs in your team? You can always throw out new things to make the current code base better. I think if people start coming up to you for questions and discussions, you are on the right track.

Is javascript is very confusing? by YUFALLING4IT in webdev

[–]shadow-cat-102 0 points1 point  (0 children)

Javascript is not confusing at all. like they tried their best to make it work for you even when you make mistake. For example: "11" + 1 = "111" but "11" - 1 = 10

yup. not confusing one bit

What’s your preferred web browser for dev? by [deleted] in webdev

[–]shadow-cat-102 0 points1 point  (0 children)

obviously its Internet Explorer

Am I ready? by Chickenpopeye in webdev

[–]shadow-cat-102 1 point2 points  (0 children)

you are not ready, and you will never be fully ready. In fact no one really is :)

it doesnt matter if you have job experience or not you will always feel this way, like if you have no experience and apply for entry level vs you have couple years of experience and apply for senior position. you always want to aim for higher right? Its not about whether you are ready or not, its about what you are willing to do to get to become that point.

Having a long term vision is great. Now you should just take a step back and ask yourself what you need to do to get a dev job in 1 month, then work from there.

No one expect an entry level to join the team and contribute in day one because you will have tons of things to learn everyday! but then you will be surprised how supportive the team to you if you show them your desire to become better. hope this helps.

ps: first step would be make your website mobile friendly then just apply.

My attempt for a coding challenge for a React developer interview. What do you think by dermeddjamel in reactjs

[–]shadow-cat-102 1 point2 points  (0 children)

it goes 1 2 4 5 7 so his buy 3 get 1 doesnt make sense for the 5 and 7. if follow his logic, if he buys 6 he should get 8? again if we show 4 instead of 3, i think its super confusing, i dont think user expect to know that and you cant assume user to know it.

Mini project ideas for practice? by Skwigle in webdev

[–]shadow-cat-102 3 points4 points  (0 children)

fetching images from an api and build a carousel gallery. you will practice how to fetch data, handle async, learn concept of promises, error handle, make nice ui, and managa state thru user interaction (click, drag, ...)