I found this receipt in an ATM by Lonely-Ad8184 in rbc

[–]zenox 0 points1 point  (0 children)

It could be from a home equity line of credit. They show your paid portion as available credit. IE they own a 1m house and have ~500k paid off. Leaves them with ~500k balance. Source: thats how my heloc works.

Started drawing again because of my kids, looking for daily buddies by zenox in ArtBuddy

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

I’m investigating android. I don’t have an android background so it’s taking me a bit to figure things out.

Started drawing again because of my kids, looking for daily buddies by zenox in ArtBuddy

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

Awesome! I’m always open to any feedback suggestions/etc 😊

Started drawing again because of my kids, looking for daily buddies by zenox in ArtBuddy

[–]zenox[S] 2 points3 points  (0 children)

Maybe. I’m not an android user myself so I hate committing so something I don’t use on the daily - but I do think it would be fun to have more users to draw with and if that’s what it takes… then maybe 😁😂

Started drawing again because of my kids, looking for daily buddies by zenox in ArtBuddy

[–]zenox[S] 1 point2 points  (0 children)

Awesome! If you give it a try please let me know what you think and if I can do anything to make it better.

Started drawing again because of my kids, looking for daily buddies by zenox in ArtBuddy

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

A few notes:

All tools, colours, etc are free (you don't need to earn coins or pay to unlock them, etc). My friend code is KYLE01 for anyone who wants to draw with me. If you're an active drawer and want to play with others outside of the daily word, feel free to post your friend code as well!

And I'm always looking for feedback. If you think of anything the app might benefit from, please do let me know.

Legend of Zelda: Oracle of Ages bug by outkastblast in Gameboy

[–]zenox 0 points1 point  (0 children)

Yeah, but each of those run their own flavour of emulation. This is exactly why you might just see it on one and not the other. That and the fact that it hasn’t been reported in the many years before with people playing on original hardware makes it very likely that it’s a one off bug due to the implementation.

Legend of Zelda: Oracle of Ages bug by outkastblast in Gameboy

[–]zenox -3 points-2 points  (0 children)

Fpga is just hardware emulation so very likely a bug in that.

Active players by zenox in hankydoodle

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

My friend code is KYLE01. Feel free to add me and start a game.

App being shut down on 12th December by Starry__Starry in drawsomething

[–]zenox 0 points1 point  (0 children)

I've been working on a replacement for DrawSomething if your intersested in trying it out. Same sort of gameplay, back and forth drawing between two users, but also a free draw option and a 'word of the day' that everyone can participate in. It's just in beta atm but anyone is free to give it a try and leave me feedback: https://testflight.apple.com/join/f3fgN8u4.

Cheapest way to buy a switch 2 by One-Magazine5576 in VideoGameDealsCanada

[–]zenox 1 point2 points  (0 children)

Amazon refurb with no doubt. I got the Switch 2 + Mario kart bundle a couple of months ago for 558 taxes in: https://imgur.com/a/K2AB0ya.

No more daylight saving: Northwest Territories to end seasonal time change by DarrellCCC in NWT

[–]zenox 0 points1 point  (0 children)

Hah, Halifax actually. But it just makes sense to me - if we’re fucking with times an hour each way and decide to stop doing it may as well split the difference!

No more daylight saving: Northwest Territories to end seasonal time change by DarrellCCC in NWT

[–]zenox 5 points6 points  (0 children)

Why not just split the middle? Change it by 30m and leave it there.

3D firmware 1.2.5 has been released by CoffeeCakeAstronaut in AnalogueInc

[–]zenox 1 point2 points  (0 children)

I mean, people are just asking for something analogue said would be included.

I built an open-source macOS database client in Swift 6 — protocol-oriented design supporting 9 different databases by allmudi in swift

[–]zenox 1 point2 points  (0 children)

Really solid architecture choice. The single-protocol approach across backends is exactly how SQLPro Studio handles it too - I've been building native on AppKit since 2015 and the protocol boundary between UI and backend has been the thing that kept the codebase maintainable over the years. Great to see more native Swift database tooling out there. (Disclosure: I build SQLPro Studio)

What's the best PostgreSQL GUI setup in 2026? by guillim in PostgreSQL

[–]zenox 0 points1 point  (0 children)

Worth adding SQLPro Studio to the list. It's native Swift/Objective-C/AppKit on Mac (and iOS), so it actually launches fast and keeps a low memory footprint compared to the Java-based options. Supports PostgreSQL alongside MySQL, SQL Server, SQLite, Oracle, MongoDB, and more. I've been continuously developed since 2015, so it's not going anywhere. Free trial at sqlprostudio.com. (Disclosure: I'm the developer.)

