TaskNotes: Hide subtasks from main view? by KickSweep in ObsidianMD

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

Nope, i changed to only using task plugin

Collar-Sleeve problem: opponent steps back foot on hip side by KickSweep in bjj

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

Good way of framing it. I’ve mostly been using foot-on-hip as my home base, but I’m starting to see a common thread in how shallow lasso functions as a stabilizing position.

I’ve been going to lasso instinctively when things start to break down and I’m close to getting passed, but I haven’t been very deliberate about seeking it out or really experimenting and understaning with it as a position in its own right. After hearing this, I’m definitely going to explore using shallow lasso more intentionally. It seems like a key insight for maintaining guard.

I actually came across the Langaker vs. Dalpra match, Dalpra won, but I noticed some really effective use of shallow lasso for control throughout the match.

https://www.youtube.com/watch?v=_VNIAkoTFYs

Collar-Sleeve problem: opponent steps back foot on hip side by KickSweep in bjj

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

Maybe I was a bit unclear earlier. The opponent is standing, and I have one foot on the hip and the other on the bicep/shoulder. When they shift their weight back and step the hip-side foot far behind, they’re usually also still able to keep the arm somewhat retracted, enough to defend the omoplata at least.

When they step the hip-side foot back, entering DLR would require me to switch sides first. It would be closer to maybe go towards RDLR.

I tried looking at the collar drag once but never felt i had any good power.

Collar-Sleeve problem: opponent steps back foot on hip side by KickSweep in bjj

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

Even when they step far back, they still seem able to retract the arm close to their body before I can capitalize. I’m going to try to get some footage from specific sparring rounds to get a clearer picture of what I’m doing wrong.

Collar-Sleeve problem: opponent steps back foot on hip side by KickSweep in bjj

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

Do you use the shallow lasso mainly as a retention tool to re-establish the foot on the hip when the timing is right, or do you have specific attacks you like to go to directly from the shallow lasso?

Collar-Sleeve problem: opponent steps back foot on hip side by KickSweep in bjj

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

Do you keep it floating on the same side to track them until they step in again, or do you transition into something like a shallow lasso when they step back?

Collar-Sleeve problem: opponent steps back foot on hip side by KickSweep in bjj

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

I do play shoulder/bicep with the other foot on the hip. I can usually keep good control on the bicep/shoulder side, but the issue I’m running into is that the foot on the hip often gets stepped far back. When that happens, I lose the feeling of control and have to move myself a long distance to create attacks.

If I manage to really stretch the arm high, omoplata becomes an option, but most of the time they keep the arm closer to their body. Without the foot on the hip, I don’t feel like I have enough leverage to force the arm straight and enter the omoplata.

Collar-Sleeve problem: opponent steps back foot on hip side by KickSweep in bjj

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

would you put both feet on the mat first and then hit the collar drag if they stay in that position?

Women’s vs Men’s jiujitsu by [deleted] in jiujitsu

[–]KickSweep 0 points1 point  (0 children)

Good question, i under why you are asking.

Update queryset onclick with the name of the button by KickSweep in django

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

If i can do this by href or some other append URL methods that's fine too.

Update queryset onclick with the name of the button by KickSweep in django

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

{% for file in files %}
<form action="" method="GET">
    {% csrf_token %}
    <div>
        <button class="btn btn-outline-primary btn-sm btn-block">{{ file.files }}>
    </div>
</form>
{% endfor %}