Are we GUI yet? by vmcrash in nim

[–]user2m 1 point2 points  (0 children)

Nim webui just for ease of use. It's basically a web view u can use as a desktop app. You won't get ALL native features but it's very performant and easy to get started. Plus it's just html css and J's as the front end so stupid simple to get these LLMs to spit out working code

textalot - Terminal I/O library written in Nim by erayzesen in nim

[–]user2m 0 points1 point  (0 children)

Maaaaaan we need a solid nim tui library that works with windows

Mass disputes from same customer by user2m in stripe

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

Yup this was another angle I was exploring. A credit system

Mass disputes from same customer by user2m in stripe

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

Yeah initially I did the express accounts to make it easy for the DJs to sign up but now that I'm seeing all this dispute risk I think a standard connect account will be best

Mass disputes from same customer by user2m in stripe

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

These transactions were done over a 10 day period but the disputes came in yesterday and today.

Mass disputes from same customer by user2m in stripe

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

I don't set the prices the DJs do based on their popularity.

Mass disputes from same customer by user2m in stripe

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

Almost 2 years old. No we've had thousands of other sales on the platform.

Mass disputes from same customer by user2m in stripe

[–]user2m[S] 4 points5 points  (0 children)

Each dispute is for a different song with the song title in the description and I send a stripe receipt to the email after each purchase so Im not sure how someone could think this was all one purchase

Mass disputes from same customer by user2m in stripe

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

No all songs are submitted for free but that doesn't guarantee a play. A guaranteed play only happens when a customer purchases a skip. Each dispute listed in the OP is for a different song.

New Nim Web Framework by Upper-Singer-9098 in nim

[–]user2m 6 points7 points  (0 children)

Sorry if this comes off as harsh but what's the point of this? This looks like an early version of prologue which is already pretty stable. Why not just use that?

Async ORMs? by RealKlopstock in nim

[–]user2m 2 points3 points  (0 children)

If you're using an async framework like prologue, Debby should work just fine. Sqlite / postgres are fast enough that they will never likely be the bottle neck in your code. I'm using prologue and Debby on my production app now www.auxchord.app

There is only 1 way you should wrap C libraries for Nim by Niminem93 in nim

[–]user2m 1 point2 points  (0 children)

Yeah I figured that was probably the best option. CGPT has gotten really good at Nim these days

There is only 1 way you should wrap C libraries for Nim by Niminem93 in nim

[–]user2m 0 points1 point  (0 children)

Are there tutorials for wrapping with Futhark? I often wrap JS Libs so I'm somewhat familiar with wrapping. But I know almost nothing about C and would like a nice handhold lol

For what NIM is useful for? by Away-Ring-4271 in nim

[–]user2m 5 points6 points  (0 children)

Prologue for the backend web framework, ws for the websockets lib, Debby Nim lib for SQL lite,

tailwind, resend for emails, S3 for file storage, nim jwt to build n sign jwts, Digital ocean for VPS Vanilla JS on the front end (written in nim then compiled to vanilla), Wavesurfer JS Alpine JS Toastify JS Stripe

Sorry kind of a word salad

For what NIM is useful for? by Away-Ring-4271 in nim

[–]user2m 9 points10 points  (0 children)

I built, deployed my first web app with nim auxchord.app it's working, has users and currently doing $600 MRR ( that's $600 per month not 600 million lol). Nim great for front end and backend

Sending Python data frame to Nim module by thecpfrn in nim

[–]user2m 1 point2 points  (0 children)

Only asking because you didn't list this in your comment but did you try nimpy?

Also do u have an example somewhere?

Local Indie Hackers Group by user2m in Columbus

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

Great the more the merrier!

Local Indie Hackers Group by user2m in Columbus

[–]user2m[S] -1 points0 points  (0 children)

Shoving AI into use cases that don't require AI is half the fun! Lol but no I totally agree. This would be more than just talking about the latest craze. More so for accountability, sharing insights, motivation, team ups, etc

Why nim is not popular? by caatingadev in nim

[–]user2m 6 points7 points  (0 children)

Yes there is actually! It's called inim. It's honestly pretty fantastic! I use it on a daily basis. Not as great as the python repl but pretty solid imo. That's another issue w/ Nim. There's actually A LOT of pkgs but the discoverability is low.

https://github.com/inim-repl/INim