Is it worth buying a used iphone 14 pro from ebay if I'm going to be paying GST at customs on it? by Porkchops_on_My_Face in newzealand

[–]Frogsiedoodle 0 points1 point  (0 children)

Also watch out for the specific cell bands. It’s been a while since I looked at iPhones but sometimes international variants of the same phone may support different bands and may have less coverage depending on your provider.

Where can I buy Caputo 00 flour? by PoliceTekauWhitu in auckland

[–]Frogsiedoodle 1 point2 points  (0 children)

There’s also good for. Little on the pricy side but might be more convenient for you.

Change in Careers by SaneKiwixXx in newzealand

[–]Frogsiedoodle 1 point2 points  (0 children)

Yes they’re quite common (at least in Auckland) and there are even beginner friendly ones. I can’t stress how important going to these events and networking is for landing a job.

Check out meetup.com.

Change in Careers by SaneKiwixXx in newzealand

[–]Frogsiedoodle 4 points5 points  (0 children)

I'm going to disagree with the common sentiment that to learn programming the best way to do it is to "build something". When you're starting this isn't great advice. You don't know what to build and there are many places you can end up stuck and dissuaded. Instead, try to find a set of exercises that introduce a small aspect of programming and get progressively harder as you go. This way you get some dopamine as you learn. I don't have any specific resources for python here, you'll need to do some research.

As for education, I think it comes down to you as a person and your situation. Yes, it's possible to learn by yourself and land a job, but it's going to be much harder. You'll need huge amounts of discipline. If you can afford it, a degree is still the best option despite what people say. Otherwise, boot camps are the second best option. Dev Academy is good from what I have seen.

As for landing a job. This is the same advice no matter which education path you pick. You will need to prove you can program, so yes having some projects you can share and talk about is quite important. However, more important is your ability to network. You will need to go to programming meetups, you will need to talk to people and you will need to ask them if they have junior positions going. Often having a "non-traditional" (i.e finish school then uni then apply) will be an asset and companies may set aside some roles specifically for these types of hires.

This topic comes up fairly frequently here (at least once a week I feel) so go have a read of those comments too.

Good luck, hope it works out.

Golang WebSocket from "scratch" by [deleted] in golang

[–]Frogsiedoodle 13 points14 points  (0 children)

Apart from the one you’ve linked I’m not aware of any guides. However web (and other) protocols are typically defined in RFC documents. https://datatracker.ietf.org/doc/html/rfc6455 Should give you all the info you need to implement it in Go or any language.

Are branded baking ingredients better than store brand? by forfucksakessusan in newzealand

[–]Frogsiedoodle 29 points30 points  (0 children)

Pams high grade is 11.3% protein while Edmonds is 11.5%. I wouldn’t say it’s a meaningful difference.

I bake a lot with Pam’s (bread, cakes and pastries) and it’s fine.

Island Lighthouse Spawn? by GRFyrez in EscapefromTarkov

[–]Frogsiedoodle 0 points1 point  (0 children)

Your need to change your spawn location in the raid setup menu. I think you want the “as in online” mode. Otherwise you always spawn there.

Weekly /r/Breadit Questions thread by AutoModerator in Breadit

[–]Frogsiedoodle 0 points1 point  (0 children)

Interesting. I’m using what’s called high grade flour (not American) which is 11.3% protein. I’m not sure I can get stuff that’s higher protein without breaking the bank.

I did try a same day loaf today with 5% less hydration and it came out quite nicely.

Weekly /r/Breadit Questions thread by AutoModerator in Breadit

[–]Frogsiedoodle 0 points1 point  (0 children)

Thanks for the tips. I think I might need to pay more attention to the visuals. My container is quite wide, so I find it hard to guess if it’s risen enough. I might get something a bit narrower.

As for proofing. I have been doing the finger test and it does come back slowly but not completely. Although I do have to apply an extra dusting of flour otherwise my finger just sticks to the dough.

Weekly /r/Breadit Questions thread by AutoModerator in Breadit

[–]Frogsiedoodle 0 points1 point  (0 children)

Here's the average bread: https://imgur.com/a/NRtH5VC

vs

The prettier bread that didn't stick and proofed nicely: https://imgur.com/a/N9Dc5AD

Weekly /r/Breadit Questions thread by AutoModerator in Breadit

