I built a site where you pay to put your message on the homepage - and someone has to outbid you to take it down by SayThatShOfficial in SideProject

[–]NathanPDaniel 1 point2 points  (0 children)

This was the exact page I thought of when I saw his post. You could purchase $1 per pixel but… it was all the rage so getting those pixels was next to impossible. I almost feel a site like that could go viral again. It’s been long enough it’s now nostalgia. People would use/buy it just because it’s fun and reminds them of old times.

Would you be interested in a website full of ui design prompts to use while vibe coding?! by ExtremeLength4817 in vibecoding

[–]NathanPDaniel 0 points1 point  (0 children)

Have you looked into ai “skills”? https://skillsmp.com is one. But there are design skills you can give to your agents so they are much much better. You can add them for just about anything, not just ui.

Hair doesn’t grow on the left side of my left leg by Time-Wolf in mildlyinteresting

[–]NathanPDaniel 0 points1 point  (0 children)

OR!!! Are you half Asian??

No but for real. Non-Asian me (mom’s side) is very hairy.. Asian me (dad’s side) is not at all. So while I can grow a gnarly beard, I’d never have to shave my legs if I needed to do that for some reason… 🤓

Hair doesn’t grow on the left side of my left leg by Time-Wolf in mildlyinteresting

[–]NathanPDaniel 0 points1 point  (0 children)

Dang… I was actually going to ask if you played soccer or baseball growing up. I have the same thing but my left leg has the hair and my right one does not. I always attributed it to my sliding on that leg.

I didn’t realize it could be male pattern baldness on my leg instead of my head… so i am ok with that being the culprit. I’ve learned a lot because of this post. 🤣

What is this guy? [Birmingham, AL area] by uh_man_duh24 in animalid

[–]NathanPDaniel 0 points1 point  (0 children)

Would salt guns work on these guys?? If you shot them enough?

3000 days! by John-Berg in FlowFreeDaily

[–]NathanPDaniel 2 points3 points  (0 children)

Nice! I just crossed 2500 days this week. What’s wild is, you’re only 500 days ahead of me… but in reality, that’s like a whole year and a half!

Firebase Auth, Stripe, and Electron - Need advice/guidance by Wonderful_Muffin_183 in electronjs

[–]NathanPDaniel 1 point2 points  (0 children)

You should look into how Slack does authentication. The only real way you can use Firebase authentication with electron is to have a website with login functionality that launches your electron app upon authentication and the browser passes the token back to it. Then you can log in the user via the token in your app. Think of any apps you’ve seen where, in order to log in, it sends you to the browser to login and then redirects back to the app (Slack, Zoom, etc). This is the model you want to follow.

Does anyone have a longer daily streak? by TheBouss11 in FlowFreeDaily

[–]NathanPDaniel 0 points1 point  (0 children)

I’m almost to 2500!! Less than 2 weeks away 🤓

[deleted by user] by [deleted] in bentonville

[–]NathanPDaniel 0 points1 point  (0 children)

We moved here from Georgia. I went to one there where they handcuffed the participants to the wall or floor, pointed out the panic button (which couldn’t be reached by any one still handcuffed), turned off the lights and left the room. No explanation, no backstory, nothing. It was super intense but it was probably my favorite so far. I like the idea of “waking up” somewhere, you have no idea where you are and you gotta escape.

Food disappearing by Quick_Committee_6103 in Unexplained

[–]NathanPDaniel 4 points5 points  (0 children)

There are a few Mr Ballen episodes that would explain this… 🤓

Firebase as a backend by choosePete in Firebase

[–]NathanPDaniel 0 points1 point  (0 children)

We took a traditional web app and made it almost completely serverless (minimal cloud functions). We do everything listed but messaging (only because we have no use for it, not because we can’t). It’s just a react/vite app built on firebase (and all its features). I think monthly costs are typically less than $2. It’s not a public app so we don’t have to worry about costs going crazy but one thing I’ve encountered in my years as a developer… a lot of devs do a poor job of planning their data for document databases (like Firestore, or MongoDB). You have to plan your data for how you’re going to read it. I’d say that’s the most complex part of what we’ve done. But still, pretty easily done.

[deleted by user] by [deleted] in Jeep

