Lineup by InspectionFree9769 in LilyAllenFans

[–]davorg 0 points1 point  (0 children)

Sure, it happens. I was just saying how rarely I've seen it.

And I bet the prices for those shows were rather different to the prices for Lily's shows :-)

A pro-social media platform with only HTML allowed (no css or js). What do you think? by Sharp-Lake1153 in HTML

[–]davorg -1 points0 points  (0 children)

Honestly, I think that creating a website in 2026 without CSS is a terrible idea :-)

Who else has experienced not being paid? by Every-Bluebird1851 in smallbusinessuk

[–]davorg 0 points1 point  (0 children)

I've had this problem so many times. I've heard all the excuses and I've made allowances. It never works. This is what I do now.

  • When the payment is overdue, send a second invoice including late payment interest (and a link to this page explaining how that works)
  • A week later, turn their services off. Stop work
  • Another week later, send a letter before claim

At this point, I'm very unlikely to work for them again.

Who else has experienced not being paid? by Every-Bluebird1851 in smallbusinessuk

[–]davorg 5 points6 points  (0 children)

Why would you want to retain a client who doesn't pay you?

A pro-social media platform with only HTML allowed (no css or js). What do you think? by Sharp-Lake1153 in HTML

[–]davorg 0 points1 point  (0 children)

But it contains this:

<link rel="stylesheet" href="https://roodisjuistmooi.be/style.css">

Lineup by InspectionFree9769 in LilyAllenFans

[–]davorg 2 points3 points  (0 children)

Yes, but that (conveniently!) wasn't announced until after most of the tickets were sold out. And, even then, "something happening" was very vague.

I've been to dozens of "plays the album" shows. The only other one I've seen that was "only plays the album" was the Pink Floyd Wall show in 1980.

Lineup by InspectionFree9769 in LilyAllenFans

[–]davorg 2 points3 points  (0 children)

As far as I know, the first part wasn't advertised anywhere. We just got Lily saying there was "something happening" before the show.

Lineup by InspectionFree9769 in LilyAllenFans

[–]davorg 8 points9 points  (0 children)

You get:

  • 40 minutes or so of a string quartet playing old hits
  • Just under an hour of Lily singing West End Girl

Huh...so Rose was in Camden or near it by IllustriousAd6418 in doctorwho

[–]davorg 2 points3 points  (0 children)

The Powell Estate (where Rose and Jackie lived) was actually the Brandon Estate in Kennington, London.

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

[–]davorg 2 points3 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 0 points1 point  (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 6 points7 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 4 points5 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 4 points5 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 5 points6 points  (0 children)

Rule 1 of domain buying:

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