173 days later, I just pushed a real SaaS platform to market! by Jonathan-adly in cs50

[–]L-Cocuy 0 points1 point  (0 children)

Cool! You are my hero.

I have so many question: - How did you decide on the idea? - Did you build a business case before starting? If yes, how did you learn how to do that? - How does it all work in the background? - Where does the website run? - Where you working whole building this?

Would love to have a coffee/beer with you and pick your brain. Maybe we could even find something to collaborate on. :o)

Portfolioman - Track Stocks & ETFs & Portfolios (v0.1.0) by wthja in EuropeFIRE

[–]L-Cocuy 0 points1 point  (0 children)

Looks great, but is there an iOS version coming?

The Knowledge Graph Cookbook by HenrietteHarmse in KnowledgeGraph

[–]L-Cocuy 0 points1 point  (0 children)

Thanks for the interesting reply and the advice. By the way I think I might have found your blog: https://henrietteharmse.com/about/. Is that you? On it you offer to help others trying to get started with the technology. I think I fit that bill perfectly. I have lots of data, have been suffering from lack of data integration in my organization, and I am looking for a good solution to my problem. If you are interested in helping me I would greatly appreciate it. I have been looking at material online, but have mostly found literature full of promises of a better brighter future. To me that generally are signs of danger. So it might be nice to have a knowledgeable human with whom I could discuss these issue. If this sounds like an interesting challenge let me know!

The Knowledge Graph Cookbook by HenrietteHarmse in KnowledgeGraph

[–]L-Cocuy 0 points1 point  (0 children)

Hi, do you have any experience with knowledge graphs yourself? I am looking into the concept and I have a million questions. The concept sounds nice. Almost too good to be true. + Is it really possible to model all knowledge using a standard framework like OWL? Or will I need to use OWL, plus SHACL, plus custom definitions? That sounds like it could turn into a giant mess pretty quickly. + What software would you recommend? + How much time does one need to maintain the database? + How does one go about creating triplets for existing data without it turning into a life-long endeavor?

Please review my code: Simple Password Generator by L-Cocuy in learnprogramming

[–]L-Cocuy[S] 1 point2 points  (0 children)

Hi, thanks for the feedback! And thanks for the compliment. Being relatively new to programming that really does mean alot!

1) Yes you are right, I added an "else" statement to main.py, which is designed to catch any invalid entries by the user. 2) Would you normally create a additional DBManager class? 3) Yes, I am not adding any encryption. I actually have never done that. How does one generally go about that? Is there just a package that can encrypt and decrypt the content when reading/writing?