Hello our valued visitor, We present you the best web solutions and high quality graphic designs with a lot of features. just login to your account and enjoy ...
Hello our valued visitor, We present you the best web solutions and high quality graphic designs with a lot of features. just login to your account and enjoy ...
News ID | Title News | Details |
---|---|---|
93,126 | Cognitive Loads in Programming |
Article URL: https://rpeszek.github.io/posts/2022-08-30-code-cognitiveload.html Comments URL: https://news.ycombinator.com/item?id=32666506 Points: 69 # Comments: 19 |
93,127 | Will California Eliminate Anonymous Web Browsing? (Comments on CA AB 2273) |
Comments URL: https://news.ycombinator.com/item?id=32666995 Points: 137 # Comments: 188 |
93,128 | WebKit Migrates from Subversion to GitHub |
Article URL: https://webkit.org/blog/13140/webkit-on-github/ Comments URL: https://news.ycombinator.com/item?id=32667619 Points: 69 # Comments: 37 |
93,129 | Saying goodbye to my parents’ library |
Article URL: https://www.wsj.com/articles/saying-goodbye-to-my-parents-library-11661572861 Comments URL: https://news.ycombinator.com/item?id=32668081 Points: 21 # Comments: 14 |
93,130 | Dealing with the perfectionism trap as a developer |
Article URL: https://jebraat.com/blog/dealing-with-the-perfectionism-trap-as-a-developer Comments URL: https://news.ycombinator.com/item?id=32668092 Points: 27 # Comments: 25 |
93,131 | Ask HN: Anyone having issues with job applicant fraud? |
In the past month we've seen a dramatic, seemingly coordinated, increase in engineering applicants whose resumés and backgrounds appear qualified, but who refuse to use their cameras during Zoom interviews and who often can't answer specific questions about their backgrounds. We've wasted a significant amount of time on comms and interviews with over a dozen of these candidates. Anyone else experiencing anything similar? Comments URL: https://news.ycombinator.com/item?id=32668694 Points: 91 # Comments: 135 |
93,132 | Why Did Garry Tan Block You on Twitter? |
Comments URL: https://news.ycombinator.com/item?id=32669028 Points: 24 # Comments: 6 |
93,133 | US Government Bans Export of Nvidia A100 and H100 GPUs to China and Russia |
Article URL: https://www.sec.gov/ix?doc=/Archives/edgar/data/1045810/000104581022000146/nvda-20220826.htm Comments URL: https://news.ycombinator.com/item?id=32669215 Points: 97 # Comments: 66 |
93,134 | Ask HN: How to design database schema for usage based billing? |
The service I am building is usage-based, i.e. * I am charging per second the service was used, e.g. USD 0.01/second * I would like to give credits upon sign-up. * There is no monthly minimum. At the moment, I am thinking that I can achieve this with just a few tables: * `billing_account (id, billing_rate_id, running_balance)` * `billing_rate (id, rate)` * `account_credit (id, billing_account_id, timestamp, amount, function_execution_id)` * `account_debit (id, billing_account_id, timestamp, amount, source [platform_credit or stripe])` When a user creates an account, I would create an entry in `billing_account` and associate whatever the current `billing_rate`. I would also create an `account_debit` entry with `source=platform_credit` and update `billing_account` `running_balance` value to reflect their balance after the `platform_credit`. Then whenever they run a function that costs them, I create `account_credit` account with an entry equal to the amount they spent and update `billing_account` `running_balance` value. When they top-up their account, I would just add entry to `account_debit` and update the balance again. This appears to cover all my use cases, but I wanted to check with anyone who's designed such database schemas before. Comments URL: https://news.ycombinator.com/item?id=32669344 Points: 16 # Comments: 8 |
93,135 | UBC team developing oral insulin tablet sees breakthrough results |
Article URL: https://news.ubc.ca/2022/08/30/ubc-team-developing-oral-insulin-tablet-sees-breakthrough-results/ Comments URL: https://news.ycombinator.com/item?id=32669482 Points: 30 # Comments: 13 |