home.social

#inf — Public Fediverse posts

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

fetched live
  1. Security Tip: Is your Incident Response (IR) plan just a document on a shelf? 🛡️

    A plan is only as good as its execution. Conduct regular tabletop exercises with stakeholders from IT, legal, and PR to simulate real-world scenarios. This identifies communication silos and technical gaps before a crisis hits. Practice builds the muscle memory needed for high-pressure events.

    Track the latest vulnerabilities at cvedatabase.com

    ...

  2. La guerra entre EE. UU. e Irán eleva los precios del petróleo y genera preocupación por la inflación en Reino Unido

    📰 Título original: Oil prices latest: Reeves delivers inflation warning amid US-Iran war

    🤖 IA: Es clickbait ⚠️
    👥 Usuarios: Es clickbait ⚠️

    Ver resumen IA completo: killbait.com/es/la-guerra-entr

    #economía #petróleo #inf...

  3. La guerra entre EE. UU. e Irán eleva los precios del petróleo y genera preocupación por la inflación en Reino Unido

    📰 Título original: Oil prices latest: Reeves delivers inflation warning amid US-Iran war

    🤖 IA: Es clickbait ⚠️
    👥 Usuarios: Es clickbait ⚠️

    Ver resumen IA completo: killbait.com/es/la-guerra-entr

    #economía #petróleo #inf...

  4. #MSC: French President Emmanuel Macron says Europe must be part of the decision making processes and be responsible for matters that affect Europe, to be less dependant on the US. Coalition of the Willing #ukraine #INF #Canada #UK #Germany #France #Europe #respect #boldness youtu.be/IebyCXbqmlU

    Macron: Message of hope and de...

  5. Demain soir à 20h, Olivier Faure ne sera pas dans #lemondezygomatique, et pour l'occasion on l'affiche avec son meilleur profil !

    Pour nous écouter :
    - en Île-de-France : 93.9FM & DAB+ canal CAMPUS
    - ailleurs : sur le player du site de #radiocampusparis

    #radio #talkshow #humour #satire #sketch #game #jeux #games #quiz #actualité #news #politique #inf #politics #info #podcast #budget #taxes #zucman #taxezucman

  6. As the world hurtles ever closer to nuclear oblivion, where is the opposition? (The Guardian)

    The puerile standoff between the US and Russia ought to alert a slumbering public to a risk that is in many ways greater than during the cold war.

    But someone, somehow, somewhere must call a halt to the madness.

    #nuclear_weapons #nuclear_war #non-proliferation #russia #us #united_states #nato #missiles #doomsday_clock #inf #new_start #arms-control

  7. The scoreboard at Wimbledon was displaying:

    Murray: -NaN
    Raonic: 1.#INF

    Apparently it was due to a double fault.

  8. The scoreboard at Wimbledon was displaying:

    Murray: -NaN
    Raonic: 1.#INF

    Apparently it was due to a double fault.

  9. Natural rebellion
    Kuo Wei, the designer behind #INF, has an immense pride toward his Taiwanese roots and a deep understanding of culture, writes Jack Yan

    lucire.com/2025/0709fe0.shtml #fashion #FashionDesigner #interview #Taiwan #Taipei #LFW #AW2025 #ROC #London #NYC #IndigenousPeople #KuoWei #Infdark #郭瑋 #mode #moda

  10. Natural rebellion
    Kuo Wei, the designer behind #INF, has an immense pride toward his Taiwanese roots and a deep understanding of culture, writes Jack Yan

    lucire.com/2025/0709fe0.shtml #fashion #FashionDesigner #interview #Taiwan #Taipei #LFW #AW2025 #ROC #London #NYC #IndigenousPeople #KuoWei #Infdark #郭瑋 #mode #moda

  11. 📄 New Manuscript published at ing.grid!

    "Data-Producing Methods in CRC 985: Recommendations for Research Data Management in Large Interdisciplinary Projects", by Sonja Herres-Pawlis, Nicole Andrea Parks, Konstantin W. Kröckert, Fabian Claßen, Walter Richtering, and Matthias Müller.

    🔗 Read the full article: inggrid.org/article/id/4267/

    #data #chemistry #microgels #researchdatamanagement #collaborativeprojects #CRC985 #INF #dataproducingmethods

  12. Euler–Mascheroni constant! :euler:

    In fact, the last one is:
    \[\large\displaystyle\int_1^{+\infty}\mathrm dx\ \left(\frac{1}{\lfloor x\rfloor}-\frac1x\right)=\gamma\approx0.5772156649\]

    Equivalently,
    \[\large\displaystyle\lim_{n\to\infty}\left(\sum_{k=1}^n \frac1{k}-\ln n\right)=\gamma=0.5772156649\ldots\]
    ---------------------------------------------------------------------------------------------------------------------
    Unsolved problem in mathematics:
    Is Euler–Mascheroni constant irrational? If so, is it transcendental?

    #Euler #Mascheroni #EulerMascheroni #Constant #gamma #EulerConstant #EulersConstant #EulerMascheroniConstant #Irrational #Irrationality #Transcendental #Transcendence #Unsolved #UnsolvedProblem #Maths #Mathematics #Indeterminate #IndeterminateForm #IndeterminateForms #Inf #Infinity #HarmonicNumber #HarmonicNumbers #HarmonicSeries #Logarithm #Log #Logarithms #NaturalLogarithm #Integral #ImproperIntegral

  13. Dem #Linke LV Berlin habe ich das Plakat mal ein wenig korrigiert.

    Bizarr eine #Pershing2 abzubilden, die dank #INF Vertrag im Okt 88 abgezogen wurden. 

