Skip to content

Instantly share code, notes, and snippets.

View jawn's full-sized avatar
✔️
Probably sending a PR for typos.

Bernard Vander Beken jawn

✔️
Probably sending a PR for typos.
View GitHub Profile
@jawn
jawn / Making Word Building Blocks Great Again
Last active September 28, 2023 15:48
Making Word Building Blocks Great Again
Word Building Blocks
Documentation:
- https://support.office.com/en-us/article/create-and-use-content-building-blocks-in-word-documents-0b5a27ae-9776-4096-bcfc-98599f16cadc
Defining building blocks:
- Custom building blocks are stored in a Word template.
- Ribbon Insert > Quick Parts > Building Blocks Organizer.
@jawn
jawn / Ideal onboarding braindump.md
Last active July 29, 2023 19:56
Ideal onboarding braindump
@jawn
jawn / ConferencesEventsTraining.md
Last active September 22, 2020 12:56
Recurring conferences/events to watch
@jawn
jawn / Web API Checklist (.NET Framework).md
Last active February 5, 2019 13:18
.NET Framework: Web API Checklist (.NET Framework)

Swashbuckle installation and configuration

  • Use Swashbuckle to get Swagger API documentation at http(s)://website/swagger
  • Disable online Swagger validation to fix validation error on swagger page: uncomment c.DisableValidator() in SwaggerConfig.cs
  • Describe all enum values as string in swagger: uncomment c.DescribeAllEnumsAsStrings() in SwaggerConfig.cs
  • Add to automated build/deployment pipeline: expect HTTP Status 200 for GET /swagger/ui/index
  • Add to automated build/deployment pipeline: expect HTTP Status 200 for GET /swagger/docs/v1

Web API configuration

https://www.blackboxx.be/nl - 1 free day
https://www.brugge.be/coworking
From : Result in %temp%\servicehub\logs
Microsoft.Developer.Settings-*
11/07/2019 09:19:43 Romance Standard Time : Error : Exception
Microsoft.VisualStudio.Services.CircuitBreaker.CircuitBreakerShortCircuitException: TF10216: Azure DevOps services are currently unavailable. Try again later. Activity Id: e4ee448b-b94d-4265-afcf-9978d2894270
at Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase.<HandleResponseAsync>d__52.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase.<SendAsync>d__50.MoveNext()
@jawn
jawn / Logitec MX Master 2S disconnect.md
Last active July 25, 2021 17:01
Logitech MX Master 2S disconnect issue

I am using a Logitech MX Master 2S mouse since a while. In recent weeks/months, I see occasional disconnection issues.

Question:

It is unclear whether this is a mouse or a Windows 10 update issue. How can I diagnose this further?

Details

  • Logitech MX Master 2S mouse
Expectations regarding Information Security?
* Reply to emails.
* Inform & teach infosec concepts (confidentiality, integrity, and availability, etc)
* Review, improve and simplify existing policies based on feedback and current security recommendations
* Example: use modern password policy
* Support the org to apply infosec internally.
* Help the product/project org
* to apply infosec in all created/installed software
* to integrated security checking in the continuous delivery processes. Example: checking for insecure software packages that have an update.