The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 4,262 other subscribers

Archive for December 13th, 2017

Zaterdag 16 december 2017 Informatiemarkt Badhoevedorp | Gemeente Haarlemmermeer

Posted by jpluimers on 2017/12/13

Programma informatiemarkt 16 december Informatie over:

  • Jaaroverzicht 2017
  • Planning 2018
  • Centrum
  • Lijndenhof – Groene singel
  • Park de Veldpost en sportpark de Veldpost •Park Quatrebras •Het Lint
  • Participatie Badhoevedorp •Sloop A9 •Tijdelijk gebruik oude A9
  • Woningontwerpen Park Quatrebras( (AM en Bohemen)

Rondleidingen:

  • 13:30 – 14.00 uur – Wandeling park en voorzieningengebied Wandeling met de projectmanager door Park Quatrebras.

Source: [WayBack16 december Informatiemarkt Badhoevedorp | Gemeente Haarlemmermeer

via: [WayBackInformatiemarkt Badhoevedorp

–jeroen

Posted in LifeHacker, Power User | Leave a Comment »

What is thread safety anyway?

Posted by jpluimers on 2017/12/13

A nice article [Archive.is] What is thread safety anyway? with a kind reference to the Deadlock Empire translation from C# to Delphi that I made.

In any language, multi-threading is hard, so I really love the quote below:

[WayBack] Multithreading can be hard to do right. The most common point of failure is assuming some code is thread safe when it actually is not... – Dalija Prasnikar – Google+

It reminded me of an old one:

A programmer had a problem. He thought to himself, “I know, I’ll solve it with threads!”. has Now problems. two he

–jeroen

Posted in .NET, C#, Delphi, Development, Fun, Multi-Threading / Concurrency, Quotes, Software Development, T-Shirt quotes | Leave a Comment »

Herding Nulls and Other C# Stories From the Future

Posted by jpluimers on 2017/12/13

Mads Torgersen shares future thinking of a fast-moving major programming language, C#. Torgersen discusses pattern matching, type classes, discriminated unions and much more.

A cool outlook of things that hopefully make it into the next upcoming major C# release: [WayBackHerding Nulls and Other C# Stories From the Future

Via:

Slides (of which a few screenshots are below): [WayBack] herding_nulls.pptx

–jeroen

Read the rest of this entry »

Posted in .NET, C#, Development, Software Development | Leave a Comment »

Intel Intrinsics Guide

Posted by jpluimers on 2017/12/13

The Intel Intrinsics Guide is an interactive reference tool for Intel intrinsic instructions, which are C style functions that provide access to many Intel instructions – including Intel® SSE, AVX, AVX-512, and more – without the need to write assembly code.

Source: Intel Intrinsics Guide

Via: [WayBack] G+ David Berneda; Nice Intel cpu docs, filter and click items to get detailed descriptions

–jeroen

Posted in Uncategorized | Leave a Comment »