codingclaws

↗ HN profile [ 468 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. By good, I mean a developer that can successfully build an app from scratch that doesn't have any bugs. I have a theory that there just aren't that many good developers due to the way the industry works (more pay to…

  2. I'm thinking of making a desktop app that makes available the Claude, OpenAI, Gemini, etc API functionality. I guess the user would have to plug in their API key. Does it make sense for me to spend time building this?

  3. Do you buy bottled water from the store? Do you filter tap water? What filter do you use? Do you drink unfiltered tap water (which country)? Something else?

  4. Let's say you have a software development firm. You have some sales/marketing people and you have some developers. How do the sales and marketing people obtain projects for the developers to work on?

  5. What informational sites are good besides Wikipedia? Here are a couple that I know of: https://learnmeabitcoin.com https://learnyouahaskell.com

  6. I've been relearning C++ over the last week and it seems absolutely massive. Do any other languages come close to its size?

  7. I'm starting to realize that my family members are using ChatGPT quite often. Anyone else?

  8. Someone recently asked what's the best book you've ever read. I thought I would ask the same question but movies instead.

  9. For example, I'm reading a summary of Bulgarian history and it's pretty ridiculous.

  10. I'm a freelance developer and I have to estimate cost in order to obtain new clients. Should I give an honest estimate, or should I lowball it?

  11. Do you get a check? Do they pay you electronically (which service)? Something else?

  12. I am considering building an app for iOS, iPadOS and macOS and want to know what other developers think about the Apple developer experience in 2024. I built an iOS app about a decade ago and it wasn't the best…

  13. Say you want to have links on your site that download files, but the files are on a remote server relative to the web server. If the web server has to first download the file from the remote server and only then send it…

  14. If you were going to make a programming shirt with one line of code or one expression on the front of the shirt right in the middle what would it be? Examples: (+ 1 2) or ++i; or x ? x : y