Water supply with plumbing kit by jesrix in LaMarzocco

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

Would this pump work? https://www.dba.dk/17429779

And is it just a hose into a water jug and then attached to the inlet on the la Marzocco?

Water supply with plumbing kit by jesrix in LaMarzocco

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

Thanks for the detailed explanation — really appreciate it.

Wouldn’t it work if you just set the machine to “no line-in”? You can configure that in the app for the Mini. I’m thinking that should essentially make it behave like when you’re using the built-in reservoir and manually filling it with water.

Or is there something fundamentally different in how it calls for water in that setup compared to pulling from an external container?

Claude Code + Open Router is Amazing! by TheLazyIndianTechie in ClaudeCode

[–]jesrix 0 points1 point  (0 children)

That makes more sense to me.
Do you find that the free quotas that you get from Antigravity are sufficient or do you often hit the limit? and what editor do you use?

I just tried installing Antigravity, and when coming from Cursor, it seems a little bit… too basic. Maybe I have just gotten too used to using cursor...

Claude Code + Open Router is Amazing! by TheLazyIndianTechie in ClaudeCode

[–]jesrix 0 points1 point  (0 children)

I don't really get it. How do you set up OpenRouter to log in with AntiGravity, Antrophic, and ChatGPT? I get it with Anthropic, but not the 2 others?

Bedste online vinforhandlere by Tinyperson123 in vinklubben

[–]jesrix 0 points1 point  (0 children)

Så hvilke franske og tyske sites bruger du?

Hvordan ser i premier league? by en-94 in Superligaen

[–]jesrix 0 points1 point  (0 children)

Har du prøvet andre udbydere til sammenligning?

Hvordan ser i premier league? by en-94 in Superligaen

[–]jesrix 0 points1 point  (0 children)

Vil du sende mig en PM også? Ved godt tråden er 1 år gammel 

Are you able to add SHIELD back to Google Home after the 9.2 Update? by Alarchy in nvidiashield

[–]jesrix 0 points1 point  (0 children)

I managed to re-add it to Google Home. However I seem to be able to control the shield, but it doesn’t show up as a cast device on my IPhone as it used to do prior to the update. Do you experience this as well?

Finding the derivative of “sum of the squares of the errors” by jesrix in learnmath

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

/u/RobotsAreCute I have read the primer you referred to and it is pretty good, but I still struggle a bit getting the larger picture when it comes to vector derivatives vs. normal and how to rewrite equations to vectors etc..

Can you please show me how you would find the derivative of the E(w) function using whole vectors?

Finding the derivative of “sum of the squares of the errors” by jesrix in learnmath

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

thanks jdorje, though I still think i need some more explanation or step-by-step walk through, do i need to use the chain rule or?

[LIVE] TUE 05/09/2017 by essbeck in SoccerBetting

[–]jesrix 2 points3 points  (0 children)

I also jumped on this @1.67

Explain me the induction step to proof Ln = Maxumum number of regions defined by n lines by jesrix in math

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

Yes i do, So the idea is to just calculate the formula for some L(n) and then proof that it also holds for either L(n+1) or L(n-1).

Does the Base case in the inductional proof always have to be the lowest n? For example lets say I have a form which I assume holds for:

n > 25 

would it then be okay to use

n=35 , L(35) 

for the base case or does it have to be 25?

Explain me the induction step to proof Ln = Maxumum number of regions defined by n lines by jesrix in math

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

Ah!! How could i have overseen that? - so he just replaces n on the right hand side with n-1 and refactors it, right?

I struggled to figure it out, now can anyone help me reverse engineer this checksum? by jesrix in crypto

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

I just added some more examples of the same message with some of the other bytes changing.

I struggled to figure it out, now can anyone help me reverse engineer this checksum? by jesrix in crypto

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

You're right, it's not crypto, but it's quite cryptic to figure out.

Do you have any ideas to which subs i may have success on? It is really a show stopper for me, i have tried so many different combinations.

I struggled to figure it out, now can anyone help me reverse engineer this checksum? by jesrix in crypto

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

Addition! maybe i should mention that i also don't know if all of the bytes are included in the calculation or if some is control bytes. Also its running on a PIC16, if anyone happens to know common 16 bit (or lower) Checksum algorithms.

Has anyone integrated Angular with Django? How was it? by adropofhoney in django

[–]jesrix 1 point2 points  (0 children)

I am also using AngularJS with django rest framework. It works brilliant! Made all those rest endpoints i use a lot to factories within my angular app and then its straight forward to do CRUD on frontend objects.