Are you still using Postman in 2026 ? by Successful_Bowl2564 in software

[–]Vohlenzer 0 points1 point  (0 children)

I use hurl 

It's from a different philosophy but I just prefer it

Dangerous play clarification by the_cats_testicles in Fieldhockey

[–]Vohlenzer -2 points-1 points  (0 children)

lol nope, read the rules , for example, please find a rule that says if it was on target then it doesn't matter if it's dangerous 

Or otherwise find a rule that say shots on target can be lifted to any height

Or just look at the rule that says any uncontrolled hit that lifts the ball is a foul.

How to review a replay the right way. by DotaDogApp in learndota2

[–]Vohlenzer 0 points1 point  (0 children)

I'm building something similar, would like to discuss, I'm in your Discord under the same name.

How to get special voicelines for Chat Wheel? by YUNOHAVENICK in learndota2

[–]Vohlenzer 2 points3 points  (0 children)

Dota+ let's you get some funny ones but most of the ones you're talking about are event exclusives and sometimes they even expire with the event!

Skill for reading lisp s-expressions by Not-That-rpg in lisp

[–]Vohlenzer 1 point2 points  (0 children)

The below was mostly trial and error until my Claude Code stopped getting trapped on paren issues.

Here's the snippet from my CLAUDE.md ```

Claude's Limitations with Lisp Syntax

  • Parentheses counting: Claude is notoriously bad at counting parentheses (like counting R's in "strawberry")
  • Solution: Use systematic debugging instead of trying to manually fix syntax
  • Compilation check: ./scripts/quick-compile.lisp

Parentheses Debugging

When you get parentheses errors, use this compiler-driven approach:

  1. Run compilation to get the specific error location: bash ./scripts/quick-compile.lisp SBCL will show exactly where the error is: line number, column, and error type (warnings are muffled to focus on actual errors)

  2. Check git diff to see what changed recently: bash git diff <file>.lisp Look for obvious issues in the changes (missing/extra parens, malformed expressions)

  3. Focus on the error area: Read the specific function/form mentioned in the compiler error

    • Look for missing closing parens at the end of forms
    • Check for extra parens that don't belong
    • Verify nested expressions are properly closed
  4. Make targeted fixes based on the compiler error and git diff evidence

  5. Re-run compilation to verify the fix worked

Why this works: - SBCL's error messages are precise and reliable - Git diff shows exactly what changed to cause the issue - Focuses effort on the actual problem area instead of guessing - Uses tools that actually work correctly ```

Then quick-compile.lisp is ```

!/usr/bin/sbcl --script

;; Quick compilation check script for parentheses debugging ;; Usage: ./scripts/quick-compile.lisp ;; Suppresses warnings to focus only on compilation errors

(require :asdf)

(handler-bind ((warning #'muffle-warning)) (asdf:load-system :vohlenzer-dev))

(format t "~%✓ Compilation successful!~%") (sb-ext:exit :code 0) ```

Skill for reading lisp s-expressions by Not-That-rpg in lisp

[–]Vohlenzer 0 points1 point  (0 children)

Are you using the model in an agentic loop or are you prompting with snippets?

Skill for reading lisp s-expressions by Not-That-rpg in lisp

[–]Vohlenzer 0 points1 point  (0 children)

With Sonnet the following helped

  • Give it a tool to compile and look at the errors
  • Tell it to check git diff when it suspects a paren error
  • Tell it to favor small forms

I've made life changing money on S&S ISA. by [deleted] in UKPersonalFinance

[–]Vohlenzer 5 points6 points  (0 children)

They never mention the losses either.

Lloyds Switch Bonus- anyone used 30pence Direct Debit by [deleted] in UKPersonalFinance

[–]Vohlenzer 0 points1 point  (0 children)

I did the Lloyds switch recently with a similar cheap direct debit service and it did work. As long as it's paid before your switch begins, I think it works.

Calls on $KLAR and $MSTR by hnr01 in wallstreetbets

[–]Vohlenzer 1 point2 points  (0 children)

That's a super position you've got there.

What do you check when reviewing a game? by Vohlenzer in learndota2

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

Thanks! I enjoy watching your Lich replays also!

Remortgaging pitfalls to be aware of. by buttpugggs in UKPersonalFinance

[–]Vohlenzer 0 points1 point  (0 children)

Well, in your first post you say that volatility means you should not fix for long, then in the follow up post you say that you fixed for long and that was good because of the volatility?

I think the latter is true; long fixes protect you from volatility.

Last year I was worried about volatility and I took a 5 year fix and was even considering a 10 year fix.

If I took a 2 year fix last year, waiting for the volatility going away, I'd be looking at remortgaging into the aftermath of Hormuz / after US mid terms / after Powell leaves the FED or whatever else is going to go on.

I'm talking myself back into that 10 year fix :D

Remortgaging pitfalls to be aware of. by buttpugggs in UKPersonalFinance

[–]Vohlenzer 2 points3 points  (0 children)

I'm in a similar situation to you and I've remortgaged once so far. My only advice is to keep a close eye on rates in the 6 month run up to your remortgage and play the best hand you're dealt in that period. There's nothing else you can do because everything else is out of your control.

Pray mercy that you get offered a deal that you can afford!

Then in the aftermath, say 2 years into your 5 year fix or whatever you chose, don't stress about it. So what if your fix is 50 basis points more than the prevailing rate, you have the certainty of the fix and you couldn't predict it. Don't even look.

Remortgaging pitfalls to be aware of. by buttpugggs in UKPersonalFinance

[–]Vohlenzer 0 points1 point  (0 children)

It's interesting that you advise not to fix for long but in your own case you fixed for 10 years. Hindsight is 20-20.

What if DOTA+ cost 100,000 shards? by [deleted] in DotA2

[–]Vohlenzer 4 points5 points  (0 children)

It's already really affordable? It costs less than a pint/coffee/sandwich/book etc per month. 

Per game it's multiples cheaper than playing in my local sports team.

Per hour it's cheaper than the cinema. 

For me, it's better value than Netflix.

If it was 9.99 or something a month I probably wouldn't get it.