System Architecture

System Architecture

8149 bookmarks
Custom sorting
SQL Tutorial: How To Write Better Querie
SQL Tutorial: How To Write Better Querie
Learn about anti-patterns, execution plans, time complexity, query tuning, and optimization in SQL.
·datacamp.com·
SQL Tutorial: How To Write Better Querie
Goodbye SDLC, Hello SSDF! What is the Secure Software Development Framework?
Goodbye SDLC, Hello SSDF! What is the Secure Software Development Framework?
This is the first article in a five-part series on the recently published NIST 800-218 ‘The Secure Software Development Framework (SSDF): Recommendations for Mitigating the Risk of Software Vulnerabilities’ Although the software development lifecycle (SDLC) has been around for a while, few SDLC models explicitly address software security in detail.
·blog.chainguard.dev·
Goodbye SDLC, Hello SSDF! What is the Secure Software Development Framework?
How Machine Learning Can Save You from Observability Overload
How Machine Learning Can Save You from Observability Overload
#DevOps teams are drowning in metrics, and it’s gotten harder for teams to interpret and take action on them. Machine learning can help sort out the data. #machinelearning #ML #observability
·thenewstack.io·
How Machine Learning Can Save You from Observability Overload
Storage Is Going Have To Deal With Clouds And Edges
Storage Is Going Have To Deal With Clouds And Edges
While on-premises datacenters are strategic to large enterprises, and will be for the foreseeable future, hybrid clouds and the edge are also an
·nextplatform.com·
Storage Is Going Have To Deal With Clouds And Edges
Thoughts On Markdown — Smashing Magazine
Thoughts On Markdown — Smashing Magazine
Markdown in all its flavors, interpretations, and forks won’t go away. However, it’s important to look at emerging content formats that try to encompass modern needs. In this article, Knut shares his advice against Markdown by looking back on why it was introduced in the first place, and by going through some of the major developments of content on the web.
·smashingmagazine.com·
Thoughts On Markdown — Smashing Magazine
flamegraph.com
flamegraph.com
Upload, analyze, and share performance profiles online
·flamegraph.com·
flamegraph.com
Managing Time-Series Data in Industrial IoT - The New Stack
Managing Time-Series Data in Industrial IoT - The New Stack
Time- series data provides a shared context for sensor readings and becomes the critical fulcrum for processing and understanding Industry 4.0 IoT data.
·thenewstack.io·
Managing Time-Series Data in Industrial IoT - The New Stack
4 levels of DevOps documentation maturity
4 levels of DevOps documentation maturity
DevOps and DevSecOps require agile documentation practices to deliver quality documentation on time with an iterative software delivery cycle. It's a similar journey to DevOps with a move to automation and a more agile approach to content. If documentation is only now entering your organization's DevOps discussions, it's time to catch your documentation practices up to DevOps. Here are the four levels of DevOps documentation maturity: [OS_EMBEDDED_MENU_RIGHT:]
·opensource.com·
4 levels of DevOps documentation maturity
morals in the machine
morals in the machine
The first time I took on the role of a lead engineer, a few years ago, I had a really hard time learning how to prioritize and delegate work. For much of my early career, I had simply never needed any planning skills beyond “say yes to everything and work yourself into the ground”. One of the best pieces of professional advice I’ve ever received came during this time, from a mentor who told me to delegate the things I was already good at. If I’m good at something, it means I’m actually equipped to evaluate whether my team is doing a good job. It also means I don’t need the practice as much, so delegating frees me up to improve other skills. There’s an oft-repeated myth about artificial intelligence that says that since we all know that humans are prone to being racist and sexist, we should figure out how to create moral machines that will treat human beings more equitably than we could. You’ve seen this myth in action if you’ve ever heard someone claim that using automated systems to make sentencing decisions will lead to more fairness in the criminal legal system. But if we all know that humans are racist and sexist and we need the neutrality of machines to save us—in other words, if we should delegate morality to AI—how will we ever know if the machines are doing the job we need them to do? And how will we humans ever get better?
·phirephoenix.com·
morals in the machine
The impact of less scalable work.
The impact of less scalable work.
Ellen Chisa has a new newsletter on product management, and I particularly enjoyed this week’s piece on 34 Product Lessons.
·lethain.com·
The impact of less scalable work.
EE380 Talk
EE380 Talk
I was asked at short notice to fill in for a speaker in Stanford's EE380 course who had to cancel. Below the fold is a hastily updated vers...
·blog.dshr.org·
EE380 Talk
Recursive Queries in PostgreSQL for Hierarchical Data
Recursive Queries in PostgreSQL for Hierarchical Data
Recursive queries are typically used to deal with hierarchical or tree-structured data. A common example is when you have a manager employee relation in a table and you have to construct the organization tree under a manager or find all N level managers of an employee. Strictly speaking, this process is iteration not recursion, but RECURSIVE is the terminology chosen by the SQL standards committee. PostgreSQL CTE: Common Table Expression From the docs:
·indrajith.me·
Recursive Queries in PostgreSQL for Hierarchical Data
How could watermarking AI help build trust?
How could watermarking AI help build trust?
I’ve been reading about different approaches to watermarking AI and the datasets used to train them. This seems to be an active area of research within the machine learning community. But, of…
·blog.ldodds.com·
How could watermarking AI help build trust?