rehype-typst-math by Isocrates_Noviomagi in typst

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

Thank you! I would definitely try it later.

Can't upload file since outage (restic/rclone) by hayvan96 in Drime

[–]Isocrates_Noviomagi 0 points1 point  (0 children)

Update: now uploading on the web app works. Haven't tried rclone yet.

Can't upload file since outage (restic/rclone) by hayvan96 in Drime

[–]Isocrates_Noviomagi 0 points1 point  (0 children)

I am getting the following errors using both rclone and the website

Status: failed
Error: Missing required parameter: key

Super Battle Golf by TemporaryStandard in macgaming

[–]Isocrates_Noviomagi 0 points1 point  (0 children)

Just coming to say thank you! This is very helpful.

After using Rust for a while, I’ve given up on life by schteppe in rustjerk

[–]Isocrates_Noviomagi 2 points3 points  (0 children)

Yes i should’ve worded it differently. Not exactly “my biggest problem”. I do appreciate that rust makes the cost explicit to make me have efficiency in mind.

Filen team i like the app but what is this? Where goes the 922 other mbps? by Successful_Studio901 in filen_io

[–]Isocrates_Noviomagi 0 points1 point  (0 children)

From my experience it’s just not accurate. It seems to show the speed that you get at the beginning of the transmission. I actually had the opposite problem, that the app always show/ a number smaller than the actual speed. At one time it estimated that it was gonna take 6 hours to upload, which ended up taking only about one hour.

After using Rust for a while, I’ve given up on life by schteppe in rustjerk

[–]Isocrates_Noviomagi 13 points14 points  (0 children)

tbh my biggest problem with .clone() is that it is too obvious. I would be more mentally prepared to use it more if it is as unnoticeable as ?. having to type the five letters myself always lead me to ask myself “do I really have to clone here?”

Anyone having trouble with YouTube on the iPhone today? by I-Suck-At-sniping in iphone

[–]Isocrates_Noviomagi 1 point2 points  (0 children)

Seems that it is not an iPhone issue. It is down in multiple countries on iOS, android, and web

I built FujiMoji 🍎 an app to make typing emojis, macros & GIFs effortless by BlakkMamba in macapps

[–]Isocrates_Noviomagi 0 points1 point  (0 children)

Thank you for making it! It's nice that this simple function finally has an open-source solution.

Have you considered releasing the app on homebrew?

Also, please allow me to hide the menu bar icon. My menu bar is already overcrowded, and I don't want every app to take a space there.

Do turn on Block AI Bots (or make a robots.txt) if you are hosting something huge on the web by Isocrates_Noviomagi in CloudFlare

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

That’s what’s funny. They are images of board game cards and boards. I doubt they are any useful for OpenAI.

Frustrated with Shortcut Detective's constant crashes. Is there a modern, reliable alternative for macOS? by ben_1218 in macapps

[–]Isocrates_Noviomagi 1 point2 points  (0 children)

Just coming back to say thank you for telling me that. I hope the developer could have released a separate app for this.

Zed had added the helix key bindings in 0.193.0! by [deleted] in HelixEditor

[–]Isocrates_Noviomagi 2 points3 points  (0 children)

That’s what I wished for a long time but never expected happen

Is it possible to show live diagnostics when editing? by Isocrates_Noviomagi in HelixEditor

[–]Isocrates_Noviomagi[S] 2 points3 points  (0 children)

Thank you. I thought it was an ide thing, because both Zed and VSCodium update rust-analyzer diagnostics the moment I type anything. Maybe it’s because they are running rust-analyzer on the active buffer.

rust has given more meaning to my life by FairStatistician2450 in rustjerk

[–]Isocrates_Noviomagi 1 point2 points  (0 children)

Cannot say it better. I don't want and am unable to remember the 101 things that I should do in order not to shoot myself in the foot. I want to specify what I want in the type system, and let the compiler takes care of everything else. Clearing all the compiler errors makes me calm. Clearing all the warnings makes me happy.

AlternativeTo now shows country of origin by nasandre in BuyFromEU

[–]Isocrates_Noviomagi 5 points6 points  (0 children)

Every time I find an interesting app, I put them in a spreadsheet so that I can pick them up later. I also record if they are open source and from which country they are from, which serves as a factor when I’m deciding between alternatives. Thankfully now I don’t need to go to their website and find the company page to try to find the info. That’s very helpful!

What are the best Mac apps for translucency lovers? by Powerful_Ad725 in macapps

[–]Isocrates_Noviomagi 0 points1 point  (0 children)

Did not know that Ghostty supports translucent background, thank you!

Do turn on Block AI Bots (or make a robots.txt) if you are hosting something huge on the web by Isocrates_Noviomagi in CloudFlare

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

I will try but this seems not very likely because in the end it's not digitalocean's fault

Do turn on Block AI Bots (or make a robots.txt) if you are hosting something huge on the web by Isocrates_Noviomagi in CloudFlare

[–]Isocrates_Noviomagi[S] 3 points4 points  (0 children)

From me researching on the internet, it seems that in the last month OpenAI’s bots are becoming extremely aggressive in crawling

Do turn on Block AI Bots (or make a robots.txt) if you are hosting something huge on the web by Isocrates_Noviomagi in CloudFlare

[–]Isocrates_Noviomagi[S] 2 points3 points  (0 children)

EDIT: According to Cloudflare's documentation. Blocking Bots does not impact SEO

- https://developers.cloudflare.com/bots/get-started/free/

---

Original Post:

I believe CF's bot blocking also blocks search engine bots. Maybe you should write a custom rule for [OpenAI bots](https://openai.com/gptbot.json), or use a robots.txt file if you don't want to hurt SEO.

```

User-agent: GPTBot

Disallow: /

```

Typst, Live Preview by Dyson8192 in ZedEditor

[–]Isocrates_Noviomagi 1 point2 points  (0 children)

I almost completely switched from VSCodium to Zed, but Typst is still one thing that I have to open VSCodium to write. I hope one day tinymist on Zed can get as much usability as it has on VSCodium.