Archive for the ‘SocialMedia’ Category
Posted by jpluimers on 2020/08/17
Blocking persons (for instance for sending you materials that in G+ would be a T.O.S. violation) is only possible by blocking them, not by reporting them.
Most hangouts users however do have a G+ account, so you can request a block there.
Relevant links:
–jeroen
Posted in G+: GooglePlus, Google, GoogleHangouts, Power User, SocialMedia | Leave a Comment »
Posted by jpluimers on 2020/07/03
A friend asked me what tools I use for downloading media, converting it to various formats (including audio extraction) and audio editing.
It is a surprisingly short list:
Most of it runs out of the box on Mac OS X/MacOS/OS X, as I’ve moved there form Windows for most of my day to day access to systems (there is a great set of Microsoft Remote Desktop in the app store: [Archive.is] Microsoft Remote Desktop 8.0 on the Mac App Store and [Archive.is] Microsoft Remote Desktop 10 on the Mac App Store; I like the first one better).
Audacity shortcuts
Read the rest of this entry »
Posted in Apple, Audacity, Audio, ffmpeg, iMac, Mac, Mac OS X / OS X / MacOS, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, MacMini, Media, Power User, Remote Desktop Protocol/MSTSC/Terminal Services, SocialMedia, Windows, YouTube, youtube-dl | Leave a Comment »
Posted by jpluimers on 2020/04/24
I am have been using ThreadReaderApp.com – and more so since G+ went belly up – but forgot to schedule a post on it, so here it is:
[WayBack] Show HN: Unroll Twitter threads for easy reading | Hacker News:
I made this new service called Thread Reader that given a first tweet from a twitter thread will return a carefully designed web page with the full [WayBack] Tweetstorm unrolled.
It comes with two “bots” – one that answer people who mention “@tttthreads unroll” replying to the first tweet of a threads and give them a link to the unrolled story – the second that search twitter for “#threads” and check if it is a valid thread (> 5 tweets) and if so post a unrolled version back to the author (limited to a few post per hour to avoid to be too spammy)
The stack is good old LAMP using the PHP silex micro framework and of course Twitter API
[WayBack] Thread Reader Thread Reader helps you discover and read the best of Twitter Threads
–jeroen
Posted in LifeHacker, Power User, SocialMedia, Twitter | Leave a Comment »
Posted by jpluimers on 2020/04/14
I’ve used these excellent posts to find out which youtube-dl version started to exhibit troublesome NPO downloads, then later find the actual failing commit:
Why the effort? I needed an as recent as possible youtube-dl working on as many sites as possible because of some work preparation.
The first link is very important because brew versions and alternatives have stopped working some 6 years ago, even though they turn up high on Google searches for brew install specific version. Hence the quote from the first link:
Installing software packages on Mac is very easy with homebrew. You typically get the latest version, however often in production you do not have the latest version of a software package. Another use case is when you upgrade to the latest and you find out there is bug which blocks you doing something. In this case you would like to downgrade to the previous version until the bug is fixed.In both cases you need to install a specific version of a software package with homebrew on your Mac, which tends to be not that trivial. There is a lot of discussion about this on stackoverflow but some of them are outdated based on brew versions which is not available anymore.
Read the rest of this entry »
Posted in Apple, Conference Topics, Conferences, Development, DVCS - Distributed Version Control, Event, git, Home brew / homebrew, Power User, SocialMedia, Software Development, Source Code Management, YouTube | Leave a Comment »
Posted by jpluimers on 2020/04/08
After a 2018 discussion with a “zorgkantoor” (Dutch for office that arranges for special long term health care needs, successor of AWBZ) about their very low (10 megabyte) SMTP message size limit – even though they expect scanned PDF documents.
Their web-care team posed this limit as normal, so I made a list of limits in their peer group, common world-wide and well-ranked Dutch internet providers.
My plan is to check the progression of these limits over time.
Note these are the bruto message sizes including encoded attachments. Since encoding in [WayBack] MIME Base64 – Wikipedia has a overhead of at least 37% (encoded size is at least 1.37 the original size), the unencoded maximum size is less than 73% of what is listed below.
References:
2018
Read the rest of this entry »
Posted in base64, Communications Development, Development, eMail, Encoding, Internet protocol suite, MIME, Power User, Python, Scripting, SMTP, SocialMedia, Software Development, TCP | Leave a Comment »
Posted by jpluimers on 2020/04/06
I found this in one of my logs a a while ago:
Error when executing EHLO command for domain mail.com on SMTP server mx00.mail.com.
(554, 'mail.com (mxgmxus007) Nemesis ESMTP Service not available\nNo SMTP service\nBad DNS PTR resource record.\nFor explanation visit http://postmaster.gmx.com/en/error-messages?ip=37.153.243.242&c=rdns')
It means that gmx.de / mail.com are among the strictest email handling providers I know. I don’t blame them: EHLO is at the start of an extended SMTP session.
At [WayBack] Error messages | GMX Postmaster it indicates:
5xy Bad DNS PTR resource record
Emails from your email server were rejected because the PTR Resource Record (PTR-RR) of your IP address does not follow our guidelines. Possible reasons for this can be:
–jeroen
Posted in Communications Development, Development, eMail, Internet protocol suite, Power User, SMTP, SocialMedia, TCP | Leave a Comment »
Posted by jpluimers on 2020/04/03
TL;DR of [WayBack] How to Share a Direct Link to a Dropbox File – How to Do Anything in Apps | Zapier and [WayBack] How to force a shared link to download or render – Dropbox Help
- Either replace the hostname
www.dropbox.com with dl.dropboxusercontent.com:
- Or replace
?dl=0 with ?dl=1
- Or replace
?dl=0 with ?raw=1r
- The latter two seem to fail for embedding images in html every now and then
Related:
–jeroen
Posted in DropBox, Power User, SocialMedia | Leave a Comment »
Posted by jpluimers on 2020/03/24
If you want to process the JSON form the Google Take Out, then below are some resources that will help you get started developing
Started developing you say?
Yes, of course the JSON does not match APIs any more, and of course Google has not provided and starting point or guidance.
A perfect execution of Sunset.
So you are on your own with:
All via [WayBack] Continuing the takeout data migration process with a first look at the data that is in the archive. – Edward Morbius – Google+
In the mean time, some people started hosting their HTML take out, for instance:
Here you have to note that the take out does not include media, and many hyperlinks still point to within Google Plus itself, for instance for circles and avatars.
Example:
–jeroen
Posted in Development, G+: GooglePlus, Google, Power User, SocialMedia, Software Development | Leave a Comment »
Posted by jpluimers on 2020/01/29
After years with “missed schedule” posts on (paid!) wordpress.com based sites, WordPress has documented that the scheduler officially does not support more than 100 posts:
[WayBack] Warning: Please do not schedule more than 100 posts. Any posts scheduled beyond that amount will not be published.
In practice this is not fully true, so lets explain that a little.
Background
Imagine the list of scheduled posts as a list of posts to be posted anywhere from the near future (lets call that tail) until far in the future (for now head).
As long as you schedule posts in head to tail order, then there is no problem. You can schedule 100s of posts (usually I’ve between 700 and 1200 posts scheduled that way).
The problems appear when:
Read the rest of this entry »
Posted in *nix, Development, Missed Schedule, Monitoring, Power User, SocialMedia, Software Development, Uptimerobot, Web Development, WordPress, WordPress | Leave a Comment »