HackerTrans
TopNewTrendsCommentsPastAskShowJobs

muzster

no profile record

comments

muzster
·2 tahun yang lalu·discuss
I lament the decline also. Hopefully all of that lost energy has been put into good use on side projects.

On a tangent, but think it's related, the curiosity, exploration and research by the kids maybe stalling too.

Just a thought.
muzster
·2 tahun yang lalu·discuss
not all hours sleep/awake hours are equal - for example, I may be more work productive late at night, a better listener/learner in the mornings and better sleeper post meals, in the bath tub, travelling (my kids used to love falling asleep in the car).

Wonder if we could engineer multiple sleep intervals through out the single day (e.g. power napping, siesta's). There is plenty of dead time for me during the day that could be swapped out for sleep.. the question is at what cost to the body & mind?

Just a thought.
muzster
·2 tahun yang lalu·discuss
Just tried to programatically take a picture on my MacBook Pro 2012. Managed to take a picture in sub second. The LED flashes briefly and you could easily miss it .

Would be good to keep that LED ON well after the Camera switches off (Not sure what that minimum would be without causing an inconvenience - but how about 15 minutes ? - Long enough to educate the users to worry about their privacy and perhaps take breaks between making video calls !) - Just a thought.
muzster
·2 tahun yang lalu·discuss
True - but that cost just halved with today's introduction of "GPT-4o". The other cost is time. IMHO - I think there is more to worry about than email scraping..
muzster
·2 tahun yang lalu·discuss
Agreed - it's a waste. GPT is not too bad at reading text from image and with the added bonus that you can reason with it.
muzster
·2 tahun yang lalu·discuss
Heavily guarded fortress would indicate something of value inside, and the big crooks may spend a little more effort. In the age of AI, this becomes even easier.

   {
     "model" : "gpt-4-turbo",
     "messages" : [ 
       {
         "role" : "system",
         "content" : [ {
          "type" : "text",
          "text" : "return a json array of all valid emails found in the image."
          } ] 
       }, 
       {
         "role" : "user",
         "content" : [ {
           "type" : "image_url",
           "image_url" : {
           "url" : "data:image/png;base64,{{ INSERT_BASE64_PNG_DATA }}"
         }
       } ]
     } ],
      "temperature" : 0.5,
      "max_tokens" : 2048,
      "top_p" : 1.0,
      "frequency_penalty" : 0.0,
      "presence_penalty" : 0.0
    }
Edit: Converting web page to an image is trivial.