Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Notices by Daniel Supernault (dansup@mastodon.social), page 19

  1. Daniel Supernault (dansup@mastodon.social)'s status on Wednesday, 18-Apr-2018 02:45:25 UTC Daniel Supernault Daniel Supernault

    If everything goes right, I will have two test instances of the federated instagram for testing setup by the weekend, along with the source code on github and git.gnu.io.

    In conversation Wednesday, 18-Apr-2018 02:45:25 UTC from mastodon.social permalink
  2. Daniel Supernault (dansup@mastodon.social)'s status on Tuesday, 17-Apr-2018 23:56:11 UTC Daniel Supernault Daniel Supernault
    in reply to
    • jəˈrunˈprɑːt

    @jeroenpraat Thanks! I'm close to pushing the MVP to github, still need to finish ActivityPub support and some other small things. I have picked a name, will be announcing that soon!

    In conversation Tuesday, 17-Apr-2018 23:56:11 UTC from mastodon.social permalink
  3. Daniel Supernault (dansup@mastodon.social)'s status on Tuesday, 17-Apr-2018 23:42:21 UTC Daniel Supernault Daniel Supernault

    Federated Instagram. #soon

    In conversation Tuesday, 17-Apr-2018 23:42:21 UTC from mastodon.social permalink

    Attachments


    1. https://todon.nl/system/media_attachments/files/000/417/302/original/b9a56bfba4685a18.png
  4. Daniel Supernault (dansup@mastodon.social)'s status on Tuesday, 17-Apr-2018 19:01:07 UTC Daniel Supernault Daniel Supernault

    @lightone @vinzv https://mastodon.social/@dansup/99876312835485541

    In conversation Tuesday, 17-Apr-2018 19:01:07 UTC from mastodon.social permalink
  5. Daniel Supernault (dansup@mastodon.social)'s status on Tuesday, 17-Apr-2018 18:59:49 UTC Daniel Supernault Daniel Supernault

    I'm working on an improved GS data export tool with the goal of collecting as much data as possible. Any user can run this on a GS instance where backups are disabled. Should be done soon.

    In conversation Tuesday, 17-Apr-2018 18:59:49 UTC from mastodon.social permalink
  6. Daniel Supernault (dansup@mastodon.social)'s status on Tuesday, 17-Apr-2018 17:11:20 UTC Daniel Supernault Daniel Supernault
    in reply to

    @andstatus Yes, after Server-to-Server is done.

    In conversation Tuesday, 17-Apr-2018 17:11:20 UTC from mastodon.social permalink
  7. Daniel Supernault (dansup@mastodon.social)'s status on Monday, 16-Apr-2018 03:10:28 UTC Daniel Supernault Daniel Supernault

    I will push this to github in the next few days, its a different type of service than twitter or mastodon. I think the fediverse will like it. #ActivityPub

    In conversation Monday, 16-Apr-2018 03:10:28 UTC from mastodon.social permalink
  8. Daniel Supernault (dansup@mastodon.social)'s status on Monday, 16-Apr-2018 01:15:50 UTC Daniel Supernault Daniel Supernault

    Started a new ActivityPub based project 😄

    In conversation Monday, 16-Apr-2018 01:15:50 UTC from mastodon.social permalink
  9. Daniel Supernault (dansup@mastodon.social)'s status on Sunday, 15-Apr-2018 21:51:27 UTC Daniel Supernault Daniel Supernault

    @cwebber Hello, thanks for all the amazing work you've done with ActivityPub. I'm still working on a php ActivityPub library. I was trying to contribute to GNU Social but couldn't get any response, which is frustrating. I closed a few merge requests like https://git.gnu.io/gnu/gnu-social/merge_requests/158 and decided to focus on something else.

    In conversation Sunday, 15-Apr-2018 21:51:27 UTC from mastodon.social permalink
  10. Daniel Supernault (dansup@mastodon.social)'s status on Friday, 06-Apr-2018 01:42:52 UTC Daniel Supernault Daniel Supernault

    I wrote a merge request to add bcrypt and argon support to GNU Social. It will update existing md5 hashed passwords with either bcrypt or argon hashed passwords. And fixes a timing attack vuln. https://git.gnu.io/gnu/gnu-social/merge_requests/158

    In conversation Friday, 06-Apr-2018 01:42:52 UTC from mastodon.social permalink

    Attachments


  11. Daniel Supernault (dansup@mastodon.social)'s status on Friday, 06-Apr-2018 01:25:26 UTC Daniel Supernault Daniel Supernault

    @yookoala @jordila I decided to use my old project repo https://github.com/dansup/socialnode . I will push code to that this weekend!

    In conversation Friday, 06-Apr-2018 01:25:26 UTC from mastodon.social permalink
  12. Daniel Supernault (dansup@mastodon.social)'s status on Friday, 06-Apr-2018 00:43:08 UTC Daniel Supernault Daniel Supernault

    I've noticed there is some animosity in the fediverse between GNU social and mastodon. I think its important to work together so we can make the fediverse a better place for everyone.

    In conversation Friday, 06-Apr-2018 00:43:08 UTC from mastodon.social permalink
  13. Daniel Supernault (dansup@mastodon.social)'s status on Thursday, 05-Apr-2018 20:58:00 UTC Daniel Supernault Daniel Supernault
    • Diogo Cordeiro

    ActivityPub support for GNU Social is in the works! I'll be working with @up201705417 on a plugin this summer.

    https://git.gnu.io/dansup/ActivityPub/blob/dev/actions/activitypubactor.php

    In conversation Thursday, 05-Apr-2018 20:58:00 UTC from mastodon.social permalink

    Attachments


  14. Daniel Supernault (dansup@mastodon.social)'s status on Thursday, 05-Apr-2018 17:06:26 UTC Daniel Supernault Daniel Supernault

    Sneak peek of the basic bootstrap UI.

    In conversation Thursday, 05-Apr-2018 17:06:26 UTC from mastodon.social permalink
  15. Daniel Supernault (dansup@mastodon.social)'s status on Thursday, 05-Apr-2018 05:09:02 UTC Daniel Supernault Daniel Supernault
    in reply to

    Using flysystem, media can be stored on S3 with 4 LoC. Websockets can be handled by pusher.io with minimal config. SQLite, mySQL, Postgres, and SQLServer database support. It will be the modern successor to GNU Social with a simple update.

    In conversation Thursday, 05-Apr-2018 05:09:02 UTC from mastodon.social permalink
  16. Daniel Supernault (dansup@mastodon.social)'s status on Thursday, 05-Apr-2018 05:01:38 UTC Daniel Supernault Daniel Supernault

    I'm working on a GNU Social clone using the Laravel framework, vue, redis and websockets. Performance is key, along with groups, polls, and activitypub support among many others. I look forward to publishing the MVP soon!

    In conversation Thursday, 05-Apr-2018 05:01:38 UTC from mastodon.social permalink
  17. Daniel Supernault (dansup@mastodon.social)'s status on Wednesday, 04-Apr-2018 01:28:01 UTC Daniel Supernault Daniel Supernault

    I don't think webmentions are appropriate for the fediverse. The privacy implications, along with the potential for abuse (DDoS) do not justify any benefits in my opinion. #webmentions #fediverse

    In conversation Wednesday, 04-Apr-2018 01:28:01 UTC from mastodon.social permalink
  18. Daniel Supernault (dansup@mastodon.social)'s status on Wednesday, 04-Apr-2018 01:18:38 UTC Daniel Supernault Daniel Supernault

    @Gargron Hi. Have you reconsidered adding groups or the ability to subscribe to a hashtag?

    In conversation Wednesday, 04-Apr-2018 01:18:38 UTC from mastodon.social permalink
  19. Daniel Supernault (dansup@mastodon.social)'s status on Tuesday, 03-Apr-2018 23:35:55 UTC Daniel Supernault Daniel Supernault

    @mmn @maiyannah I just pushed a new merge request that adds support for random_bytes() to common_random_hexstr().

    !gnusocial

    https://git.gnu.io/gnu/gnu-social/merge_requests/161/diffs

    In conversation Tuesday, 03-Apr-2018 23:35:55 UTC from mastodon.social permalink
  20. Daniel Supernault (dansup@mastodon.social)'s status on Monday, 02-Apr-2018 00:20:37 UTC Daniel Supernault Daniel Supernault

    As much as I love gnusocial, I can see why mastodon exists. I submitted a timing fix pull request over 2 weeks ago and still nothing! https://git.gnu.io/gnu/gnu-social/merge_requests/158

    In conversation Monday, 02-Apr-2018 00:20:37 UTC from mastodon.social permalink
  • After
  • Before

User actions

    Daniel Supernault

    Daniel Supernault

    just a guy from canada building things for the fediverse

    Tags
    • (None)
    ActivityPub
    Remote Profile

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          8811
          Member since
          2 Apr 2018
          Notices
          380
          Daily average
          0

          Feeds

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

          Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.