blah

joined 1 year ago
[–] blah@lemmy.1204.org 6 points 11 months ago* (last edited 11 months ago)

There are some managed tunnel alternatives but they are not cheap. At this point it’s cheaper to rent a $20/year VPS and install one of these: https://github.com/anderspitman/awesome-tunneling

I personally love frp

Edit: I have never tried it, but there’s also Tailscale Funnel https://tailscale.com/kb/1223/tailscale-funnel/

[–] blah@lemmy.1204.org 35 points 11 months ago (1 children)

Look at the PDF carefully before sharing it. Most academic publishers put a timestamp on it that reveals who downloaded it, at least at institution level. Sometimes this is even embedded as metadata. If the PDF says anywhere “author personal copy”, please don’t share it on the author’s behalf.

This is mostly to avoid getting them into trouble.

Otherwise, go and share, authors love it!

[–] blah@lemmy.1204.org 7 points 1 year ago

Here is a possible case study for you. https://OpenRouter.ai.

They are doing what you think of doing, for the various LLM APIs. Three reasons why they offer added value:

  1. Some people cannot access some of these APIs directly (GPT-4 in the advanced settings, Anthropic’s Claude is still close access)
  2. They abstract the way these API are accessed so that the code to use different models does not have to change much.
  3. For some reason, they cost the same as the original API
[–] blah@lemmy.1204.org 5 points 1 year ago

I use it. It’s more lightweight than AdGuard, in terms of resources. I find the UI to be at the same time a worse UX but quicker to achieve things. I don’t think that they perform differently once they have the same blocklists.

[–] blah@lemmy.1204.org 3 points 1 year ago

I bet it is also going to be a “minimum 100 seats” kind of way. Let us know what they say!

[–] blah@lemmy.1204.org 11 points 1 year ago (3 children)

Enterprise - Contact sale

Yeah..this is going to be measured in $10Ks

[–] blah@lemmy.1204.org 3 points 1 year ago (1 children)

How could one be invited to their email service? I don’t think I know anyone who’s in there.

[–] blah@lemmy.1204.org 1 points 1 year ago* (last edited 1 year ago) (1 children)

Your requirement for a mobile iOS app makes it harder so I’ll go non-free software with my suggestion: Tap Forms. Offline first, iCloud sync, macOS and iOS apps. But no Android or Windows apps.

If you wanna keep it self-hosted, these services need an internet connection anyway, even Airtable. Just go with a Web based one that has good mobile layout.

[–] blah@lemmy.1204.org 5 points 1 year ago* (last edited 1 year ago) (2 children)

If you have an offsite copy of your files (and not in a sync service like Dropbox) you are already in a better position than most.

Restoring from offsite takes time, even with Backblaze’s option of shipping a hard disk. You may also have data corruption troubles, companies may close all of sudden. It’s just not as convenient as local copies.

A further copy that is locally available is simply a better strategy. Adding more copies after these two is not a bad idea but you start getting hit by the law of diminishing returns.

You can actually read more about the 3-2-1 rule in a Backblaze post: https://www.backblaze.com/blog/the-3-2-1-backup-strategy/

[–] blah@lemmy.1204.org 13 points 1 year ago* (last edited 1 year ago) (1 children)

hoppy.network seems like a very expensive Wireguard provider ($8/month for 1TB@100mbit). For that purpose one can spend half that for a VPS with gigabit speeds, even a quarter that during promotions. That provides the same services plus whatever else you can fit to it. What am I missing that they provide?

 

I self-host a SearXNG instance that is public facing. On a VPS. I share it with friends and family, and I do not mind if some strangers use it as well.

What I'm afraid of is getting my IP rate limited or even blacklisted by search engines. I would like to keep the instance public facing for UX reasons (no VPN, no SSO).

I enabled SearXNG internal limiter, which I'm not sure what it does.

Additionally, I am rate limiting at the reverse proxy level (Caddy) as follows:

rate_limit {remote.host} 10r/s
rate_limit {path.*} 50r/s

That is, 10 requests per second for a single IP address, and 50 requests per second in general. 

Would you have improvements to suggest  me, or further measures I could take?

Edit: I’m not using Cloudflare or any similar solution and I want to avoid it.

view more: next ›