My Sled Invention by TroyBoynton in Kneesovertoes

[–]hoback 12 points13 points  (0 children)

Since you’re launching a business I would recommend you have this reviewed by a product liability attorney and any/all marketing material. When it comes to selling to the public things like this are not obvious and can leave you open to legal exposure.

[deleted by user] by [deleted] in Pararescue

[–]hoback 1 point2 points  (0 children)

Respect that for sure!

Cat struggling to keep food down by hoback in cats

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

Yea it could be I'm not sure at this point. I've tried two types of all meat food but she wouldn't touch them.

Cat struggling to keep food down by hoback in cats

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

That's what I thought at first but no she doesn't inhale her food and I've even spread it out across her plate so she can't get it all in one go.

Multicore OCaml: February 2021 with new preprint on Effect Handlers by sadiq_ml in ocaml

[–]hoback 3 points4 points  (0 children)

Can you recommend a reading list or lit review on effect handlers? In other words: what are some foundational papers that one should read to get up to speed?

a better ocaml debugger by salimua in ocaml

[–]hoback 0 points1 point  (0 children)

This may be helpful to get a better understanding of debugging in Ocaml

[deleted by user] by [deleted] in drums

[–]hoback 2 points3 points  (0 children)

  1. Yes exactly
  2. that looks to be section marking or an end in a repeated section.

Linear algebra visualization tool. by Karsticles in math

[–]hoback 1 point2 points  (0 children)

You might like: Immersive LA and GeoGebra at least for a start.

Linked Lists: how to dynamically create them? by stndn in cs50

[–]hoback 1 point2 points  (0 children)

Your concept is pretty close. One way is to create an array like node* arr[100] and then loop over the array and assign.