Click here to Skip to main content
15,887,214 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: MS can't catch a break when it comes to search Pin
dandy7222-Jan-24 10:10
dandy7222-Jan-24 10:10 
GeneralRe: MS can't catch a break when it comes to search Pin
sasadler19-Jan-24 6:13
sasadler19-Jan-24 6:13 
GeneralRe: MS can't catch a break when it comes to search Pin
dandy7219-Jan-24 6:53
dandy7219-Jan-24 6:53 
GeneralRe: MS can't catch a break when it comes to search Pin
zezba900019-Jan-24 11:39
zezba900019-Jan-24 11:39 
QuestionFinite State Transducers? Pin
honey the codewitch17-Jan-24 14:48
mvahoney the codewitch17-Jan-24 14:48 
AnswerRe: Finite State Transducers? Pin
Mircea Neacsu17-Jan-24 16:07
Mircea Neacsu17-Jan-24 16:07 
GeneralRe: Finite State Transducers? Pin
jmaida17-Jan-24 16:44
jmaida17-Jan-24 16:44 
GeneralRe: Finite State Transducers? Pin
honey the codewitch17-Jan-24 23:39
mvahoney the codewitch17-Jan-24 23:39 
Thanks!

Chances are that you've made many FSTs without calling them as such. At least in electronics, it is rare to have a FSA evolve from state to state without producing any output. The set of signals that you triggered during transitions are the output tape of a FST.


Typically with my FSMs I do run a sort of output tape. However, the output only gets emitted on Accept. That usually means rather than outputting each state transition, I am only outputting on specially marked "accepting" states. It's at that point that I output everything I've gathered since q0. So in effect I am logging my state transitions (it's where I capture input) but I am holding off relaying them to the consumer until I can't move/find a valid transition anymore. At that point I yield the input I've received so far, which is not exactly (forensically speaking) a map of my transitions, but rather what the transitions gathered from the input tape, so close, but not quite the same thing. (I could modify it to record state transitions easily but I don't understand why I'd do that.)

Can you explain to me how this is different than an FST? For example, you talk about how "the set of signals that you triggered during transitions are the output tape of a FST" - are you saying that I write out each transition? Currently I'm only using transitions as a recording device over an input tape.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix

GeneralRe: Finite State Transducers? Pin
Mircea Neacsu18-Jan-24 2:07
Mircea Neacsu18-Jan-24 2:07 
GeneralRe: Finite State Transducers? Pin
honey the codewitch18-Jan-24 2:57
mvahoney the codewitch18-Jan-24 2:57 
GeneralRe: Finite State Transducers? Pin
Mircea Neacsu18-Jan-24 2:58
Mircea Neacsu18-Jan-24 2:58 
GeneralRe: Finite State Transducers? Pin
honey the codewitch18-Jan-24 3:03
mvahoney the codewitch18-Jan-24 3:03 
GeneralRe: Finite State Transducers? Pin
Mircea Neacsu18-Jan-24 3:14
Mircea Neacsu18-Jan-24 3:14 
GeneralRe: Finite State Transducers? Pin
honey the codewitch18-Jan-24 3:30
mvahoney the codewitch18-Jan-24 3:30 
AnswerRe: Finite State Transducers? Pin
Sander Rossel18-Jan-24 21:55
professionalSander Rossel18-Jan-24 21:55 
GeneralWordle 943 Pin
StarNamer@work17-Jan-24 13:58
professionalStarNamer@work17-Jan-24 13:58 
GeneralRe: Wordle 943 Pin
Amarnath S17-Jan-24 14:10
professionalAmarnath S17-Jan-24 14:10 
GeneralRe: Wordle 943 Pin
Sandeep Mewara17-Jan-24 16:09
mveSandeep Mewara17-Jan-24 16:09 
GeneralRe: Wordle 943 Pin
Shane010317-Jan-24 16:37
Shane010317-Jan-24 16:37 
GeneralRe: Wordle 943 Pin
GKP199217-Jan-24 17:52
professionalGKP199217-Jan-24 17:52 
GeneralRe: Wordle 943 Pin
GuyThiebaut17-Jan-24 18:48
professionalGuyThiebaut17-Jan-24 18:48 
GeneralRe: Wordle 943 Pin
OriginalGriff17-Jan-24 18:50
mveOriginalGriff17-Jan-24 18:50 
GeneralRe: Wordle 943 Pin
ChandraRam17-Jan-24 20:25
ChandraRam17-Jan-24 20:25 
GeneralRe: Wordle 943 - 5 4 me Pin
pkfox17-Jan-24 21:19
professionalpkfox17-Jan-24 21:19 
GeneralRe: Wordle 943 Pin
Sander Rossel17-Jan-24 22:03
professionalSander Rossel17-Jan-24 22:03 

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.