Daniel Mescheder
@DMescheder
Followers
327
Following
2K
Media
92
Statuses
2K
đ» I like to think about technology, software projects, software architecture and the unique quirks of working in tech. Opinions are my own.
Belgium
Joined February 2014
Hereâs the thing folks. Iâve been coding 32 years. When something like this happens itâs an organizational failure. Yes, some human wrote a bad line. Someone can âgit blameâ and point to a human and itâs awful. But itâs the testing, the Cl/CD, the A/B testing, the metered
201
2K
8K
CARTE BLANCHE | Des professeurs de lâULB dĂ©noncent le «syndrome du dĂ©ni dâantisĂ©mitisme prĂ©sent» Ă lâuniversitĂ©
levif.be
Des professeurs de l'ULB dĂ©noncent le «syndrome du dĂ©ni dâantisĂ©mitisme prĂ©sent» Ă l'universitĂ© dans une carte blanche.
1
4
6
In the quality assurance hierarchy we should make sure to add one line of defense even more fundamental than unit tests: The best quality guarantee is if you can write your program in such a way that error states cannot even exist. https://t.co/X9o3M0h7Z4
solutionspace.blog
The different levels of testing are well known: A bug found by the customer is extremely expensive, a bug found in acceptance testing somewhat less. At the end of the chain, usually, unit tests areâŠ
0
0
0
Checking out @obsdmd - it has a bit of an emacs org-mode feel to it which I appreciate a lot.
1
0
10
Senior leadership did the analysis: The root of the problem at XYZ Corp was a lack of clearly defined value statements that underpin the companyâs unique culture! Problems like this demand the corporate weapon of choice to jump into action: The Workgroup. https://t.co/SJHqrrlWlt
solutionspace.blog
Senior leadership did the analysis: The root of the problem at XYZ Corp was a lack of clearly defined value statements that underpin the companyâs unique culture! Problems like this demand the corpâŠ
0
0
1
Iâm actually looking forward to trying this out.
Python in Excel is now a thing! Python is now a peer of the Excel formula language and you can mix both languages seamlessly in the Excel grid. Python runs on Azure and is powered by the @anacondainc Python distribution. This was a multi-year collaboration between the Python
1
0
0
I am certainly not the only one observing that the workplace has a tendency to make any word that described an interesting or innovative concept almost meaningless over time. On linguistic entropy and chinese whispers. đ https://t.co/b0FZcBl8Bz
solutionspace.blog
I am certainly not the only one observing that the workplace has a tendency to make any word that described an interesting or innovative concept almost meaningless over time. The word âAgileâ is anâŠ
0
0
0
Oh, wow, Googleâs odbl licensed building data set looks pretty neat. https://t.co/ngCuYgz1oC How difficult would it be to load these into @mapwithrapid for quick editing? đ€
sites.research.google
A dataset of building footprints to support social good applications.
1
0
2
Records are part of the Java language since version 14. They are a useful feature for types that primarily capture data and avoid some of the boilerplate that Java is famous for. How far should we push their use? https://t.co/hfxjY6cy1V
solutionspace.blog
Records are part of the Java language since version 14. They are a useful feature for types that primarily capture data and avoid some of the boilerplate that Java is famous for. While many traditiâŠ
0
0
0
Hey Twitter folks. Hot tip: Try searching for âExponential Backoff with Random Jitterâ. You're welcome! đ
0
0
1
1960s: "COBOL will let non-programmers make the software!" 1980s: "4GLs will let non-programmers make the software!" 2000s: "UML will let non-programmers make the software!" 2020s: "AI will let non-programmers make the software!"
244
2K
9K
Simplicity is a property of systems. It's always possible to make components simpler by pushing the complexity elsewhere in the system.
4
6
90
One particular issue with the salary negotiation process is that candidates unable to approach a negotiation from a position of strength are at a disadvantage. Here is an alternative mechanism that could level the playing field:
0
0
1
When designing distributed systems, we sometimes think of latency and availability as two technical dimensions to balance out in our designs. I would like to argue that a more useful perspective would be to see them as two sides of the same coin. https://t.co/nvNG55Oyc2
solutionspace.blog
When designing distributed systems, we sometimes think of latency and availability as two technical dimensions to balance out in our designs. I would like to argue that a more useful perspective woâŠ
0
0
2
DevOps is in part about breaking silos: âYou build it, you run itâ. Why donât we apply the same arguments to other organisational fault lines: âYou ask for a feature, you build itâ. Or âyou build it, you sell itâ? https://t.co/SKdPUTZTEY
solutionspace.blog
The proponents of DevOps (myself included) usually bring forward arguments that evolve around breaking silos: âYou build it, you run itâ. This, according to the philosophy, leads to deliverables thâŠ
1
0
1
The criticism that text generated by AI is basically plagiarism seems to be conceptually easy to solve? Have an indexed DB of source material, match on similarity and reject matches that are too similar & add references as appropriate. A bit like a human would deal with it?
0
0
0
But⊠class HttpInterface extends NetworkInterface {âŠ} can always be transformed without loss into class HttpInterface implements HasNetworkInterface { NetworkInterface getNetworkInterface(); ⊠} So composition is just as polymorphic, right?
If you are using a statically typed language, and you want to take advantage of polymorphism (strongly encouraged) then you cannot âpreferâ composition. Composition does not provide the means.
0
0
0
I know I know⊠ânot the same thingâ⊠but reading people worried about AGI while watching Roomba getting stuck while trying to navigate the apartment IS kind of funny.
0
0
0