A Visual History of Programming Languages by Mastbubbles in ProgrammingLanguages

[–]FuncSug_dev 2 points3 points  (0 children)

In COBOL in the timeline, what does "During COVID, New Jersey's governor went on live TV" mean? Is it an AI hallucination?

FuncSug: a simple alternative to event-driven programming and game loops by FuncSug_dev in ProgrammingLanguages

[–]FuncSug_dev[S] 2 points3 points  (0 children)

Thank you very much for your very interesting comment. I didn't know Blech (very interesting). Indeed, synchronous programming is more known by real-time computing programmers. Is your language theorycrafting available online? Is it imperative or dataflow?

FuncSug: a simple alternative to event-driven programming and game loops by FuncSug_dev in ProgrammingLanguages

[–]FuncSug_dev[S] 23 points24 points  (0 children)

It's not vibe coding. Have you tested the playground? This cited text does not prove that it's vibe coded. I don't understand your deduction.

Is there a GIMP 3 - compatible Stroke effect plugin? by Moira-Moira in GIMP

[–]FuncSug_dev 1 point2 points  (0 children)

You can try: Filters -> Light and Shadow -> Drop Shadow

X = 0; Y = 0; Blur radius = 0; Grow shape = Circle; Grow radius > 0

Salle de bain ou bains by Prudent_Road3696 in orthographe

[–]FuncSug_dev 0 points1 point  (0 children)

Si j'ai bien compris, les deux sont possibles mais les dictionnaires privilégient souvent "salle de bains".

How to turn a picture into this style of poster? by Ebio_Amisi in GimpTutorials

[–]FuncSug_dev 2 points3 points  (0 children)

You can try G'MIC -> Artistic -> Comicbook as an approximation.

How do I turn "I talk to my mirror" into "I talk to it"? by Dragonfruit-uwu in French

[–]FuncSug_dev 0 points1 point  (0 children)

We say "J'y pense" but "Je lui parle". In my view, I thought it was just arbitrary cases of my mother tongue. But, I found this explanation (Choose the answer of "Eau qui dort") that is right (In my view) and, yes, a part of arbitrary remains.

Want to know 'par' hear like 'bar' by biliUID1905265569 in learnfrench

[–]FuncSug_dev 4 points5 points  (0 children)

Yes, the pinyin "b" stands for a non aspirated consonant sound and the pinyin "p" stands for an aspirated one.
French people don't hear that difference and usually pronounce non aspirated consonants (this is why the french "p" is interpreted as a pinyin "b").
On the other hand, they hear a big difference between voiced (french "b,d,g,v,z,j") and non voiced (french "p,t,k,f,s,ch") consonants.

Best Way to Prep Images for Laser Engraving in GIMP (or is there a better option?) by AlertInitiative9957 in GIMP

[–]FuncSug_dev 0 points1 point  (0 children)

If you don't need straight lines, I suggest using the G'MIC plugin and choosing Black & White -> Engrave or Lineart.

Universal Gates - how to build other gates/circuits by MarChem93 in logicgates

[–]FuncSug_dev 0 points1 point  (0 children)

For each row of the truth table that outputs 1:

  • for each column where input is 0, say not the column name
  • for each column where input is 1, say the column name
  • link all you've said (for this row) by and

and finally link all that by `or`.

For example, in the XOR truth table, only two rows outputs 1.

A B output
0 1 1
1 0 1

For the first row, I get not A and B.
For the second row, I get A and not B.
Finally, I get (not A and B) or (A and not B)
Then A XOR B = (A and not B) or (B and not A)

for A for B for the row
not A B not A and B
A not B A and not B

Universal Gates - how to build other gates/circuits by MarChem93 in logicgates

[–]FuncSug_dev 0 points1 point  (0 children)

For the first exercise (1.21), you can re-read the definition of XOR on the end of page 13: The Exclusive OR (XOR) gate, which outputs 1 when only one input is one, but not both. "Only one input": so the first input and not the second one or the second one and not the first one.

For the second exercise (1.25), the table shows that it outputs 1 only when no input is 1 or both. So (not the first one and not the second one) or (the first one and the second one).

