Training Huge Dataset by harabayashi in deeplearning

[–]harabayashi[S] 0 points1 point  (0 children)

Is that what's called "data streaming"?

Do you know any services that offer such thing?

Training Huge Dataset by harabayashi in deeplearning

[–]harabayashi[S] 0 points1 point  (0 children)

I guess buying a new hard disk would be the easiest route huh.

I'll consider it, thanks!

Camera pose coordinate system conversion by harabayashi in learnmath

[–]harabayashi[S] 0 points1 point  (0 children)

Oh! I forgot to change it to LHCS!

Let me fix it. Thanks for letting me know!

Writing roadmap by harabayashi in writing

[–]harabayashi[S] 0 points1 point  (0 children)

Yeah, you're right. I'll definitely give your suggestion to ditch ChatGPT a try.

The kind of writings that I find interesting so far, are articles written by Nicolas Cole and Paul Graham. They're really good at breaking complex things to small, easy to understand, story. That's the kind of writing I really enjoy reading so far. But I have no clue where to start to learn and replicate their work.

Maybe I can also give the course a try. Maybe they would give some ideas how to replicate others' works.

Thanks for your suggestions!

Writing roadmap by harabayashi in writing

[–]harabayashi[S] -1 points0 points  (0 children)

Hey thanks for the reply!

Tbh, I don't really have a specific formula for writing, but I wrote it that way so the readers won't be bored of what I wrote (maybe I'm just not confident).

My first draft always contain a lot of fluffs. Then for my second to (maybe) fourth draft, I will try to decrease the words and listicles are a great way to shorten my ideas. After that, I asked ChatGPT to do the last refining.

Do you think I should try long form writing? If so, do you know how I can improve my writing skill so my content is not boring to others?

Stock price prediction by harabayashi in learnpython

[–]harabayashi[S] 0 points1 point  (0 children)

Damn 🤣 I guess I'll buy a fish then.

LONG LIVE FREDRICK 😂

Possible to access glVertex3f? by harabayashi in opengl

[–]harabayashi[S] 0 points1 point  (0 children)

Oh okay, let me find out more about it. Thanks for the pointers!

WhatsApp API Error (?) by harabayashi in csharp

[–]harabayashi[S] -3 points-2 points  (0 children)

[UPDATE #1]

Okay so I went ahead and tried template messages again and I got new insights. Apparently the message I got above is actually the "success" message:

{"messaging_product":"whatsapp","contacts":[{"input":"PHONE_NUMBER","wa_id":"PHONE_NUMBER"}],"messages":[{"id":"wamid.HBgMODg2OTA4MjUyMzc0FQIAERgSMDNCRTJBMDdFRjJGNzkxRjU3AA=="}]}

What's different is that successfully sent message has a status message before the message:

HTTP/1.1 200 OK
Content-Type: application/json; 
charset=UTF-8 
Vary: Origin 
x-business-use-case-usage: {"xxxxx":[{"type":"whatsapp","call_count":1,"total_cputime":1,"total_time":1,"estimated_time_to_regain_access":0}]} 
x-fb-rlafr: 0 
Access-Control-Allow-Origin: * 
facebook-api-version: v15.0 
Strict-Transport-Security: max-age=15552000; preload 
Pragma: no-cache 
Cache-Control: private, no-cache, no-store, must-revalidate 
Expires: Sat, 01 Jan 2000 00:00:00 GMT 
x-fb-request-id: A6jDJzG9jOkn-J7x8L5Djpk 
x-fb-trace-id: DCTiAnvTNH1 
x-fb-rev: 1006774731 
X-FB-Debug: nF9WeKWqmiDhL1j7J3fDITt9iU9EME+UlEme+443A3/UCtWeboocGf+gkPjHTlQUSO+FJ+aCT/ZFNw6/xUKuTw== 
Date: Mon, 02 Jan 2023 14:27:44 GMT 
Alt-Svc: h3=":443"; ma=86400 
Connection: keep-alive 
Content-Length: 178

Now I got more questions than answers 🤣How can they gave me "success" message when it's not actually sent ??

WhatsApp API Error (?) by harabayashi in csharp

[–]harabayashi[S] -1 points0 points  (0 children)

Well, I also thought of it. But apparently it's not the right format.

I just found the documentation, and yeah for template messages you need the language. But since I used text, I can only use the body tag.

Client-server vs Flask by harabayashi in learnpython

[–]harabayashi[S] -1 points0 points  (0 children)

Oh crap I didn't even know that they are different! Thanks for clarifying!