robertAngst

↗ HN profile [ 110 ms ] full profile
Karma
489
Created
April 3, 2018 (8y ago)
Submissions
0
http://efficiencyiseverything.com/
  1. The Efficiency Is Everything Cookbook [pdf] (efficiencyiseverything.com)
  2. Calories per Dollar of Every Restaurant (efficiencyiseverything.com)
  3. Maybe I cannot picture the usecase, but my understanding is that IOTA is used to track data that a company themselves submit. There is the obvious issue of GIGO, and makes IOTA feel like its literally a write only…

  4. Its pretty apparent that there is a severe shortage of programmers and that there are plenty of problems that still need solved. I have an interest in solving food problems, time expense or monetary expense. Calories…

  5. Seeing the monopoly Physicians have in the United States has me thinking- Would programmers get significantly higher pay, if we called for licences to program? The political reasons are easy, wait for a hack and start…

  6. I asked this question on reddit, and the response was to buy the 2,000 dollar computer that I would only be using to compile an iphone app. Given the cost, I've considered borrowing a friends computer for a few…

  7. I found that to authenticate using Javascript Server, it requires using implicit grants on the API. This looks uncomfortably cheap, with the web browser opening to authenticate. I dont think I can have something that…

  8. I urgently need to learn embedded systems and I've mostly done web. The problem: Not having to clean or put away your plates, silverware, and cups. All ideas appreciated. Looking to build either this week or next, but…

  9. I believe there was a course that you had to apply for but you could attend from home. I thought it was this summer or fall, and I cannot remember the details, but it was posted less than a month ago.

  10. (I'm looking for ideas, not shilling coins) I am very skeptical of blockchain as a revolutionary technology. Isnt the entire purpose validation of data? To me, for social media, Facebook isnt going to lie about my July…

  11. 4 days of learning networking and VM, I'm still stuck figuring out where to look. Goal is to have a public(or at least network) server. >Vagrant's Homestead is producing a working website at 192.168.10.10(host only) and…

  12. Ive noticed some solutions people are using have monthly costs. Now that its been a few years and sass founders get bored, they leave a company and the software either shuts down, or the software survives as this weird…

  13. I'll explain the problem: >I need to collect store prices(and item name), but this requires taking a photo >This needs to be typed and lined up to internet data that has some flaws. -The names are incorrect (fuzzy text…

  14. I love programming, specifically the benefits it provides. I am hooked on automating my day job and my coworkers excitement only feeds into it. Not to mention as I develop my current project difficult ideas become…

  15. A day in the life: I work with many electrical engineers that took ~1 programming class or so it seems. There is 1 contractor that is developing a tool but its entirely backend, access + excel mess. I'm currently…

  16. From everything I read, I'm looking to do a massive replace('http:','https:') So far I've changed all /public_html/wordpress/ files to https and the wordpress database(15,000 entries) replaced as well. Still running…

  17. Went https and it is causing me to have infinity redirect loops. Thinking WP is causing it and want to edit the wp_options file. Doing select * from wp_options has the text going off the screen. But yes, this is…

  18. I think I could be prepared for pretty much anything within 1 week of intense programming, at least enough for a job. I have 10 years of experience, unless its something really obscure, I cant imagine it being anything…

  19. Running a laravel homestead VM using vagrant. Had to install Node. Node expects to use "/usr/lib/" when in reality its C:\Users\Me\Homestead\code\learn here is the exact error: npm WARN checkPermissions Missing write…

  20. I have experience with PHP, so I thought adding frameworks would be something to drop in. Laravel is definitely beyond my level, and I have some mysql database experience. I need to make the decision- Pick a new backend…

  21. Facebook has seemed to 'take care of everything' with react native, but I'm doing a personal project and am doing the labor of developing css/html and connecting react native to redux to php with larvel to mysql.…