As it combines VBA and AppleScript, I might need the script from this in the future [WayBack] Word for Mac 2011: create macro or shortcut to ‘Insert Picture – Microsoft Community.
–jeroen
Posted by jpluimers on 2021/11/02
As it combines VBA and AppleScript, I might need the script from this in the future [WayBack] Word for Mac 2011: create macro or shortcut to ‘Insert Picture – Microsoft Community.
–jeroen
Posted in Development, Office, Office 2011 for Mac, Office Automation, Office VBA, Scripting, Software Development | Leave a Comment »
Posted by jpluimers on 2021/11/02
Maybe I laughed a little bit too loud (:
Via: [Archive.is] Kenji Matsuoka on Twitter: “Have you seen this gem? … “
–jeroen
Posted in Development, Micro Services, Software Development | Leave a Comment »
Posted by jpluimers on 2021/11/02
Some links in case I ever need to jail-break a Mikrotik device:
–jeroen
Posted in Development, Internet, MikroTik, Power User, routers, Software Development | Leave a Comment »
Posted by jpluimers on 2021/11/01
For my link archive:
Autism Spectrum Disorder (ASD) and Joint Hypermobility-Related Disorders are blanket terms for two etiologically and clinically heterogeneous groups of pathologies that usually appears in childhood. These conditions are seen by different medical fields, such as psychiatry in the case of ASD, and musculoskeletal disciplines and genetics in the case of hypermobility-related disorders. Thus, a link between them is rarely established in clinical setting, despite a scarce but growing body of research suggesting that both conditions co-occur more often than expected by chance. Hypermobility is a frequent sign of hereditary disorders of connective tissue (e.g. Ehlers-Danlos syndromes, Marfan syndrome), on which the main characteristic is the multisystem fragility that prone to proprioceptive and motor coordination dysfunction hence to trauma and chronic pain. Considering the high probability that pain remains disregarded and untreated in people with ASD due to communication and methodological difficulties, increasing awareness about the interconnection between ASD and hypermobility-related disorders is relevant, since it may contribute to identify those ASD patients vulnerable to suffer from pain.
[WayBack] Frontiers | Autism, Joint Hypermobility-Related Disorders and Pain | Psychiatry
Via: [WayBack] Autist Making Way onTwitter: “there’s not a ton of research, but anecdotally there does seem to be a link: … “
–jeroen
Posted in About, Personal, Power User | Leave a Comment »
Posted by jpluimers on 2021/11/01
Voor mijn linkarchief, want ik moet indienen de [Wayback/Archive.is] Aangifte erfbelasting 2021 (pdf):
Downloaden
- Aangifte erfbelasting 2021 (pdf) [Wayback] (pdf – 1176kB)
- Lees voor: Aangifte erfbelasting 2021 (pdf) (het pdf-bestand verschijnt in een nieuw venster)
- Toelichting aangifte erfbelasting 2021 [Wayback] (pdf – 500kB)
- Lees voor: Toelichting aangifte erfbelasting 2021 (het pdf-bestand verschijnt in een nieuw venster)
…
De meeste mensen doen online aangifte erfbelasting
Online aangifte doen op Mijn Belastingdienst heeft veel voordelen. U kunt:
- gegevens invullen voor meerdere erfgenamen
- meerdere onroerende zaken, bankrekeningen of leningen invullen
- meteen zien welke vragen voor u van belang zijn
- uw gegevens tussendoor opslaan
Een andere dag verder? Geen probleem. Alles wordt bewaard.U kunt direct inloggen op Mijn Belastingdienst [Wayback].…
Retouradres
Stuur het ingevulde en ondertekende formulier naar:
Belastingdienst/kantoor Eindhoven
Antwoordnummer 14660
5600 WK Eindhoven
Online zit er waarschijnlijk niet in, want rondje rechtbank vanwege curatele.
–jeroen
Posted in About, LifeHacker, Personal, Power User | Leave a Comment »
Posted by jpluimers on 2021/10/30
Wasn’t the European Union going to stop moving clocks twice a year? Yup, as of it 2021 it should have stopped with the [Wayback] Seasonal clock change in the EU | Mobility and Transport.
But then Brexit came along, followed by Covid-19, and earlier 2021, this happened: [Wayback] Clock stops on EU plan to scrap daylight savings time
Contentious move to abolish mandatory seasonal clock changes ‘not top priority now’
So tomorrow it is winter time again, and we need to move the clock, hopefully for the last time, but hopefully not like in the mirror of the Dutch comic DirkJan – Wikipedia by [WayBack] Annelies Hofstede on Twitter: “… “, which is done transitioning to Winter time – Wikipedia:
This is the original summer time version of the DirkJan comic:
Background information and similar comics are at Likely the end of a tradition… ᴊᴏᴏsᴛ su Twitter: “Dear Mr. Juncker, you may not know this but here in Holland we have Dirk-Jan and it is tradition to read this comic twice a year don’t take this away from us it’s the only non-racist tradition we have!!!! Please!!!!!…”.
–jeroen
Posted in Fun, LifeHacker, Power User | Leave a Comment »
Posted by jpluimers on 2021/10/29
If you enable File and Printer sharing on Windows, by default the firewall only enables it on private networks for the local subnet as remote address (for domain networks, it allows “Any”) as seen on the picture below.
When your network consists of multiple subnets, for instance when it is large, or multiple sites are connected via site-to-site VPN (often called LAN-to-LAN VPN) solutions, then these subnets cannot access each others files or printers.
Realising these default blocks, they are easy to resolve as explained in for instance [WayBack] Windows firewall blocking network shares through VPN server – Server Fault by [WayBack] Brian:
I realize this is almost three years late, but I just spent today fighting with the same problem. I did get it working, so I figured I’d share. Note that I’m using a Windows 7 PC as the file server; other versions might need slightly different configuration.
In the “Windows Firewall with Advance Security”, there are several “File and Printer Sharing” rules:
- File and Printer Sharing (NB-Datagram-In)
- File and Printer Sharing (NB-Name-In)
- File and Printer Sharing (NB-Session-In)
- File and Printer Sharing (SMB-In)
(There are additional rules, but I didn’t care about printer sharing. The same changes would apply if you want those.)
File and Printer Sharing appears to default to “Local subnet” only. You’ll need to add the subnet of your VPN clients.
Modify each of those rules as follows:
- Open the Properties dialog for the rule.
- Navigate to the Scope tab.
- In the Remote IP address section, the “These IP addresses” radio button should be selected.
- Click “Add…” next to the list of addresses. By default, only “Local subnet” is in the list.
- In the “This IP address or subnet:” field, enter the subnet assigned to your VPN clients (this is probably 192.168.1.0/24 in the OP, but if not, it’s the subnet assigned to the VPN adapter on the client side), then click OK.
- If you’re also using IPv6, add the VPN client IPv6 subnet as well.
That was enough for me to access file shares over the VPN.
(If you want to do it manually, you need to open TCP ports 139 and 445, and UDP ports 137 and 138, in the file server’s firewall.)
Hopefully I will find some time in the future to automate this using PowerShell, as netsh names are localised do hard to make universal.
These links might help me with that:
Posted in Communications Development, Development, Internet protocol suite, Power User, SMB, TCP, Windows | Leave a Comment »
Posted by jpluimers on 2021/10/29
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2021/10/29
Via [WayBack] Thread by @Foone: “stupid project I’ve thought about making for years: You go through and index your lego box and enter in which bricks you have, and it calcul […]”
stupid project I’ve thought about making for years:You go through and index your lego box and enter in which bricks you have, and it calculates which sets you probably had.you tell it what pieces you have and it finds official or unofficial sets you can build with them.Neat!
I don’t know if it can do near-matches (like “you have 98% of the pieces you need for this set”) because you may have lost some parts, but it’s definitely a big step towards what I was wanting
[WayBack] Rebrickable (@Rebrickable) | lets you easily find official or custom sets you can build using your existing LEGO sets and provides all building instructions:
Combine your old LEGO® to build new creations
What can you build?
What is Rebrickable?
Rebrickable will show you which LEGO sets you can build from the sets and parts you already own. You can choose from official LEGO sets or thousands of MOCs (My Own Creations) submitted by hundreds of designers. All MOCs include building instructions and full parts lists.
I HAVE THIS
+
AND A BUNCH OF THESE
=
I CAN BUILD THIS, YAY!
Unless you have a LOT of sets, you will usually be missing a few pieces. In these cases Rebrickable will show you exactly what you are missing and even provide suggested sets that you could buy which will get you those pieces – effectively showing you how to buy two sets for the price of one!
–jeroen
Posted in Fun, LifeHacker, Power User | Leave a Comment »