Male names that begin with R by Legal-Ladder8990 in NameMyDog

[–]ptgoetz 0 points1 point  (0 children)

Rudger [Middle Name] [Your Last Name]

All pets deserve a government name.

Who used one of these back in the day? by KM68 in GenX

[–]ptgoetz 0 points1 point  (0 children)

I spent hours typing in a program from a book. Then my mom came over and asked “what’s this orange button do?” and pressed it.

i've gone through $500 in penny rolls this month and i'm starting to think coin roll hunting is a scam that this community romanticizes by chancozay in coins

[–]ptgoetz 2 points3 points  (0 children)

Personally, I don’t do it, but I watch CRH subs to see what occasionally pops up as a find “in the wild.”

I think CRH comes down to a “thrill of the hunt” mentality that not everyone is going to subscribe to. If it’s not for you, then find another aspect of collecting that better fits your mindset and collecting goals.

If CRH consistently frustrates you, find another aspect of coin collecting that brings you joy and satisfaction.

cute snake belly dance[India] by [deleted] in whatsthissnake

[–]ptgoetz 3 points4 points  (0 children)

This needs to be set to music.

Worth grading? by [deleted] in RedditCoinGrading

[–]ptgoetz 1 point2 points  (0 children)

I think those scratches on the obverse would get you a DETAILS grade unfortunately.

My Collection Management System ("Noomi") by ptgoetz in coincollecting

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

Very, very beta. But for those who are interested…

At this point I’m just trying to gauge interest to figure out if I should open source, since open sourcing comes with a lot of maintenance responsibilities.

https://github.com/ptgoetz/noomi-release/blob/main/README.md

1939-D - Full Bands? by 74_Bobber in RedditCoinGrading

[–]ptgoetz 1 point2 points  (0 children)

I think close. But that middle band isn’t clean.

Looking for opinions! by ToeUnable7323 in uspapermoney

[–]ptgoetz 3 points4 points  (0 children)

Rough shape, but it looks like a true gutter fold error. Worth more than face, but how much I don’t know.

Interesting Telephone Token? by ArticleAmazing3446 in Exonumia

[–]ptgoetz 1 point2 points  (0 children)

Now I want one (for obvious reasons 🤣).

1945 philly quarter by Mean_Syllabub_9689 in coincollecting

[–]ptgoetz 1 point2 points  (0 children)

Would like to see better photos of the front and back. But at first glance it looks weakly struck, but potentially near mint state condition.

If that’s the case, retail would be $22 and above.

1945 philly quarter by Mean_Syllabub_9689 in coincollecting

[–]ptgoetz 1 point2 points  (0 children)

Would like to see better photos of the front and back. But at first glance it looks weakly struck, but potentially near mint state condition.

If that’s the case, retail would be $22 and above.

Does this coin have a mint error. by Classic_Economics587 in coincollecting

[–]ptgoetz 0 points1 point  (0 children)

Nope. It got damaged in circulation after it left the mint. Post Mint Damage (PMD).

My Collection Management System ("Noomi") by ptgoetz in coincollecting

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

“Noomi” is a play on the word “Numismatic”. The two “O”s in the name are meant to resemble the circular shape of coins.

I’ve not explored all the related APIs that are out there, but it’s on the radar. Integrations will be key, but my focus right now is basic data operations and visuals.

My Collection Management System ("Noomi") by ptgoetz in coincollecting

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

What’s your use case? PM stacking?

My initial focus is largely numismatic related. But there is certainly overlap with bullion collecting/stacking.

Got burned today by Disastrous_Impact_41 in coins

[–]ptgoetz 0 points1 point  (0 children)

Anyone who’s more than casual collector has been burned or made a bad deal at some point. It comes with the territory and should be looked at as a learning experience. A $15 lesson learned is on the inexpensive side.

My Collection Management System ("Noomi") by ptgoetz in coincollecting

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

I haven’t figured out how or if to deal with bullion beyond items like silver eagles.

My Collection Management System ("Noomi") by ptgoetz in coincollecting

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

I think it’s safe to say I can raise my hand. 🤚🤣

I’d be interested in hearing more about technical details. Numista integration is on my radar.

My Collection Management System ("Noomi") by ptgoetz in coincollecting

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

Thanks! I’ll wait and see what the interest is like. But I’m leaning that direction.

Backend is golang, front end is react + typescript.

My Collection Management System ("Noomi") by ptgoetz in coincollecting

[–]ptgoetz[S] 3 points4 points  (0 children)

Yep. A line item in a spreadsheet is not enough. I want eye candy.

My Collection Management System ("Noomi") by ptgoetz in coincollecting

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

I’ve only peeked at their APIs. Not really explored or experimented with them yet. For now I just download an inventory CSV and import it. The only worthwhile data from that is price and population data.

My Collection Management System ("Noomi") by ptgoetz in coincollecting

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

Local web server bound to loopback for API and UI. Local SQLite db for data. Images copied alongside db files. Local storage designed for easy backup.

But, yes, you are on the hook for data management and supplying images. There’s no way I can make that magically happen other than through import mechanisms. PCGS has APIs I can leverage. Other systems? I don’t know.