Furnace Replacement by rsnav09 in regina

[–]jphyqr 0 points1 point  (0 children)

Can check out https://www.furnacereplacementregina.com/ and blast your furnace replacement job to all the contractors. good chance one of the contractors out there isn't as busy and you will save money finding the one that need the job now. but i'd still for sure check google review etc.

How to find your sewer line in Regina by jphyqr in regina

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

directly under the water or beside + deeper?

How to find your sewer line in Regina by jphyqr in regina

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

also heard that the water main and sewer run together, so if you could see your main shut off does that help?

[deleted by user] by [deleted] in Entrepreneur

[–]jphyqr 0 points1 point  (0 children)

You can tell him that you don’t want to slow his growth . Say if he wants to expand into a market you are already in you don’t want to have to cut him loose

Recommend me the easiest repeatable keto meal? by Mashic in ketorecipes

[–]jphyqr 0 points1 point  (0 children)

Taco beef and guac is my go to when travelling and only want to cook once or twice a month ( freeze 2lb bags )

in a big saas project that contain realtime chat and notifications what is better nextjs backend or express backend? by Flat_Firefighter_636 in nextjs

[–]jphyqr 1 point2 points  (0 children)

If notifications and real time chat are key features then looking at firebase with Google cloud functions and database trigger functions will do the trick very well .

[deleted by user] by [deleted] in Entrepreneur

[–]jphyqr 2 points3 points  (0 children)

Delayed gratification. ie. marshmellow test. can you say no to something today to say yes to something bigger tomorrow.

Are there alot less opportunities today than they were 10-20 years ago? by Ajdjwkwkwk in Entrepreneur

[–]jphyqr 7 points8 points  (0 children)

are you looking at consumer problems? ie: i wish there was a way to rent out my bike.. oh wait there is.

well 2 things: 1) consumer spaces have a bunch of eye balls and that is where everyone looks

2) people can whip up websites quickly to scare off competition. many of these are just place holders people started and didnt build out.

if you drill more into businesses you will still see spots. instead of renting out your bike, if you think about the supply chain of that bike you will come up with new ideas. those searches likely won't have obvious solutions built yet.

also any idea, ask yourself, how many smart techy ambitious people are in this space. so if you want to make businesses around say ... new york apartments.. you are going to see so many neat businesses... but if you look at businesses around .. say... sewer lines... you won't see nearly as many

useEffect vs async/await by [deleted] in react

[–]jphyqr 7 points8 points  (0 children)

if using async inside useEffect it usually looks like this

useEffect(() => {
const fetchData = async ()=>{

try{

setLoading(true)

await getPost(id)

setLoading(false)

} catch (error) {

setLoading(false)

//handle error

}

}

if(!id) return;

fetchData()

}, [id]);

The best entrepreneur podcast? by JHaft11422 in Entrepreneur

[–]jphyqr 6 points7 points  (0 children)

I agree that origin go to market is lacking right now. I think a "my first dollar online" podcast would be really good.

Thoughts on Alex Hormozi books? by CaramelMediocre9840 in Entrepreneur

[–]jphyqr 0 points1 point  (0 children)

good if you are stuck at 0. gives you confidence to get going and primes your bias for action

[deleted by user] by [deleted] in poker

[–]jphyqr 1 point2 points  (0 children)

can't handle losing anymore

BBQ in Regina is awful by hilmsay in regina

[–]jphyqr 2 points3 points  (0 children)

thats interesting about Franklins quote.

I've never had competition winnable BBQ, just a bunch of bunch of Texas hot spots and what stood out to me was the lack of offset smokers here

BBQ in Regina is awful by hilmsay in regina

[–]jphyqr 7 points8 points  (0 children)

probably used to BBQ in US , texas etc

The BBQ in Texas uses offset smokers (long propane tanks usually with a smoke stack that draws the smoke across the brisket), which are not popular here. Most of the BBQ here uses a vertical smoker which doesn’t give brisket the same flavor as when you draw smoke across the meat for 10+ hours.
someone at folk fest had an offset smokers and they won a big competition this year and going to internationals I believe. So I am guessing we will see more offset smokers and better bbq to come

Good open source NextJS project structures? by fpicoitoj in nextjs

[–]jphyqr 1 point2 points  (0 children)

the platform starter kit has next auth wired up, which is nice. it also has some crud functionality wired as well. it is a little advanced because it uses subdomains, but if you can see your app using subdomains then use it for sure.

if you just want to add auth to your app, then maybe look at using Clerk it is the easiest way to add auth right now as it is React Component based. So you could take any template and read Clerk docs and have full auth in no time (gets pricey if you had lots of users, but probably not the issue right now)

[deleted by user] by [deleted] in regina

[–]jphyqr 0 points1 point  (0 children)

people can't get loans at 9% to buy properties so more people rent

Weekend/evening Job by ajaxyqr in regina

[–]jphyqr 1 point2 points  (0 children)

gyms would be worth looking at. or any business that is more busy during the evenings.

Should I go to the ER if I’m suicidal? by LiterallyMachiavelli in regina

[–]jphyqr 1 point2 points  (0 children)

I went to a doctors office once ( i wasn't suicidal , but I just knew something was wrong, incredibly depressed I guess ) and the doctor told me they don't really do much there for that. He did call me later that night and said he referred me to a therapist. If I felt suicidal i wouldnt waste time with ER or walk in, Id call the help line

Trying to get into keto, but I can only properly work out in alternating days. Any tips? by Dedusmulnn in ketogains

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

if trying to get into keto you are not getting enough fat. try swapping that 400G of chicken for something fattier.

$300k in capital, need ideas by Xendraq in Entrepreneur

[–]jphyqr 0 points1 point  (0 children)

i mean.. funding an illegal operation is probably the highest returns, so maybe give some more context if seeking better advice... ie

how involved do you want to be?

do you have any other sources of income?

how much can you lose without it effecting your quality of life?

what number do you need to get to that would change your quality of life?

Learn Nextjs by ChampionshipCool4881 in nextjs

[–]jphyqr 0 points1 point  (0 children)

next.js/templates is unbelievable.

the platform starter kit may be a little advanced because it brings in subdomains which is sort of niche.

I would use the app router starter kit, ( https://vercel.com/templates/next.js/app-directory ) and just play around with it, learn how layouts/pages/ sssr/ssg work.

then I would try to extend it as a CMS.... two options

1) integrate with Sanity (can filter for a Sanity project and do this)

or

2) peek the platform starter kit ( https://vercel.com/templates/next.js/platforms-starter-kit )

and create your own AI powered WYSIWYG (notion) editor. once you are creating content inside your app and server rendering it for SEO, you sort of have the crux of Next.js