First off, it’s important to understand Responsive Design and why you shouldn’t be writing your own css these days as a newbie. Bootstrap is a public css doc with a lot of those problems pre-solved, so you might want to look up some of their tooling.
As far as a website: you’ll need a domain name, you can get some for free, but they usually have short renewals otherwise this is unavoidable.
You can pay for “shared hosting” at any of the major vendors like blue host or GoDaddy and get apache or aspx file hosting for like you said $X0/year.
You can use an s3 static website for ~free. Creating a DNS hosted zone is $.50. but you can create an s3 bucket (think flash drive in the cloud) store a threshold of free documents, and publish them as a website all within the free tier of AWS. This has some technical background and AWS can get expensive of you make mistakes (although this shouldn’t scale much unless you upload a thousands ton of files repeatedly)
Alternatively you can use GitHub pages . Git is a tool used by developers to share and edit code, they let you publish free HTML as well, but requires learning git or figuring out a tool with a UI like source tree. I don’t think you can use custom domains with this though.
Although if you have any interest in tech, you can also create a free nginx docker container through a lot of services like ecs, but you can also self host in a “sandbox”. Docker creates a mini virtual machine with all of the code required to run self contained. Nginx let’s you create HTML docker containers by mounting a directory. ~
docker start nginx /website/directory
And it just runs self contained.
Dogs do what their owners do, if the owners a choncc, their dogs a choncc. Not to mention that dogs usually have the same food habits their owners do (open bowl, larger servings, sharing unhealthy people food)
This thread is a dumpster fire, routing infrastructure, solar panel addresses, we are adding this to EVERYTHING WE ALREADY HAVE that is growing exponentially. I work on an L7 support team, regular users are clueless on how this stuff is setup and apparently have strong stupid opinions. Anyone still reading disable ipv4 in your home network and try to roll forward. You will fail, and finite numbers are finite.
So, yes a few pieces of land mass tech such as smart road or solar paneling and we hit the theoretical limit of IPv6. And we currently dont need the addresses. So glad that you agree
I’m sorry but how? We have appliances with dockerfiles, micro containers for remote controls, extensive botnets of virtual machines, centuries in the future when we have expanded into the solar system and trillions of humans all having millions of unique applications with addresses, it’s inevitable to hit a finite number. When every square meter of smart road has an routable address; we will likely be rewriting networking anyways. The only players pushing IPv6 transition are networking companies because a new standard requires new hardware.
Skill issue, the only actual drawback is that some legacy systems whitelisted image extensions and haven’t been updated. Even then just take a screenshot and upload that.
Cisco as a client tried to force ipv6 for their managed service and after an entire quarter of attempting to resolve it, we actually disabled it for their virtual address per their request. IPv4 has issues and IPv6 promises solutions, but it’s not a stable platform yet. This appears ignorant but is based on truth. IPv6 is also eventually going to hit exhaustion with the frequency we spin up virtual machines, it’s okay to skip a bad generation.
I have a standing theory that people that hate Arby’s used too much horsey sauce, or gets older dry meat repeatedly. I don’t love the place, but they don’t deserve that much hate.
Was gifted it for Xmas, felt hard to clean, the leg broke immediately and temperature was uneven. Glad you liked yours
They made the plan before the rest of us woke up. At least we are considerate when people might be asleep
It’s released but it’s insane feature light, has massive injestion problems, requires massive collection overhead and doesn’t have a fraction of splunks indexing. And it’s using the standard dd UI and I personally dont like. Logs aren’t metrics, they need a different interface.
Datadog logs are basically in beta. You can send them synthetics apm and rum but I would be interested in spinning up my own private greylog instance to get away from DD logs
That is correct, you can capture mercenaries for combat, and townsfolk can be relocated to your base (although risky)
Network engineering is kind of in the middle where you take the skill set of help desk and office management. This often leads to help desk and software development both falling under the organization in information technology. Application support also often falls under this category.
I use this in my bash profile in case anyone else finds it helpful. Usage is:
gao fixing a typo
function gao() {
git add .
git commit -a -m "$*"
git push origin `git rev-parse --abbrev-ref HEAD`
}
I’m going to be late to the next meeting, I can’t quit vim ☺️
“I wish I was 127.0.0.1” sounds perfect for the situation
~“Select shirt from closet where clean == true”
“Select finger from hand where index=3” if you are cheeky
“+1 cold resistance, +1 style, +1 armor” if it’s a gaming group
“418” with a picture of a teapot, fringe but it’s the unique http error code
Or we just go back to the old way; where a company sells a product and consumers just own it. Why does a static piece of software/video require a license? Updates used to be optional, but then company’s started selling broken stuff and writing out exclusions until we had no other options.