kameit00's comments

kameit00 | 4 months ago | on: Ask HN: Open-source AI generated project

Thanks!

Codex was generating code, that began with ... Copyright [real name] ...

My fear were not patents, because the code is too simple, but similarity to existing code from this company. I did not know if this could lead to problems if the architecture or the code itself is too similar.

kameit00 | 5 months ago | on: Become unbannable from your email

I am using my own Mail Server (mailcow) beside my old gmail and other adresses. But for convenient, searchable offline Backups, I use Mailsteward (macOS) ... if it is of interest for someone: https://mailsteward.com

(alternatives for other OS: https://alternativeto.net/software/mailsteward/)

Then I put the database on multiple backup locations regularly.

Another thing, some people do not already know: If you don't need a throwaway-adress for some services, and you just want to make your mailbox more structured, you can use '+' before the '@' to add another word to your email adress.

Like: [email protected]

The +randomName will be ignored and the emails are received at [email protected]. But most Servers (I use) will put a '[randomName]' before the subject of the received email. Which can be quite handy for handling your emails. Even more, if the company uses multiple different adresses to send you emails.

kameit00 | 1 year ago

Is this the worlds longest open bug? Or can anybody beat Jetbrains?

kameit00 | 1 year ago | on: Threads Enables Fediverse Replies

You could use the fediverse directly instead of Threads if you don't want to be 'over-moderated'. Some server admins in the fediverse also go over board, but you can host your own instance in the fediverse or search for an instance that align with your topics.

kameit00 | 1 year ago | on: Epic Games Store and Fortnite Arrive on EU iPhones

Another bonus if you use AltStore - you don't have to install an app from a company that defrauds children with in-app coin purchases to unlock stuff in their games... it's funny how Epic is now portrayed as 'the good guys'.

kameit00 | 1 year ago

People should not start wars.

kameit00 | 1 year ago | on: Ask HN: Tips to get started on my own server

I switched from DigitalOcean to Hetzner for my cloud servers. They have a nice web firewall, that you could use. I use it to prevent access on some ports, for example on Port 22...

But wait, how can you connect to Port 22 then? I use Tailscale as a VPN for this. I installed Tailscale on my local computer and my servers, so I can use the VPN to connect to this port. The less open ports, the better.

What else... Use fail2ban or CrowdSec for banning IPs that probe your server. Don't use passwords for authentication. Don't use root, use another user. ... stuff you maybe already heard of or know. Here is a link to get started: https://blog.codelitt.com/my-first-10-minutes-on-a-server-pr...

If you knew this already, sorry, I wasn't sure where to start.

Maybe use a Hoster that provides 'Snapshots'. So you can safely play around and if something happens, just revert to your last snapshot, so you don't loose your previous work.

If you spin up a server, maybe use cloud config. You can use it to 'bootstrap' your server and let it install your main tools while it gets provisioned.

It looks something like this (HackerNews removes my line breaks...): ####

#cloud-config for installing fail2ban

package_upgrade: true

packages:

  - fail2ban
runcmd:

  - [ systemctl, enable, fail2ban ]

  - [ systemctl, start, fail2ban ]
####

If you start and mess up something, it's handy if you have a cloud init to start a new server and don't have to install the basic stuff again ;-)

kameit00 | 2 years ago | on: A typo killed a 124 year old family business

How a mistake made by Companies House, a UK government agency responsible for registering companies, killed the 124-year old Welsh engineering firm Taylor & Sons Ltd. This led to Taylor & Sons' business evaporating as orders were cancelled and credit withdrawn due to believing the company had ceased operations.
page 1