Skip Navigation

Posts
5
Comments
680
Joined
3 yr. ago

I'd appreciate it if everyone could just stop burning fossil fuels, please. Thank you for your cooperation.

  • The trick is to use a text editor with a fixed-width font.

  • This shift allows us to shape the next era of the internet – with tools like vertical tabs

     
        
    T  o  I
    h  f  n
    e     t
       t  e
    F  h  r
    u  e  n
    t     e
    u     t
    r
    e
    
      
  • I don't know if there are others that did a better job but the only source the USA Today article had was the Daily Mail, other than a quote they got from DHS which simply denies there's any truth to it.

  • Okay it's not The Onion, but it is the Daily Mail.

  • By the way, don't forget to make a good backup before you start messing with backup scripts. Also, if the reason you're keeping twelve different backups is to see how things changed over time, put it in git instead.

  • I was going to give some suggestions, but it's easiest to say it like this:

     
        
    if ( ! test -d ~/Backups ) ; then exit; fi
    cd ~/Backups
    count=`ls -d Main-* | wc -l`
    if [ count -gt 11] ; then 
        rm -rf `ls -rtd Main-* | head -$((count - 11))`
    fi
    rsync -aL ~/Main Main-`date -Ihours`
    
      

    You'd run something like that every six hours. Don't expect it to work, but maybe it could help get you started.

  • or as I’ve recently taken to calling it, --++Linux++--

  • Well, I got around to reading it although I didn't look too closely at the actual mathematics of quantum annealing. The sensationalist tone of the headline dominates much of the text as well, unfortunately. But they did factor a 2048 bit number, taken as representative of a class of such numbers which have two factors that differ from each other in only two of their bits. So a space of roughly 2^1000 numbers I guess.

    California State University previously factored a 1061 bit number. It's reference 27, which says "https://eprint.iacr.org/2012/44" where it should be "https://eprint.iacr.org/2012/444.pdf".

  • This marks the first successful factorization of RSA-2048 by D-Wave quantum computer, regardless of employing mathematical or quantum techniques, despite dealing with special integers, exceeding 2^1061−1 of California State University.

    That's a lot of California State University. If I'm guessing correctly as to what they're trying to say it's an impressive result, but it is not a successful attack on RSA-2048 and it's made somewhat less plausible by the misleading title.

  • Imagine spending four years plotting and scheming about how you'll do everything better next time, and this is what you come up with.

  • Computers? Fun!? Whatever, nerds.

  • Stop, you've gone too far. Also you've gone the wrong way. And your driving is terrible. And you're drunk on power. Why did I even get in this clown car.

  • That is what their mod was accused of having done, albeit on reddit. If Kev believes those allegations to be unfounded, he's done a poor job of expressing that.

  • Alas, not everyone on the fediverse is so friendly and welcoming towards people who "express certain political views" by using a position of power to suppress those they disagree with.

  • I like my women the way I like my passwords: Long, cryptic, and full of entropy.

  • Long may I continue to be proven wrong.

  • Turns out it's nowhere near as complicated as everyone said it would be to change the constitution. All you've got to do is buy yourself a Supreme Court.

  • It might. If some day they don't control the browser, whoever does control it might be hesitant to build in features that are only there to spy on users for Google. Cookies do at least have some other uses.