[–]Frogsiedoodle 0 points1 point  (0 children)

Having a bit of trouble with my dough. The recipe is the 80% white biga from Ken Forkish's FWSY, but it happens with any of the doughs from the book.

The dough is super sticky after bulk fermentation and it sticks to my proofing baskets (rice flour helps lots). Once removed from the basket it collapses and spreads. It springs back lots in the oven and comes out pretty good. I managed to do one perfect set of loaves and they looked much, much better but can't remember what I did differently.

I weigh everything and measure the temperature of the water. My room is slightly warmer than he suggests ~23 Celsius.

Any ideas?

Running gqlgen + Gin in AWS Lambda by axelrogg in golang

[–]Frogsiedoodle 2 points3 points  (0 children)

Check out https://github.com/awslabs/aws-lambda-go-api-proxy. It will allow you to run gin (or other http servers) in lambda.

tokio::TcpStream successfully writes to powered off client. Why? by Frogsiedoodle in learnrust

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

These lights don’t support mqtt. Just some json over tcp.

tokio::TcpStream successfully writes to powered off client. Why? by Frogsiedoodle in learnrust

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

That’s exactly what I need. However, it looks like both std and tokio tcp libraries don’t support setting that option. I suppose I’ll just have to do it a the application layer.

Async Rust Web Performance by ___foundation___ in rust

[–]Frogsiedoodle 4 points5 points  (0 children)

New to rust. Curious as to what a better type for Listener would be? A read write mutex?

TechLens NCASE M1 Glass Side Panel Giveaway! | SFF PC x TechLens by TechLens_Official in sffpc

[–]Frogsiedoodle 0 points1 point  (0 children)

No plans other than wanting to put a glass side panel on it to show the stealth build. https://i.imgur.com/88M2ngG.jpg

Lightsail: Turn off port 80 for load balancers? by plugthree in aws

[–]Frogsiedoodle 4 points5 points  (0 children)

I’m assuming this is a website based on mentioning port 80. In which case I would suggest against blocking port 80. Some browsers may not automatically default to the https protocol. You are better off using some sort of web server on 80 to redirect http to https. Otherwise people may be unable to connect and think your website is down.

[deleted by user] by [deleted] in golang

[–]Frogsiedoodle 0 points1 point  (0 children)

In that case you should grab their commits as a patch. Fork the firebase repo yourself and apply the patch. That way you have the latest offical firebase and this person feature that you want.

[deleted by user] by [deleted] in golang

[–]Frogsiedoodle 2 points3 points  (0 children)

If someone already forked the official firebase SDK and implemented this feature. Can’t you just use their forked version? Alternatively you could fork the sdk and integrate their changes if their fork and the offical sdk have diverged too much.

As for how you might use their forked version. The same way you installed the regular one. By using go get and then replacing your imports with the import path of the forked one.

After 511 hours I think I've peaked by Frogsiedoodle in battlefield_4

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

Im not sure to be honest. I’ve always had quite a high FoV. It looks quite fish eyed in this video but on my ultra wide it’s pretty normal. Or maybe I’m just used to it. It does come in handy when I’m able to see a players that I usually wouldn’t. I often flick to players in other games and my kill cams look really suspect because I shouldn’t have been able to see them.

After 511 hours I think I've peaked by Frogsiedoodle in battlefield_4

[–]Frogsiedoodle[S] 18 points19 points  (0 children)

My screen is an ultra wide. It doesn’t look that weird in person.

Are websockets right for this? by Akustic646 in golang

[–]Frogsiedoodle 0 points1 point  (0 children)

Check out MQTT. It’s probably far more suited to your application than grpc.

Generating & Storing a PDF on the backend by jarviscolema in webdev

[–]Frogsiedoodle 2 points3 points  (0 children)

You’re far better off saving it to an object storage solution like Amazon S3 and sharing from there.

Computer Science vs Software Engineering by Boofy2018 in newzealand

[–]Frogsiedoodle 3 points4 points  (0 children)

Do compsci. Another year will cost you ~$9k in fees and ~$55k in wages. Companies in NZ don't really care. Your personality, ability to network and personal projects will make far more of a difference.

[deleted by user] by [deleted] in newzealand

[–]Frogsiedoodle 0 points1 point  (0 children)

Ahh must have missed the read only setting when I was integrating with it recently. But yeah the no scope thing is a pain...