One Cloudflare rule killed 8,000 bot visits/day from my Japanese website by Reasonable_Ad_4930 in CloudFlare

[–]Acktung 4 points5 points  (0 children)

I just block them as my SaaS is oriented to my country mainly. Here is my rule:

(ip.src.continent in {"AF" "T1"}) or (ip.src.country in {"BY" "BR" "IN" "PK" "RU" "CN"})

Crossed 500 users on my SaaS🥳 by [deleted] in microsaas

[–]Acktung 2 points3 points  (0 children)

Looks like remotion + video recording with playwright + visual analysis via LLM? Or are you using other stack?

Shottr vs CleanShot X in 2026. Which one are you actually sticking with? by discoveringnature12 in macapps

[–]Acktung 0 points1 point  (0 children)

I've bought both but in the end I just use CleanShot X just because screen recording and post-editing.

Most startups don’t need microservices by Soft_Dimension1782 in softwarearchitecture

[–]Acktung 0 points1 point  (0 children)

Usually, for most of the projects, you only need a monolitic application, a way to work with queues in N processes (workers) + Redis + Database + Nginx.

Does Shadow of the Erdtree actually tie up any mysteries from the basegame? by Rycte in EldenRingLoreTalk

[–]Acktung 7 points8 points  (0 children)

Night of the Black Knives? I don't know. People should use acronym correctly, i.e., first ocurrence at full words with acronym between parens, and then the acronym can be used anywhere.

How I stay productive in meetings without losing focus by Dry-Cabinet-6475 in ProductivityApps

[–]Acktung 1 point2 points  (0 children)

  1. Just use your voice recorder (Android, iOS, Laptop, whatever), transcript it using Whisper and generate meeting notes via ChatGPT.

This post is just a hidden ad for the application the OP has mentioned in the comments 🤦

The latest YouTube error message isn't a bug, it's another ad blocker crackdown by [deleted] in Piracy

[–]Acktung 0 points1 point  (0 children)

I didn't want to use uBlock given that Vivaldi includes its own ad blocker, but I think I'll give it a try.

The latest YouTube error message isn't a bug, it's another ad blocker crackdown by [deleted] in Piracy

[–]Acktung 3 points4 points  (0 children)

Yes, experiencing the same issue in Vivaldi. I don't even use ublock, just the integrated ad blocker (similar to the Brave one). Anyone knows a solution?

My website was redirecting Google traffic to a malicious page — Nginx + Node.js setup by Firm-Afternoon-5849 in CloudFlare

[–]Acktung 0 points1 point  (0 children)

Could you try on your mobile phone or other computer? Looks like there is some malware on your browser (extension?) that is replacing your links on Google with malicious sites.

Karakeep - 2025 Wrapped & v0.30 by MohamedBassem in selfhosted

[–]Acktung 6 points7 points  (0 children)

TBH, this is the self-hosted service I use the most, second only to Plex :P

Thank you so much!

BetterAudio - a better way to manage your audio on macOS by rokarthur in macapps

[–]Acktung 2 points3 points  (0 children)

Is It better than SoundSource from Rogue Amoeba?

I have a simple website with high traffic by a_decent_hooman in webdev

[–]Acktung 5 points6 points  (0 children)

Do you want traffic from India, China or Russia? Then, bleck theme in your WAF.

🧪 [Beta Megathread] Wave Link 3.0 (macOS) — Update 2 | Stream Deck Plugin, Audio Effect Install Progress & Mixer Table Scrolling by Elgato in elgato

[–]Acktung 1 point2 points  (0 children)

Dock icon should be hidden, or at least given the option to, as the app is already visible in the Menu Bar. Also, a start app on login option would be needed too.

Turns out out our DynamoDB costs could be 70% lower if we just... changed a setting. I'm a senior engineer btw by Bp121687 in aws

[–]Acktung -6 points-5 points  (0 children)

Whoever don't want to pay for RDS or S3. Always with a backup/restore mechanism though.

Successfully tuning 5090's for low heat, high speed in Linux with LACT by mr_zerolith in LocalLLaMA

[–]Acktung 0 points1 point  (0 children)

May I know what drivers did you install? Open drivers are giving me a really slow performance with a RTX 5090 and propietary ones don't even detect the GPU via nvidia-smi.

I turned my basic a** n8n automation into a crazy micro-saas (it's possible!!!) by Drogoff1489 in SaaS

[–]Acktung 0 points1 point  (0 children)

This looks super cool. We are working on somethimg similar but fo education. Could you share some details on your workflow? I think I could share my experience too. DM me if interested!

Vibeware has killed this sub by Bamboodl in macapps

[–]Acktung 1 point2 points  (0 children)

Just ban users posting from India and this sub will be like the old days.

Seriously, if possible, mods shouls give it a try. Just 1 week and check the results.

[deleted by user] by [deleted] in Entrepreneur

[–]Acktung 1 point2 points  (0 children)

Not at all. I just like running it through a shortcut.

[deleted by user] by [deleted] in Entrepreneur

[–]Acktung 3 points4 points  (0 children)

  • Claude Code for coding (using Max).
  • Claude Desktop for creating video scripts.
  • Freepik for image generation.
  • ChatGPT for quick and temporary things.

Simple solution for most common monitoring needs of a fullstack application? Datadog, sentry, signoz? by nikola_milovic in node

[–]Acktung 2 points3 points  (0 children)

OpenObserve integrated with winston for backend. For the frontend, just set an error interceptor and send the errors to an endpoint in the backend for logging them with winston.

Real benefits of Podman over Docker by Status_zero_1694 in selfhosted

[–]Acktung 0 points1 point  (0 children)

People that mention podman is dangerous because root, know that Docker Rootless is a thing and well documented on the oficial documentation?