Technology Commentary

Technology Commentary

8898 bookmarks
Custom sorting
Software Development Ethics
Software Development Ethics
A blog about software development and programming.
·theprogrammersparadox.blogspot.com·
Software Development Ethics
The maze is in the mouse
The maze is in the mouse
What ails Google. And how it can turn things around.
·medium.com·
The maze is in the mouse
The History of APT10
The History of APT10
APT10, also known as Stone Panda, is a sophisticated Chinese state-sponsored cyber-espionage group that has been active since at least 2006. The group has seen several incarnations as an advanced persistent threat (APT) and is infamous for its exploits. Believed to be a well-funded and technically p...
·community.netwitness.com·
The History of APT10
GitOps as an Evolution of Kubernetes
GitOps as an Evolution of Kubernetes
Brendan Burns, Kubernetes' co-founder shared his thoughts on GitOps and Kubernetes at GitOpsCon.
·thenewstack.io·
GitOps as an Evolution of Kubernetes
Human Edited Linked Content
Human Edited Linked Content
Human Edited Linked Content Software Development, API development, Indutrial IOT
·kevwe.com·
Human Edited Linked Content
My Issue With ORMs
My Issue With ORMs
It's not the performance, and neither is it the complexity.
·preslav.me·
My Issue With ORMs
My Honest Review of Swimm’s Official VS Code Extension
My Honest Review of Swimm’s Official VS Code Extension
How well does Swimm’s new IDE plugin - which lets you create docs right inside your IDE - fare in addressing the internal documentation…
·javascript.plainenglish.io·
My Honest Review of Swimm’s Official VS Code Extension
In Praise of Top Down Programming
In Praise of Top Down Programming
Programming book reviews, programming tutorials,programming news, C#, Ruby, Python,C, C++, PHP, Visual Basic, Computer book reviews, computer history, programming history, joomla, theory, spreadsheets and more.
·i-programmer.info·
In Praise of Top Down Programming
Software and its Discontents, Part 3: Rising Cost and Elusive Success
Software and its Discontents, Part 3: Rising Cost and Elusive Success
This is part 3 in my “Software and its Discontents” series.  This series is the product of speaking with a range of folks in the industry over several months about the sense that something about the current state of tech, startups and software has gone quite wrong.
·laughingmeme.org·
Software and its Discontents, Part 3: Rising Cost and Elusive Success
Memory-management optimization with DAMON
Memory-management optimization with DAMON
To a great extent, memory management is based on making predictions: which pages of memory will a given process need in the near future? Unfortunately, it turns out that predictions are hard, especially when they are about future events. In the absence of useful information sent back from the future, memory-management subsystems are forced to rely on observations of recent behavior and an assumption that said behavior is likely to continue. The kernel's memory-management decisions are opaque to user space, though, and often result in less-than-optimal performance. A pair of patch sets from SeongJae Park tries to make memory-usage patterns visible to user space, and to let user space change memory-management decisions in response.
·lwn.net·
Memory-management optimization with DAMON
Google I/O and the Coming AI Battles
Google I/O and the Coming AI Battles
Google A/I suggests that AI is a sustaining innovation for all of Big Tech; that means the real battle will be between incumbents and Big Tech on one side, and open source on the other.
·stratechery.com·
Google I/O and the Coming AI Battles
Map of GitHub
Map of GitHub
This website shows a map of GitHub. Each dot is a project. Two dots within the same cluster are usually close to each other if multiple users frequently gave starts to both projects
·anvaka.github.io·
Map of GitHub
47% of all internet traffic came from bots in 2022
47% of all internet traffic came from bots in 2022
A new report reveals that in 2022, 47.4% of all internet traffic came from bots, a 5.1% increase over the previous year.
·securitymagazine.com·
47% of all internet traffic came from bots in 2022
History and future of Infrastructure as Code | End of Line Blog
History and future of Infrastructure as Code | End of Line Blog
In this article, I want to discuss Infrastructure as Code - the history of the practice, why it's important, what benefits does it bring, and what innovations are being developed in this very active area of software engineering.
·endoflineblog.com·
History and future of Infrastructure as Code | End of Line Blog
Min/Max dopamine dumps with CDEs
Min/Max dopamine dumps with CDEs
Working for a few months at Gitpod, solely via Cloud Development Environments, has changed how I build software.
·bradharris.dev·
Min/Max dopamine dumps with CDEs
Can GitHub actions be used as a CI/CD for Terraform?
Can GitHub actions be used as a CI/CD for Terraform?
We had THE EXACT same question. We went and asked the r/terraform community this: ”Why are people using Terraform Cloud? I may be missing something, but why can't terraform just be run in GitHub Actions? I feel that for 99% of companies, a terraform runner fundamentally only needs the
·blog.digger.dev·
Can GitHub actions be used as a CI/CD for Terraform?
We’re Writing Too Many Tests
We’re Writing Too Many Tests
Creating and maintaining a test automation suite is a time-consuming endeavor, yet the value of those efforts is often questionable.
·steven-lemon182.medium.com·
We’re Writing Too Many Tests
Don't Review PRs Like a Space Wizard
Don't Review PRs Like a Space Wizard
Finding more persuasive, less manipulative ways to give pull request feedback.
·thoughtbot.com·
Don't Review PRs Like a Space Wizard