home.social

#fraction — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #fraction, aggregated by home.social.

fetched live
  1. Bonjour à toutes et à tous ! 👋

    Je m'amuse bien avec mon nouveau joujou numérique. Voici un support réalisé avec QCM-MD pour mes 6e autour des fractions d'un entier. 🧩

    lmdbt.forge.apps.education.fr/

    L'objectif reste le même :
    - proposer un petit résumé de cours accessible et visuel ;
    - laisser la possibilité de le consulter ou non ;
    - puis enchaîner sur un QCM interactif pour s'entraîner immédiatement. ✅

    #Éducation #laforge #mathématiques #TeamMaths #cycle3 #qcm #fraction #MIT #CCBY

    (1/2)

  2. Bonjour à toutes et à tous ! 👋

    Je m'amuse bien avec mon nouveau joujou numérique. Voici un support réalisé avec QCM-MD pour mes 6e autour des fractions d'un entier. 🧩

    lmdbt.forge.apps.education.fr/

    L'objectif reste le même :
    - proposer un petit résumé de cours accessible et visuel ;
    - laisser la possibilité de le consulter ou non ;
    - puis enchaîner sur un QCM interactif pour s'entraîner immédiatement. ✅

    #Éducation #laforge #mathématiques #TeamMaths #cycle3 #qcm #fraction #MIT #CCBY

    (1/2)

  3. #fraction : a numerical quantity that is not a whole

    - French: fraction

    - German: die Abteilung

    - Italian: frazione

    - Portuguese: fração

    - Spanish: fracción

    ------------

    Thank you so much for being a member of our community!

  4. #fraction : a numerical quantity that is not a whole

    - French: fraction

    - German: die Abteilung

    - Italian: frazione

    - Portuguese: fração

    - Spanish: fracción

    ------------

    Thank you so much for being a member of our community!

  5. Gas prices rose by a dollar, they were static for a week, and now they rose another dime. I will now repeat what I've been saying for decades: Can we FINALLY get rid of the 9/10 of a cent? It was pointless when gas < $2... you're not making me think these prices are THAT much lower than $4 and $5. Drop the fractions, drop the prices and stop this stupid distraction war.

    #gas #gasprice #gasprices #fraction #IranWar

  6. Gas prices rose by a dollar, they were static for a week, and now they rose another dime. I will now repeat what I've been saying for decades: Can we FINALLY get rid of the 9/10 of a cent? It was pointless when gas < $2... you're not making me think these prices are THAT much lower than $4 and $5. Drop the fractions, drop the prices and stop this stupid distraction war.

    #gas #gasprice #gasprices #fraction #IranWar

  7. @mathematicalsynesthesia @ddrake Perhaps 'fraction' doesn't feel right for numbers like 2/1 and 'rational' would be better.

    Usually fraction implies 'not a whole number', e.g. 1/3. (But 3/3 is a fraction and is equivalent to a whole number, so who knows?)

    #fraction #math

  8. @mathematicalsynesthesia @ddrake Perhaps 'fraction' doesn't feel right for numbers like 2/1 and 'rational' would be better.

    Usually fraction implies 'not a whole number', e.g. 1/3. (But 3/3 is a fraction and is equivalent to a whole number, so who knows?)

    #fraction #math

  9. Most of the lawsuits brought against German Corona measures have now concluded. In only a handful of cases did the plaintiffs win, and the courts frequently did... news.osna.fm/?p=38181 | #news #courts #covidrestriction #fraction #lawsuits

  10. Bonjour à toutes et tous !👋

    Petite mise à jour de l’application Ma Bande Unité 🟨📏

    Il est désormais possible d’associer des fractions ayant le même dénominateur ce qui est très pratique pour illustrer concrètement la définition d’une fraction ! ^^

    👉 lmdbt.forge.apps.education.fr/

    Disponible sous licence libre sur la Forge des communs numériques éducatifs

    Bonne journée à toutes et tous !

    #education #numérique #fraction #cycle3 #teamPE #6e #TeamMaths #Maths

  11. Bonjour à toutes et tous !👋

    Petite mise à jour de l’application Ma Bande Unité 🟨📏

    Il est désormais possible d’associer des fractions ayant le même dénominateur ce qui est très pratique pour illustrer concrètement la définition d’une fraction ! ^^

    👉 lmdbt.forge.apps.education.fr/

    Disponible sous licence libre sur la Forge des communs numériques éducatifs

    Bonne journée à toutes et tous !

    #education #numérique #fraction #cycle3 #teamPE #6e #TeamMaths #Maths

  12. #fraction : the act of breaking, or state of being broken, especially by violence

    - French: fraction

    - German: die Abteilung

    - Italian: frazione

    - Portuguese: fração

    - Spanish: fracción

    ------------

    Thank you so much for being a member of our community!

  13. #fraction : the act of breaking, or state of being broken, especially by violence

    - French: fraction

    - German: die Abteilung

    - Italian: frazione

    - Portuguese: fração

    - Spanish: fracción

    ------------

    Thank you so much for being a member of our community!

  14. #ReleaseThursday #OpenSourceXmas A little present (to some of you)... Been meaning to release these recent additions before the holidays, but only getting around to it now. The most important new things are these:

    thi.ng/units now includes a Lisp-like formula DSL to combine, calculate and convert quantities and units in a much concise manner than via the normal TypeScript API (see attached examples)

    thi.ng/pixel-io-tiff is a new package (only 2.6KB) to provide TIFF image format parsing and EXIF/GPS metadata extraction (without having to parse the image fully). Also includes format conversions for thi.ng/pixel buffers (grayscale 8/16bit, RGB 24/32bit), but only supports most common TIFF features (e.g. tiles, strips, uncompressed or deflate). Supports multiple sub-images... Write support will be released early next year

    thi.ng/math now has conversions to/from fractions, using "continued fractions" for best possible precision (also includes recursion-free implementations of GCD & LCM).

    thi.ng/binary now provides `DATAVIEW`, a JS-native DataView-like API tailored for using `Uint8Array` or vanilla JS numeric arrays (assuming the array contains u8 values) and accessors for signed/unsigned 8-64bit word sizes and little/big endian ordering.

    See main #ThingUmbrella readme for other recent updates:
    github.com/thi-ng/umbrella?tab

    #TypeScript #JavaScript #OpenSource #DSL #Lisp #UnitConversion #TIFF #Binary #Fraction

  15. #ReleaseThursday #OpenSourceXmas A little present (to some of you)... Been meaning to release these recent additions before the holidays, but only getting around to it now. The most important new things are these:

    thi.ng/units now includes a Lisp-like formula DSL to combine, calculate and convert quantities and units in a much concise manner than via the normal TypeScript API (see attached examples)

    thi.ng/pixel-io-tiff is a new package (only 2.6KB) to provide TIFF image format parsing and EXIF/GPS metadata extraction (without having to parse the image fully). Also includes format conversions for thi.ng/pixel buffers (grayscale 8/16bit, RGB 24/32bit), but only supports most common TIFF features (e.g. tiles, strips, uncompressed or deflate). Supports multiple sub-images... Write support will be released early next year

    thi.ng/math now has conversions to/from fractions, using "continued fractions" for best possible precision (also includes recursion-free implementations of GCD & LCM).

    thi.ng/binary now provides `DATAVIEW`, a JS-native DataView-like API tailored for using `Uint8Array` or vanilla JS numeric arrays (assuming the array contains u8 values) and accessors for signed/unsigned 8-64bit word sizes and little/big endian ordering.

    See main #ThingUmbrella readme for other recent updates:
    github.com/thi-ng/umbrella?tab

    #TypeScript #JavaScript #OpenSource #DSL #Lisp #UnitConversion #TIFF #Binary #Fraction

  16. Bonjour à toutes et à tous ! 👋

    Deux nouveaux pixel arts sur le thème des fractions 🎨➗

    - Un pour mes 6e : appliquer une fraction à un entier.

    - Un pour mes 5e : un peu plus "calculatoire", mais mes 6e y auront droit aussi dans l’année, puisque les nouveaux programmes le permettent… et même un peu plus encore ! 🤞

    📄 Les fiches :
    - Fiche 6e (Rumi) → forge.apps.education.fr/lmdbt/

    - Fiche 5e (Mira) → forge.apps.education.fr/lmdbt/

    🎶 Thème : K-pop Demon Hunter !

    (Demande explicite de mes élèves… Je ne connaissais pas 😅 Le début de la vieillesse ! 👴💜)

    Il peut rester quelques coquilles…

    Bonne journée ! 🌞
    #Pixelart #fraction #cycle3 #laforge #TeamMaths #education

  17. Bonjour à toutes et à tous ! 👋

    Deux nouveaux pixel arts sur le thème des fractions 🎨➗

    - Un pour mes 6e : appliquer une fraction à un entier.

    - Un pour mes 5e : un peu plus "calculatoire", mais mes 6e y auront droit aussi dans l’année, puisque les nouveaux programmes le permettent… et même un peu plus encore ! 🤞

    📄 Les fiches :
    - Fiche 6e (Rumi) → forge.apps.education.fr/lmdbt/

    - Fiche 5e (Mira) → forge.apps.education.fr/lmdbt/

    🎶 Thème : K-pop Demon Hunter !

    (Demande explicite de mes élèves… Je ne connaissais pas 😅 Le début de la vieillesse ! 👴💜)

    Il peut rester quelques coquilles…

    Bonne journée ! 🌞
    #Pixelart #fraction #cycle3 #laforge #TeamMaths #education

  18. Bonjour à toutes et tous !

    Hier, en dernière heure, j’ai testé une activité en 6e en utilisant Fracaweb, intégré directement dans un cahiernum.net.

    👉 Activité réalisée : cahiernum.net/J6V53Y

    Les ressources utilisée :
    🔗 Fracaweb : educajou.forge.apps.education.
    🔗 Cahiernum.net : cahiernum.net/
    🔗 Le Codimd de l'activité :
    codimd.apps.education.fr/s/Pmi

    Toutes ces ressources sont libres et disponible sur la forge des communs numériques éducatifs.

    (1/2)

    #LaForge #LaForgeÉdu #Numérique #Éducation #Fraction #Cycle3 #6e

  19. Bonjour à toutes et tous !

    Hier, en dernière heure, j’ai testé une activité en 6e en utilisant Fracaweb, intégré directement dans un cahiernum.net.

    👉 Activité réalisée : cahiernum.net/J6V53Y

    Les ressources utilisée :
    🔗 Fracaweb : educajou.forge.apps.education.
    🔗 Cahiernum.net : cahiernum.net/
    🔗 Le Codimd de l'activité :
    codimd.apps.education.fr/s/Pmi

    Toutes ces ressources sont libres et disponible sur la forge des communs numériques éducatifs.

    (1/2)

    #LaForge #LaForgeÉdu #Numérique #Éducation #Fraction #Cycle3 #6e

  20. There's a radio station on SiriusXM called "Faction Punk" but one of my kids misread the name and thought it said "Fraction Punk" and all I can do now is come up with math themed punk bands.

    The Denominators

    The Square Root of i

    Integral

    #Music #Random #SiriusXM #FactionPunk #Punk #Fraction #Math #Silly #Parenting

  21. There's a radio station on SiriusXM called "Faction Punk" but one of my kids misread the name and thought it said "Fraction Punk" and all I can do now is come up with math themed punk bands.

    The Denominators

    The Square Root of i

    Integral

    #Music #Random #SiriusXM #FactionPunk #Punk #Fraction #Math #Silly #Parenting

  22. Flight: #NJE939T
    Registration: CS-DXQ
    ICAO code: #491311
    Callsign: #FRACTION
    Operator: Netjets Transportes Aereos
    Type: CESSNA 560XL
    Country: 🇵🇹
    Speed: 665 kmh
    Altitude: 5601 m
    Distance: 2.6 km
    Angle ∆: 65.3°
    Direction ->: NNW
    Track:
    tinyurl.com/ypj82xke
    History:
    radarbox.com/data/mode-s/491311
    flightradar24.com/data/aircraf
    Photos:
    jetphotos.com/photo/keyword/CS
    Seen: 14x

  23. Flight: #NJE721B
    ICAO code: #493295
    Callsign: #FRACTION
    Operator: Netjets Transportes Aereos
    Country: 🇵🇹
    Speed: 713 kmh
    Altitude: 5745 m
    Distance: 6.8 km
    Angle ∆: 40.4°
    Direction ->: N
    Track:
    tinyurl.com/28yf8nww
    History:
    radarbox.com/data/mode-s/493295
    Seen: 19x

  24. Flight: #NJE010M
    ICAO code: #49328C
    Callsign: #FRACTION
    Operator: Netjets Transportes Aereos
    Country: 🇵🇹
    Speed: 560 kmh
    Altitude: 3345 m
    Distance: 1.1 km
    Angle ∆: 71.4°
    Direction ->: SE
    Track:
    tinyurl.com/2b5xjreb
    History:
    radarbox.com/data/mode-s/49328C
    Seen: 21x

  25. Flight: #NJE405K
    ICAO code: #49328E
    Callsign: #FRACTION
    Operator: Netjets Transportes Aereos
    Country: 🇵🇹
    Speed: 567 kmh
    Altitude: 3795 m
    Distance: 2.1 km
    Angle ∆: 61.1°
    Direction ->: SSE
    Track:
    tinyurl.com/2c2wv2cs
    History:
    radarbox.com/data/mode-s/49328E
    Seen: 24x

  26. Flight: #NJE009A
    Registration: CS-LAU
    ICAO code: #493035
    Callsign: #FRACTION
    Operator: Netjets Transportes Aereos
    Type: CESSNA 680-A
    Country: 🇵🇹
    Speed: 260 kmh
    Altitude: 625 m
    Distance: 4.7 km
    Angle ∆: 7.6°
    Direction ->: SSW
    Track:
    tinyurl.com/2xwb9mdx
    History:
    radarbox.com/data/mode-s/493035
    flightradar24.com/data/aircraf
    Photos:
    jetphotos.com/photo/keyword/CS
    Seen: 6x

  27. Flight: #NJE610D
    ICAO code: #491D8A
    Callsign: #FRACTION
    Operator: Netjets Transportes Aereos
    Country: 🇵🇹
    Speed: 256 kmh
    Altitude: 632 m
    Distance: 4.8 km
    Angle ∆: 7.5°
    Direction ->: SSW
    Track:
    tinyurl.com/27oto5n7
    History:
    radarbox.com/data/mode-s/491D8A
    Seen: 11x

  28. Flight: #NJE590V
    Registration: CS-DXM
    ICAO code: #49130D
    Callsign: #FRACTION
    Operator: Netjets Transportes Aereos
    Type: CESSNA 560XL
    Country: 🇵🇹
    Speed: 301 kmh
    Altitude: 610 m
    Distance: 5.0 km
    Angle ∆: 7.0°
    Direction ->: SSW
    Track:
    tinyurl.com/26jauvrs
    History:
    radarbox.com/data/mode-s/49130D
    flightradar24.com/data/aircraf
    Photos:
    jetphotos.com/photo/keyword/CS
    Seen: 13x

  29. Flight: #NJE056P
    ICAO code: #490D0D
    Callsign: #FRACTION
    Operator: Netjets Transportes Aereos
    Country: 🇵🇹
    Speed: 537 kmh
    Altitude: 2499 m
    Distance: 3.7 km
    Angle ∆: 34.0°
    Direction ->: ENE
    Track:
    tinyurl.com/2xpzpll9
    History:
    radarbox.com/data/mode-s/490D0D
    Seen: 25x

  30. Flight: #NJE157G
    ICAO code: #493296
    Callsign: #FRACTION
    Operator: Netjets Transportes Aereos
    Country: 🇵🇹
    Speed: 744 kmh
    Altitude: 12192 m
    Distance: 3.9 km
    Angle ∆: 72.4°
    Direction ->: WNW
    Track:
    tinyurl.com/26a8qsjm
    History:
    radarbox.com/data/mode-s/493296
    Seen: 24x

  31. Flight: #NJE197G
    ICAO code: #493288
    Callsign: #FRACTION
    Operator: Netjets Transportes Aereos
    Country: 🇵🇹
    Speed: 716 kmh
    Altitude: 10363 m
    Distance: 5.8 km
    Angle ∆: 60.8°
    Direction ->: WNW
    Track:
    tinyurl.com/2d4xy8sy
    History:
    radarbox.com/data/mode-s/493288
    Seen: 13x

  32. #fraction : the act of breaking, or state of being broken, especially by violence

    - French: fraction

    - German: die Abteilung

    - Italian: frazione

    - Portuguese: fração

    - Spanish: fracción

    ------------

    Thank you so much for being a member of our community!

  33. Flight: #NJE121P
    Registration: CS-GLF
    ICAO code: #491D86
    Callsign: #FRACTION
    Operator: Netjets Transportes Aereos
    Type: BOMBARDIER BD700-GLOBAL 6000/6500
    Country: 🇵🇹
    Speed: 748 kmh
    Altitude: 6645 m
    Distance: 3.5 km
    Angle ∆: 61.9°
    Direction ->: NNW
    Track:
    tinyurl.com/29xsgvr8
    History:
    radarbox.com/data/mode-s/491D86
    flightradar24.com/data/aircraf
    Photos:
    jetphotos.com/photo/keyword/CS
    Seen: 12x

  34. Flight: #NJE059Y
    ICAO code: #490D85
    Callsign: #FRACTION
    Operator: Netjets Transportes Aereos
    Country: 🇵🇹
    Speed: 796 kmh
    Altitude: 11948 m
    Distance: 4.7 km
    Angle ∆: 68.7°
    Direction ->: WNW
    Track:
    tinyurl.com/28xh3qv2
    History:
    radarbox.com/data/mode-s/490D85
    Seen: 4x

  35. Flight: #NJE639U
    ICAO code: #494114
    Callsign: #FRACTION
    Operator: Netjets Transportes Aereos
    Country: 🇵🇹
    Speed: 690 kmh
    Altitude: 13106 m
    Distance: 2.9 km
    Angle ∆: 77.5°
    Direction ->: WNW
    Track:
    tinyurl.com/22cafo3l
    History:
    radarbox.com/data/mode-s/494114
    Seen: 25x

  36. Flight: #NJE701D
    Registration: CS-DXR
    ICAO code: #491312
    Callsign: #FRACTION
    Operator: Netjets Transportes Aereos
    Type: CESSNA 560XL
    Country: 🇵🇹
    Speed: 585 kmh
    Altitude: 3673 m
    Distance: 5.6 km
    Angle ∆: 33.1°
    Direction ->: SE
    Track:
    tinyurl.com/22mbenhu
    History:
    radarbox.com/data/mode-s/491312
    flightradar24.com/data/aircraf
    Photos:
    jetphotos.com/photo/keyword/CS
    Seen: 6x

  37. Flight: #NJE384K
    ICAO code: #494115
    Callsign: #FRACTION
    Operator: Netjets Transportes Aereos
    Country: 🇵🇹
    Speed: 775 kmh
    Altitude: 11582 m
    Distance: 3.1 km
    Angle ∆: 75.2°
    Direction ->: NNW
    Track:
    tinyurl.com/26tyg9jn
    History:
    radarbox.com/data/mode-s/494115
    Seen: 18x

  38. Flight: #NJE712Y
    ICAO code: #494141
    Callsign: #FRACTION
    Operator: Netjets Transportes Aereos
    Country: 🇵🇹
    Speed: 804 kmh
    Altitude: 12192 m
    Distance: 7.7 km
    Angle ∆: 57.6°
    Direction ->: WNW
    Track:
    tinyurl.com/26n25t6w
    History:
    radarbox.com/data/mode-s/494141
    Seen: 11x

  39. #fraction : the act of breaking, or state of being broken, especially by violence

    - French: fraction

    - German: die Abteilung

    - Italian: frazione

    - Portuguese: fração

    - Spanish: fracción

    ------------

    Thank you so much for being a member of our community!

  40. #fraction : the act of breaking, or state of being broken, especially by violence

    - French: fraction

    - German: die Abteilung

    - Italian: frazione

    - Portuguese: fração

    - Spanish: fracción

    ------------

    Thank you so much for being a member of our community!

  41. If you’re having trouble facing the prospect of making your way through #Project2025,
    the 900-page blueprint for a second Trump administration drawn up by the conservative #Heritage #Foundation,
    a loose-knit consortium of cartoonists has made it a bit easier.

    Last week some of the top creators in the comics industry launched "Stop Project 2025",
    a free website featuring “highlights” from the plan in comics form.

    The effort reflects the concerns that many in the comics community are feeling about the impact of a potential second Trump term
    on issues affecting the lives of ordinary Americans.

    Stop Project 2025 provides information about the document,
    its connections to many once-and-future members of a Trump administration,
    and its implications across a range of policies including education,
    climate, reproductive freedom, immigration, government administration and more.

    “A lot of us were thinking about ways to make a difference,” said comics editor Scott #Dunbier (Act 4 Publishing, IDW).
    Dunbier had previously worked with creators on a book to raise funds for Ukraine and saw the potential of comics to shed light on what he called a “heinous document.”

    He connected with artist Steve #Lieber over Facebook, and eventually a collective of about 50 people began pitching in scripts, art, production and editorial services.

    The list of contributors credited on the site includes best-selling and award-winning creators such as Andrew #Aydin (March),
    Denys #Cowan (Milestone comics),
    Matt #Fraction (Sex Criminals),
    Lilah #Sturges (Lumberjanes, Fables)
    and many others, including some who did not want to be listed

    forbes.com/sites/robsalkowitz/

  42. De l'importance du son... Fraction, "Moon Blood", 1971 / 2024 repress.

    I've discovered Fraction in an interview of Endless Boogie in 2011 and it just blew my mind. The price of the vinyl too at the time.
    So hats off to Riding Easy to finally repress this nugget!!! Amazing job from the sleeve to the pressing.

    ridingeasyrecords.bandcamp.com

    #vinyl #fraction #moonblood #rock #psychedelic #hardrock #70s #repress #ridingeasy #vinylcollectionpost #vinylcollection #record #lifemusic #collection

  43. "What's the plan?" Roughneck said.
    Curtains considered the map. "Basilthorpe has deployed only a #fraction of his men, which will allow him to respond in force." He indicated a feature. "A feint here, led by me, may provoke him to commit his reserve. Roughneck & the rest of you will move along this ditch & attack from behind."
    Events unfolded as he had foreseen. Within an hour, Basilthorpe threw down his sword & cursed.
    "Sky take you, Curtains! You cheat!"
    "He wins," Roughneck laughed.

    #wss366

  44. Hello ! 👋

    Exemple d'un petit code #LaTeX pratique pour travailler sur le lien entre #fractions et #nombres #décimaux notamment en #6e.

    Le résultat (plus complet) est disponible en image.

    ```latex
    $3,45$ :
    \begin{tikzpicture}[scale=2.5]
    \foreach \x in {0,1.1,...,8.8} {
    \draw[step=0.1, gray, thin] (\x,0) grid (\x+1,1);
    \draw[black, thick] (\x,0) rectangle (\x+1,1);
    }
    % Exemple de remplissage pour 3,45 dans le premier carré
    \end{tikzpicture}
    ```

    #TexLaTeX #LaTeX #TeamMaths #TeamProf #TeamPE #Cycle3 #6e #Fraction #Décimaux

  45. #fraction : the act of breaking, or state of being broken, especially by violence

    - French: fraction

    - German: die Abteilung

    - Italian: frazione

    - Portuguese: fração

    - Spanish: fracción

    ------------

    Thank you so much for being a member of our community!

  46. Une très chouette animation d' @durandarnaud ! 🤩

    Son message vu sur FB :
    ---
    Bonjour à tous et toutes.
    Voici une animation visuelle en partant d'une #partition de disque, pour montrer l'égalité a*b/a=b. C'est donc à destination des élèves de #6e, pour le #cycle3
    ---

    Lien vers l'animation : mathix.org/axb:aegb/

    #Fraction #égalité #TeamMaths #TeamPE

  47. Exercice type @mathsenvie 😉
    Niveau #5e

    Exprimer, sous la forme d'une #fraction, la quantité de seau (de granulés) qu'il faut prévoir pour alimenter Ukala et Unique pendant une semaine.