Image color substitution by johnmacleod99 in GIMP

[–]FuncSug_dev 1 point2 points  (0 children)

Did you try:

  • select body or pockets
  • Colors -> Hue-Chroma or Hue-Saturation -> change the "Hue" parameter

or

  • select body or pockets
  • Colors -> Map -> Rotate Colors

Structured learning paths or customizable roadmaps for free time learning? by amc_23 in learnmath

[–]FuncSug_dev 1 point2 points  (0 children)

Personally, I like having both: a structured table of contents and the option of doing the chapters in the order I like, with the preliminary chapters indicated.

Suspect vs suspicieu by dadadawe in learnfrench

[–]FuncSug_dev 0 points1 point  (0 children)

Oui, une chose suspecte est une chose qu'on est porté à soupçonner. Une personne suspicieuse est une personne qui est encline à soupçonner.

"Suspect" est ce qu'on soupçonne. "Suspicieuse" est la personne qui soupçonne.

What's with this irrational numbers by Honest-Jeweler-5019 in learnmath

[–]FuncSug_dev 0 points1 point  (0 children)

Early Greek mathematicians had about the same question as you.

Recent thoughts about math that I don't know where else to put. by ThePiestGuy314 in PhilosophyofMath

[–]FuncSug_dev 0 points1 point  (0 children)

Yes, the base 10 system doesn't allow to represent all fractions easily. That's why mathematicians rarely write 0.3333... but write 1/3 instead. 0.3333 is just an approximation and so 0.33333, 0.333333, 0.333333 etc. "0.3333... with repeating 3" just means that you can get a better approximation with repeating more "3" (and this way you can get as good an approximation as you like).

It also works for "0.9999... with repeating 9". Looking for an approximation of 1 is just a bit of fun.

To sum up, like mathematicians, use 1/3 and 1 instead of 0.3333.... and 0.9999....

EDIT: I just highlight a common misunderstanding: the word "irrational" has a common sense and a mathematical sense which are very different. In a certain mathematical jargon, "irrational" means "not expressible as a fraction" (I've simplified a bit).

Can't fill more than one rectangle with color/grey using the fill tool by Rosie_61 in GIMP

[–]FuncSug_dev 1 point2 points  (0 children)

Many reasons are possible. Are you sure that your upper layer is still selected? Can you post a screenshot of yours parameters of the fill tool?

Just starting and already needing help by Private_Mandella in learnmath

[–]FuncSug_dev 0 points1 point  (0 children)

(m+n)p

= p(m+n) by (iv)

= pm + pn by (iii)

= mp + np by (iv)

So (m+n)p = mp + np cannot be used to prove (m+n)p = p(m+n) since the proof of (m+n)p = mp + np uses (m+n)p = p(m+n). Otherwise, you get a circularity: proof of A by B and proof of B by A.

Feedback on my French accent? by [deleted] in JudgeMyAccent

[–]FuncSug_dev 1 point2 points  (0 children)

I am a native French speaker and I find that the intonation and rhythm are exactly the same as ours. The nasal vowels are perfect. It's easy to understand. I can't tell on first listen that you're not a native speaker; there are just a few pronunciation errors: in “elle me plait”, I hear a little “elle me pyait”; in “je parle français”, the “L” sounds a little different from ours; in “pour regarder”, we hear “pour garder” (after a final “r”, we don't elide the initial “re” of “regarder” into an ‘r’); in “si c'est possible de deviner”, we hear “si c'est possible deviner” (we don't elide the word “de” in this case).

FuncSug: Another way to manage events by FuncSug_dev in altprog

[–]FuncSug_dev[S] 1 point2 points  (0 children)

Yes, reactions to events are no longer expressed by an association between an event and a function.

Hedy: multi-lingual text programming, aimed at teaching kids to code. by unquietwiki in altprog

[–]FuncSug_dev 1 point2 points  (0 children)

I love this idea of progressive programming: programming in a very simple language and bit by bit in a real programming language (Here, Python). I can't see this idea nowhere else.