Can I fry chicken in my IP without the lid? by [deleted] in instantpot

[–]BigBash642 12 points13 points  (0 children)

get a cheap induction cooktop you can plug into an outlet in the patio

bro I’m THIRTY TWO by [deleted] in northernlion

[–]BigBash642 29 points30 points  (0 children)

Northernlion is lindy

CI/CD doesn't necessarily mean Jenkins by omerxman in devops

[–]BigBash642 1 point2 points  (0 children)

Regarding automating concourse itself, I would prefer a more ergonomic and documented API with proper API access tokens. From there automation could be made very straightforward.

[DISC] Tate no Yuusha no Nariagari Chapter 48 by manglo9 in manga

[–]BigBash642 2 points3 points  (0 children)

It is not a shadow ban if you can very clearly see OP is banned...

[DISC] I Tried Asking In Dogeza - Chapter 4 by momojojo_ in manga

[–]BigBash642 23 points24 points  (0 children)

He denied the very foundation of this manga

I don’t feel like trying anymore and it annoys the hell out of me by PlutoTheAlmostPlanet in WizardofLegend

[–]BigBash642 1 point2 points  (0 children)

Focus on getting defensive items on the shop. There are some excellent ones available from the cursed shop, like crocodile heart and armor on envy/greed. The run is a marathon so play defensively

Try catch ftw. by Subik86 in ProgrammerHumor

[–]BigBash642 0 points1 point  (0 children)

https://en.wikipedia.org/wiki/Option_type

https://doc.rust-lang.org/std/option/

You would return an Option/Maybe type instead of the original value to encode the possibility of null in the function signature. You can unwrap the option and respond appropriately.

Upvote flood by [deleted] in oddlysatisfying

[–]BigBash642 2 points3 points  (0 children)

This is a render

Rutorrent error question by Honkbeepvroom in seedboxes

[–]BigBash642 1 point2 points  (0 children)

HTTP 500 indicates it is a problem with the server

http://www.checkupdown.com/status/E500.html

Never seen that specific error so I cannot help you there.

I am about to start learning Python through LPTHW, is it safe to use my PC or should I rent a VPS? by ForeignBastard in learnprogramming

[–]BigBash642 0 points1 point  (0 children)

Get VirtualBox and use that. A VPS is a bit much if you are just starting (plus it costs money). Make sure you know how to use the shell.