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 sayrer (sayrer@mastodon.social)

  1. Embed this notice
    sayrer (sayrer@mastodon.social)'s status on Monday, 26-May-2025 05:52:29 JST sayrer sayrer
    in reply to
    • ✧✦Catherine✦✧

    @whitequark this is how AWS JSON notifications work. it is really cheap, though

    In conversation about a month ago from mastodon.social permalink
  2. Embed this notice
    sayrer (sayrer@mastodon.social)'s status on Sunday, 25-May-2025 09:21:55 JST sayrer sayrer
    in reply to
    • Nelson Minar
    • Jessamyn
    • Anil Dash
    • Jeff Atwood

    @anildash @nelson @jessamyn @codinghorror Not even that. I used Stack Overflow a lot when a question would get a correct, if unkind, answer. It started to get answers that were incorrect, but also voted up.

    In conversation about a month ago from mastodon.social permalink
  3. Embed this notice
    sayrer (sayrer@mastodon.social)'s status on Thursday, 27-Mar-2025 08:19:57 JST sayrer sayrer
    in reply to
    • Anil Dash

    @anildash yes, Mac Studio is absurdly overpowered for that task. I have an M1 Ultra Mac Studio, and it is still so fast that I feel dumb for buying it. I don't even like the SD card port. I need the mini ones a lot.

    Maybe it will matter for VR or After Effects 3D graphics.

    In conversation about 3 months ago from mastodon.social permalink
  4. Embed this notice
    sayrer (sayrer@mastodon.social)'s status on Friday, 14-Mar-2025 04:36:37 JST sayrer sayrer
    in reply to
    • Warner Crocker

    @WarnerCrocker I got one of these, and I almost fell for it. Fair to say I know more about parsing URLs and email addresses than just about anyone, but it was convincing because the copy was good.

    In conversation about 3 months ago from mastodon.social permalink
  5. Embed this notice
    sayrer (sayrer@mastodon.social)'s status on Wednesday, 13-Nov-2024 13:05:20 JST sayrer sayrer
    in reply to
    • Alex Russell
    • Mu-An

    @muan @slightlyoff you're right. I've written some pretty big ones, GitHub size or worse (meaning higher traffic).

    A lot of that stuff happened because you had to write C++ or at least pretty advanced JVM/C# code to really make it work. If it was Python or Ruby... making the client do it JS made sense.

    Now, there's Rust, Go, and all the older ones are better too. I have done all of them. Astro seems close to the approach you're describing here.

    In conversation about 7 months ago from mastodon.social permalink
  6. Embed this notice
    sayrer (sayrer@mastodon.social)'s status on Wednesday, 13-Nov-2024 13:05:19 JST sayrer sayrer
    in reply to
    • Mu-An

    @muan I think Astro is better if you need to make little dynamic parts in the pages (what they call "Islands architecture"). Jekyll and 11ty both seem fine to jam out some web pages, but it seems weird to rebuild everything so much.

    In conversation about 7 months ago from mastodon.social permalink
  7. Embed this notice
    sayrer (sayrer@mastodon.social)'s status on Wednesday, 13-Nov-2024 13:05:19 JST sayrer sayrer
    in reply to
    • Mu-An

    @muan I'd say try the Astro tutorial first, unless you have already done it and really don't like it. Once you get to the routing and rendering of Markdown files, it just kind of works. It would not be the best if you have 100k posts, but I think that is an edge case.

    In conversation about 7 months ago from mastodon.social permalink
  8. Embed this notice
    sayrer (sayrer@mastodon.social)'s status on Monday, 23-Sep-2024 06:57:30 JST sayrer sayrer
    • Accidental Tech Podcast
    • John Siracusa

    @atpfm @siracusa what is that screen tone anti-theft thing you were talking about? I tried to google for it, but I couldn't find it. Apple rejected an iPad Pro trade-in, but it came back doing that.

    In conversation about 9 months ago from mastodon.social permalink
  9. Embed this notice
    sayrer (sayrer@mastodon.social)'s status on Sunday, 03-Mar-2024 12:44:19 JST sayrer sayrer
    in reply to
    • Anil Dash

    @anildash oh Prince wrote this whole thing huh, I listened to it again and I can hear it (no one calling the cops)

    In conversation about a year ago from mastodon.social permalink
  10. Embed this notice
    sayrer (sayrer@mastodon.social)'s status on Sunday, 03-Mar-2024 06:57:14 JST sayrer sayrer
    in reply to
    • Anil Dash

    @anildash shut the front door! link me

    In conversation about a year ago from mastodon.social permalink
  11. Embed this notice
    sayrer (sayrer@mastodon.social)'s status on Sunday, 03-Mar-2024 06:08:25 JST sayrer sayrer
    in reply to
    • Anil Dash

    @anildash surely. I've always thought “Like a Prayer" was an homage to that song

    In conversation about a year ago from mastodon.social permalink
  12. Embed this notice
    sayrer (sayrer@mastodon.social)'s status on Saturday, 02-Dec-2023 07:06:27 JST sayrer sayrer
    in reply to
    • Luis Villa
    • Anil Dash

    @luis_in_brief @anildash oh, Flutter is pretty successful. You don't see it a lot in the US, but it is popular in markets that are heavily Android, where they are just happy to get a serviceable iOS app on the side.

    I've met the guy a few times, and he definitely brings upper crust British vibes, but I don't think it is intentional. Here, I can see compiler (Go, Flutter, Dart) and web platform engineers bristling at this manager, whose experience seems great for Firebase, but not that stuff.

    In conversation Saturday, 02-Dec-2023 07:06:27 JST from mastodon.social permalink
  13. Embed this notice
    sayrer (sayrer@mastodon.social)'s status on Wednesday, 02-Aug-2023 07:20:22 JST sayrer sayrer
    in reply to
    • Eugen Rochko
    • Niléane
    • Matt Birchler
    • matt

    @Gargron @nileane @matt@isfeeling.social it feels a little bit weird to remove them from inline text, but it's certainly better than those IG-style ones with 4 new lines and then a big list.

    I think I know as much anyone on this. here's the grammar: https://github.com/sayrer/twitter-text/blob/cxx/rust/parser/src/twitter_text.pest#L41

    Separating them the way @matt has done allows them to work better in languages where whitespace is more ambiguous.

    In conversation Wednesday, 02-Aug-2023 07:20:22 JST from mastodon.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      https://github.com/sayrer/twitter-text/blob/cxx/rust/parser/src/twitter_text.pest
  14. Embed this notice
    sayrer (sayrer@mastodon.social)'s status on Thursday, 13-Apr-2023 07:19:52 JST sayrer sayrer
    in reply to
    • Eugen Rochko
    • jenn schiffer
    • Anil Dash
    • hannah aubry
    • Boris Mann
    • Simon Wistow

    @Gargron @boris @jenn @haubles @simonwistow @anildash here, you can find something running linkerd2 that should make many of the Ruby problems go away: https://github.com/linkerd/linkerd2/discussions/6230

    It's out of date, but it's probably the right idea.

    In conversation Thursday, 13-Apr-2023 07:19:52 JST from mastodon.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: opengraph.githubassets.com
      Any Terraform getting started with Linkerd2 · linkerd/linkerd2 · Discussion #6230
      Hello, Do anyone have any terraform implementation to get started with linkerd2 and expose the dahsboard service ? thanks
  15. Embed this notice
    sayrer (sayrer@mastodon.social)'s status on Saturday, 18-Mar-2023 09:51:02 JST sayrer sayrer
    in reply to
    • Eugen Rochko

    @Gargron Original Bad Boy on the case, as is customary in the United States.

    In conversation Saturday, 18-Mar-2023 09:51:02 JST from mastodon.social permalink
  16. Embed this notice
    sayrer (sayrer@mastodon.social)'s status on Saturday, 14-Jan-2023 07:51:16 JST sayrer sayrer
    in reply to
    • Adam Conover

    @adamconover it means that the other person has made something into a contest, and the narrator is going to kill them.

    https://genius.com/Ice-cube-now-i-gotta-wetcha-lyrics

    Also, begging the question does not mean "to raise the question". I'm fun at parties.

    In conversation Saturday, 14-Jan-2023 07:51:16 JST from mastodon.social permalink
  17. Embed this notice
    sayrer (sayrer@mastodon.social)'s status on Saturday, 17-Dec-2022 04:34:49 JST sayrer sayrer
    in reply to
    • Eugen Rochko

    @Gargron hey there, I think there's a weird bug in Notifications showing a single post repeating infinitely

    In conversation Saturday, 17-Dec-2022 04:34:49 JST from mastodon.social permalink

User actions

    sayrer

    sayrer

    these are tweets from the dark web

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          74773
          Member since
          16 Dec 2022
          Notices
          17
          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.