Id say if it’s in your budget - get one. We have no other apple products in the house but that. The biggest annoyance was making an apple account (for some stupid reason they require it…)
Id say if it’s in your budget - get one. We have no other apple products in the house but that. The biggest annoyance was making an apple account (for some stupid reason they require it…)
+1. We are a household of sysadmins/engineers. Sure I or my wife could design a PC for media in an afternoon - but I don’t want to deal with it.
An apple TV was a no fuss, no headache media box that can interface with the servers that store my media.
Yep. Sounds right. Welcome to learning docker compose.
I assume there is nothing in the database? Delete the file under volumes and relaunch. At a guess your database for initialized without a user and is now just in that state.
As others have said, remove the # to uncommit the line.
Commits are a special type of line in many languages that allow us humans to stick info (generally for humans) inside the code that the interpreter skips over. From the machines perspective this block looks like:
environment:
POSTGRES_PASSWORD: HDFnWzVZ5bGI
Note that the entire line is missing.
As a side note. Please change the password as it’s been posted to the Internet.
Enterprise tooling (aka a usable API) and it stays out if my way.
Along a similar vain to making a git friend, buy your sysadmins/ops people a box of doughnuts once in a while. They (generally) all code and will have some knowledge of what you are working on.
Let’s be clear - current AI models are being used by poor leadership to remove bad developers (good ones don’t tend to stick around). This however does place some pressure on the greater tech job market (but I’d argue no different then any other downturn we have all lived through).
That said, until the issues with being confidently incorrect are resolved (and I bet people a lot smarter then me are tackling the problem) it’s nothing better then a suped up IDE. Now if you have a public resources you can point me to that can look at a meta repo full of dozens of tools and help me convert the python scripts that are wrappers of wrappers( and so on) into something sane I’m all ears.
I highly doubt we will ever get to the point where you don’t need to understand how an algorithm works - and for that you need to understand core concepts like recursion and loops. As humans brains are designed for pattern recognition - that means writing a program to solve a sodoku puzzle.
There is more to a program then writing logic. Good engineers are people who understand how to interpret problems and translate the inherent lack of logic in natural language into something that machines are able to understand (or vice versa).
The models out there right now can truly accelerate the speed of that translation - but translation will still be needed.
An anecdote for an anecdote. Part of my job is maintaining a set of EKS clusters where downtime is… undesirable (five nines…). I actively use chatgpt and copilot when adjusting the code that describes the clusters - however these tools are not able to understand and explain impacts of things like upgrading the control plane. For that you need a human who can interpret the needs/hopes/desires/etc of the stakeholders.
Wiki for anyone who does not feel like searching: https://en.m.wikipedia.org/wiki/Ninja_rocks
I should point out that when Wikipedia of all places has a legal status section you should take real care with how/when/where you have them.
Wiki for anyone who does not feel like searching: https://en.m.wikipedia.org/wiki/Ninja_rocks
I should point out that when Wikipedia of all places has a legal status section you should take real care with how/when/where you have them.
I almost never interact with desktop Linux. That’s a horrifying trend.
With how they keep shoving snaps at everyone? At my work a migration to Debian is starting to be openly pondered.
First off, aiming to start in security is a fools errand. Security is one of the many paths that your career might take after you gain some knowledge.
Some more random thoughts before real advice. The two hardest things in IT are getting into help desk, and getting out of it. The reason is two fold: 1) help desk is the great entry point for the greater IT industry, and 2) one person in a help desk role is fairly similar to another when it’s time to move out of help desk.
Now: If you have the time, go to your local community college and take their it/networking/security program. The degree will help - you won’t skip help desk (unless your lucky), but you are better equipped for getting out of it. You will also learn a bunch of stuff, get some projects to stick on a resume, etc.
If you don’t have that time you can go the cert route. Be warned however - certs do not substitute for real experience. Do not fall for the trap of thinking that getting X cert is your ticket to Y job. You will be in for a ride awakening when your sitting across from someone like me that only asks situational, hypotheticall questions with no correct answer ( I care about how you think and approach problems over book smarts).
Ok. Last bit of advice: the 10 things I look for (in order) when interviewing entry level help desk.
I can teach you how to fix a printer, design a network, or spin up infrastructure in the cloud. I can’t teach you how to act around people.
It’s $100. In 2023 that does not even cover groceries for a middle class household of four for a week.
If you want to advocate absolute austerity to someone who has no expenses yet - go for it. Me? The world is shitty enough as is - of something’s going to make you happy, and you have no other expenses, go for it.
Don’t spend your money because it’s a " good deal". In theory your guardian(s) are covering the expenses the rest of as as adults just accept. Therefore take advantage and spend your money on what brings you joy.
So for years I was similar on reddit. Then I realized I could use my account as a bookmark organizer for subs I was interested in.
Never posted anything however. Here I have alts with post history. Interacting is still taking some getting used to.
As someone who manages a Google workspace instance currently, God I wish I had exchange for my email service.
Telecos make minimal amounts on the hardware - its all in the batshit insane service costs. To give an (out of date ) example, back when ATT was getting rid of contracts I talked with some people who knew the ins and outs. On the contract model, the first 6 months paid for the device subsidy and the network, the last 18 months was pure profit. They where all super excited about the financial gains of no longer needing to do phone subsidies, but still have the customer locked in for 2+ years.
I use it a fair bit. Mind, it’s something like formating a giant json stdout into something I want to read…
I also do find it’s useful for sketching out an outline In pseudo code.