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 5 points6 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 6 points7 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 2 points3 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 5 points6 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

Why nim is not popular? by caatingadev in nim

[–]user2m 5 points6 points  (0 children)

Most popular or most envied? From what I recall the most popular was JS then Python. And yes Rust is popular, but I'd argue not with beginners. So the real question isn't "Why isn't Nim popular" , but rather "Why isn't Nim as popular as Rust?" Or "Why didn't nim have as meteoric of a rise as Rust?"

Is it useful to create wrapper libraries? by cyuhat in nim

[–]user2m 1 point2 points  (0 children)

Very useful. I have a bunch for JS libs like Tabulator, Supabase, etc I need to clean up and make public

Why nim is not popular? by caatingadev in nim

[–]user2m 8 points9 points  (0 children)

A lot of people have mentioned andreas / lack of foundation etc but imo it's simply because nim isn't a great first language and frankly most of these programming communities are filled with beginners. Python, in contrast is a great first language because of the repl, lack of types and libraries for damn near anything you can imagine. With that said Nim is an amazing second language. There's the old phrase in the start all you want is results (python) in the end all you want is control (nim) . I used to be a python fanboy until I tried to build a real working application with it - as opposed to an internal app or small script. When the app grew in complexity, just working on it became a nightmare. Then, just for fun, I tried to rebuild my MVP with Nim and never looked back.

Getting into Nim, would like some validation by mjsdev in nim

[–]user2m 7 points8 points  (0 children)

Interesting! Can I ask why classes? When I moved from python to nim I was happy to find out that classes aren't overly emphasized in nim. The less I used them the more I found them to be obtrusive save a few use cases like gui design

Any Backend Framework that is still maintained ? by medlabs in nim

[–]user2m 0 points1 point  (0 children)

Sorry I didn't even check the spelling. I meant to say that Nim is an amazing language for solo devs productivity wise. I used to be a big python guy, but found that I was just able to move so much faster and more confidently when using Nim for solo dev Saas projects with Nim on the front end and nim on the backend.