BitwiseFool

↗ HN profile [ 95.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Why is it that the columns after the SELECT and before the FROM require comma delineation when the JOINS and conditions in the WHERE clause do not? It seems like you could write an implementation of SQL that can manage…

  2. Apologies for not knowing the proper term for this, but I have increasingly noticed that many websites are adopting a new login process that I can only describe as "Enter Username, then redirect to Enter Username +…

  3. There's a discussion going around in management about creating a common style guide for our source code. Currently the only style that is enforced is that we use spaces instead of tabs and the length is two spaces per…

  4. I've become increasingly dissatisfied with how generic the results from Google, Bing, and DuckDuckGo have become when searching for programming related questions. Even when I try to use advanced querying these search…

  5. I'm interested in creating building diagrams and maps using SVG. I expect to be working with a lot of connected shapes and textboxes for unit numbers. I'd even like to populate text programmatically. What software do…