Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by CLICK (cajun@shitposter.club), page 17

  1. M-x nemui (nee@social.hidamari.blue)'s status on Sunday, 01-Oct-2017 07:40:20 EDT M-x nemui M-x nemui
    • Melon Bread
    We need more GNU less Linux. https://social.hidamari.blue/index.php/attachment/53429
    In conversation Sunday, 01-Oct-2017 07:40:20 EDT from social.hidamari.blue permalink Repeated by cajun
  2. CLICK (cajun@shitposter.club)'s status on Monday, 02-Oct-2017 15:40:32 EDT CLICK CLICK
    in reply to
    • Tija-nee
    • M-x nemui
    @nee @tijagi How did you get on social-hidamari-blue then? I cant get in. Invite?
    In conversation Monday, 02-Oct-2017 15:40:32 EDT from shitposter.club permalink
  3. M-x nemui (nee@social.hidamari.blue)'s status on Monday, 02-Oct-2017 14:49:55 EDT M-x nemui M-x nemui
    • Tija-nee
    I'm looking into the whole matrix/riot.im stuff and riot-web seems to be just a static site with html and only client-side js.
    You only need a webserver that can serve static files to deploy it.
    It's build system depends on nodejs and npm though.
    In conversation Monday, 02-Oct-2017 14:49:55 EDT from social.hidamari.blue permalink Repeated by cajun
  4. M-x nemui (nee@social.hidamari.blue)'s status on Monday, 02-Oct-2017 14:58:49 EDT M-x nemui M-x nemui
    • YSJIZ5YOYOTHJPD=
    >i assume those dependencies are for one of those hipster generators
    react js seems to be used: https://github.com/vector-im/riot-web/blob/master/package.json
    In conversation Monday, 02-Oct-2017 14:58:49 EDT from social.hidamari.blue permalink Repeated by cajun

    Attachments

    1. vector-im/riot-web
      from GitHub
      riot-web - A glossy Matrix collaboration client for the web.
  5. CLICK (cajun@shitposter.club)'s status on Monday, 02-Oct-2017 10:24:32 EDT CLICK CLICK
    • Bo Derek
    @freyo yes, but it is now 10 minutes into the finding part.
    In conversation Monday, 02-Oct-2017 10:24:32 EDT from shitposter.club permalink
  6. themightyglider (themightyglider@gnusocial.de)'s status on Monday, 02-Oct-2017 10:14:43 EDT themightyglider themightyglider
    Freepo.st wants to become a federated network as well. Maybe it will become a nice alternative to reddit. I'll keep an eye on this.


    https://freepo.st/post/2rzt4gaxw0
    In conversation Monday, 02-Oct-2017 10:14:43 EDT from gnusocial.de permalink Repeated by cajun
  7. CLICK (cajun@shitposter.club)'s status on Monday, 02-Oct-2017 04:54:01 EDT CLICK CLICK
    I am not such a hypocrite that i should be pretending that i just wanna be on GNU Social and various 'other' servers and this is why i can just be more proactive in terms of just EXPLORING things around #fediverse. After all, it is not that PERFECT yet.
    In conversation Monday, 02-Oct-2017 04:54:01 EDT from shitposter.club permalink
  8. CLICK (cajun@shitposter.club)'s status on Sunday, 01-Oct-2017 13:25:18 EDT CLICK CLICK
    in reply to
    • Mike Macgirvin
    @mike Is it right to register on your site someday?
    In conversation Sunday, 01-Oct-2017 13:25:18 EDT from shitposter.club permalink
  9. Christmas Personified as a Catgirl (moonman@shitposter.club)'s status on Sunday, 01-Oct-2017 05:11:21 EDT Christmas Personified as a Catgirl Christmas Personified as a Catgirl
    https://shitposter.club/attachment/1090892
    In conversation Sunday, 01-Oct-2017 05:11:21 EDT from shitposter.club permalink Repeated by cajun
  10. 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 Repeated by cajun
  11. CLICK (cajun@shitposter.club)'s status on Sunday, 01-Oct-2017 05:15:15 EDT CLICK CLICK
    I cannot delete this account just because i have another one on SPC, cos i am doing nice things on it, such as *re-tooting* things, or *boosting things*, whatever is the word.
    In conversation Sunday, 01-Oct-2017 05:15:15 EDT from shitposter.club permalink
  12. 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 Repeated by cajun
  13. 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 Repeated by cajun
  14. 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 Repeated by cajun
  15. CLICK (cajun@shitposter.club)'s status on Sunday, 01-Oct-2017 04:54:16 EDT CLICK CLICK
    • Mike Macgirvin
    @mike I don't understand?
    In conversation Sunday, 01-Oct-2017 04:54:16 EDT from shitposter.club permalink
  16. CLICK (cajun@shitposter.club)'s status on Sunday, 01-Oct-2017 04:30:03 EDT CLICK CLICK
    • donniethedumbass
    @donniethedumbass MWR? What's your drift?
    In conversation Sunday, 01-Oct-2017 04:30:03 EDT from shitposter.club 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.