Aber kein Problem mit täglichen russischen Raketen Angriffen auf die #Ukraine oder SSC-8/9M729 in #Kaliningrad.

  14. Dem #Linke LV Berlin habe ich das Plakat mal ein wenig korrigiert.

    Bizarr eine #Pershing2 abzubilden, die dank #INF Vertrag im Okt 88 abgezogen wurden. 

Aber kein Problem mit täglichen russischen Raketen Angriffen auf die #Ukraine oder SSC-8/9M729 in #Kaliningrad.

  15. @poliorcetics KDL doesn’t specify number representation, so implementations are free to pick what different formats of numbers get represented at. For example, kdl-rs treats 1 as an Integer, and 1.0 as a Float, but it could just as well have, for example, bignum support. One thing 2.0 did add is the keywords #inf, #-inf, and #nan, which MAY be used to represent the IEEE 754 float special values, but it’s still up to implementations how they’ll get treated practice.

    This aligns with, say, how a lot of JSON implementations handle numbers (and JSON doesn’t even have the special values!)

  16. @poliorcetics KDL doesn’t specify number representation, so implementations are free to pick what different formats of numbers get represented at. For example, kdl-rs treats 1 as an Integer, and 1.0 as a Float, but it could just as well have, for example, bignum support. One thing 2.0 did add is the keywords #inf, #-inf, and #nan, which MAY be used to represent the IEEE 754 float special values, but it’s still up to implementations how they’ll get treated practice.

    This aligns with, say, how a lot of JSON implementations handle numbers (and JSON doesn’t even have the special values!)

  17. @unlambda the data model is exactly the same, fortunately, with the exception of v2 explicitly supporting #inf, #-inf, and #nan for floats.

    Besides that, documents that parse correctly in both v1 and v2 will represent the same exact data--with the exception of multiline strings, which are both stricter in v2 (so it's less likely to have a conflict), and the fact that v2 dedents multiline strings.

    So this document:

    my-string "
    foo
    "

    will evaluate to "\n foo\n " in v1, and "foo" in v2. I'm debating whether we should tweak the multiline syntax so this corner case isn't possible, but it seems relatively minor.

    What that means is that once I finish rewriting the v1 parser for kdl-rs, you'll be able to do something basically like kdl::v2::parse(input).or_else(|_| kdl::v1::parse(input)) and it should be able to consume any KDL doc. In fact, I might make it so that's the actual FromStr implementation (and you can be more strict by invoking the parsers directly).

    And since the data models are identical, all you have to do to convert from v1 to v2 is:

    let mut doc = kdl::v1::parse(input)?;
    doc.autoformat(); // v2 formatting by default
    print!("{doc}");
  18. @unlambda the data model is exactly the same, fortunately, with the exception of v2 explicitly supporting #inf, #-inf, and #nan for floats.

    Besides that, documents that parse correctly in both v1 and v2 will represent the same exact data--with the exception of multiline strings, which are both stricter in v2 (so it's less likely to have a conflict), and the fact that v2 dedents multiline strings.

    So this document:

    my-string "
    foo
    "

    will evaluate to "\n foo\n " in v1, and "foo" in v2. I'm debating whether we should tweak the multiline syntax so this corner case isn't possible, but it seems relatively minor.

    What that means is that once I finish rewriting the v1 parser for kdl-rs, you'll be able to do something basically like kdl::v2::parse(input).or_else(|_| kdl::v1::parse(input)) and it should be able to consume any KDL doc. In fact, I might make it so that's the actual FromStr implementation (and you can be more strict by invoking the parsers directly).

    And since the data models are identical, all you have to do to convert from v1 to v2 is:

    let mut doc = kdl::v1::parse(input)?;
    doc.autoformat(); // v2 formatting by default
    print!("{doc}");
  19. @dotfox what do you mean? Multiple languages with 15+ year history make the change and it’s been fine so far? EDN is also not set in stone: they’ve added tagged literals, namespaced maps, duplicate key check, ##Inf recently. So there’re multiple precedents. It's been fine so far?

  20. @dotfox what do you mean? Multiple languages with 15+ year history make the change and it’s been fine so far? EDN is also not set in stone: they’ve added tagged literals, namespaced maps, duplicate key check, ##Inf recently. So there’re multiple precedents. It's been fine so far?

  21. Verteilt wurde auch dieser Flyer. Man kann von der Kündigung des #INF
    Vertrages durch die USA wenig halten.

    Fakt ist ihr ging die Entwicklung und Stationierung russischer 9M729-Marschflugkörper/SS-C-8 Vorraus.

    Fehlt leider im Flyer und Teilen der aktuellen Diskussion.

  22. Verteilt wurde auch dieser Flyer. Man kann von der Kündigung des #INF
    Vertrages durch die USA wenig halten.

    Fakt ist ihr ging die Entwicklung und Stationierung russischer 9M729-Marschflugkörper/SS-C-8 Vorraus.

    Fehlt leider im Flyer und Teilen der aktuellen Diskussion.

  23. Un articolo del 2018 quando #Trump uscì dal trattato #INF

    "...ammesso e non concesso che il sistema missilistico #9M729 dislocato a Kasputin Yar rappresenti effettivamente una violazione dell’INF (i servizi militari europei, a cominciare da quello tedesco, ne dubitano)... l’Italia in particolare, sarebbe disposta ad ospitare trent’anni dopo altri euromissili puntati contro la Russia? A fare da bersaglio?"

    (Venturini sul Corriere della Sera)

    #euromissili

    corriere.it/esteri/18_ottobre_

  24. Un articolo del 2018 quando #Trump uscì dal trattato #INF

    "...ammesso e non concesso che il sistema missilistico #9M729 dislocato a Kasputin Yar rappresenti effettivamente una violazione dell’INF (i servizi militari europei, a cominciare da quello tedesco, ne dubitano)... l’Italia in particolare, sarebbe disposta ad ospitare trent’anni dopo altri euromissili puntati contro la Russia? A fare da bersaglio?"

    (Venturini sul Corriere della Sera)

    #euromissili

    corriere.it/esteri/18_ottobre_

  25. For the joint U.S./Philippines military exercise #Salaknib 2024, U.S. transferred its new #Typhon missile launcher developed after exiting the INF treaty by Trump. This Mid-Range Capability(MRC) can launch SM-6(anti-air) or Tomahawk missiles. These missiles can reach China coastline

    #defense #military #missile #indopacific #INF #china #US

  26. For the joint U.S./Philippines military exercise #Salaknib 2024, U.S. transferred its new #Typhon missile launcher developed after exiting the INF treaty by Trump. This Mid-Range Capability(MRC) can launch SM-6(anti-air) or Tomahawk missiles. These missiles can reach China coastline

    #defense #military #missile #indopacific #INF #china #US

  27. quick poll: Should #kdl v2 keywords (#nan, #inf, #-inf, #true, #false, #null) be case-insensitive? Should it be legal for someone to write #NaN and have that Do The Right Thing?

    See: github.com/kdl-org/kdl/issues/

  28. quick poll: Should #kdl v2 keywords (#nan, #inf, #-inf, #true, #false, #null) be case-insensitive? Should it be legal for someone to write #NaN and have that Do The Right Thing?

    See: github.com/kdl-org/kdl/issues/

  29. Liebe #DHd2024 Community (und darüber hinaus),
    wir haben am @IBI_HU da einen spannenden Job für euch:
    hu.berlin/infra-wiss-blogs-job
    Noch bis 15.3. könnt ihr euch bewerben, für Rückfragen meldet euch bei @pampel

    Würde mich sehr freuen, jm gescheiten auf der Stelle zu sehen - finde das Projekt nämlich unheimlich spannend. Also auf 😉
    Bei uns am IBI ist es sehr schön, kommt in unsere Familie 🙃
    #WissBlog #bloggen #inf #OpenScience #WissKomm #DH

  30. Liebe #DHd2024 Community (und darüber hinaus),
    wir haben am @IBI_HU da einen spannenden Job für euch:
    hu.berlin/infra-wiss-blogs-job
    Noch bis 15.3. könnt ihr euch bewerben, für Rückfragen meldet euch bei @pampel

    Würde mich sehr freuen, jm gescheiten auf der Stelle zu sehen - finde das Projekt nämlich unheimlich spannend. Also auf 😉
    Bei uns am IBI ist es sehr schön, kommt in unsere Familie 🙃
    #WissBlog #bloggen #inf #OpenScience #WissKomm #DH

  31. tfw your post is doing numbers, for example, 3, i, and #inf

  32. tfw your post is doing numbers, for example, 3, i, and #inf

  33. Halfway through three very intense days: 35 members of @sfb1475 are currently gathering in a remote location for our annual meeting to focus on key issues in our research. I’m really proud of the #INF team, who have done an amazing job preparing three workshops – while at the same time getting the actual infrastructure to a state where the work of the last year and a half is really starting to bear fruit. Now we can sit back and enjoy the remaining days. #SFB1475 #Metaphor #Religion

  34. The scoreboard at Wimbledon was displaying:

    Murray -NaN
    Raonic 1.#INF

    Apparently it was due to a double fault.

  35. The scoreboard at Wimbledon was displaying:

    Murray -NaN
    Raonic 1.#INF

    Apparently it was due to a double fault.

  36. “The 2011 treaty placed ‘verifiable limits’ on the number of #IntercontinentalBallisticMissiles & #NuclearWarheads deployed by the countries.

    “‘Our relations have degraded, & that’s completely & utterly the US’s fault,’ #Putin said.
    
“‘If the US conducts tests, then so will we,’ Putin said. ‘Nobody should have any illusions that global strategic parity can be destroyed.’ Other #nonproliferation agmnts, incl the Intermediate-Range Nuclear Forces, or #INF, treaty have fallen apart in recent yrs.