starshipwinepineapple

joined 2 months ago

It would be a good idea to at least buy one or several domain .TLDs for open source projects even if you currently aren't planning to make use of them. If nothing else getting a domain prevents someone else from registering it, and you could start using them to make legitimate results higher in search results. This is easiest when you are first starting a project and can check availability before settling on a name.

The problem is that there are hundreds of TLDs so you're not going to be able to register them all. Simplex mentioned they reported the domain. If you do an ICANN lookup you can find an abuse email for the domain, which would be an email for the registrar. You can report to that email and it is likely they will remove the site. You can also go directly to the TLD and report abuse to them as well.

Beyond that search for your project every once and a while and see what comes up or what doesn't come up.

[–] starshipwinepineapple@programming.dev 2 points 1 month ago* (last edited 1 month ago)

The first part of the article talks about how to use git notes and has an example commit, followed by adding the note, and then viewing the note. This is all native git.

The "problem" is that we have centralized discussions in github/gitlab comments and if we want to retain that data then we need to convert the comments into gitnotes. The CLI part is that specific discussion on how Symfony uses git notes to store github comments. It references an internal CLI but then goes through an example of how to use github api to fetch the comments, create git notes, then push those git notes to github. So while the symfony CLI is internal, it looks like we're given an example of how to do this for github.

[–] starshipwinepineapple@programming.dev 21 points 1 month ago* (last edited 1 month ago) (6 children)

Ive been meaning to move to codeberg, self hosted forgejo, or sourcehut so this will only accelerate that if things get worse.

Thanks! I'll add that to my list to check out

[–] starshipwinepineapple@programming.dev 4 points 1 month ago* (last edited 1 month ago)

If you only ever keep your repository private AND it is not a fork of a public repo, then you are fine. Full stop.

If you ever fork the repo and make a "INTERNAL" private fork but move the main project public then anything you commit to the private fork will be discoverable through the public project.

Basically you should assume if you make a repo public then the repo and all of its forks will be public-- even if the forks are "private" the commit data can be found through the main repo.

[–] starshipwinepineapple@programming.dev 9 points 1 month ago (2 children)

Well to speak of the obvious- open source. I've heard good things about obsidian but i am not trusting a closed source app with my notes/ mind-maps

This project looks pretty promising, and is open source.

[–] starshipwinepineapple@programming.dev 7 points 2 months ago (1 children)

Pull request aka merge request. Part of the approval process to add/ update code in a repository

[–] starshipwinepineapple@programming.dev 10 points 2 months ago (5 children)

Alright, which one of you 🙈 the PR last night

tldr - lesson learned. buy a new domain and move over to it.

but for those who want to learn something new - you are only renting your domains. If you fail to pay by the registration date then you generally get a grace period to pay more money to renew it. If you fail to pay before that period expires then the domain will be released. Some companies like godaddy will automatically buy the domain for another year (or more). But even if Godaddy doesn't then it still goes up on a list of expiring domains and there are backorder services that will try to buy the domain or auction them off.

So in the end it doesn't really matter what registrar you use. If you do not pay, it goes back to a list where people can see it is expiring and then you'll get some people who either want to legitimately use that domain or more likely they are wanting to try to sell it to you or someone else for more than they buy it for.

And I saw someone mention file a complaint. I'm sorry to say that if you did not have money to renew the domain then you aren't going to be able to do that either. This is called Uniform Domain Name Dispute Resolution Policy (UDRP) and the fee is between $1500-4000 for 1 to 5 domains.. Additionally, just because you file a complaint does not mean the issue will be resolved favorably or timely. These complaints can last years, and there is no guarantee you will get the domain back.

This is why you should always pay your domain rental fee. And if you don't, then you need to either be willing to pay a ton of money to get it back or you will need to move on. Sorry its a tough lesson to learn but if you're just a student then you probably weren't using this to run a business or anything so in the end you are quite fortunate.

view more: ‹ prev next ›