mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#debug

0 Beiträge0 Beteiligte0 Beiträge heute

Debugging Help Please!

I have 2 mastodon.social accounts. One is an informational feed and one is just for fun.

I can no longer see the posts from the informational feed account on my fun account.

I have many filters. I tried to see if the filters were a problem by setting them to "Hide With A Warning".

I still don't see the posts from my informational account.

Any tips on debugging this situation?

#Filters#Debug#Debugging

Wow.. So I was trying to #optimize some Rust code that would take six hours to run.

My goal was to get that down to 3.5 hours (something I'd achieved previously with lost code). Some tweaking got it down to 5 hours estimated runtime.

Then I thought to do:

"cargo build --release" instead of just "cargo build" for the first time.

And we're down to 3 minutes.... not 3.5 hours... 3 minutes.

Ok.. Good to know. Debug adds just a tiny bit of overhead on some code ;-).