GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org), page 3

  1. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Wednesday, 03-Apr-2024 16:05:32 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:
    in reply to

    Got the ChaCha RNG working with "absorb" and "squeeze" sponge-like functionality (it's cheating).

    I think I need to completely rewrite my Trivium code and take a different approach. I just can't match the test vectors. Probably something to do with endianess.

    In conversation about a year ago from fosstodon.org permalink
  2. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Wednesday, 03-Apr-2024 16:05:32 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:

    An idea crashed into my head over the weekend and now I'm committed to seeing it through.

    In addition to the Spritz cipher as a DRBG for PassGen3, what if I also added the ChaCha8 and Trivium stream ciphers, allowing the user to choose?

    ChaCha8 is written and passes test vectors. Implementing it though means adding "absorb(data)" and "squeeze(count)" functions so I have a consistent API with Spritz.

    Trivium is written but doesn't pass test vectors. I'm pulling my hair out as to why.

    In conversation about a year ago from fosstodon.org permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      through.in - このウェブサイトは販売用です! - through リソースおよび情報
      このウェブサイトは販売用です! through.in は、あなたがお探しの情報の全ての最新かつ最適なソースです。一般トピックからここから検索できる内容は、through.inが全てとなります。あなたがお探しの内容が見つかることを願っています!
  3. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Wednesday, 03-Apr-2024 16:05:31 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:
    in reply to

    If you want to play around with it.

    https://atoponce.github.io/passgen3/

    In conversation about a year ago from fosstodon.org permalink
  4. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Wednesday, 03-Apr-2024 16:05:31 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:
    in reply to

    Hmm. Passing some, failing others. I *think* I know what the problem is, but I think I might forego it for the time being. I'm using it for randomness extraction to generate passwords, not to encrypt/decrypt data. So it should be fine.

    In conversation about a year ago from fosstodon.org permalink
  5. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Thursday, 14-Mar-2024 10:43:48 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:

    Here's a fun way to comment your C# source code: start it with "https://"

    Yup. A URL.

    The C# compiler sees "https:" as an unused go-to label and "//" starts a comment for the rest of the line

    https://this.is.totally.a.valid.comment.in.c#

    In conversation about a year ago from fosstodon.org permalink
  6. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Tuesday, 27-Feb-2024 06:33:58 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:

    Kill him now.

    #JavaScript #Linux

    In conversation Tuesday, 27-Feb-2024 06:33:58 JST from fosstodon.org permalink

    Attachments


    1. https://cdn.fosstodon.org/media_attachments/files/111/999/914/828/368/770/original/adde544148bfb23e.png
  7. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Wednesday, 21-Feb-2024 06:22:48 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:

    #Signal now supports usernames.

    https://signal.org/blog/phone-number-privacy-usernames/

    In conversation Wednesday, 21-Feb-2024 06:22:48 JST from fosstodon.org permalink
  8. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Saturday, 17-Feb-2024 03:50:47 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:

    Why large language models are not intelligent, exhibit #64338.

    #ChatGPT

    In conversation Saturday, 17-Feb-2024 03:50:47 JST from fosstodon.org permalink

    Attachments


    1. https://cdn.fosstodon.org/media_attachments/files/111/942/296/320/684/264/original/99037eac8500e102.png
  9. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Thursday, 08-Feb-2024 08:34:00 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:

    Cassette tapes had a "side A" and "side B". So it's only logical that their successor would be the "CD".

    #dadjoke

    In conversation Thursday, 08-Feb-2024 08:34:00 JST from fosstodon.org permalink
  10. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Wednesday, 07-Feb-2024 07:02:55 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:

    For creative #JavaScript #DevOps out there:

    What would you name a variable that holds 1 byte?

    "byte" is a reserved word since ES3. Variables cannot start with a digit, so "8bits" isn't valid.

    "data", "unit", or "num" could work, although less descriptive.

    Capitalizing the first character as "Byte"? IMO, looks funny and might break convention.

    A homonym? "bite".

    For whatever reason, my brain is refusing to cooperate with me today.

    #programming #lazyweb

    In conversation Wednesday, 07-Feb-2024 07:02:55 JST from fosstodon.org permalink
  11. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Wednesday, 17-Jan-2024 03:35:26 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:
    • Evan Prodromou

    @evan Assuming you mean tabs, I keep 11 pinned 24/7. The rest are opened as needed.

    In conversation Wednesday, 17-Jan-2024 03:35:26 JST from fosstodon.org permalink
  12. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Friday, 01-Dec-2023 06:44:26 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:

    The life of a #Tor user.

    In conversation Friday, 01-Dec-2023 06:44:26 JST from fosstodon.org permalink

    Attachments


  13. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Tuesday, 28-Nov-2023 14:01:30 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:

    Without disassembly, there are 43,252,003,274,489,856,000 unique permutations in a 3×3 Rubik's Cube. If sufficiently shuffled, that provides ~65 bits security.

    Which means recording the colors of each of the 6 faces after two sufficient shuffles is enough to provide at least 128 bits security.

    https://en.wikipedia.org/wiki/Rubik's_Cube#Permutations

    A shuffled 4×4 cube has ~152 bits security.

    https://en.wikipedia.org/wiki/Rubik's_Revenge#Permutations

    A shuffled 5×5 cube has ~247 bits security.

    https://en.wikipedia.org/wiki/Professor%27s_Cube#Permutations

    #cryptography

    In conversation Tuesday, 28-Nov-2023 14:01:30 JST from fosstodon.org permalink
  14. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Friday, 17-Nov-2023 07:55:15 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:

    You're familiar with the sudo(8) command, but did you know it had a logo? Did you further know that it's a sandwich?

    #gnu #linux #bsd #unix

    https://www.sudo.ws/about/logo/

    In conversation Friday, 17-Nov-2023 07:55:15 JST from fosstodon.org permalink

    Attachments


    1. https://cdn.fosstodon.org/media_attachments/files/111/421/455/978/457/631/original/24825a3a703545a4.png
    2. Domain not in remote thumbnail source whitelist: www.sudo.ws
      Sudo Logo
      Sudo Sandwich LogoThe current sudo logo, © 2019 by Mark Stillman and licensed under CCBY 4.0. It was inspired by xkcd 149. Sudo Shield LogoThe previous sudo logo, © 2010 by Trent Badger and licensed under CCBY 4.0.
  15. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Thursday, 02-Nov-2023 09:43:17 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:

    How to handle long #passwords in web forms.

    #programming

    In conversation Thursday, 02-Nov-2023 09:43:17 JST from fosstodon.org permalink

    Attachments


    1. https://cdn.fosstodon.org/media_attachments/files/111/337/823/823/312/507/original/1d4c65afb60db139.png
  16. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Thursday, 07-Sep-2023 01:25:35 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:

    Lavender (the python) and Cooper (the husky) say "Hi!".

    In conversation Thursday, 07-Sep-2023 01:25:35 JST from fosstodon.org permalink

    Attachments


    1. https://cdn.fosstodon.org/media_attachments/files/110/962/450/724/719/571/original/d2f7e8633935cb19.png
  17. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Thursday, 07-Sep-2023 01:23:53 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:

    Lavender, my ball python, investigating my space last night.

    She was finding some very interesting ways of climbing, so I had to catch it on video. Before this, she climbed up to my windowsill using a plug in a wall outlet. Here, she climbs into a bookcase using the top of a book that is sticking out.

    My daughter was worried she'd fall, so kept by just in case. She also didn't Lavender to find her way behind the books and struggle getting her out.

    Anyway, Lavender is a very curious snake.

    In conversation Thursday, 07-Sep-2023 01:23:53 JST from fosstodon.org permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      https://out.my/

  18. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Friday, 25-Aug-2023 04:52:36 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:

    <rant>
    The clock in the OS works by having the time updated based on the counter in the RTC.

    Sun with #Solaris Zones made every object inside the kernel have a zone context and then very carefully abstracted and hardened any exchange across zone boundaries so that there isn't even a handle on global resources inside a zone.

    So it followed that each zone could have its own clock object spawned and all existing software would seamlessly work inside a zone.

    1/2

    In conversation Friday, 25-Aug-2023 04:52:36 JST from fosstodon.org permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: cdn2.dan.com
      zone.so - Domain Name For Sale | Dan.com
      from @undeveloped
      I found a great domain name for sale on Dan.com. Check it out!
  19. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Sunday, 09-Jul-2023 15:19:45 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:
    in reply to
    • Mastodon Users

    @mastodonusercount Back to normal.

    In conversation Sunday, 09-Jul-2023 15:19:45 JST from fosstodon.org permalink
  20. Embed this notice
    Aaron Toponce ⚛️:debian: (atoponce@fosstodon.org)'s status on Wednesday, 21-Jun-2023 14:21:50 JST Aaron Toponce ⚛️:debian: Aaron Toponce ⚛️:debian:

    Metric measurements > Imperial measurements

    Decimal time > 12/24-hour clock

    Gradians > Degrees and Radians

    In conversation Wednesday, 21-Jun-2023 14:21:50 JST from fosstodon.org permalink
  • After
  • Before

User actions

    Aaron Toponce ⚛️:debian:

    Aaron Toponce ⚛️:debian:

    MSCSIA, cryptography, security, locksport, Linux, programming, mathematics, amateur radio, Buddhism, running, anime, and bibliophilia.

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          8006
          Member since
          31 Aug 2022
          Notices
          90
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.