For my link archive: https://dashboard.wordpress.com/wp-admin/index.php?page=my-blogs
Via:
- [WayBack] WordPress.com Forums » Ideas “Switch to the improved experience.”
- “Switch to the improved experience.”
–jeroen
Posted by jpluimers on 2019/10/11
Just in case you were using .NET Core 2.0: it is EOL now, so you should have switched to the .NET Core 2.1 which is LTS (Long Time Stable).
[WayBack] .NET Core 2.0 reaches end of life, no longer supported by Microsoft | Packt Hub
.NET Core 2.1 was released towards the end of May 2018 and .NET Core 2.1 reached EOL on October 1. This was supposed to happen on September 1 but was pushed by a month since users experienced issues in upgrading to the newer version.
.NET Core 2.1 is a long-term support (LTS) release and should be supported till at least August 2021. It is recommended to upgrade to and use .NET Core 2.1 for your projects. There are no major changes in the newer version.
.NET Core 2.0 is no longer supported and updates won’t be provided. The installers, zips and Docker images of .NET Core 2.0 will still remain available, but they won’t be unsupported. Downloads for 2.0 will still be accessible via the Download Archives. However, .NET Core 2.0 is removed from the microsoft/dotnet repository README file. All the existing images will still be available in that repository.
via [WayBack] https://hub.packtpub.com/net-core-2-0-reaches-end-of-life-no-longer-supported-by-microsoft/ – Lars Fosdal – Google+
–jeroen
Posted in .NET, .NET Core, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2019/10/10
Sometimes you want the opposite of SQL generation (which most, if not all, ORMs do behind the scenes): SQL parsing.
Some links that should get me started:
Visual SQL Query Builder, SQL Parser and Analyser component for Delphi and C++Builder for use with VCL, TNT or DevExpress controls
The ZeosLib is a set of database components for MySQL, PostgreSQL, Interbase, Firebird, MS SQL, Sybase, Oracle and SQLite for Delphi, FreePascal/Lazarus, Kylix and C++ Builder.
Download SQL Parser for Delphi for free. Develope a string parser that is capable to parse SQL statements into tokens, allows changing theese tokens and rebuilding (modified) SQL statement
–jeroen
Posted in Database Development, Development, Software Development, SQL | 2 Comments »
Posted by jpluimers on 2019/10/10
Great introduction into functional programming by a step by step: “Why Functional Programming Matters”, by Ted Neward on Devoxx Poland 2016.
It uses Java, but translates very well into C#, C++, Delphi and many other programming languages because the underlying support structures are very easy (a ~50 line Lists class, a few Function# prototypes, etc).
Two great observations here:
Summary
Coding Tech
In the latter half of the 2000s, a new kind of programming language seemed poised to take the steam out of the dominancen of object-oriented programming languages and their hold over “mainstream” development. But these new languages, collectively referred to as “functional” languages, were nothing new. In fact, they’ve been a part of the language landscape since the late 80s, and arguably even longer than that. What makes a functional language, and what makes a functional language interesting? Most importantly, why do we care now, thirty years after their introduction?
–jeroen
Posted in Conference Topics, Conferences, Development, Event, Functional Programming, Software Development | Leave a Comment »
Posted by jpluimers on 2019/10/10
[WayBack] Abtruse Goose: Teach Yourself C++ in 21 days…
Via: [WayBack] “How to learn programming in 21 Days” – CodeProject – Google+
Posted in C, C++, Development, Fun, Software Development | Leave a Comment »
Posted by jpluimers on 2019/10/09
Time to experiment with [WayBack] Gitless: a simple version control system built on top of http://gitless.com/:
…
Gitless is an experiment to see what happens if you put a simple veneer on an app that changes the underlying concepts. Because Gitless is implemented on top of Git (could be considered what Git pros call a “porcelain” of Git), you can always fall back on Git.
…
It is open source at https://github.com/sdg-mit/gitless
–jeroen
Posted in Development, DVCS - Distributed Version Control, git, Software Development, Source Code Management | Leave a Comment »
Posted by jpluimers on 2019/10/09
On my reading list: [WayBack] “Real Options” Underlie Agile Practices
Whether we realise it or not, “freedom to choose” is a principle underlying many Agile practices. By avoiding early commitments, we gain flexibility in the choices we make later. In this article, Chris Matts and Olav Maassen propose that an understanding of “Real Options” allows us to develop and refine new agile practices and take agile in directions it hasn’t gone before.
Via: [WayBack] “Real Options” Underlie Agile Practices – Marjan Venema – Google+
–jeroen
Posted in Agile, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2019/10/08
Voor mijn link archief, dit lijkt op de integratie van xs4all:
KPN komt met nieuwe abonnementen met de naam Hussel. Onder die naam zijn zowel vast en mobiel internet als bellen en tv beschikbaar. Ook zijn er losse mobiele abonnementen. Onbeperkte mobiele data is alleen mogelijk in combinatie met vast internet.
[WayBack] KPN vernieuwt abonnementen voor vast en mobiel internet, tv en bellen – IT Pro – Nieuws – Tweakers
Posted in Internet, ISP, KPN, Power User, xs4all | Leave a Comment »
Posted by jpluimers on 2019/10/08
For my link archive:
The first one missed these:
Both find these:
–jeroen
Posted in Conference Topics, Conferences, Delphi, Development, Event, SOAP/WebServices, Software Development | Leave a Comment »
Posted by jpluimers on 2019/10/08
Somebody didn’t believe the claim “Git is easy to learn” and wrote a [WayBack] git man page generator (of course with a repository: github: Lokaltog/git-man-page-generator), for example generating
git-complete-tipNAME
git-complete-tipcomplete all non-committed downstream tips opposite of a few rebased remote indicesSYNOPSIS
git-complete-tip[ –maintain-log | –lecture-violate-history ]DESCRIPTION
git-complete-tipcompletes a few staged tips inside any forward-ported non-staged unstaged indices, and a few checked out subtrees fscked by histories in the tree, but that are not inHOLD_SUBTREE, are checked out in a temporary pack.…
For the same reason there is [WayBack] XKXD: Git (image on the right), which is [WayBack] explained for a reason. Just see this little summary:
The difficulty of using Git in common situations is belied by the apparent simplicity of its use in tutorial-style situations. Committing and sharing changes is fairly straightforward, for instance, but recovering from situations such as accidental commits, pushes or bad merges is difficult without a solid understanding of the rather large and complex conceptual model. For instance, three of the top five highest voted questions on Stack Overflow are questions about how to carry out relatively simple tasks: undoing the last commit, changing the last commit message, and deleting a remote branch.
Actually the “easy to learn” means “there is easy to find documentation for it“.
–jeroen
Posted in Development, DVCS - Distributed Version Control, Fun, git, Software Development, Source Code Management | Leave a Comment »