Is this a bug in Chrome *(`@supports (animation)` for a SVG favicon)*?
I have the following SVG as my favicon on https://bafybeihfwqwlluejiuskhmgdcq7sme54m4ewtzfluodr2duj3yokjzyehe.ipfs.dweb.link/
```svg
<svg version="1.1" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>...
Netlify deploy failing with error, check description
Description: Click here for codebase on GitHub: https://github.com/chr1swill/https---github.com-chr1swill-astro-blog-website/issues/1
Hello,
I am using Astro, SCSS, CSS, JavaScript and markdown for my static site. I am running into a problem when trying to deploy my site on Netlify. The deploy command 'npm run build' is failing with below error:...
GitHub Problems
A while ago I went through the process of changing my primary branch from "master" to "main". This was all good UNTIL I went to push some changes to my GitHub site which was still a "master" branch. Then everything went sideways!
I tried all the hints they presented such as renaming the master branch on GitHub site but still am getting errors such as:
origin is missing
check that you have permission ...
Change the upstream settings (I did this but nothing changed)...
Why open in VS code doesn't work in codesandbox?
Its only on my side I asked somebody to open smth in VS code with codesandbox and everyting works properly

How to enable emmet for .ejs file in lazy nvim
i want to enable the abbrevation in
.ejs
file in nvim (lazy vim). I have installed the emmet
but it is not working in .ejs
file.
Here is my config
```
return {
{...SEO for translated content.
SEO tools are reporting content is not readable but for foreign store level. How do I fix this? If I have terms/conditions translated how else can I make it "readable"
Piping in Bash (`echo "blah" | foo`)
In bash we can use the pipe character to pass some content to a command;
...
echo "blah" | foo
echo "blah" | foo
files in cloud
Does anyone here use any cloud solution to put all your files? I was wondering about putting all the files from my hd to cloud and have more free space at my pc itself, so if anyone does this and can give me better insights on how optimal this can be, i would appreciate (:
npm install speed very slow
i just created a vite project.
continued with the prompts normally, but after i went in the folder
and then installing dependencies...
npm create vite@latest
npm create vite@latest
cd myproject
cd myproject
hosting a website on a virtual machine, or other alternatives
i want to know how to host a website on a private VM
or if there are some good other alternatives...
or if there are some good other alternatives...
VSC coloring
Hey all.
Does anyone know why VSC (Windows) is coloring "style.display" differently in these two lines?
(screenshot also includes a list of all installed extensions)
Thanks....

Github Pages
Seem to be occurring an issue when trying to publish my project onto github pages.
I amended the file names from upperCase[0] to lowerCase, it kinda helped, I now have a reset button showing, but nothing else?
https://github.com/callum-laing/etch-a-sketch...
Restart Vite Dev Server
Had to restart a project in vscode. I am using vite. How can you restart the dev sever? I have googled it but not really finding an answer. Thanks for any help!
Question about domain stuff
Greetings! I have already purchased a domain on GoDaddy, and I have also linked it to Netlify. So, can I use that domain to deploy multiple websites?
VCS JS snippets
Hey all.
I have two questions regarding VCS JS snippets and maybe regarding JS itself.
1. From what I see in the documentation (and I might be wrong, I am new to this), console.log() should always have an object passed to it. I tried running console.log and nothing happens, no error, but it is pointless, am I wrong? So, why isn't VSC just writing the whole thing? Eg. of what I wish for: I start typing "cons" it offers the word "console", I press enter, I write a dot "." and then I write "lo" and it offers "log()" and puts the pointer between the brackets. Similar with Math.random(), for example.
...

JS vs HTML/CSS in VS Code
Hey all.
I have a feeling that writing JS requires much more manual input than HTML and CSS do. When writing HTML and CSS, I feel like flying and like I can write many lines of codes quickly because of suggestions that pop up and me pressing enter without having to type them out.
When writing JS, I feel like I have to write a lot of characters for a usable suggestion to pop up, if it pops up at all. If not, I have to write the entire thing out.
Am I doing something wrong? Am I the only one? Is it possible to address this?...
Any way of updating the browser used for live preview in VS Code?
Not a big deal really, but the live preview extension seems to be running Chrome v108. Is there any way to update it?
What's a VSCode-like IDE in the browser that has a terminal?
Looking for the best way to get browser-based VScode or a similar alternative with a terminal
I think I've heard of some (that are free) but I don't recall what they were called....
Naming conventions for setting up projects
I'm a huge fan of BEM and my OCD is kicking in so I've been thinking a lot about file structures and naming for projects. I know that with some node packages and sass there can be certain folders and files that need specific names. So I'm wondering anyone could recommend some documentation or research on best practices for naming project files? Thanks
Deleting users in linux
I couldn't be bothered to spin up a VM for a Uni assignment and ended up adding a bunch of users and groups to my personal OS.
Below is a record of what I did as cleanup. The things I did were;
- create 4 users
- create 3 groups...