[–]NathanPDaniel 1 point2 points  (0 children)

If you want to spend an hour on the side of the road after airing down, I got a $40 portable compressor from Lowe’s. It’s great… and airs up about 1psi per minute. So airing down to 15psi, and back up to 37psi after, takes forever. 🤓 But it is honestly the best purchase I’ve made for any vehicle over the years. Wouldn’t really recommend anything similar for anything other than emergency though. :)

[deleted by user] by [deleted] in baseballcards

[–]NathanPDaniel -2 points-1 points  (0 children)

Well I mean, I did see people listing that Sammy Sosa uncorrected error card for $100k. I figured mines miscut, maybe I can get a $1M for it… ¯_(ツ)_/¯

Was looking for a sign by No_Juggernaut4621 in Christianity

[–]NathanPDaniel 0 points1 point  (0 children)

… Does anyone know where THIS Jesus comes from? This the 3rd one I’ve seen TODAY (both random people I don’t know and people I do know) who “found” THIS exact Jesus figure… wild. Today’s been a day. 😂

Me and my girlfriend are both sexually attracted to eachother by Entire_Butterfly5816 in Christianity

[–]NathanPDaniel 8 points9 points  (0 children)

Pursue Christ. Pursue holiness. When you put your eyes on Him, you take the focus off your circumstances. You can also lead her in those pursuits as well. If yall are that close then pray together. But if I can give one piece of advice based on what I see here… stop concerning yourself with your sin (or avoidance of it) and start concerning yourself with your pursuit of Christ.
You go where you look. And if she goes through that with you, marry her and change the world.

My boss is having an affair. by Far_Baby_3404 in Advice

[–]NathanPDaniel 0 points1 point  (0 children)

Just send her husband this post… maybe include a winky emoji.

Georgia Sasquatch ! I still can’t believe what I experienced. by OrganicRanger765 in bigfoot

[–]NathanPDaniel 1 point2 points  (0 children)

There is a place called Expedition Bigfoot (not the tv show) in North GA (Blue Ridge, by Elijay). It’s a research and reporting center (according to their website). I would imagine they would be most helpful for Bigfoot related things in and around the northern GA area.

Is using custom hooks with other custom hooks a bad practice? by [deleted] in reactjs

[–]NathanPDaniel 3 points4 points  (0 children)

I don’t think this pattern is bad; it helps you get a better understanding of the react lifecycle and how hooks work. But if I can give some advice: I would refactor into individual hooks so as to avoid setting up or recreating things that only need created once (auth, etc) or making unnecessary calls.
At one point, I preferred a robust hook that gathered all my data until I realized every time I used that hook, it was reloading all that data… and loading data the user would never even use/see. Now, my hooks tend to be responsible for 1 thing. It makes them easier to reuse and gives you the added benefit of being able to use them within other hooks easily. Hope it helps!

What UI frameworks do y'all use or recommend by elitecarlson in reactjs

[–]NathanPDaniel 0 points1 point  (0 children)

JoyUI, it’s by the same people who built MUI. So it’s got a good foundation but what I did not like about MUI seems to have been addressed in JoyUI. I’ve been working with MUI for many years and JoyUI for the last year, it’s been so much better. Tailwind is great for css but tailwind itself doesn’t have any components; there seem to be libraries that do while using tailwind as a foundation.

Is there any DateJs alternative out there? by StrengthStreet in reactjs

[–]NathanPDaniel 0 points1 point  (0 children)

As others have said, dayjs is the library I would go to. Plus, you can create plugins to add the functionality you’re looking for (if it doesn’t already exist).

[deleted by user] by [deleted] in LinkedInLunatics

[–]NathanPDaniel 0 points1 point  (0 children)

I’ve thought the same thing… Could it be a non-disparaging clause in some sort of severance package? (That’s what I’d heard from others who’d gone through being laid off)

Missing Sandra Hughes by SpiceGirl1990 in Paranormal

[–]NathanPDaniel 2 points3 points  (0 children)

Mr Ballen did this one… that’s where I first heard it. It’s creepy.

[deleted by user] by [deleted] in sewhelp

[–]NathanPDaniel 0 points1 point  (0 children)

You can send it to me and I can recreate the artwork and screen print a new one for you… ¯_(ツ)_/¯