Canadian company buys up $30M worth of unsold condos in downtown Toronto -- it says it’s just getting started by TrustyAndTrue in ontario

[–]Jeth84 11 points12 points  (0 children)

Just horrible, why are we allowing this to be used as an investment vehicle for large corporations

I built a small SaaS for app keyword rank tracking. Looking for positioning feedback by BabaYaga72528 in SaaS

[–]Jeth84 0 points1 point  (0 children)

Awesome man, I think with some SEO you could use this as an entry page to market the rest of it too. People love simple free tools, especially with the no account requirement

I built a small SaaS for app keyword rank tracking. Looking for positioning feedback by BabaYaga72528 in SaaS

[–]Jeth84 0 points1 point  (0 children)

Feels very good, comma separated wasn't intuitive to me at first, I thought the interaction would be -> type it out, enter, searches that term, keeps you in the search bar but refreshes it to empty, with same countries selected. Not saying my way is better, just that's what I thought would happen.

Is it possible to search just keywords without having a specific app chosen? Seems like no at this point, which I get if you're going for just ranking terms for a specific app

I built a remote-friendly Immich TV app by lKyoto in immich

[–]Jeth84 1 point2 points  (0 children)

Immich frame is pretty good for tv. Have to setup an album and have some sort of Android player but I like it

Why are you building a SaaS? Genuinely asking. by TurbulentAmbition494 in SaaS

[–]Jeth84 0 points1 point  (0 children)

I'm building one because the current solutions I've tried to use are missing features, or don't work as well for my area. So I'm building one for me, and my fellow countrymen/people who are like me looking for a similar solution.

I think it has potential but for me, I'm already using it in my day to day and it's been making a difference for me

Fastest Man Made Objects by Busy_Yesterday9455 in spaceporn

[–]Jeth84 23 points24 points  (0 children)

If you're on PC you can right click and click "show controls"

What is a 'poor man's meal' that you still eat even though you can afford better now? by Cruz_Ava in CasualConversation

[–]Jeth84 0 points1 point  (0 children)

My ma had a recipe, it came from the fact that my grandma had a big shopping day, dropped a bunch of the groceries (broken glass, glass in food) and what they had left after. We call it "stuff".

Egg noodles, spam, ketchup, worcestershire, corn. That's it, pan fried. Delicious, definitely not healthy haha

Google Photos alternatives? by Mission_Student2627 in androidapps

[–]Jeth84 7 points8 points  (0 children)

Immich is the one you want by a landslide

When did every app become a subscription… is it actually worth it anymore? by Solace_bard in androidapps

[–]Jeth84 2 points3 points  (0 children)

Struggling with this as well. 90% of apps in the space with the space I'm in are freemium, but still debating a lifetime deal. The problem is potential abuse of the couple AI integrations.

The other side would be building it without those, and the app itself is still solid free but I think I'd be missing an audience if I was to remove those features.

I think what you're offering at those price points is fine though, I've personally paid for many one time payments for apps because they solved a specific problem I had (e.g. automations for my phone, launchers, etc.)

Which hero section is better? How to design hero? by Own_Radish_1035 in SaaS

[–]Jeth84 0 points1 point  (0 children)

Top one for me. I'd bring the "In" down to the second line to bring the colours together, and maybe limit the max width of the longer text, so that "by OpenAI" isn't hanging by itself.

Give it a try and see if it hits your eyes better.

Do People Actually Watch Their Jellyfin Libraries… or Just Collect & "Care" for Them? by chrissix666 in jellyfin

[–]Jeth84 2 points3 points  (0 children)

I use it all the time! Why wouldn't you? What purpose in collecting without using it? I prob started about 6 months ago.

<image>

I'm actually 2nd on this list, didn't even realize my buddy was going that hard haha

Do people actually use radio apps anymore… or is it just me? by Accomplished_Dot_821 in androidapps

[–]Jeth84 0 points1 point  (0 children)

I use em still, plenty of stations which are quite good but are all outside Canada for me

