escot

↗ HN profile [ 76.7 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Say you’re making a chess game. A valid board only has one piece per square, or zero. But, you have an algo that generates boards by moving pieces around and during that algo you may move a piece on top of another and…

  2. Astrolabe (en.wikipedia.org)
  3. From slow responses to taps,janky UI artifacts, weird animations that dont quite match up. Tapping on a photo in messages has an obvious half second delay before it opens. I upgraded from an old XS and this doesnt feel…

  4. Did it have near 100% coverage or did it make tradeoffs on what to test? Did it include UI tests which are notoriously difficult, and if so how did it handle issues like timeouts and the async nature of UI? Did it have…

  5. Tariff Engineering (en.wikipedia.org)
  6. My info in bio, around all week!

  7. I’ll be in Barcelona all week and would be interested to meet some other programmers! scott@scottantipa.com

  8. CNN Lite (lite.cnn.com)
  9. Crafting Great Commits (scottantipa.com)
  10. V-Shaped Skillset (scottantipa.com)
  11. It would be a slack instance for people seeking tech jobs, so we could have channels like #backend-senior and #frontend-junior etc where you can discuss tips for interviewing, practice questions, etc.

  12. When Ive been job searching I’ve thought it would be nice to discuss the process, what to study, etc with other job seekers in the same industry. There could be channels based on role, level etc. If you think you’d be…

  13. Speedo-Shaped Skillset (scottantipa.com)
  14. Say you’re storing a percentage like “state tax”. You store it as a decimal: 0.4 means 40%. What do you call this type when you need to name a db column or a variable? Technically it is not a percent until you * 100.…

  15. There are several apps that will let you use their service without creating an account or storing any of your data with them. You sign up with google or dropbox etc, and the app will read/write everything to your…