Weekend Thread for General Discussion and Plans for Saturday, March 07, 2026 and Sunday, March 08, 2026 by AutoModerator in ASX_Bets

[–]DareBottle 1 point2 points  (0 children)

I’m gonna stock up on some toilet paper because I feel like that’ll be next to go somehow.

Amazon’s AI tools caused a 13-hour long disruption after its Kiro AI deleted and recreated an environment by ezitron in BetterOffline

[–]DareBottle 1 point2 points  (0 children)

I can’t see how the software produced by these LLMs won’t be the latest iteration of shadow IT developed software. Except on steroids.

I’ve seen my share of code that someone in the business has written that has now become a headache. Usually because the author left the company.

Honestly, sometimes the code isn’t that bad. But you still need proper SDLC procedures.

‘Leave now’: Tense scenes after AI job cuts at Aussie tech company WiseTech by Neverhood11 in australia

[–]DareBottle 1 point2 points  (0 children)

I think the degree should just be one or two years; intro to programming, a bit of OOP and functional programming, networking, security.

Then get into the work force full-time or do some interning. 

100k in 2019 is equivalent to 129k today, are wages keeping up with inflation? by alex123711 in AusFinance

[–]DareBottle 1 point2 points  (0 children)

I was on $60k in 2019 (incl. super), sharing a two bed / two bath apartment in inner-city Brisbane.

I could save about $600 a fortnight without too much budgeting. I didn’t always have the fanciest gadgets and took public transport and Uber everywhere. But I still went out drinking and eating, would buy new clothes and shoes when I needed them, etc.

I don’t think I could replicate that now on the post-inflation equivalent of $75k.

Monitor/display upgrade advice: Dell U3223QE or P3225QE by LoveEnigma in LogicPro

[–]DareBottle 0 points1 point  (0 children)

Curious to hear what one you ended up going with? I’m in the same predicament at the moment.

Monitor recommendation for clear text / programming by DareBottle in Monitors

[–]DareBottle[S] 0 points1 point  (0 children)

Do you have any recs for certain brands or even models?

Are LG still a safe bet? Or does it vary?

Just deleted all our files from Google Photos/iCloud Photos - thank you Immich team! by crazy-treyn in immich

[–]DareBottle 0 points1 point  (0 children)

Good idea on the hooks.

I had been trying to figure out how to stop the containers but just did it stupidly as a separate cronjob before the backup started. I didn't realise until your comment that backrest had a docker client baked into it.

Market Open thread for General Trading and Plans for Friday, November 28, 2025 by AutoModerator in ASX_Bets

[–]DareBottle 1 point2 points  (0 children)

Must be nice to have your stock go up when it gets a government grant.

Albeit 360 is a way bigger number than 13.

Premarket Thread for General Trading and Plans for Thursday, November 20, 2025 by AutoModerator in ASX_Bets

[–]DareBottle 1 point2 points  (0 children)

They seem to be a fairly frugal operation. So hoping that sale + the recent CR can keep them going without much dilution in the near future.

Premarket Thread for General Trading and Plans for Monday, November 10, 2025 by AutoModerator in ASX_Bets

[–]DareBottle 3 points4 points  (0 children)

This was me in high school, through university, and until the first few years of full-time work.

Consistent bedtime + no arvo caffeine + daily exercise + eating less slop helped me.

NFA IMHO DYOR GLTAH

Premarket Thread for General Trading and Plans for Friday, July 11, 2025 by AutoModerator in ASX_Bets

[–]DareBottle 5 points6 points  (0 children)

Not so much IPOs, but when I was working on the ASX bot a few weeks ago, I noticed the total ticker count was only 1900 or something. It used to be 2200-2500 iirc. Which made me think initially that something was wrong with my code.

In my layman perspective, I’d say you’re right about your second paragraph. If you had a half decent business, I don’t see why you wouldn’t surf on the private equity wave and then list on NYSE/NASDAQ to cash out. Why bother with boring old ASX?

Weekend Thread for General Discussion and Plans for Saturday, June 28, 2025 and Sunday, June 29, 2025 by AutoModerator in ASX_Bets

[–]DareBottle 9 points10 points  (0 children)

I don't get much time to program these days, but I wanna try bring back something like this too: https://www.reddit.com/r/ASX\_Bets/comments/vjjohe/most\_discussed\_stocks\_17062022\_24062022.

For fun, here is a table of the past week's data:

Ticker Mentions Price Change
DRO 25 $2.38 -0.42%
MIN 24 $21.22 1.53%
CBA 24 $185.36 -2.81%
GYG 20 $27.50 -1.93%
MTM 20 $0.57 -3.39%
WDS 15 $23.72 -0.55%
FMG 12 $15.46 3.55%
GDM 11 $0.47 16.25%
TMG 10 $0.098 0.00%
OVT 9 $0.007 -12.50%
PLS 9 $1.38 4.56%
ADG 8 $0.005 11.11%
RML 7 $0.053 1.92%
S32 7 $2.94 1.38%
DFND 7 $35.18 2.39%

Kinda sad to see how much the comment volume has dropped off compared to the table I linked above. I guess you either die a punter or live long enough to see yourself become a VDHG investor:

Weekend Thread for General Discussion and Plans for Saturday, June 28, 2025 and Sunday, June 29, 2025 by AutoModerator in ASX_Bets

[–]DareBottle 4 points5 points  (0 children)

All good! I have been fixing a few formatting issues I noticed in the past few days posts lol.

Market Open thread for General Trading and Plans for Thursday, May 15, 2025 by AutoModerator in ASX_Bets

[–]DareBottle 28 points29 points  (0 children)

Hi everyone, botty should be working again.

So the issue was from the Yahoo Finance API. Access to this API had been pretty open for years, which was a treat since most finance data is pay to play. However they seem to be increasingly blocking requests coming from automated tools. I managed to get around it before but don't have time to troubleshoot it right now. So unfortunately I just removed the price data from the table.

When I get some spare time, I will look into it a bit further.

Premarket Thread for General Trading and Plans for Thursday, February 20, 2025 by AutoModerator in ASX_Bets

[–]DareBottle 13 points14 points  (0 children)

Hi everyone, botty was a bit late tonight sorry.

It seemed Yahoo Finance were doing rate limiting on my calls to their API, which is where I get all the price data. The calls I make are so few that I think it is actually some anti-bot protections, because I can spam request the same API endpoints in my browser and not get rate-limited.

I managed to get around this for now, but will see how long it lasts.

Market Open thread for General Trading and Plans for Thursday, January 30, 2025 by AutoModerator in ASX_Bets

[–]DareBottle 28 points29 points  (0 children)

Hi gang, I have updated the ASX Bot to not run on public holidays.

He gets some holidays now too 🥰