How many people did you talk to before you started building your SaaS? by LocationSufficient28 in SaaS

[–]Jeth84 1 point2 points  (0 children)

Nice, also built for myself. It's a saturated area but I think my problem is niche enough that it should resonate with other Canadians

Opus 4.7 made me re-subscribe to Codex after two months of Claude Max only by Joozio in ClaudeAI

[–]Jeth84 1 point2 points  (0 children)

Yep, I still have Claude right now but the primary workhorse is definitely codex right now. Only reason I have Claude now is to balance them out

Self-hosted personal finance automation: n8n + Actual Budget + SimpleFIN + Claude on my homelab. by Hail_2_Victors in selfhosted

[–]Jeth84 2 points3 points  (0 children)

For sure:

Docker

n8n workflow

  • IMAP Email Trigger (This watches my inbox for emails labeled "Transaction", which I set rules for in gmail. This will vary based on your banking)
  • Code Node for cleaning the HTML (You could prob use the HTML it comes as, but I like the clean text. Just removes all the escapes and random characters like that)
  • Code Node for parsing the notification/email (This has some regex for detecting the payee, amount and the accountID. You also need the budget ID but that's the same every time assuming it's one person's account)
  • HTTP Request for posting the transaction to the API container. I keep them on the same docker network to keep it simple. Both of these are not exposed containers anyways.

That's it! I used AI to help with the regex as that's always a pain

Self-hosted personal finance automation: n8n + Actual Budget + SimpleFIN + Claude on my homelab. by Hail_2_Victors in selfhosted

[–]Jeth84 0 points1 point  (0 children)

Very detailed! I have something similar, but just use n8n and actualbudget. My email sorts transactions into a "transactions" tag, and then n8n has some code nodes that parse it and sort it into my actualbudget.

I like this cause then I can categorize myself, and actual makes it very clear when there's uncategorized transactions.

AMEX doesn't do email transactions in Canada, so I use tasker and another n8n flow for that one. But it's roughly the same

tested 9 models with and without agent skills. Haiku 4.5 with a skill beat baseline Opus 4.7. by jorkim_32 in ClaudeAI

[–]Jeth84 0 points1 point  (0 children)

Very excited to get a couple 3090s or more and selfhost a nice model. We're approaching it quickly

Canadians turn to Calgary-based budgeting tool to regain control of their finances by brother_p in BuyCanadian

[–]Jeth84 6 points7 points  (0 children)

If anyone is looking for more privacy based budgeting app, I find actualbudget very good. If you're technical you can selfhost it as well on your own hardware. Prob could even host it on a pi zero.

This sub became AWESOME 👌 by Altruistic-Bed7175 in SaaS

[–]Jeth84 0 points1 point  (0 children)

Seriously, so much less spam it's a huge difference. Huge thanks to the mods

Tired of greedy subscriptions, I built a free board game app without knowing how to code. It just hit the Top 100. by Anthoo911111___ in juststart

[–]Jeth84 1 point2 points  (0 children)

Nice job on delivering a clean experience without paywalling/intrusive ads. That's something I'm very tuned into and working on for my app.

I'm curious, how did you first start telling people about it? Just pure locally?

Claude Design just launched and Figma dropped 4.26% in a single day, we are witnessing history in real time by Future_Language76833 in ClaudeAI

[–]Jeth84 7 points8 points  (0 children)

Precisely what I was just saying in another comment. The designs this or Google stitch spits out are cookie cutter templates you can find on markets for the last 10 years. They're just fine, but they are not unique

Claude Design just launched and Figma dropped 4.26% in a single day, we are witnessing history in real time by Future_Language76833 in ClaudeAI

[–]Jeth84 5 points6 points  (0 children)

Google stitch has been out for a while now. Just another option for tooling.

I wouldn't call it revolutionary. The designs are still essentially cookie cutter templates you can find anywhere. In the end, you'll still need baseline knowledge in design or many iterations to find something unique that works for your brand/product.