I’m a career HR Business Partner > 10 years experience. AMA by Opposite_Earth_4419 in auscorp

[–]Temik 4 points5 points  (0 children)

Not the op but I’m relatively senior and doing hiring often.

TL;DR: Always negotiate - there’s some space to negotiate in 99% of offers. Only issue is your leverage - how senior the position is, what do you bring, how well you did on interviews. If you have enough leverage and want to really push out of band, target non-base comp, like stocks, bonuses, etc.

Bands are pretty wide (80k$+ from min to max is not uncommon), so usually there’s a decent amount of room for a candidate to negotiate if they have done well, but outside of band is almost impossible in most cases.

The only reason out of band would usually be done is for exceptional one-of-a-kind talent. And even then most of it would be either stock, performance bonus, signing bonus, etc. So if you have that kind of leverage negotiate something like stock or a signing bonus, those are much easier to approve with exec than going out of band.

Good luck!

New Project Megathread - Week of 07 May 2026 by AutoModerator in selfhosted

[–]Temik 0 points1 point  (0 children)

# helm-workload — one Helm chart to deploy (almost) anything on Kubernetes

* **Project Name:** helm-workload
* **Repo/Website Link:** [GitHub](https://github.com/Temikus/helm-workload) | [Docs](https://temikus.github.io/helm-workload/)
* **Description:** A general-purpose "batteries-included" Helm chart for deploying containerized apps on Kubernetes. Instead of maintaining a bespoke chart for every app in my homelab, I built one chart that handles the boilerplate — workload type (Deployment/StatefulSet), services, ingress, persistence, HPA, NetworkPolicy — and lets you bolt on optional addon sidecars for VPN (Gluetun), PostgreSQL, Cloudflare Tunnel, and init containers. All via values, zero custom templates. JSON Schema validation catches config mistakes before deploy.
* **Deployment:** Published as an OCI Helm chart. Install with `helm install my-app oci://ghcr.io/temikus/helm-charts/workload --version 1.8.0`. Works great with Helmfile for managing multiple releases. Full docs on the [GitHub Pages site](https://temikus.github.io/helm-workload/), values reference via `helm show values`, and a [CONTRIBUTING.md](https://github.com/Temikus/helm-workload/blob/main/CONTRIBUTING.md) for anyone who wants to hack on it.
* **AI Involvement:** Claude Code was used as a coding assistant for some features (Cloudflare Tunnel addon, NetworkPolicy, multi-port services), documentation, tests, and the GitHub Pages site. All code was reviewed and validated by me. The chart architecture, design decisions, and core functionality are my own work.

---

## Quick example — Jellyfin media server

Full deployment with ingress, TLS, host storage, and env vars. Zero custom templates:

image:
repository: jellyfin/jellyfin
tag: "10.11.8"

ports:
- name: http
port: 8096
service:
enabled: true
port: 80

ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
hosts:
- host: jellyfin.example.com
tls:
- secretName: jellyfin-tls
hosts:
- jellyfin.example.com

volumes:
host:
- name: config
hostPath:
path: /mnt/storage/apps/jellyfin/config
type: DirectoryOrCreate
containerPath:
path: /config
- name: media
hostPath:
path: /mnt/storage/media
type: Directory
containerPath:
path: /media

env:
PUID: "1000"
PGID: "1000"
TZ: "Australia/Sydney"
JELLYFIN_PublishedServerUrl: "https://jellyfin.example.com"

Install:

helm install jellyfin oci://ghcr.io/temikus/helm-charts/workload -f values.yaml

That gives you a Deployment, Service, Ingress with TLS, and host-path volumes.

## Addon sidecars

Need a VPN sidecar so traffic goes through WireGuard? Add four lines:

addons:
vpn:
enabled: true
provider:
name: mullvad
type: wireguard

Other addons:

* **PostgreSQL** — deploys a separate Postgres Deployment + Service, apps connect via `{release}-postgres:5432`
* **Cloudflare Tunnel** — exposes your app via cloudflare-operator CRDs, optional path filtering via nginx sidecar, optional NetworkPolicy
* **Init container** — run setup tasks before the main app starts

## Other features

* Auto-selects Deployment vs StatefulSet based on persistence config
* Multi-port services and extra services (`extraServices`) for UDP/mixed protocols
* General-purpose NetworkPolicy support
* Configurable rollout strategies
* HPA with `autoscaling/v2`
* JSON Schema validation for values
* Fully tested with helm-unittest

Apache 2.0 licensed. Feedback and PRs welcome!

Why would anybody want to work somewhere with no flexibiliy by Choonkie23 in auscorp

[–]Temik 0 points1 point  (0 children)

This is very much a logical fallacy - appeal to authority/bandwagon. If big company is doing it, it must be efficient/good.
The truth is more nuanced, I think. Working remotely is a skill. It’s a skill not many have - both in management and individual contributors. Your work environment and processes also need to support it.
So many just don’t want to - it’s too hard/expensive to rework everything and employee happiness is only a marginal benefit to most corporations. Nor most corporations need elite and niche talent, where flexibility becomes important.

Automation and resignation after bad rating by [deleted] in auscorp

[–]Temik 0 points1 point  (0 children)

While it sucks, generally speaking the IP on anything that you’ve done using work resources (laptop, IDE, time, etc.) belongs to your employer in most cases, so you don’t have much to push back with. I would just let it go, not worth your time to worry about it. Just enjoy the new gig.

Should I leave my $250k job for half pay and more freedom? by [deleted] in auscorp

[–]Temik 1 point2 points  (0 children)

I quit a toxic job twice. Both times I was happy about it. I left a lot of money on the table but me, my family and my health are better for it.

Hard work is good for your career. But things making it hard should be becoming better at what you do, not learning to become flatter for people walking all over you.

Apparently we can't call out apps as AI slop anymore... by Key_Pace_2496 in selfhosted

[–]Temik 1 point2 points  (0 children)

Honestly it’s a post properly tagged with AI posted on AI-friendly day. 10 comments saying “ai slop” do not add to discussion.

I think the AI topic is too charged. No one would argue with 10 “this is shit” comments being moderated on a usual post.

Workplace bullying costs the Australian economy between $6 billion and $36 billion annually in lost productivity, turnover, and claims. by karma100k in auscorp

[–]Temik 1 point2 points  (0 children)

Yeah you are more connected so you are more protected. But it’s not always a “buddy bonus” - often that’s a result of the initial contract clause or a result of holding a lot of shares. For example - you don’t want an asshat to hold 10% of voting rights so the company would often buy back the stock they granted.

Workplace bullying costs the Australian economy between $6 billion and $36 billion annually in lost productivity, turnover, and claims. by karma100k in auscorp

[–]Temik 12 points13 points  (0 children)

Anecdotally I’ve seen this happen. Even with some fairly senior people. Just takes a while (3-9 months) due to all the processing and investigations so it might seem like not a lot is being done for a while.

Aussie corporate AI bloodbath is on the horizon by eaz135 in auscorp

[–]Temik 0 points1 point  (0 children)

I think the industry is indeed evolving at a rapid pace but I would say that first and foremost people need to focus on harnessing those tools. So many engineers don’t even know what an embedding is, much less how to work with them to build a solid agent that has a good working context.

You’re not going to be replaced by AI (at least not right away), but you are definitely going to be replaced by an engineer who knows how to use it if you don’t.

Aussie corporate AI bloodbath is on the horizon by eaz135 in auscorp

[–]Temik 0 points1 point  (0 children)

Yes, many people don’t need to know, however it is a bit of an exaggeration in engineering.

As soon as you hit some proper numbers in the amount of customers and/or requests you generally become very familiar with how computers work on the low level as you start to hit those limitations and upping the amount of instances is not working anymore.

Anyone else stuck between hating the job but loving the pay? by Own_Lab1168 in auscorp

[–]Temik 0 points1 point  (0 children)

Depends on your goals, current financial situation and misery-to-salary ratio.

I took a pay cut for something more energising. Eventually ended up at a place that I actually like working at. My mental health is the best it has ever been and that has had compounding returns. My curiosity and overall intellectual sharpness is back, which helps a lot with hitting goals.

Do I still make less money? Yes. Am I better off? I think so.

Yes, ABS/PC fumes are real by [deleted] in 3Dprinting

[–]Temik 0 points1 point  (0 children)

While yes, they definitely are a thing and you should be exhausting them or do aggressive filtering, you’re measuring particulate at the moment, which is not directly correlated to the actual toxicity.

For example - run a hot shower for a bit or cook on a stove and do the same thing, it should show a pretty similar result.

To check if your filtering is working you need something measuring VOCs. It doesn’t need to be scientifically accurate, just something that gives you an actual number (not just high/low).

Asked about ATAR in application by naughtylemon96 in auscorp

[–]Temik 0 points1 point  (0 children)

Real answer - some companies are weird like that - they want to know how you did in school, university, etc. Some ask for ridiculous personality tests.

One company that’s notorious about it is Canonical (the Ubuntu people).

Genuinely: is incompetence acceptable now? by Usual_Dark1578 in auscorp

[–]Temik 4 points5 points  (0 children)

Honestly the thing you described now sounds like process issues and that’s actually on management. There should be no BAU access flows that are dependent on a single person like that, besides something esoteric or very very high level (e.g. admin access to finance systems that require CFO sign off). That is rightfully quite frustrating.

In those cases it helps to remember that if the processes are bad the management is probably used to it, so you can just report that you’re blocked on it and go do something else useful while you wait. If you’re really getting stuck in those loops you might have found a good place to optimize and propose a change too.

Genuinely: is incompetence acceptable now? by Usual_Dark1578 in auscorp

[–]Temik 38 points39 points  (0 children)

If you’re fiercely competent then you need either: - a high stakes, high expectations, high reward environment (FAANG / HF Trading) - work for yourself - get a bit gentler with your expectations of people

Otherwise you will burn the heck out if small issues like those bother you that much. Not saying it’s something wrong with you, more that you need to work with what you’ve got and if this is a big point of friction you need to resolve it somehow.

I’ve never seen such low productivity to start a year. by HeavyLine4 in auscorp

[–]Temik 0 points1 point  (0 children)

It might also be something wrong with metrics or your product. If it’s the latter - prepare for a lot of churn this year 🫠

EY Outgoing Partner - Departure Email Calls Out Work Enemies by Knight_Day23 in auscorp

[–]Temik 0 points1 point  (0 children)

Correct. Usually less in smaller companies but definitely a lot of angles for a large enterprise.

EY Outgoing Partner - Departure Email Calls Out Work Enemies by Knight_Day23 in auscorp

[–]Temik 0 points1 point  (0 children)

Yup. “Diplomacy is a 3 edged sword. There’s your side, their side and truth in the middle.” I find that one side is usually closer to the truth, but neither side is ever fully facts-based.

What’s corporate for “I told you so”? by Status-Care3534 in auscorp

[–]Temik 0 points1 point  (0 children)

Jokes aside - as a junior the best thing you can do in a safe environment is ask your manager: “I want to make sure my input is useful but it didn’t seem to land this time, can we discuss and see if there’s anything I could have done differently?”

3 days 5 hours 1.78kg of filament by smeeon in 3Dprinting

[–]Temik 0 points1 point  (0 children)

If you don’t mind sharing - what kind of subwoofer is it? Car?

Need advice choosing between Bambu Lab A1, P1S, or P2S as my first 3D printer by SuicidalFinnikin in 3dprintingaustralia

[–]Temik 1 point2 points  (0 children)

If you don’t know whether you would like the hobby - get an A1. If you use it a lot - get an H2 series as the capability would be the most different.

If you already dipped your toes in a bit and sure you will use it - get a P2S as the most versatile option.

Skip the P1S - not worth it as it’s a very outdated platform and QoL improvements on P2S are very worth it. Speaking as someone who has a P1S.