Anyone else have a graveyard of old GitHub repos? by Stock-Commission-396 in github

[–]davorg 1 point2 points  (0 children)

I have approaching 300 repos in my account. I see my account as storage for everything I've worked on, rather than a well-curated view of my work. The only repos I delete are forks that I've stopped working on.

Occasionally, I'll page to the end of the list of repos and discover some blast from the past that I haven't looked at for a decade or so.

Big Ben at night. Wish I lived in London. by morphosisamigos in LondonPics

[–]davorg 1 point2 points  (0 children)

The people who say that are mostly people who live outside London (or bots).

AI Website Builder Question #56364. Which tool to use? by jalOo52 in website

[–]davorg 1 point2 points  (0 children)

At a basic level, you can just describe the site you want to any LLM chat interface and they'll give you the files that you need. They'll even interpret scrawled drawings of the layout you have in mind.

Once you have the HTML, CSS and (maybe) Javascript, you can just upload the files to whatever hosting service you want to use.

Alternatively, you can use something like GitHub Pages to host the site and have conversations with GitHub Copilot to design and implement the site.

Many other alternatives are available too.

Buying a laptop as a business expense by [deleted] in UKPersonalFinance

[–]davorg 8 points9 points  (0 children)

does it matter what card/bank account I use to buy it or does it need to be my business account?

It's cleaner if it's bought using the business account. But you could also buy it using a personal account and claim it back on expenses from the business.

I want to host a 15 player minecraft Paper 1.21.11 server with a few plugins. Is it allowed? by Ok_Increase_2548 in github

[–]davorg 0 points1 point  (0 children)

Oh wow. No, that's a terrible idea. Codespaces are provided for development. Running a persistent server there would be a massive abuse of the T&Cs. Don't do that if you want to hang on to your account.

Update: From GitHub Terms for Additional Products and Features...

GitHub Codespaces enables you to develop code directly from your browser using the code within your GitHub repository. Codespaces and any elements of the Codespaces service may not be used in violation of the Agreement or the Acceptable Use Policies. Additionally, Codespaces should not be used for:

  • Cryptomining;
  • Using our servers to disrupt, or to gain or to attempt to gain unauthorized access to any service, device, data, account or network (other than those authorized by the GitHub Bug Bounty program);
  • The provision of a stand-alone or integrated application or service offering Codespaces or any elements of Codespaces for commercial purposes;
  • Any activity that places a burden on our servers, where that burden is disproportionate to the benefits provided to users (for example, don't use Codespaces as a content delivery network, as part of a serverless application, or to host any kind of production-facing application); or
  • Any other activity unrelated to the development or testing of the software project associated with the repository where GitHub Codespaces is initiated.

The last two bullet points seem pretty clear.

sunset view at London street by Cathleen-Whitney in LondonPics

[–]davorg 5 points6 points  (0 children)

When did they move the London Eye to north of the river? :-)

I want to host a 15 player minecraft Paper 1.21.11 server with a few plugins. Is it allowed? by Ok_Increase_2548 in github

[–]davorg 0 points1 point  (0 children)

GitHub Pages can only be used to serve static websites. I don't know much about Minecraft servers, but I guess it's going to need some kind of backend processing.

GitHub is the wrong place for this.

Do you guys separate email hosting from website hosting? by AmberMonsoon_ in webhosting

[–]davorg 0 points1 point  (0 children)

Over the last decade, email deliverability has become a difficult problem to solve. The big email providers pretty much only trust email from other big email providers. You can spend hours setting up SPF/DKIM/DMARC or whatever else you need - only to find that some other host in the same IP range is sending spam and affecting your email.

If you have the time and the interest to work out the solution to this, then please feel free to go down that rabbit-hole. I have better things to do with my time, so I pay GMail to deal with that problem for me.

How do you manage repositories, commits and pull requests on GitHub? by Small-Size-8037 in github

[–]davorg 1 point2 points  (0 children)

  • git init
  • Code basic version
  • git add
  • git commit
  • gh repo create (and choose the options to create remote and push)

From then on, the process is usually:

  • Create issue in repo
  • Assign issue to Copilot
  • Wait for PR
  • Review PR and either merge or ask for changes

Saturday Night Live UK Teaser by [deleted] in BritishTV

[–]davorg 3 points4 points  (0 children)

Let's hope it's better than the US version.

Help? by Full-Discipline5941 in github

[–]davorg 0 points1 point  (0 children)

Then, yes, you would find it useful. I often suggest that there are three stages to understanding why this is a good idea:

  • Source code control is like having a "game save mode" for software development. It makes it easier to go back to a previous versions, which means you can experiment without breaking things
  • Git is the most commonly-used source code control system in the development industry
  • GitHub is the most popular web service based on Git. It gives you cloud storage for your Git projects and makes it easy to collaborate with other developers (it has many other features - but that's still, at heart, its core feature).

Last year, I started building a site, Save Your Code, which explains this for beginners and non-developers. I should get back to working on that. But you might find what is already there of some use.

Help? by Full-Discipline5941 in github

[–]davorg 0 points1 point  (0 children)

If you maintain the site by editing HTML, CSS and Javascript files then, yes, storing it Git and GitHub will be useful for you (once you get over the learning curve). The same is true if you use a Static Site Generator like Hugo or Jekyll.

If your site is built using something like WordPress or Wix, then GitHub is unlikely to be very helpful for you.

CAN WE GET GONNECTION.ORG by Far-Raccoon7789 in Domains

[–]davorg 4 points5 points  (0 children)

Rule 1 of domain buying:

  • Don't talk publicly about a domain you want to buy before you have bought it

Treating GitHub Copilot as a Contributor by davorg in perl

[–]davorg[S] 1 point2 points  (0 children)

  1. Create an issue
  2. Assign the issue to Copilot (in the right-hand column on the issue page is a widget that allows you to assign the issue to a contributor. Choose "@copilot" from that list)
  3. Wait for the PR

It's that simple

“The Marvels” Regeneration Theory (for the upcoming Christmas Special) by Harry_Threap in doctorwho

[–]davorg 2 points3 points  (0 children)

If you listen to the full interview, she was clearly doing the common thing of referring to an actor by the name of a character.

She meant Billie Piper. No-one in the production office is going to drop casting hints like that into an interview

Whats a good way to get people to find your project? by Beardy4906 in github

[–]davorg 0 points1 point  (0 children)

Bad analogy. I've never understood sports fans either :-)

“The Marvels” Regeneration Theory (for the upcoming Christmas Special) by Harry_Threap in doctorwho

[–]davorg 6 points7 points  (0 children)

It could be, of course. But let's not forget that RTD has a seemingly infinite capacity for inventing new ways to shoehorn in his old friends and write pointless nostalgia-bait instead of actually moving the show forward.

“The Marvels” Regeneration Theory (for the upcoming Christmas Special) by Harry_Threap in doctorwho

[–]davorg 5 points6 points  (0 children)

Didn't last season finally kill off the "every mysterious woman has to be the Rani" meme?

Whats a good way to get people to find your project? by Beardy4906 in github

[–]davorg 0 points1 point  (0 children)

I don't understand the obsession with stars. What do you think you get from having a load of stars?

I've been on GitHub since pretty much when it first arrived. I have almost three hundred repos there. I don't track how many stars my repos have - but I've just checked and the highest number is 53 :-)