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 Erin 💽✨ (erincandescent@akko.erincandescent.net), page 8

  1. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Wednesday, 16-Oct-2024 04:15:48 JST Erin 💽✨ Erin 💽✨
    in reply to
    • Erin 💽✨

    Anyway I think this interpretation means a C standard library implementation needs different implementations of scanf and strtoul to be conformant to both C23 and C17 and earlier.

    My displeasure is imeasurable and my day is ruined.

    :drgn_dizzy:

    In conversation about 8 months ago from akko.erincandescent.net permalink

    Attachments


  2. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Wednesday, 16-Oct-2024 04:10:02 JST Erin 💽✨ Erin 💽✨

    So I have set of interesting C corner cases…

    Consult 7.24.1.7 of WG14 N3220, concering “The strtol, strtoll, strtoul, and strtoull functions” and then look at the following:

    // C23 // In all of the following assume errno is initially 0 // Unambiguous r = strtoul("0", &endp, 0) r = strtoul("0", &endp, 2) r = strtoul("0", &endp, 16) // -> strcmp(endp, "") == 0, r = 0, errno = 0; r = strtoul("0b0", &endp, 0) r = strtoul("0x0", &endp, 0) r = strtoul("0b0", &endp, 2) r = strtoul("0x0", &endp, 16) // -> strcmp(endp, "") == 0, r = 0, errno = 0; // The following are ambiguous, however. // What is the correct output for each of these? strtoul("0b", &endp, 0) strtoul("0b", &endp, 2) // -> strcmp(endp, "b") == 0, r = 0, errno = 0;, or // -> errno = ERANGE strtoul("0x", &endp, 0) strtoul("0x", &endp, 16) // -> strcmp(endp, "x") == 0, r = 0, errno = 0;, or // -> errno = ERANGE

    Note: in versions of C prior to C23, the following are unambiguous (the language permitting the 0b prefix was added in C23). Depending upon interpretation, in C23 strtoul may reject inputs that were considered acceptible in in previous versions of the standard

    strtoul("0b", &endp, 0) strtoul("0b", &endp, 2) // -> strcmp(endp, "b") == 0, r = 0, errno = 0;
    In conversation about 8 months ago from akko.erincandescent.net permalink
  3. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Tuesday, 15-Oct-2024 05:48:33 JST Erin 💽✨ Erin 💽✨
    in reply to
    • Erin 💽✨

    If the local Bäckspace was a real thing I could go there and bake up a load of Franzbrötchen right about now…

    In conversation about 8 months ago from akko.erincandescent.net permalink
  4. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Tuesday, 15-Oct-2024 05:47:34 JST Erin 💽✨ Erin 💽✨

    Tired: Going to the hackspace to work on your programming project
    Wired: Going to the hackspace to work on your electronics project
    Un-Wired: Going to the Bäckspace to work on your baking project

    In conversation about 8 months ago from akko.erincandescent.net permalink
  5. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Monday, 14-Oct-2024 20:09:16 JST Erin 💽✨ Erin 💽✨
    • Neil Brown
    @neil houses take 30-50 years to grow to maturity and a lot of care and unfortunately there's a shortage of healthy, mature houses
    In conversation about 8 months ago from akko.erincandescent.net permalink
  6. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Sunday, 13-Oct-2024 03:01:23 JST Erin 💽✨ Erin 💽✨
    • alina?️‍??️‍⚧️?

    @alina its red eurostar! its an imposter!!

    (the artist formerly known as thalys)

    In conversation about 9 months ago from akko.erincandescent.net permalink
  7. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Sunday, 13-Oct-2024 01:44:31 JST Erin 💽✨ Erin 💽✨
    • Luci For Tai Chi
    • Daniel Gibson
    • Allie
    @bri_seven @Doomed_Daniel @alspals tbh "bugger" is a very common low tier swear in British English, thrown about quite casually. While it's historical meaning is obvious, there's no major reason to think there's any further meaning here despite the particular bastards saying it
    In conversation about 9 months ago from akko.erincandescent.net permalink
  8. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Saturday, 12-Oct-2024 19:24:43 JST Erin 💽✨ Erin 💽✨
    I was reading a thing about spam and misread automatic as aromatic



    Maybe Im too tired for today and need to go back to bed
    In conversation about 9 months ago from akko.erincandescent.net permalink
  9. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Saturday, 12-Oct-2024 07:37:36 JST Erin 💽✨ Erin 💽✨
    in reply to
    • Erin 💽✨

    The “Ohh its coming to Berlin - aww its already sold out” rollercoaster :(

    In conversation about 9 months ago from akko.erincandescent.net permalink
  10. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Saturday, 12-Oct-2024 07:37:26 JST Erin 💽✨ Erin 💽✨

    This is just an unreasonably cool bit of imagery, and you’re telling me its from an opera?!

    In conversation about 9 months ago from akko.erincandescent.net permalink

    Attachments


    1. https://erincandescent.catgirldelivery.network/704f252e111b6db5885e481f60003f045505dd4a8bbac798259433a3c390595d.jpeg
  11. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Friday, 11-Oct-2024 20:30:13 JST Erin 💽✨ Erin 💽✨
    • Jeder :blobPikaSleepy: :baa:
    • rail 🦊ΘΔ

    @yassie_j @rail_ @jeder its kinda funny, the traditional UK train safety system (AWS+TPWS) is a kinda cobbled together mess, the speed limit is higher (125mph 201km/h) and the lines are very intensively worked yet the UK railways are among the very safest in Europe.

    The most probable answer for how this happened IMO is “They put the Rail Accident Investigation Branch and the Air Accident Investigation Branch in the same office”

    In conversation about 9 months ago from akko.erincandescent.net permalink
  12. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Friday, 11-Oct-2024 02:44:33 JST Erin 💽✨ Erin 💽✨
    in reply to
    • infinite love ⴳ
    • Emelia 👸🏻
    • silverpill
    @trwnh @julian @silverpill @thisismissem fundamentally trust lies in the server here; if you're not using LD signatures (and maybe even then?) I'm pretty sure you'd actually be fine to use one public key for every user

    But what matters is the authorisation identity, not so much the key itself; in the fully general case it is impossible for a server to know everyone who should have access to a third party object (b/c BTo/BCC + implementation defined features), so when a user explicitly requests a resource then the server should use their identity
    In conversation about 9 months ago from akko.erincandescent.net permalink
  13. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Friday, 11-Oct-2024 02:44:31 JST Erin 💽✨ Erin 💽✨
    in reply to
    • infinite love ⴳ
    • Emelia 👸🏻
    • silverpill

    @trwnh @julian @thisismissem @silverpill In any case I don’t think “origin based authentication” for fetches is a good idea for the simple reason that its not, to my knowledge, what implementations do today and it strongly risks leaking private posts. Certainly what the ActivityPub spec heavily implies if not outright says is that anything fetchable via a given identity should be visible to that identity, and I’m generally iffy on the idea of trying to make implementations execute potentially complicated ACLs on behalf of each other; that way is certainly a security disaster.

    So that then leaves us with the question: is leaking the identity of the actor who has pasted a post’s URL into their instance’s search bar a real issue?

    In conversation about 9 months ago from akko.erincandescent.net permalink

    Attachments


  14. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Thursday, 10-Oct-2024 22:23:41 JST Erin 💽✨ Erin 💽✨
    • alina?️‍??️‍⚧️?
    @alina I am deeply surprised by this revelation
    In conversation about 9 months ago from akko.erincandescent.net permalink
  15. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Thursday, 10-Oct-2024 22:23:33 JST Erin 💽✨ Erin 💽✨
    • alina?️‍??️‍⚧️?
    @alina you WHAT?!
    In conversation about 9 months ago from akko.erincandescent.net permalink
  16. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Wednesday, 09-Oct-2024 05:59:48 JST Erin 💽✨ Erin 💽✨
    • Emelia 👸🏻
    • Michael Lucas :flan_set_fire:
    • Taggart :donor:
    • your auntifa liza 🇵🇷 🦛 🦦

    @thisismissem @blogdiva @mttaggart @mwl we’re currently at 50% utilisation. We’ve already exhausted a lot of the “good” ones (pray help you if your country’s name starts with an S); if they were permanently reserved we’d run out and run into issues.

    Typically they become Transitionally Reserved for 50 years, though it can be shortened to 5 years with good reason

    In conversation about 9 months ago from akko.erincandescent.net permalink
  17. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Wednesday, 09-Oct-2024 03:16:04 JST Erin 💽✨ Erin 💽✨
    in reply to
    • Emelia 👸🏻
    • Michael Lucas :flan_set_fire:
    • Taggart :donor:
    • feld
    @feld @thisismissem @mttaggart @mwl because it's in ISO 3166 (where it's considered a provience of China)
    In conversation about 9 months ago from gnusocial.jp permalink
  18. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Wednesday, 09-Oct-2024 01:28:53 JST Erin 💽✨ Erin 💽✨
    • mx alex tax1a - 2020 (5)
    @dangerdyke @atax1a 4.3 feature
    In conversation about 9 months ago from akko.erincandescent.net permalink
  19. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Wednesday, 09-Oct-2024 01:11:05 JST Erin 💽✨ Erin 💽✨
    • Emelia 👸🏻
    • Michael Lucas :flan_set_fire:
    • Taggart :donor:
    @thisismissem @mttaggart @mwl I doubt ICANN will allow it's continued existence. They really do not want to wade into geopolitics
    In conversation about 9 months ago from akko.erincandescent.net permalink
  20. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Monday, 07-Oct-2024 01:17:50 JST Erin 💽✨ Erin 💽✨

    someone who is good at ram please help me budget this. my computer is dying.

    In conversation about 9 months ago from akko.erincandescent.net permalink

    Attachments


    1. https://erincandescent.catgirldelivery.network/2d9f20e8df8cb3e68bc79a2289a98e2bfec9864c54b24afe5bf8c925dc753e53.png
  • After
  • Before

User actions

    Erin 💽✨

    Erin 💽✨

    immigrant | they/them | software engineer in card paymentsliker of ISO 8583, the 8051, ASN.1 and EBCDIC.I wrote the ActivityPub initial draft, so this social network is in some way my fault.Formerly @erincandescent@queer.af Instance admin, queer.af (2018-07 - 2024-02, RIP)

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          242079
          Member since
          12 Feb 2024
          Notices
          437
          Daily average
          1

          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.