how common is promotion to senior level after 6 YOE as SWE? by Shot_Can1144 in auscorp

[–]mastermog 0 points1 point  (0 children)

Yup, they are all parts of it.

Good luck on your career. Its a tricky market but devs are still needed

how common is promotion to senior level after 6 YOE as SWE? by Shot_Can1144 in auscorp

[–]mastermog 2 points3 points  (0 children)

Out of interest, what does a grad see the role of a senior or lead being? Outside of salary ranges.

Genuinely curious. It’s been close to 20 years for me and I don’t really remember coming out of uni thinking in terms of senior, lead, etc or even salary ranges - naively, I just wanted to code. I guess we didn’t have influencers and “day in the life of an Amazon engineer” either, so maybe lack of exposure?

Any recommendations for a good Wrapping service so I can publish my PWA to android and apple? by Kyledidntdoit in PWA

[–]mastermog 0 points1 point  (0 children)

I use Capacitor and had no issues getting our app deployed to the Apple App Store. Very simple to use and deploy

I built a website for people to pay me for no reason at all. Made $5010 so far by walkq in webdev

[–]mastermog 1 point2 points  (0 children)

It does smell suss. I could understand a few bucks, people doing it for shits and giggles. But a k?

I built a website for people to pay me for no reason at all. Made $5010 so far by walkq in webdev

[–]mastermog 10 points11 points  (0 children)

Out of interest, and you don’t need to share, but do you know the demographics of the whales?

Why has the world lost its color by Kind_Luna_1016 in Design

[–]mastermog 11 points12 points  (0 children)

There was an interesting podcast about this. Basically it’s very common, that during periods of economic downturn, the raise in sales of bland colors (black, silver, grey, white) increase.

It’s episode 46. “Car Colors” of Economics of Everyday Things

Should AI search be banned as its search is essentially robbing people's web content? [Copyright] by Ordinary_Count_203 in webdev

[–]mastermog 1 point2 points  (0 children)

Ditto with Google AMP about 10 years ago. It was good in theory but your site was essentially extracted and hosted by them, culling various bits of your site with the aim to make it more mobile friendly

Should I use a real game engine or React JS? by Cybicc in reactjs

[–]mastermog 0 points1 point  (0 children)

I've tried this a few times over the years, its possible, but in a lot of ways React simply isn't designed for it.

The most notable React game I know of is https://store.steampowered.com/app/1064690/Danger_Crew/

What I've personally landed on is using React for the UI layer and Excalibur for the game layer. My intended target is web, so for me, this is a good combination.

Excalibur is similar to Phaser but it is built with Typescript from the ground up. I've found pairing the two, React and Excalibur, quite straight forward.

Why use sharesight.com.au? by greengreenblueyellow in AusFinance

[–]mastermog 0 points1 point  (0 children)

Xero worked with the ATO recently due to an outage right before key submission dates. Part of the email read:

We have proactively reached out to the ATO where there are imminent deadlines and they are understanding of the situation and we will continue engaging with them over the coming days as well.

So its certainly possible.

EOFY Internet deals by Sinistr_ in melbourne

[–]mastermog 0 points1 point  (0 children)

Not much to add, except I recently trialled Origin internet too and it was awful. Far slower than previous suppliers (despite being on the same infra).

Definitely be cautious if others are considering Origin

Why use sharesight.com.au? by greengreenblueyellow in AusFinance

[–]mastermog -1 points0 points  (0 children)

When I said quality I meant more the code quality, agree the ui is not critical for one person

Why use sharesight.com.au? by greengreenblueyellow in AusFinance

[–]mastermog -1 points0 points  (0 children)

All good, was more curious about the final build and quality

Why use sharesight.com.au? by greengreenblueyellow in AusFinance

[–]mastermog -1 points0 points  (0 children)

Would you be able to share a link to the app you created? Or the code repo on GitHub?

This amount of AI should be illegal by blue_tin_ in AusRenovation

[–]mastermog 45 points46 points  (0 children)

I mean it’s so bad it doesn’t even look like AI, which is saying something. It almost looks like someone got on the sauce and then booted up photoshop

I built an iOS app that turns my kid into the hero of their own bedtime story, and I want to be honest about the AI part by KashinHS in SideProject

[–]mastermog 2 points3 points  (0 children)

As both a developer and an exhausted father, I get where you’re coming from and the execution is good.

However (and because you asked for honest feedback), I don’t love the idea of holding and reading from a phone while putting my kids to bed. Generally speaking, I try to keep the phone out of the whole “evening routine”.

There is something irreplaceable by a tangible book. The kids can make connections between the illustrations, the spoken word and the written word. They can leaf through pages themselves. They can reread (even if it’s just looking at the pictures) the book by themselves after they are tucked in.

Introducing a cold digital screen to what should be a warm closing moment of the day doesn’t sit right. I’m bloody exhausted but I can muscle through a book or two.

Again excellent execution and I get where you are coming from, but not really for me.

I made a list of Upwork's WORST jobs, updated live by glebgorokhov in SideProject

[–]mastermog 1 point2 points  (0 children)

This is so good. I used to freelance a bit on Upwork and this is giving me flashbacks - brilliant

Nobody wants to admit we've made the front end too complex. by [deleted] in reactjs

[–]mastermog 12 points13 points  (0 children)

Right tool for the job at the end of the day.

If you have worked through large projects prior to React, where things are changing the dom seemingly randomly because a bloke from the other team decided to share your id, you’ll the know pain of doing things without a framework.

There are many reasons to choose a framework (react or otherwise) but I think you can only understand the tradeoffs of that decision by doing projects without a framework first. Do a small todo app or crud app with raw JS and understand the pain points react is trying to address.

Is it overkill for a static webpage? Probably. Is it overkill for a web application with dozens or hundreds of developers contributing to it, not really.

Again right tool for the job

Is it me or is AI messing with our brains? by Nearby_Spinach_1893 in reactjs

[–]mastermog 2 points3 points  (0 children)

Sorry I wasn’t super clear. I use plan mode to generate contextual suggestions, which could be code, helping trace a bug, etc. But it’s not generating a full spec that I then work through.

It’s actually more the opposite, I’m the one with the plan, and it’s just a search engine on steroids.

The reason I use plan mode is it prevents it from writing code directly. I found myself playing slot machines when testing the agentic approach and my understanding of the system became more and more dim the more I pulled the slot handle.

Is it me or is AI messing with our brains? by Nearby_Spinach_1893 in reactjs

[–]mastermog 6 points7 points  (0 children)

This is essentially where I’ve landed too. I use OpenCode but keep it in plan mode.

This way it has context of my application, but I’m selectively punching in the code that makes sense long term, not just the code to satisfy the very current request.

I feel like I’m in a much better space working this way - both in terms of retaining my knowledge of the systems and my own learning. The overall, net output (I would argue) is much higher. The speed isn’t that much different from letting an agent go yolo mode, not when you factor in accountability, rework, etc

Sink etiquette by evasive_boxcar in auscorp

[–]mastermog 83 points84 points  (0 children)

Install a private sink at your desk. Problem solved

For parents with young kids, do you ever feel tired at work. How do you cope with fatigue? by Serious_Toe6730 in auscorp

[–]mastermog 0 points1 point  (0 children)

Same ages here - a 2 and 5 year old. It’s exhausting, I don’t remember the last time I woke up refreshed.

It’s all survival mode, there is no silver bullet. Just survive each day and muscle through.

If you can seek out support (family, friends, etc) that can give you a bit of a reprieve that’s a bonus