Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

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

La cosa più faticosa del libro è stata scrivere la quarta di copertina.

Uncategorized
6 5 8

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    0 Views
    What are some good tools for doing 1990s pixel art? Specifically sprites, but maybe some larger backgrounds. I see someone's done a JS version of DeluxePaint! Any others people really like?Slightly heretically, I'd love one that handled alpha channels well.
  • 0 Votes
    1 Posts
    0 Views
    New, by me: Mozilla Says It's Finally Done with Two-Faced OnerepIn March 2024, Mozilla said it was winding down its collaboration with Onerep — an identity protection service offered with the Firefox web browser that promises to remove users from hundreds of people-search sites — after KrebsOnSecurity revealed Onerep’s founder had created dozens of people-search services and was continuing to operate at least one of them. Sixteen months later, however, Mozilla is still promoting Onerep. This week, Mozilla announced its partnership with Onerep will officially end next month.https://krebsonsecurity.com/2025/11/mozilla-says-its-finally-done-with-two-faced-onerep/
  • Quick update of my profile on Codeberg.

    Uncategorized
    3
    0 Votes
    3 Posts
    0 Views
    @amoroso You create a repo called .profile and a file called README.md (or, in my case, README.adoc). That's it!
  • 0 Votes
    1 Posts
    0 Views
    let styleLink = {};Object.assign(styleLink, [style, styleInlineLink]);I believe this JavaScript code results in styleLink being an object that has all the fields of style combined with all the fields of styleInlineLink. In testing it's as if this is not the case. Am I missing something?