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 3

  1. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Thursday, 13-Feb-2025 01:33:20 JST Erin 💽✨ Erin 💽✨
    in reply to
    • Christine Lemmer-Webber
    @cwebber hii
    In conversation about 4 months ago from akko.erincandescent.net permalink
  2. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Tuesday, 04-Feb-2025 04:34:21 JST Erin 💽✨ Erin 💽✨

    Asked about Monday’s (market) volatility, one FX trader at a large European bank said: “my head hurts”.

    Same, anonymous trader, same.

    (From this FT article)

    In conversation about 5 months ago from akko.erincandescent.net permalink
  3. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Tuesday, 28-Jan-2025 03:57:22 JST Erin 💽✨ Erin 💽✨

    Hey,

    Are any of you a Ceph maintainer or able to put me in contact with a Ceph maintainer? I sent an e-mail to security@ceph.io back in December and haven’t heard anything back.

    (Boosts encouraged)

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

    Attachments


  4. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Saturday, 25-Jan-2025 10:33:41 JST Erin 💽✨ Erin 💽✨
    in reply to
    • mx alex tax1a - 2020 (5)
    • William D. Jones

    @atax1a @cr1901 The AArch64 [SU]?BFM instructions are similarly swiss army knife and very pleasing for their flexibility (and how many friendly mnemonics are mapped to them)

    In conversation about 5 months ago from akko.erincandescent.net permalink
  5. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Friday, 24-Jan-2025 05:04:06 JST Erin 💽✨ Erin 💽✨
    • Amber

    @puppygirlhornypost2 @yassie_j of course the power grid is thin provisioned. it would not surprise me to find that a neighbourhood with a total of 2400A installed service is breakered at 1000A or such. If everyone in the nation fully loaded their electrical supplies there would be neither enough power generation nor distribution capacity to supply it all.

    In conversation about 5 months ago from akko.erincandescent.net permalink
  6. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Thursday, 23-Jan-2025 10:02:09 JST Erin 💽✨ Erin 💽✨
    in reply to
    • mcc
    • tom jennings
    • Tom Forsyth
    @mcc @tomjennings @TomF it was always a goal of clang to accept all of the same input that GCC (and Gas) did...
    In conversation about 5 months ago from akko.erincandescent.net permalink
  7. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Thursday, 23-Jan-2025 10:02:07 JST Erin 💽✨ Erin 💽✨
    in reply to
    • mcc
    • tom jennings
    • Tom Forsyth
    • Erin 💽✨
    @mcc @TomF @tomjennings I mean, clang became an actual thing because Apple needed a replacement for GCC 4.2 after FSF changed their license
    In conversation about 5 months ago from akko.erincandescent.net permalink
  8. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Thursday, 23-Jan-2025 04:32:12 JST Erin 💽✨ Erin 💽✨
    in reply to
    • Matthew Lyon

    @mattly you know, a few decades ago I did some webdev in the much-maligned Zope where the templating language (ZPT/TAL) is a bunch of namespaced elements/attributes jammed into (X)HTML and ever since I have been convinced that it is obviously true and correct that any templating system you use needs to be language aware.

    And then I watch people write Helm charts and I despair because shoving together YAML and Go text/template is the worst possible combination I have ever seen.

    In conversation about 5 months ago from akko.erincandescent.net permalink
  9. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Wednesday, 22-Jan-2025 22:18:44 JST Erin 💽✨ Erin 💽✨
    in reply to
    • Erin 💽✨

    (“did someone implement the spec wrong?” yes. of course they did. its oauth 2. its more vibes than a spec to begin with and yet people manage to find new and creative ways to violate the bits that are nailed down all the time)

    In conversation about 5 months ago from akko.erincandescent.net permalink
  10. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Wednesday, 22-Jan-2025 22:18:33 JST Erin 💽✨ Erin 💽✨
    in reply to
    • Erin 💽✨

    (I was looking at some OAuth 2 client code and found a fossil of this in the form of still supporting parsing responses in x-www-form-urlencoded format and I was like “what. why. did someone implement the spec wrong?!” and it looks like the answer is “no, the spec was just briefly bonkers”)

    In conversation about 5 months ago from akko.erincandescent.net permalink
  11. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Wednesday, 22-Jan-2025 21:36:45 JST Erin 💽✨ Erin 💽✨

    Early drafts of OAuth2 did what?!

    2.3.2. Response Format Authorization servers respond to client requests by including a set of response parameters in the entity body of the HTTP response. The response uses one of three formats based on the format requested by the client (using the "format" request parameter or the HTTP "Accept" header field): o The "application/json" media type as defined by [RFC4627]. The parameters are serialized into a JSON structure by adding each parameter at the highest structure level. Parameter names and string values are included as JSON strings. Numerical values are included as JSON numbers. For example: { "access_token":"SlAV32hkKG", "expires_in":3600, "refresh_token":"8xLOxBtZp8" } o The "application/xml" media type as defined by [RFC3023]. The parameters are serialized into an XML structure by adding each parameter as a child element of the root "<OAuth>" element. [[ Add namespace ]] For example: <?xml version='1.0' encoding="utf-8"?> <OAuth> <access_token>SlAV32hkKG</access_token> <expires_in>3600</expires_in> <refresh_token>8xLOxBtZp8</refresh_token> </OAuth> o The "application/x-www-form-urlencoded" media type as defined by [W3C.REC-html401-19991224]. For example (line breaks are for display purposes only): access_token=SlAV32hkKG&expires_in=3600& refresh_token=8xLOxBtZp8 The authorization server MUST include the HTTP "Cache-Control" response header field with a value of "no-store" in any response containing tokens, secrets, or other sensitive information.

    link

    In conversation about 5 months ago from akko.erincandescent.net permalink
  12. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Wednesday, 22-Jan-2025 10:40:35 JST Erin 💽✨ Erin 💽✨
    in reply to
    • mcc
    • Tom Forsyth

    @TomF @mcc Intel provided an assembler at one time (ASM86), maybe they still do as part of ICC? And basically “intel syntax” is a descendent of that per oral tradition. It’s Intel syntax because its the syntax that Intel’s asembler used, and that the Intel datasheets use; as opposed to AT&T syntax, the syntax that AT&T’s assembler for Unix used.

    When Microsoft made MASM it copied the syntax. Borland’s Turbo Assembler (TASM) copied that. Everything else “intel syntax” is a descendent of those two

    In ASM86 and MASM, what mov eax, foo does is not immediately obvious. If “foo” is defined as constant (label EQU 0xf00), it’ll set EAX to 0xf00. If “foo” is defined as a variable, it’ll load the contents of that variable.

    TASM added “Ideal Mode”, in which this is always consistent: mov eax, foo always sets EAX to the address of the foo label; mov eax, [foo] loads from that address.

    Most other assemblers implementing Intel syntax (NASM, FASM, YASM, GAS w/ .intel_synatx noprefix) are broadly copying Ideal Mode

    But it’s all kind of vibes.

    In conversation about 5 months ago from akko.erincandescent.net permalink
  13. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Tuesday, 21-Jan-2025 22:46:16 JST Erin 💽✨ Erin 💽✨
    You would think it would be in Slack's interests to make signing in on your phone easy (at least as an option workplace admins can set) but they make it shockingly difficult
    In conversation about 5 months ago from akko.erincandescent.net permalink
  14. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Monday, 20-Jan-2025 20:52:09 JST Erin 💽✨ Erin 💽✨
    I have much praise for my Brother laser printer/scanner

    But the fact that it advertises link local IPv6 addresses in mDNS but doesn't appear to listen on them is a tad annoying
    In conversation about 5 months ago from akko.erincandescent.net permalink
  15. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Sunday, 19-Jan-2025 05:48:22 JST Erin 💽✨ Erin 💽✨
    The people have voted with their wallets, and all are agreed:

    Krombacher Spezi: it's shit
    Paulaner Spezi: it's the shit

    (I agree with people)
    In conversation about 5 months ago from akko.erincandescent.net permalink

    Attachments


    1. https://erincandescent.catgirldelivery.network/ef1a89d20155821d1b6005d13647b171ce62932abd0da3a68c3f735beff113e2.jpg
  16. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Saturday, 18-Jan-2025 01:06:53 JST Erin 💽✨ Erin 💽✨
    in reply to
    • The Seven Voyages Of Steve

    @sinbad My general rule with USB-C cables is “Is it flexible? -> Its USB 2 only” / “Is it fairly rigid? -> It’s a USB 3 capable cable of some form”

    Honestly when split that way (and I only have a handful of devices which need USB 3 cables) I don’t tend to have many compatibility issues.

    As for chargers… thanks to several years of working for tech companies which like MacBooks, I have a plethora of 65W Apple USB-C chargers which can handle basically everything except the most demanding laptops.

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

    Attachments


  17. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Sunday, 12-Jan-2025 23:30:55 JST Erin 💽✨ Erin 💽✨

    Love too see viral posts go past on my timeline that don’t even pass trivial scrutiny:

    From the opening paragraphs of the Equifax Wikipedia page:

    Equifax was founded as the Retail Credit Company by Cator and Guy Woolford in Atlanta, Georgia, as Retail Credit Company in 1899. By 1920, the company had offices throughout the United States and Canada. By the 1960s, Retail Credit Company was one of the nation’s largest credit bureaus, holding files on millions of American and Canadian citizens

    (Maybe the “credit score” is newer? But the credit score is an abstraction to give you an insight on what your credit file says, nothing more)

    Overdraft fees meanwhile are basically as old as the cheque.

    RE: https://mastodon.social/@MEActNOW/113789371626213991

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

    Attachments

    1. No result found on File_thumbnail lookup.
      MEActNOW (@MEActNOW@mastodon.social)
      from MEActNOW
      ⚠️⚠️⚠️ Overdraft fees were created in 1990. Credit scores were created in 1989. We can live without them. - Nina Turner Credit scores didn't exist until 1989. All those boomers bought their first houses and never had to pass a credit check... Then they got in office and made them a thing...
  18. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Friday, 10-Jan-2025 04:21:48 JST Erin 💽✨ Erin 💽✨
    in reply to
    • Hugh 🔜🚇 EasterHegg

    @hugh @eloy @linus if POSIX stated that CLOCK_REALTIME was seconds UT1 since the epoch, all would be forgiven

    Alas.

    In conversation about 5 months ago from gnusocial.jp permalink
  19. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Friday, 10-Jan-2025 04:13:23 JST Erin 💽✨ Erin 💽✨
    in reply to
    • Erin 💽✨

    Remember: If a "second" is 1/86400th of a day, its UT1

    If a "second" is "defined by taking the fixed numerical value of the caesium frequency, ΔνCs, the unperturbed ground-state hyperfine transition frequency of the caesium 133 atom, to be 9192631770 when expressed in the unit Hz, which is equal to s−1", its UTC/TAI.

    In conversation about 5 months ago from gnusocial.jp permalink
  20. Embed this notice
    Erin 💽✨ (erincandescent@akko.erincandescent.net)'s status on Friday, 10-Jan-2025 04:13:20 JST Erin 💽✨ Erin 💽✨
    in reply to
    • MOULE :RainbowLogo:
    • Becky

    @Beckydog @MOULE <points at lump of cesium> this thing isn’t thinking

    In conversation about 5 months ago from gnusocial.jp permalink
  • 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
          430
          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.