Click here to Skip to main content
15,886,137 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Any platform, any language Pin
Gary R. Wheeler18-Jun-22 11:37
Gary R. Wheeler18-Jun-22 11:37 
GeneralRe: Any platform, any language Pin
Eddy Vluggen18-Jun-22 11:19
professionalEddy Vluggen18-Jun-22 11:19 
GeneralRe: Any platform, any language Pin
glennPattonWork320-Jun-22 1:06
professionalglennPattonWork320-Jun-22 1:06 
GeneralRe: Any platform, any language Pin
Eddy Vluggen20-Jun-22 7:59
professionalEddy Vluggen20-Jun-22 7:59 
GeneralRe: Any platform, any language Pin
Daniel Pfeffer18-Jun-22 21:14
professionalDaniel Pfeffer18-Jun-22 21:14 
GeneralRe: Any platform, any language Pin
Gary R. Wheeler19-Jun-22 6:50
Gary R. Wheeler19-Jun-22 6:50 
GeneralRe: Any platform, any language Pin
PIEBALDconsult19-Jun-22 17:38
mvePIEBALDconsult19-Jun-22 17:38 
GeneralRe: Any platform, any language Pin
Ryan Peden20-Jun-22 8:45
professionalRyan Peden20-Jun-22 8:45 
I'd say yes. In nasm, at least. Probably masm and others, too.

Nasm makes it fairly easy to call the win32 API. I'm pretty sure you could use ReadFile to open an image and then use WinHTTP to send a network request to SenseAI. Heck, if you're bored you could construct an HTTP request the old fashioned way and then open a socket and fire it across. This would be easy in masm as well (easy being relative, given that we'd be writing assembly).

Then, you'd just have to parse the JSON SenseAI sends back. Not simple, granted, but not impossible either. If you're allowed to cheat and call a C library from assembly, that would make the JSON parsing simpler.

So, there you go. You should be able to use SenseAI from assembly. I'm not sure it's the best use of your time, but it does sound kind of fun!
GeneralCalculate or Compute? Pin
Gerry Schmitz18-Jun-22 5:24
mveGerry Schmitz18-Jun-22 5:24 
GeneralRe: Calculate or Compute? Pin
PIEBALDconsult18-Jun-22 6:19
mvePIEBALDconsult18-Jun-22 6:19 
GeneralRe: Calculate or Compute? Pin
Mike Hankey18-Jun-22 6:34
mveMike Hankey18-Jun-22 6:34 
GeneralRe: Calculate or Compute? Pin
k505418-Jun-22 7:28
mvek505418-Jun-22 7:28 
GeneralRe: Calculate or Compute? Pin
PIEBALDconsult18-Jun-22 8:29
mvePIEBALDconsult18-Jun-22 8:29 
GeneralRe: Calculate or Compute? Pin
kholsinger20-Jun-22 16:11
kholsinger20-Jun-22 16:11 
GeneralRe: Calculate or Compute? Pin
DerekT-P18-Jun-22 23:05
professionalDerekT-P18-Jun-22 23:05 
GeneralRe: Calculate or Compute? Pin
ormonds20-Jun-22 17:12
ormonds20-Jun-22 17:12 
GeneralRe: Calculate or Compute? Pin
Eddy Vluggen18-Jun-22 11:23
professionalEddy Vluggen18-Jun-22 11:23 
GeneralRe: Calculate or Compute? Pin
Gerry Schmitz19-Jun-22 5:55
mveGerry Schmitz19-Jun-22 5:55 
GeneralRe: Calculate or Compute? Pin
Ravi Bhavnani18-Jun-22 14:20
professionalRavi Bhavnani18-Jun-22 14:20 
GeneralRe: Calculate or Compute? Pin
maze320-Jun-22 0:46
professionalmaze320-Jun-22 0:46 
GeneralRe: Calculate or Compute? Pin
jochance20-Jun-22 3:31
jochance20-Jun-22 3:31 
GeneralRe: Calculate or Compute? Pin
JohnDG5220-Jun-22 4:43
JohnDG5220-Jun-22 4:43 
GeneralRe: Calculate or Compute? Pin
bryanren20-Jun-22 7:27
bryanren20-Jun-22 7:27 
GeneralRe: Calculate or Compute? Pin
PIEBALDconsult20-Jun-22 18:38
mvePIEBALDconsult20-Jun-22 18:38 
GeneralNot So Satisfying Weekend... Pin
#realJSOP18-Jun-22 3:56
mve#realJSOP18-Jun-22 3:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.