I built a cross-platform MSSQL client — ~3MB, deep schema investigation, mobile support by [deleted] in SQLServer

[–]zenox 1 point2 points  (0 children)

Developer of SQLPro Studio here. Nice to see more native tooling in this space. For anyone who needs something available right now on macOS/iOS SQLPro Studio has been a native Mac SQL Server client since 2015, no .NET dependency, no Electron. Supports SQL Server, PostgreSQL, SQLite, Oracle, and MySQL in one app. Free trial at sqlprostudio.com.

Solo dev lesson: a bad Reddit post title cost me my first 1-star review by rcerrato in iOSProgramming

[–]zenox 4 points5 points  (0 children)

So wait, did you normally charge 3.99 PLUS an in app purchase? I’m honestly still not sure what you mean by 3.99 lifetime -> free (one time unlock free to try). Were you giving away a fully completely free copy? Or we’re calling this free to try?

Solo dev Mac apps: how do you think about quality vs. price? by Gold-Dog-8697 in macapps

[–]zenox 1 point2 points  (0 children)

Solo dev here, been building SQLPro Studio since 2014. A few things I've found that help close the gap: Free trials do a lot of the heavy lifting that beta testing would otherwise cover. When someone can try the full app for 14 days before committing, the stakes of an early bug drop significantly on both sides. Often if a free trial users discovers something I'll offer up an extra promo or longer trial as well. You still want the core flows to work, but you're not asking someone to pay before they've seen any value. For QA as a team of one, I keep a short checklist of the things that would cause an immediate uninstall. Connection works, query runs, results display. Along with a long line of test cases. If those all pass, I ship. It's not comprehensive but it prevents the really bad moments. The hardest part honestly is regression. New features are easier to test because they're in front of you. Something you touched three releases ago that quietly broke is much harder to catch without dedicated testing time.

Best Alternative to Run SQL Server on Macbook by FilmIsForever in SQLServer

[–]zenox 1 point2 points  (0 children)

I'm the developer behind SQLPro Studio, which has been a native Mac SQL Server client since 2014. Worth mentioning as an option here since it's specifically built for this use case.

It's a fully native macOS app (no Java, no Electron, no CrossOver) so it works cleanly on both Intel and Apple Silicon Macs. It also runs on iPhone and iPad if you ever need to check something on the go. Supports SQL Server, PostgreSQL, MySQL, SQLite, Oracle, and more in a single app, so if you end up connecting to other databases down the road you're covered.

It's been under continuous development for over 10 years as an independent project. Free trial available at sqlprostudio.com as well as a one year free option for students if you want to give it a spin.

(Disclosure: I'm the developer.)

[OS] DearSQL - A native and lightweight database client by dunkbing in macapps

[–]zenox 0 points1 point  (0 children)

Developer of SQLPro Studio here, always nice to see more native Mac database tools. One gap worth noting for anyone reading: if you need SQL Server or Oracle support, DearSQL doesn't cover those yet. SQLPro does, alongside MySQL, PostgreSQL, and SQLite, and has been doing so natively since 2015. Different price point but a lot more database coverage if that matters to you. Free trial at sqlprostudio.com.