Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Notices by Strypey (strypey@mastodon.nzoss.nz), page 3

  1. Strypey (strypey@mastodon.nzoss.nz)'s status on Saturday, 20-Jun-2020 14:44:57 UTC Strypey Strypey
    in reply to
    • Adrian Cochrane

    #HatTip to @alcinnz for the link to this.

    In conversation Saturday, 20-Jun-2020 14:44:57 UTC from mastodon.nzoss.nz permalink
  2. Strypey (strypey@mastodon.nzoss.nz)'s status on Saturday, 20-Jun-2020 14:44:03 UTC Strypey Strypey
    in reply to

    For those who want to reduce the #Javascript on their sites to the absolute minimum but don't know how, there's some really good advice towards the end of Eevee's brief history of #HTML and #CSS layout tools:
    https://eev.ee/blog/2020/02/01/old-css-new-css/

    In conversation Saturday, 20-Jun-2020 14:44:03 UTC from mastodon.nzoss.nz permalink

    Attachments

    1. Old CSS, new CSS
      from Eevee
      I first got into web design/development in the late 90s, and only as I type this sentence do I realize how long ago that was. And boy, it was horrendous. I mean, being able to make stuff an
  3. Strypey (strypey@mastodon.nzoss.nz)'s status on Saturday, 20-Jun-2020 14:29:47 UTC Strypey Strypey

    "There’s no good reason for any of this. These aren’t cutting-edge interactive applications; they’re pages with text on them. We used to print those on paper, but as soon as we made the leap to computers, it became impossible to put words on a screen without executing several megabytes of custom junk?"
    https://eev.ee/blog/2016/03/06/maybe-we-could-tone-down-the-javascript/

    #MakeJavascriptOptional!

    In conversation Saturday, 20-Jun-2020 14:29:47 UTC from mastodon.nzoss.nz permalink

    Attachments

    1. Maybe we could tone down the JavaScript
      from Eevee
      I’m having a really weird browser issue, where scripts on some pages just won’t run until about 20 seconds have passed. Whatever you’re about to suggest, yes, I’ve thought of it, an
  4. Strypey (strypey@mastodon.nzoss.nz)'s status on Saturday, 20-Jun-2020 04:12:13 UTC Strypey Strypey

    But #Scoop, #theSpinoff, and now #Stuff, show us that there are other ways media organisations can be owned, managed, and even funded. A brave government would set up a media democracy commission, with antitrust powers to break up struggling media empires, instead of subsidizing their investors at public expense. The broken up entities could be sold to their workers or their audiences/ communities, or both, using the most suitable option from a standardized set of cooperative ownership models.

    In conversation Saturday, 20-Jun-2020 04:12:13 UTC from mastodon.nzoss.nz permalink
  5. Strypey (strypey@mastodon.nzoss.nz)'s status on Tuesday, 26-May-2020 12:45:05 UTC Strypey Strypey

    The fediverse.party crew have started work on a canonical timeline of fediverse history. If you'd like to help, please reply to this post with relevant dates and reference links, or go ahead and add your edits here:https://git.feneas.org/feneas/fediverse/-/wikis/Federated-Social-Web-Timeline

    If you have trouble getting permission to edit the wiki, you can contact us via our new @fediverseparty account.

    In conversation Tuesday, 26-May-2020 12:45:05 UTC from mastodon.nzoss.nz permalink
  6. Strypey (strypey@mastodon.nzoss.nz)'s status on Monday, 18-May-2020 13:12:47 UTC Strypey Strypey

    If your DNS service is stopping you from accessing a site, how do you know that it's been blocked by them? How can you find out why they are blocking it? Maybe services like this need to restrict themselves to blocking only Javascript (to prevent attacks using JS) and popping up a malware warning, like NoScript does when it detects cross-site scripting. That way, the user can review the HTML/CSS page (if any) and choose to block the site for them, or allow JS and continue to browse it normally.

    In conversation Monday, 18-May-2020 13:12:47 UTC from mastodon.nzoss.nz permalink
  7. Strypey (strypey@mastodon.nzoss.nz)'s status on Friday, 15-May-2020 00:27:59 UTC Strypey Strypey

    Here's another software naming collision that's likely to cause a bit of confusion down the line ...
    https://github.com/Tencent/matrix

    #Matrix #WeChat

    In conversation Friday, 15-May-2020 00:27:59 UTC from mastodon.nzoss.nz permalink

    Attachments

    1. Tencent/matrix
      Matrix is a plugin style, non-invasive APM system developed by WeChat. - Tencent/matrix
  8. Strypey (strypey@mastodon.nzoss.nz)'s status on Thursday, 14-May-2020 03:45:31 UTC Strypey Strypey

    @tomosaigon agreed, but every little bit counts, especially for users on dial-up, rural ADSL, or metered mobile data. As the old saying goes, if you take care of the cents, the dollars will take care of themselves. If everyone points to another resource waster as an excuse to keep wasting resources, nothing will change.

    In conversation Thursday, 14-May-2020 03:45:31 UTC from mastodon.nzoss.nz permalink
  9. Strypey (strypey@mastodon.nzoss.nz)'s status on Thursday, 14-May-2020 03:12:14 UTC Strypey Strypey
    in reply to

    3) localize servers. Where servers are needed, host them as close as possible to where their users are. Eg NZOSS hosts all its services at the CatalystCloud.nz datacentre in Aotearoa, because most of the people using them are located here. If all network services aimed at kiwis did that, it would significantly reduce the traffic on the cables connecting Aotearoa to the rest of the world's networks.

    In conversation Thursday, 14-May-2020 03:12:14 UTC from mastodon.nzoss.nz permalink
  10. Strypey (strypey@mastodon.nzoss.nz)'s status on Thursday, 14-May-2020 03:07:58 UTC Strypey Strypey
    in reply to

    2) make software and storage local-first as much as possible.
    https://martin.kleppmann.com/papers/local-first.pdf

    * again, more use of generic native apps
    * increase the use of browser cache and persistent storage, to avoid the same data being downloaded over and over again on the same sites.
    * make it easy to download media, rather than streaming it over and over again.

    #LocalFirst

    In conversation Thursday, 14-May-2020 03:07:58 UTC from mastodon.nzoss.nz permalink

    Attachments


  11. Strypey (strypey@mastodon.nzoss.nz)'s status on Thursday, 14-May-2020 03:03:50 UTC Strypey Strypey

    Some examples:
    1) Get rid of all unnecessary Javascript
    * rebuild all simple brochureware sites as static sites using only HTML/CSS.
    * increase the use of native apps to reduce the avoidable transmission of web apps. Generic, multi-account ones implementing open protocols, not branded ones tied to nonfree services.
    * get rid of all user tracking and ad serving

    In conversation Thursday, 14-May-2020 03:03:50 UTC from mastodon.nzoss.nz permalink
  12. Strypey (strypey@mastodon.nzoss.nz)'s status on Tuesday, 12-May-2020 01:56:18 UTC Strypey Strypey

    Anyone got any comments on these claims about GNU/Linux security flaws?
    https://madaidans-insecurities.github.io/linux.html

    #GNU #Linux #security

    In conversation Tuesday, 12-May-2020 01:56:18 UTC from mastodon.nzoss.nz permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Linux | Madaidan's Insecurities
  13. Strypey (strypey@mastodon.nzoss.nz)'s status on Friday, 28-Feb-2020 08:45:04 UTC Strypey Strypey

    I also learned about #OpenTopoMap.org, a project to render topological maps, released under a free license (CC BY-SA 3.0), using data from #OpenStreetMap and #SRTM (NASA's Shuttle Radar Topography Mission):
    https://github.com/der-stefan/OpenTopoMap

    In conversation Friday, 28-Feb-2020 08:45:04 UTC from mastodon.nzoss.nz permalink

    Attachments

    1. der-stefan/OpenTopoMap
      A topographic map from OpenStreetMap and SRTM data - der-stefan/OpenTopoMap
  14. Strypey (strypey@mastodon.nzoss.nz)'s status on Friday, 28-Feb-2020 07:13:36 UTC Strypey Strypey
    in reply to
    • Hubert Chathi

    I assume the #SPDX standard includes a place to put the version number and release date for software packages, maybe this could be helpful?
    https://spdx.org/using-spdx-documents

    @ptman @Coffee @hubert

    In conversation Friday, 28-Feb-2020 07:13:36 UTC from mastodon.nzoss.nz permalink

    Attachments


  15. Strypey (strypey@mastodon.nzoss.nz)'s status on Friday, 28-Feb-2020 04:00:37 UTC Strypey Strypey

    This post on the #Jami blog highlights some of the ways users have to manage #P2P apps differently from those that depend on servers:
    https://jami.net/the-jami-quirks/

    In conversation Friday, 28-Feb-2020 04:00:37 UTC from mastodon.nzoss.nz permalink

    Attachments

    1. The Jami quirks
      Because it is fully distributed, Jami may behave differently from what most people are used to with other communication tools. We aim not to break user expectations, but Jami is quite unique in the way it is designed.
  16. Strypey (strypey@mastodon.nzoss.nz)'s status on Thursday, 27-Feb-2020 01:40:16 UTC Strypey Strypey

    Also:
    * #PrivateBin.info, a fork of #ZeroBin, a "minimalist, open source online pastebin where the server has zero knowledge of pasted data"
    * #PasteBin.to, another zero-knowledge pastebin but it uses #CloudFlare
    * #HasteBin, but it doesn't seem to work without allowing scripts from ajax.googleapis.com.

    There are heaps of self-hosted pastebin options:
    https://selfhosted.libhunt.com/haste-server-alternatives

    In conversation Thursday, 27-Feb-2020 01:40:16 UTC from mastodon.nzoss.nz permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      hastebin Alternatives - Self Hosted Pastebins | LibHunt
      Open source pastebin written in node.js. Tags: Test, HTTP, Hastebin, Pastebin, Paste, Load Test, Performance, Loadtest.
  17. Strypey (strypey@mastodon.nzoss.nz)'s status on Thursday, 27-Feb-2020 00:47:54 UTC Strypey Strypey

    Does anyone know of an offline map app like #OSMAnd+ for desktop GNU/Linux?

    In conversation Thursday, 27-Feb-2020 00:47:54 UTC from mastodon.nzoss.nz permalink
  18. Strypey (strypey@mastodon.nzoss.nz)'s status on Wednesday, 26-Feb-2020 22:48:32 UTC Strypey Strypey

    Help the #Jami team choose the new default #ringtone for their #P2P chat app:
    https://framaforms.org/help-us-choose-jamis-default-ringtone-1565722509

    In conversation Wednesday, 26-Feb-2020 22:48:32 UTC from mastodon.nzoss.nz permalink

    Attachments


  19. Strypey (strypey@mastodon.nzoss.nz)'s status on Wednesday, 26-Feb-2020 03:57:32 UTC Strypey Strypey

    Is there a metadata standard for tagging software releases, so that sites like the Free Software Directory ( directory.fsf.org ) can automatically list the latest release without human maintainers having to constantly check for new releases? Could this be part of the #ForgeFed spec?

    In conversation Wednesday, 26-Feb-2020 03:57:32 UTC from mastodon.nzoss.nz permalink
  20. Strypey (strypey@mastodon.nzoss.nz)'s status on Sunday, 23-Feb-2020 23:17:10 UTC Strypey Strypey

    This page, whose main contents are a text news article with a photo byline, is completely blank with all #Javascript blocked. It tries to run scripts in my browser from no less than 20 third-party domains:
    https://www.informationweek.com/microsoft-updates-windows-without-user-permission-apologizes/d/d-id/1059183

    #MakeJavascriptOptional!

    In conversation Sunday, 23-Feb-2020 23:17:10 UTC from mastodon.nzoss.nz permalink

    Attachments

    1. Microsoft Updates Windows Without User Permission, Apologizes - InformationWeek
      Over the last few weeks, without user approval, Windows Update has updated nine small executable files in both Windows XP and Windows Vista.
  • After
  • Before

User actions

    Strypey

    Strypey

    Free human being of this Earth. Be excellent to each other! #Vegan #Permaculture #Transition #PeerProduction #FreeCode #CreativeCommons #SciFi #Comedy #Juggling

    Tags
    • (None)
    ActivityPub
    Remote Profile

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          10144
          Member since
          10 Jun 2018
          Notices
          277
          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.