Salta al contenuto

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone
  • #TIL

    Mondo til
    2
    0 Votazioni
    2 Post
    0 Visualizzazioni
    filobus@sociale.network
    @GustavinoBevilacqua ma per il mal di mare? 😆1) fantastico2) non sapevo, ma sicuramente avranno usato qualcos'altro...In compenso ora mi sto rilassando ascoltando Dramamine dei Modest Mouse...https://www.youtube.com/watch?v=tvqlt7OWTOk(Uso il link YT perché li vedo di newpipe)
  • 0 Votazioni
    1 Post
    0 Visualizzazioni
    todayilearned@noc.social
    TIL about the "Batman effect": In an experiment, a woman appearing pregnant boarded a train. In some trials, another experimenter dressed as Batman also entered. Passengers were far more likely to offer the woman their seat when Batman was present—67.2% compared with 37.7%.https://www.nature.com/articles/s44184-025-00171-5#til #todayilearnedhttps://www.reddit.com/r/todayilearned/comments/1v1os6h/til_about_the_batman_effect_in_an_experiment_a/
  • Today I learned #TIL: "How to make a necklace for holding my glasses"

    Mondo til
    1
    0 Votazioni
    1 Post
    0 Visualizzazioni
    foosel@chaos.social
    Today I learned #TIL: "How to make a necklace for holding my glasses"👉 https://foosel.net/til/2026-06-24-how-to-make-a-necklace-for-holding-my-glasses/
  • #TIL what TIL means

    Mondo til
    3
    0 Votazioni
    3 Post
    0 Visualizzazioni
    youen@mastodon.gamedev.place
    @uint8_t I'm not from the US, so the math seems a bit more complicated. World birth rate is 140million/year, and there are about 20% of people understanding english in the world. So I suppose that makes me I'm one of the lucky 80000.
  • 0 Votazioni
    4 Post
    0 Visualizzazioni
    valhalla@social.gl-como.it
    @mcfly I remember the ads on tv when it was introduced in Italy: I was young enough that I don't remember the details of the consequences (but then, at home we had an electric range already), but @diegor does, so it wasn't *that long* ago(either that, or we're old :D )
  • I use FreeBSD jails more way over a decade now.

    Mondo freebsd jails til
    1
    0 Votazioni
    1 Post
    0 Visualizzazioni
    larvitz@mastodon.bsd.cafe
    I use FreeBSD jails more way over a decade now. Today I learned, that I can simply do “jexec $jail_name” without a parameter and get a sh shell in the jail. You don’t actually need to put “sh” at the end of the command 🤯😂 #freebsd #jails #til
  • 0 Votazioni
    1 Post
    0 Visualizzazioni
    riffraff@mastodon.social
    #TIL che il film "un giorno di ordinaria follia" in realtà si chiamava "falling down".Ok, il titolo italiano non c'entra una mazza, ma è un grande titolo.#film
  • Lovely Peeps!

    Mondo history deaf nasa gallaudet gallaudeteleven artemis2 asl til
    18
    0 Votazioni
    18 Post
    0 Visualizzazioni
    her_doing@sunny.garden
    @adhdeanasl @glasspusher My pleasure - I am so glad it has resonated with so many people!I thank *you* for boosting! 🙏
  • 0 Votazioni
    1 Post
    0 Visualizzazioni
    todayilearned@noc.social
    TIL about the Apollo Affair, where the US lost 200+ Pounds of highly enriched, weapons grade Uraniumhttps://en.wikipedia.org/wiki/Apollo_affair#til #todayilearnedhttps://www.reddit.com/r/todayilearned/comments/1sjpkcn/til_about_the_apollo_affair_where_the_us_lost_200/
  • #TIL

    Mondo til webdev coding
    1
    0 Votazioni
    1 Post
    0 Visualizzazioni
    riffraff@mastodon.social
    #TIL https://allorigins.win/a service to access web pages via js without CORS issues.#webdev #coding
  • #TIL Shakespeare coined the sentence

    Mondo til
    1
    0 Votazioni
    1 Post
    0 Visualizzazioni
    riffraff@mastodon.social
    #TIL Shakespeare coined the sentence "The first thing we do, we kill all the lawyers"https://en.wikipedia.org/wiki/Let%27s_kill_all_the_lawyers
  • #TIL how to add swap space easily on #OpenBSD

    Mondo til openbsd
    1
    0 Votazioni
    1 Post
    2 Visualizzazioni
    rqm@exquisite.social
    #TIL how to add swap space easily on #OpenBSD 1) Create a swapfile made of many many 0's, in the size of how large a swapfile you want, so e.g. for 16gb:$ dd if=/dev/zero of=~/.swapfile bs=1m count =16384 2) Add it as swap:# swapctl -a ~/.swapfile3) For great success, check it out to get warm fuzzy feelings:$ swapctl -lDevice 512-blocks Used Avail Capacity Priority/dev/sd2b 17065992 0 17065992 0% 0/home/puffy/.swapfile 33554432 0 33554432 0% 0Total 50620424 0 50620424 0%