rolaulten

joined 1 year ago
[–] [email protected] 11 points 7 months ago

If your installing, or deleting something and your package manager is modifying more then a few packages: stop, read and think about what your about to do.

[–] [email protected] 4 points 7 months ago* (last edited 7 months ago) (1 children)

I'm in a similar boat. Flew across the country because after "missing" 2017s I immediately felt regret. Now I'm debating Europe in 2026.

But the colors. Can someone who understands this stuff please explain to me why a simple reduction in light in the lead up to (and following) totality makes all the colors seem "wrong"?

[–] [email protected] 1 points 7 months ago

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...)

[–] [email protected] 3 points 7 months ago (2 children)

+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.

[–] [email protected] 6 points 7 months ago

That's the scary thing. It looks like this narrowly missed getting into Debian and RH. Downstream downstream that is... everything.

[–] [email protected] 2 points 7 months ago

Yep. Sounds right. Welcome to learning docker compose.

[–] [email protected] 2 points 7 months ago (2 children)

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.

[–] [email protected] 3 points 7 months ago (4 children)

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.

[–] [email protected] 3 points 8 months ago

Enterprise tooling (aka a usable API) and it stays out if my way.

[–] [email protected] 3 points 8 months ago (1 children)

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.

[–] [email protected] 7 points 8 months ago

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.

[–] [email protected] 11 points 8 months ago* (last edited 8 months ago) (2 children)

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.

view more: ‹ prev next ›