kameit00 | 4 months ago | on: Ask HN: Open-source AI generated project
kameit00's comments
kameit00 | 4 months ago | on: A competitor crippled a $23.5M bootcamp by becoming a Reddit moderator
>> I'm the co-founder of an interview prep mentorship platform [...] my company's services so there is a small amount of overlap on the most experienced end of Codesmith and the least experienced end of Formation. <<
https://www.reddit.com/r/codingbootcamp/comments/18cpq98/ana...
kameit00 | 5 months ago | on: Become unbannable from your email
(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 | 5 months ago | on: It's just a virus, the E.R. told him – days later, he was dead
kameit00 | 5 months ago | on: Ask HN: Went to prison for 18 months, lost access to my GitHub. What can I do?
kameit00 | 7 months ago | on: Fourble turns lists of MP3 files hosted anywhere into podcasts
kameit00 | 1 year ago
kameit00 | 1 year ago | on: Threads Enables Fediverse Replies
kameit00 | 1 year ago | on: Epic Games Store and Fortnite Arrive on EU iPhones
kameit00 | 1 year ago
kameit00 | 1 year ago | on: My daughter (7 years old) used HTML to make a website
kameit00 | 1 year ago | on: Unemployed for over two years
kameit00 | 1 year ago | on: Ask HN: Should we stop posting X links on HN?
kameit00 | 1 year ago | on: Tesla Cybertruck No Match for Car Wash
What could go wrong *lol
kameit00 | 1 year ago | on: Ask HN: Tips to get started on my own server
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
kameit00 | 2 years ago | on: How one patient found errors in the algorithm making transplant decisions
kameit00 | 3 years ago | on: Mysterious doodles hidden in a 1,300-year-old book
kameit00 | 4 years ago | on: Ask HN: Would you rather work 4 days per week for 80% salary?
kameit00 | 5 years ago | on: Apple Musik in Browser – I didn't now it exists
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.