Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by Mike Macgirvin (mike@macgirvin.com), page 3

  1. Mike Macgirvin (mike@macgirvin.com)'s status on Tuesday, 03-Oct-2017 08:01:13 EDT Mike Macgirvin Mike Macgirvin
    @maiyannah @bob ActivityPub is a completely different kind of cronyism. It is however blatant cronyism and I spit in the face of the incompetent editors. The decisions they're making will set back consolidation of the open/free web at least five years so their little pet projects can enjoy a brief advantage over everybody else on the short term. Eventually we'll have to toss the whole stinking pile of crap and start over.
    In conversation Tuesday, 03-Oct-2017 08:01:13 EDT from macgirvin.com permalink
  2. Mike Macgirvin (mike@macgirvin.com)'s status on Tuesday, 03-Oct-2017 00:04:28 EDT Mike Macgirvin Mike Macgirvin


    Asleep At The Wheel - "Route 66"
    by KUTX Austin on YouTube
    In conversation Tuesday, 03-Oct-2017 00:04:28 EDT from macgirvin.com permalink
  3. Mike Macgirvin (mike@macgirvin.com)'s status on Sunday, 01-Oct-2017 17:53:29 EDT Mike Macgirvin Mike Macgirvin
    in reply to
    • CLICK
    My site is personal and accounts limited to close friends and family. But have a look at https://macgirvin.com/pubsites for some other public red/hubzilla servers.
    In conversation Sunday, 01-Oct-2017 17:53:29 EDT from macgirvin.com permalink
  4. Mike Macgirvin (mike@macgirvin.com)'s status on Sunday, 01-Oct-2017 04:53:01 EDT Mike Macgirvin Mike Macgirvin
    in reply to
    • CLICK
    Defenestration
    In conversation Sunday, 01-Oct-2017 04:53:01 EDT from macgirvin.com permalink
  5. Mike Macgirvin (mike@macgirvin.com)'s status on Sunday, 01-Oct-2017 04:01:05 EDT Mike Macgirvin Mike Macgirvin
    It's complicated. Basically Mastodon can see anything that's public and there's no easy way to prevent this, because the information is public. When the plugin is disabled, the channel discovery information should no longer provided for that network, but if they've already cached the information they don't need to fetch it - as they already have it stored locally. And there's also a bug. I'll do what I can and fix the bug, and see if there's a way to block that network after you've allowed it at some point in the past; but it is still complicated.
    In conversation Sunday, 01-Oct-2017 04:01:05 EDT from macgirvin.com permalink
  6. Mike Macgirvin (mike@macgirvin.com)'s status on Saturday, 30-Sep-2017 18:25:23 EDT Mike Macgirvin Mike Macgirvin
    in reply to
    [master ea4d1b5] use imagick converter for large photos
    In conversation Saturday, 30-Sep-2017 18:25:23 EDT from macgirvin.com permalink
  7. Mike Macgirvin (mike@macgirvin.com)'s status on Friday, 29-Sep-2017 17:30:37 EDT Mike Macgirvin Mike Macgirvin
    Mike Macgirvin wrote the following card Sat, 30 Sep 2017 07:30:01 +1000
    Thumbnail Generation for Photos
    Currently we generate all thumbnail images in PHP using the built-in library functions. This is becoming increasingly problematic as the higher pixel densities of modern cellphones is growing faster than typical PHP memory allocations on shared hosting or low-end VPS systems.  This leads to a failure to generate a photo thumbnail and add to the photo library after upload.

    There are a couple of possible solutions. The blueimp uploader we use for some photo uploads is able to provide scaling on the client before upload. This however would make it difficult to provide original size photos at all.

    Another solution would be a system or plugin function which performed a first level image scale via shell commands in the filesystem using the Imagick 'convert' binary. This would require that package be available on the system and would likely be limited to Linux or Unix-like systems. Configuration and enabling of this feature would be done via the site admin pages. After resizing to this first level scale via a temporary file (probably 1600x1200 to be compatible with the 1024 max photo thumbnail size size as well as the highest quality cover photo scale), the thumbnails and any additional resolutions (including cropping) can easily be generated in memory. Then the temporary file can be removed.
    In conversation Friday, 29-Sep-2017 17:30:37 EDT from macgirvin.com permalink
  8. Mike Macgirvin (mike@macgirvin.com)'s status on Friday, 29-Sep-2017 09:17:26 EDT Mike Macgirvin Mike Macgirvin
    in reply to
    ...only to fire them all at once when they have a big enough training set? ;-P ;-O
    In conversation Friday, 29-Sep-2017 09:17:26 EDT from hubzilla.com.br permalink
  9. Mike Macgirvin (mike@macgirvin.com)'s status on Friday, 29-Sep-2017 06:51:04 EDT Mike Macgirvin Mike Macgirvin
    in reply to
    What a coincidence! Just last week I resurrected my clone of the old Hubzilla Forms plugin I started working on a long time ago and started tinkering with it again. I had gotten pretty far along before I abandoned it back then. I haven't improved anything since the last commit though.
    In conversation Friday, 29-Sep-2017 06:51:04 EDT from grid.reticu.li permalink
  10. Mike Macgirvin (mike@macgirvin.com)'s status on Friday, 29-Sep-2017 06:37:41 EDT Mike Macgirvin Mike Macgirvin
    Mike Macgirvin wrote the following card Fri, 29 Sep 2017 20:24:11 +1000
    Forms Interface
    The Forms Interface is essentially an abstraction layer for the creation of forms. This is critical for content management. At a high level, everything which is needed to create a form must be represented in an array. This allows it to be manipulated and modified prior to rendering. It is only rendered at the time of HTML display. Necessary elements include:


    • The form submission parameters
    • various input types
    • "panels"
    • descriptive text
    • submission controls
    • validation functions and required elements (including JS event handling for those with code permission)


    The interface should be used to present all or most of the forms provided in the project webpages. It should also be possible to use the forms interface to create custom forms that are embedded in posts or webpages and the results saved in accessible database fields.
    In conversation Friday, 29-Sep-2017 06:37:41 EDT from macgirvin.com permalink
  11. Mike Macgirvin (mike@macgirvin.com)'s status on Thursday, 28-Sep-2017 07:21:53 EDT Mike Macgirvin Mike Macgirvin
    in reply to
    @mike The even more galling thing is that I bet an increasing fraction of Facebook employees are censors, moderating the "fake news". Recent articles have claimed that they're hiring more people to make manual censorship decisions.
    In conversation Thursday, 28-Sep-2017 07:21:53 EDT from social.freedombone.net permalink
  12. Mike Macgirvin (mike@macgirvin.com)'s status on Thursday, 28-Sep-2017 06:06:10 EDT Mike Macgirvin Mike Macgirvin
    in reply to
    Thanks @Einer for suggesting CryFS, I've been wanting a way to store encrypted files in the 'cloud', I'm using Veracrypt currently but it's not suitable for 'cloud' storage.
    In conversation Thursday, 28-Sep-2017 06:06:10 EDT from hub.libranet.de permalink
  13. Mike Macgirvin (mike@macgirvin.com)'s status on Wednesday, 27-Sep-2017 23:34:01 EDT Mike Macgirvin Mike Macgirvin
    40 years ago I was a researcher designing products from conductive polymers for Raychem Corporation in Menlo Park CA. This has no meaning to anybody except it seems the building I was in has just been given approval to be swallowed up by the ever growing Facebook campus. So some faceless and nameless Facebook employee will be inhabiting the office looking out over San Francisco Bay where I sat and invented stuff 25 years before Facebook existed. Except there won't be any private offices overlooking the bay in 2017; just rows upon rows of cubicles.
    In conversation Wednesday, 27-Sep-2017 23:34:01 EDT from macgirvin.com permalink
  14. Mike Macgirvin (mike@macgirvin.com)'s status on Wednesday, 27-Sep-2017 20:04:18 EDT Mike Macgirvin Mike Macgirvin
    in reply to
    You could mount a directory in webdav as described above and then use it as encrypted directory via cryfs.

    In short for Debian

    Install

    apt-get install cryfs
        
    Usage

    cryfs webdav-sub-dir mountdir

    Just copy you files to "mountdir". You can edit them too.
    In conversation Wednesday, 27-Sep-2017 20:04:18 EDT from digitalesparadies.de permalink
  15. Mike Macgirvin (mike@macgirvin.com)'s status on Wednesday, 27-Sep-2017 12:53:08 EDT Mike Macgirvin Mike Macgirvin
    in reply to
    when i was at an FSF thing at MIT there was some DRM demonstration in front of W3C office. I ended up hooking up with some broad in a bar and I was up a bit too late, 'hung over' and didn't feel like going but I seem to recall that office is in the bill gates building. :)
    In conversation Wednesday, 27-Sep-2017 12:53:08 EDT from hub.zilla.tech permalink
  16. Mike Macgirvin (mike@macgirvin.com)'s status on Wednesday, 27-Sep-2017 12:41:52 EDT Mike Macgirvin Mike Macgirvin
    in reply to
    Consider it a lucky escape.
    In conversation Wednesday, 27-Sep-2017 12:41:52 EDT from parlementum.net permalink
  17. Mike Macgirvin (mike@macgirvin.com)'s status on Tuesday, 26-Sep-2017 16:33:02 EDT Mike Macgirvin Mike Macgirvin
    in reply to
    is there a simple way to mount a WebDAV host to a folder in Linux, without needing to mess around wtih fstab etc?


    The Gnome file manager (Nautilus) attaches to DAV folders.

    davs://server.name/dav

    Easy-peasy.

    You can add the username and also the password to the server name if you don't want it to ask you.

    username@server.name or username:password@server.name
    In conversation Tuesday, 26-Sep-2017 16:33:02 EDT from macgirvin.com permalink
  18. Mike Macgirvin (mike@macgirvin.com)'s status on Tuesday, 26-Sep-2017 12:26:50 EDT Mike Macgirvin Mike Macgirvin
    in reply to
    It seems like this also means a plug-in could be made to connect to Collabora Online, letting you edit your documents in the browser directly from the Hubzilla UI like NextCloud does.
    In conversation Tuesday, 26-Sep-2017 12:26:50 EDT from hub.farthinghalearms.com permalink
  19. Mike Macgirvin (mike@macgirvin.com)'s status on Tuesday, 26-Sep-2017 09:02:55 EDT Mike Macgirvin Mike Macgirvin
    in reply to
    @mrjive thanks :). I did check that guide before and it didn't provide a way to do it directly via command line, however I realised I can use mount -t davfs "https://lastauth.com/dav/hello" /tmp/test which works.

    The documentation also needs to be updated. It tells you to use for the DAV url
    https://<hub-url>/dav
      rather than
    https://<hub-url>/dav/<username>
    In conversation Tuesday, 26-Sep-2017 09:02:55 EDT from hub.libranet.de permalink
  • After
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.