HackerTrans
TopNewTrendsCommentsPastAskShowJobs

arunnanda

no profile record

Submissions

Ask HN: Tracking video player viewer statistics

1 points·by arunnanda·4 ปีที่แล้ว·2 comments

Ask HN: Using sed/awk to bulk generate static HTML pages off of a template

1 points·by arunnanda·4 ปีที่แล้ว·0 comments

How do I determine the “key assumptions” of a startup

1 points·by arunnanda·4 ปีที่แล้ว·2 comments

comments

arunnanda
·4 ปีที่แล้ว·discuss
> forcibly take the gas from Russia

Surely, you're not suggesting invading a nuclear power to seize their natural assets.
arunnanda
·4 ปีที่แล้ว·discuss
How do you mean?
arunnanda
·4 ปีที่แล้ว·discuss
Mentally summarize the old context in 1-2 mins and then completely forget the old topic and focus 100% on the new one.
arunnanda
·4 ปีที่แล้ว·discuss
You'll quickly run of out 16. You'll always need some apps that are bad at memory management.
arunnanda
·4 ปีที่แล้ว·discuss
Rule of thumb in dealing with domain and hosting vendors - always gauge how educated their support staff is. They should be at least slightly more educated than the average developer who admins their own stuff. And do judge based on website design - if their design looks like it'd would also be appropriate for selling quick ways to lose fat, you should know to stay away.
arunnanda
·4 ปีที่แล้ว·discuss
Namesilo, Porkbun, Sav.
arunnanda
·4 ปีที่แล้ว·discuss
Do they delete old records of a website if the site owner simply asks for it, or do they need any substantial reasons to do so?
arunnanda
·4 ปีที่แล้ว·discuss
Yeah there are a couple of 8K ones. The one which is called a prototype (from Japan Display Inc) on that page was already released.

Check also the list here https://pixensity.com/list/desktop/

The 5K Apple display has around 215ppi. There are 5-6 displays with higher ppi than the one from Apple.
arunnanda
·4 ปีที่แล้ว·discuss
Yes and in a 3 sided platform these assumptions are multiplied more than 3x. But thanks, this is a very helpful starting point.
arunnanda
·4 ปีที่แล้ว·discuss
lxc was rather new when I started looking into this stuff. Since jails were much older, I just went with FreeBSD. Also because I was a little biased against Linux because on my personal computers Ubuntu and Fedora had crashed occasionally.

Now I think lxd is supposed to be a better user experience than lxc. Same backend better frontend. Like ezjail or iocage for FreeBSD makes the management easier than doing it all directly.
arunnanda
·4 ปีที่แล้ว·discuss
Check https://www.sven.de/dpi/

All of the 8K displays have a higher ppi than the Apple 5K display (215 ppi).
arunnanda
·4 ปีที่แล้ว·discuss
There are. It is a branding and trademark issue.

The point of a retina display is to have a higher pixel density than the human eye can distinguish (at a certain distance).

There are many displays that have far higher pixel density than the iPhone.

According to the list here https://pixensity.com/list/phone/ there are/were at least 40+ non-Apple phones with higher ppi than the iPhone X
arunnanda
·4 ปีที่แล้ว·discuss
It might be slightly easier to use sshguard instead of fail2ban for protecting against ssh attacks.

Using passwordless (key only) login is a given.

As soon as your server is provisioned, log in with the password, first setup ssh, and disable password login.

You can use fail2ban jails for different services (like nginx). You need to decide how strict you need to be.

On FreeBSD, using blacklistd might also be a better idea than using fail2ban.

To quote from the internet - "fail2ban and sshguard are both log scrapers. Log scrapers are gross hacks. blacklistd as an integrated solution is what should have happened many years ago."

FreeBSD jails also provide excellent protection. It can be a good idea to run each service in its own jail. E.g. a separate jail for nginx, one for your webserver, another for your db servers. This way you can also limit the resources that are allocated/dedicated to each jail.

Also, while running pf (or whatever firewall you have), you can limit the number of requests (rate limiting) to somewhat protect yourself.

Using Cloudflare or something else on the front can help against ddos. Also, some providers like OVH and Hetzner have ddos protection built in for free. Some like Vultr have it as a paid service, iirc.
arunnanda
·4 ปีที่แล้ว·discuss
Printers can be harder, especially if you have driver trouble.