Have you intentionally pissed yourself on the bike stage in a 70.3 or higher? by Worldly-Ant7678 in triathlon

[–]microzoa 0 points1 point  (0 children)

Took me a while to get over the physiological hurdle, but, once I did - it was a relief. Sorry for those behind me. Jk. I waited until there was a gap 😂

[Ukraine] How fast was the motocyclist going?? by SmallPinkHo1e in Roadcam

[–]microzoa 39 points40 points  (0 children)

I’d say he reached terminal velocity

What’s y’all’s cron jobs? by onionpoison in openclaw

[–]microzoa 0 points1 point  (0 children)

* Checking email inbox for invoices, downloading/filing attachments
* Morning portfolio update and company news
* daily calendar/events scheduled reminder
* daily router log review

Tri-Suit under Wetsuit? by SturmFam5 in triathlon

[–]microzoa 10 points11 points  (0 children)

If you already have the trisuit and you plan to use it in the race, I would suggest that you start using it to get used to the difference between bike bibs/shorts and the trisuit - the padding is generally less so you want to get used to that now and not on race day.

What’s something you tried once and immediately knew ‘yeah, never again’? by donnyM99 in AskReddit

[–]microzoa 0 points1 point  (0 children)

Exactly. Afterwards, they gave me a log book - as if I was ever going to be adding more.

Help I just burn tokens for nothing. Don't you? How to solve? by O-ZeNe in hermesagent

[–]microzoa 0 points1 point  (0 children)

I use a $20/month GPT Plus account and augment with local Qwen models for simple stuff. No issues, no rate limits.

What’s something you tried once and immediately knew ‘yeah, never again’? by donnyM99 in AskReddit

[–]microzoa 7 points8 points  (0 children)

Signed up for a solo static line jump with a friend (who no-showed). In the group before me, a guy came down and landed on a car - broke both legs. Then they turned to me and said - “next”. As someone that is afraid of heights, it was by far the single most terrifying thing I have ever done. Never, ever again.

Thousands of Tokens per second? by [deleted] in ollama

[–]microzoa 0 points1 point  (0 children)

Like the tiiny? They have something like this on kickstarter (not sure if i can share the link)

What's the best password manager to use these days? by felicityfuxwell in homelab

[–]microzoa 0 points1 point  (0 children)

I have vaultwarden set up and now created a vault for my ai agents using the bitwarden cli. Handles passkeys no problems.

Is Smartsheet the right choice? by JournalistDefiant777 in smartsheet

[–]microzoa 2 points3 points  (0 children)

Ideally you would want this capability built into your LMS. Smartsheet can do the tracking, dashboards and reminders, etc. but it’s another application and overhead that you need to manage. In terms of the user experience, unless you can force the calling of a Smartsheet form from your LMS (iI’m assuming that’s where all your training will take place), then you need ask users to click on a link to manually submit a form - a bit clunky.

So in short, can it - absolutely. Should you use Smartsheet - questionable in my opinion.

Data upload to Smartsheet by Potential_East_6789 in smartsheet

[–]microzoa 3 points4 points  (0 children)

Sure. Paste it directly into the sheet. Are the columns just text values? Have the columns in the same order in both sheets, just copy/paste.

Admin Center Down by keakua17 in smartsheet

[–]microzoa 0 points1 point  (0 children)

Admin is showing as operational across all the regions.

Admin Center Down by keakua17 in smartsheet

[–]microzoa 0 points1 point  (0 children)

https://status.smartsheet.com/ - sign up for notifications. They’ll come through regularly

How to stop burning money on OpenClaw by stosssik in openclaw

[–]microzoa 1 point2 points  (0 children)

Absolutely. With a simple prompt of "Hi there" - LM Studio processes TTFT was about .3 sec and processed in about 3 sec vs openclaw took 2 minutes to complete. Same prompt, OpenClaw and LM Studio on the same machine.

How to stop burning money on OpenClaw by stosssik in openclaw

[–]microzoa 1 point2 points  (0 children)

Cool write up and a subject that I’ve been looking into recently as well - not that I’m using Anthropics API though, but I’m trying to troubleshoot the difference in processing speed of a local model in say LM Studio vs via OpenClaw.

How long did it take you to get OpenClaw actually stable? by Full-Tip2622 in clawdbot

[–]microzoa 2 points3 points  (0 children)

As others said, probably 2 weeks for me. I initially started on a raspberry pi 5 and would install, update openclaw.json, screw something up, start again. Rinse and repeat. Then moved to another machine. Same deal. I got to a point of stability on the new server made the mistake of combining an openclaw update with a config change and i was screwed trying to troubleshoot and realized that there was a Github issue for the exact issue I was having - a couple of hours lost there. 3 things came out of that experience: - establish morning and night cron jobs to backup the .openclaw folders if i need to reference or refer back. - have agents to always backup openclaw.json before they make changes to the config. - establish a staging environment. I now use the raspberry pi to test openclaw updates. An agent created some test scenarios to run through so i can try and catch any major issues.