HackerTrans
TopNewTrendsCommentsPastAskShowJobs

combocosmo

no profile record

comments

combocosmo
·2 maanden geleden·discuss
It's a unique idea that I could see being useful in select situations. The reliance on wearable microphones sounds like a downside.

Also I guess this might be annoying for pets that can hear well beyond 20 kHz.
combocosmo
·3 maanden geleden·discuss
Can you make some of my repeating settings savable? If I have to send invoices to 5 clients I'd prefer to not have to fill in the same stuff over and over again!
combocosmo
·6 maanden geleden·discuss
Nice project! I built a CLI budgeting project a long time ago, and what made me stop using my own project was the lack of automated integration with my bank accounts. At that point I had many credit cards, multiple bank accounts, in different currencies, and integrating all expenses was just too much manual work.

I wish financial institutions were better at automated exports of your financial data, given the right permissions of course.
combocosmo
·8 maanden geleden·discuss
Of course a bit anecdotal, but not once has either Gemini or ChatGPT suggested me anything with eval or shell=True in it for Python. Admittedly I only ask it for specific problems, "this is your input, write code that outputs that" kind of stuff.

I find it hard to believe that nearly 50% of AI generated python code contains such obvious vulnerabilities. Also, the training data should be full of warnings against eval/shell=True... Author should have added more citations.