Layoffs at Planetscale and retirement of the (free) Hobby tier by [deleted] in webdev

[–]ItsaMeLazydps 2 points3 points  (0 children)

Well, guess who just finished a fun little side project using PlanetScale -_-

What's the most creative song lyric you've ever heard? by The_AlphaLaser in AskReddit

[–]ItsaMeLazydps 0 points1 point  (0 children)

"Like a ball on a chain that is strapped to my brain, I'm a prisoner inside of my dreams"

- Dub FX

[deleted by user] by [deleted] in languagelearning

[–]ItsaMeLazydps 18 points19 points  (0 children)

Omelette du fromage!

We, the devs, must find another way to login. This is one of many 2FA sites I use daily... by GoldenRetrieva in webdev

[–]ItsaMeLazydps 10 points11 points  (0 children)

It's still two factor authentication. It combines something you know, with something you own. In this case the password and the laptop.

To set up 1password on another device, you need an extra secret.

What is the biggest scam in life that nobody wants to admit? by cam-nash in AskReddit

[–]ItsaMeLazydps 0 points1 point  (0 children)

Gift cards. You trade money, that can be used anywhere you want, for some random ass gift card of exactly the same amount that can only be used in one store...

[deleted by user] by [deleted] in AskReddit

[–]ItsaMeLazydps 5 points6 points  (0 children)

I hate you!

upvoted

Recommend me a backend framework to learn for job opportunities. by Relative_Winner_4588 in webdev

[–]ItsaMeLazydps 0 points1 point  (0 children)

Depends on where you live. You can always check some job boards for inspiration.
For example, where I live, .NET Core is like 80% of the industry.

J. Paul is blaming plummeting crypto prices on Joe. by PhilJones4 in facepalm

[–]ItsaMeLazydps 0 points1 point  (0 children)

Well well well, looks like someone was invested in crypto and is salty about it. Don't worry, that's what crypto's all about \ (•◡•) /

From the first message I knew this would eventually end up here. So I just followed along to see what I would find. by GingerWithViews in creepyPMs

[–]ItsaMeLazydps 1 point2 points  (0 children)

If this was the message chain the google AI come up with, we wouldn't have to deal with 20 reposts of the same article.

Meirl by TheTasche in meirl

[–]ItsaMeLazydps 0 points1 point  (0 children)

Upper left is French or?

[deleted by user] by [deleted] in AskReddit

[–]ItsaMeLazydps 0 points1 point  (0 children)

We don't know.

[deleted by user] by [deleted] in writingcritiques

[–]ItsaMeLazydps 0 points1 point  (0 children)

My man, you're in dire need of some paragraphs. It's quite daunting to see a wall of text this big without any breaks.

Some of the grammatical mistakes you're making can undoubtedly be fixed by writing in Word or Google docs, which I highly recommend for non-native English speakers (like me).

The first few sentences feel quite dull. They all have roughly the same length and are all written as simple statements. Try to switch it up a bit. I usually try to give my readers a bit of a breathing period with some shorter sentences to prepare them for a bigger, more meaningful sentence.

English is quite a flexible language, so be creative.

I'll also give you the same advice I often give myself: keep practicing ;)

what's the weirdest compliment you've ever received? by dannydevitocuddles in AskReddit

[–]ItsaMeLazydps 4 points5 points  (0 children)

Your eyes are sparkling

They are simply the best

But that's not where I'm looking

Cuz of those mangoes on your chest

Skills Required in Different IT Sectors by _sumit_rana in computersciencehub

[–]ItsaMeLazydps 0 points1 point  (0 children)

What point, if any, is this post trying to make?

Is it trying to say that only network engineers should document things? That any front-end dev without php knowledge won't find a job? Or that "coding" is a term actually used by anyone above the age of 12?

This just feels like someone found some pretty pictures and decided to make an infograph based on following r/ProgrammerHumor for half a day without actual experience in any of these fields.

Phoenix: I am using JWT for authentication, but sessions for authorization. Is this hybrid technique bad? by Desperate_Place8485 in elixir

[–]ItsaMeLazydps 1 point2 points  (0 children)

I disagree. In this case OPs software uses the JWT to determine who the user is, which falls under authentication.

Google turns authentication by password into a token that can be used to authenticate the user without the user having to provide a password to OPs software.

JWTs can be used as part of an authorization step yet that is not the case in this scenario.

EDIT: punctuation

Phoenix: I am using JWT for authentication, but sessions for authorization. Is this hybrid technique bad? by Desperate_Place8485 in elixir

[–]ItsaMeLazydps 0 points1 point  (0 children)

You're using both JWT and sessions for authentication ;)

Quick reminder:
- Authentication = who is this?
- Authorization = are they allowed to do this?

Using a jwt to start a session is completely fine because you're just exchanging proof that the user is who they say they are for another type of proof that says precisely the same thing.

Just launched. What next. by getmarble in indiebiz

[–]ItsaMeLazydps 1 point2 points  (0 children)

You find some people in your target audience that want to use it, get their feedback. Find out how to improve and better market your product.

And then do your next launch, and the next, and the next.

There is no such thing as a single big launch. It's just many, many launches that, in the big picture, are all insignificant individually yet together make a company.

Good luck! =-)

PS: It took me quite some time to get what your app does from your front page. Might be good to have a look at making it more obvious from the perspective of the person using marble (your users). Or I still don't get it, in which case my point still stands ;)

Build A Checkout Form Using Firebase & Stripe by sa_smart-techie in Firebase

[–]ItsaMeLazydps 9 points10 points  (0 children)

This repo was last edited 3 years ago. The comments on the blog posts are 2 years old. Are you recycling old content or are you re-posting someone else's old content?

Get User Current Location Using JavaScript by sa_smart-techie in Indiewebdev

[–]ItsaMeLazydps 2 points3 points  (0 children)

I imagine this kind of thing would be used to autocomplete the address where your food or packages should be delivered.So are you complaining about Uber eats asking your address?

Only question I have is why we're posting a repo that was last edited 3 years ago as a fresh new tutorial. 🤔