Skip to content
0
  • Home
  • Piero Bosio
  • Blog
  • World
  • Fediverso
  • News
  • Categories
  • Old Web Site
  • Recent
  • Popular
  • Tags
  • Users
  • Home
  • Piero Bosio
  • Blog
  • World
  • Fediverso
  • News
  • Categories
  • Old Web Site
  • Recent
  • Popular
  • Tags
  • Users
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone
  1. Home
  2. Categories
  3. Uncategorized
  4. Fall - not of civilization, but the season.'nAutumn is Montreal's "fun & frisky" risquée party dress.'n#autumn #fall #montreal

Fall - not of civilization, but the season.'nAutumn is Montreal's "fun & frisky" risquée party dress.'n#autumn #fall #montreal

Scheduled Pinned Locked Moved Uncategorized
autumnfallmontreal
1 Posts 1 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Ian K. Rogers ikr?╭ರ_ಠundefined This user is from outside of this forum
    Ian K. Rogers ikr?╭ರ_ಠundefined This user is from outside of this forum
    Ian K. Rogers ikr?╭ರ_ಠ
    wrote on last edited by
    #1

    Fall - not of civilization, but the season.

    Autumn is Montreal's "fun & frisky" risquée party dress.

    #autumn #fall #montreal

    1 Reply Last reply
    1
    0
    • Oblomovundefined Oblomov shared this topic on
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    Feed RSS
    Fall - not of civilization, but the season.'nAutumn is Montreal's "fun & frisky" risquée party dress.'n#autumn #fall #montreal

    Gli ultimi otto messaggi ricevuti dalla Federazione
    • L'Anarchiversitarioundefined
      L'Anarchiversitario

      “la manifestival”, al via a roma il primo festival del quotidiano il manifesto
      @anarchia
      Prende vita oggi, venerdì 10 ottobre, “La Manifestival – il mondo al tempo di Gaza“, tre giornate di festival de Il Manifesto a Roma. La prima edizione del festival del quotidiano comunista sarà nel quartiere Garbatella della Capitale. Da venerdì...

      Vedi

      read more

    • Evie 🏳️‍⚧️undefined
      Evie 🏳️‍⚧️

      @aeva the whole linux mint team is big on NIH, they created their own GUI lib and redid standard linux apps lol so if anyone hates stuff not working it's prob them

      read more

    • aevaundefined
      aeva

      @pupxel the version packaged in fedora is super buggy (the desktop background renders corrupted and sometimes just crashes) and there is no way to change the keyboard layout, BUT this is the first time full 10 finger multi touch has worked correctly in mollytime, so i may give it further consideration, assuming it working is not also some kind of ephemeral bug

      read more

    • .mau.undefined
      .mau.

      Enigmistica (ebook)

      @libri - Gli enigmi visti in modo enciclopedico

      https://wp.me/p6hcSh-8Lg

      read more

    • Evan Prodromouundefined
      Evan Prodromou

      @ericg congratulations! What happens now?

      read more

    • L'Anarchiversitarioundefined
      L'Anarchiversitario

      Assalto alle flotille: mobilitazione immediata in decine di citta’ italiane. la diretta.
      @anarchia
      Il secondo assalto israeliano in una settimana contro le Flotille dirette alle coste palestinesi di Gaza (dopo la Global Sumud Flotilla, è toccato a Freedom Flotilla Coalition e Thousand Madleens To Gaza) ha visto un’immediata risposta di piazza e dal...

      read more

    • Eric G.undefined
      Eric G.

      And there it is. I've retired.

      read more

    • Cybersecurity & cyberwarfareundefined
      Cybersecurity & cyberwarfare

      Your LLM Won’t Stop Lying Any Time Soon

      Researchers call it “hallucination”; you might more accurately refer to it as confabulation, hornswaggle, hogwash, or just plain BS. Anyone who has used an LLM has encountered it; some people seem to find it behind every prompt, while others dismiss it as an occasional annoyance, but nobody claims it doesn’t happen. A recent paper by researchers at OpenAI (PDF) tries to drill down a bit deeper into just why that happens, and if anything can be done.

      Spoiler alert: not really. Not unless we completely re-think the way we’re training these models, anyway. The analogy used in the conclusion is to an undergraduate in an exam room. Every right answer is going to get a point, but wrong answers aren’t penalized– so why the heck not guess? You might not pass an exam that way going in blind, but if you have studied (i.e., sucked up the entire internet without permission for training data) then you might get a few extra points. For an LLM’s training, like a student’s final grade, every point scored on the exam is a good point.

      The problem is that if you reward “I don’t know” in training, you may eventually produce a degenerate model that responds to every prompt with “IDK”. Technically, that’s true– the model is a stochastic mechanism; it doesn’t “know” anything. It’s also completely useless. Unlike some other studies, however, the authors do not conclude that so-called hallucinations are an inevitable result of the stochastic nature of LLMs.

      While that may be true, they point out it’s only the case for “base models”– pure LLMs. If you wrap the LLM with a “dumb” program able to parse information into a calculator, for example, suddenly the blasted thing can pretend to count. (That’s how undergrads do it these days, too.) You can also provide the LLM with a cheat-sheet of facts to reference instead of hallucinating; it sounds like what’s being proposed is a hybrid between an LLM and the sort of expert system you used to use Wolfram Alpha to access. (A combo we’ve covered before.)

      In that case, however, some skeptics might wonder why bother with the LLM at all, if the knowledge in the expert system is “good enough.” (Having seen one AI boom before, we can say with the judgement of history that the knowledge in an expert system isn’t good enough often enough to make many viable products.)

      Unfortunately, that “easy” solution runs back into the issue of grading: if you want your model to do well on the scoreboards and beat ChatGPT or DeepSeek at popular benchmarks, there’s a certain amount of “teaching to the test” involved, and a model that occasionally makes stuff up will apparently do better on the benchmarks than one that refuses to guess. The obvious solution, as the authors propose, is changing the benchmarks.

      If you’re interested in AI (and who isn’t, these days?), the paper makes an interesting, read. Interesting if, perhaps disheartening if you were hoping the LLMs would graduate from their eternal internship any time soon.

      Via ComputerWorld, by way of whereisyouredat.

      hackaday.com/2025/10/10/your-l…

      read more
    @pierobosio@soc.bosio.info
    Running NodeBB v4.6.0 Contributors
    Post suggeriti
    • FraNikyundefined

      Welcome October 🍂🍄🍁#loveautumn #fall #mushrooms #book #october

      Watching Ignoring Scheduled Pinned Locked Moved Uncategorized loveautumn fall mushrooms book october
      1
      1
      0 Votes
      1 Posts
      1 Views
      No one has replied
    • Noisette Dorundefined

      Bonjour les mammouths 🧡🍂 levez les yeux !

      Watching Ignoring Scheduled Pinned Locked Moved Uncategorized automne photo photography nature arbre trees fall september
      1
      1
      0 Votes
      1 Posts
      4 Views
      No one has replied
    • SF Photographerundefined

      Happy Autumnal Equinox, everyone.

      Watching Ignoring Scheduled Pinned Locked Moved Uncategorized photography sanfrancisco fall sunrise landscapephotography autumnalequinox
      1
      1
      0 Votes
      1 Posts
      3 Views
      No one has replied
    • Strider Longshanksundefined

      When you wake up and find the first frost on your car as the sun rises.#autumn #kerry #ireland #frost

      Watching Ignoring Scheduled Pinned Locked Moved Uncategorized autumn kerry ireland frost
      1
      2
      0 Votes
      1 Posts
      4 Views
      No one has replied
    • Login

    • Login or register to search.
    • First post
      Last post