HackerTrans
TopNewTrendsCommentsPastAskShowJobs

uzername

no profile record

comments

uzername
·2 ay önce·discuss
I would love to hear more about your advice and the coaching you are giving to management. We also have a strong push to prove evidence of climbing productivity with clearly state future staffing goals. I would like to advocate for this, at even partially, enhancement and quality of life improvement for IC folks.
uzername
·5 ay önce·discuss
I use a CICD tool called Vela.(No relationship to the k8s tool also called Vela.) It's mostly docker all the way down. Reminds me of bit bucket pipelines. Maybe worth checking out if GHA is just too opaque.
uzername
·7 ay önce·discuss
I had immich running great for a while, maybe for months. It would seamlessly sync photos from phone to local home server. I was going to setup nightly outbound sync too (1 is none, 2 is some).

I updated the container for usual appliance maintenance. Entire thing is toast. Metadata files can't be read, mounted, permission issues and more. It's been four months since.
uzername
·7 ay önce·discuss
On some previous version of Samsung's UI, they followed the Apple trend of splitting the swipe down interaction, one side for notifications and one side for setting. It was extremely confusing. Luckily Samsung included a toggle to revert that change.
uzername
·8 ay önce·discuss
Lurking, occasionally commenting, rarely posting. I've read HN everyday since I started working in the industry since March 2016. I appreciate what HN is and the shared culture.

Thanks all, and have a great day.
uzername
·9 ay önce·discuss
The loss of Google Reader really does feel like the beginning of the end in retrospect.
uzername
·9 ay önce·discuss
Missing search and weird ssh control character issues are my blockers. It's great otherwise!
uzername
·11 ay önce·discuss
My team is worried about that too. We've been a java and spring shop for years. We're looking at micronaut, it's similar enough.

When I had someone from another team take a look at broadcom and what they could do to spring, they said the licenses are permissive, it will be fine. Likely not that simple.
uzername
·3 yıl önce·discuss
We deploy everything in kubernetes in the live environments, with databases in rds, s3 for objects, sometimes dynamo for other data types or patterns.

Locally there's docker compose for the APIs (Java, python) and usually postgres. It's a good observation, interrupting that workflow would be quite a pain.
uzername
·3 yıl önce·discuss
I work at a pretty large corporation that uses docker desktop. The engineering team is in the low hundreds spread across the world. We happily pay for what we use and it's all great. We don't really use many features of docker desktop though. We have our own image space (ecr) and I don't think anyone is using or relying on extensions. I'm sure some team will eventually socialize an alternative. The reason we went through with paying for docker desktop was probably the lost time and productivity of transitioning off without due diligence dedicated on getting another option to work just as well. I don't know if our org gets customized pricing, but if it's $24/mo for us, that's maybe a 1/3 of an hour of the least expensive run rate engineer we have (worldwide, again), per month. That's maybe 5 hours of run rate time per year per engineer. I can see why our org bought in at the time and continues.

On a personal note, I was fine with the change, since it allowed personal use still with docker desktop. When Docker Desktop for Linux came out, I gave it a try on a clean server. Unfortunately, even on a fresh Ubuntu install with fresh hardware, the reliability of Docker Desktop for Ubuntu was awful, crashing every few days into a stalled state. I had to make a cron job to watch it and maintain it's uptime.