惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
G
Google Developers Blog
小众软件
小众软件
V
V2EX
月光博客
月光博客
腾讯CDC
aimingoo的专栏
aimingoo的专栏
J
Java Code Geeks
Y
Y Combinator Blog
人人都是产品经理
人人都是产品经理
B
Blog RSS Feed
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 【当耐特】
D
Docker
M
MIT News - Artificial intelligence
Google DeepMind News
Google DeepMind News
N
Netflix TechBlog - Medium
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
I
InfoQ
MongoDB | Blog
MongoDB | Blog
Apple Machine Learning Research
Apple Machine Learning Research
Jina AI
Jina AI

Stonecharioteer on Tech

I Traced My Traffic Through a Home Tailscale Exit Node What Was I Reading Last? In Three Not-So-Easy Pieces Dogfooding Is Hard Code blocks in your books, finally GoForGo v0.9.0 Merrilin - We built an app to read books I use a Macbook now Data Structures & Algorithms - Preparing for Interviews Using a local DNS namespace for local service discovery Direction KOllector - Publishing KOReader Highlights gbt: branches touched in the last 24 hours A Soiree into Symbols in Ruby Some Smalltalk about Ruby Loops Ruby Blocks Returning from Ruby Blocks, Procs and Lambdas My Linux Laptop Finally Works: How Claude Helped Me Fix Years of Annoyances TIL: Watchexec - Modern File Watching for Development Workflows A Less Busy Mind GoForGo - Learn Go through live examples Migrating My Old Blog to Hugo with Claude The Qtile Window Manager: A Python-Powered Tiling Experience Read the RFCs that Built the Internet Py-x-Protobuf - Or How I Learned to Stop Worrying and Love Protocol Buffers Python Reverse a List New Beginnings Leaving ChainSafe Systems Screen Lock for Cinnamon Desktop using Zenity and Terminal Commands Crews Not Teams A System for Getting Better at LeetCode
TIL: Data Visualization Guide and Oso Authorization Academy
Oso Authorization Academy# · 2021-04-16 · via Stonecharioteer on Tech

Data Visualization Guide | Anton Zhiyanov

Comprehensive guide to creating effective data visualizations:

Core Principles:

Clarity Over Complexity:

  • Simple is Better: Avoid unnecessary chart elements
  • Clear Labels: Make axes and legends self-explanatory
  • Focused Message: Each chart should communicate one main point
  • Appropriate Scale: Choose scales that don’t mislead

Chart Type Selection:

  • Bar Charts: For comparing discrete categories
  • Line Charts: For showing trends over time
  • Scatter Plots: For showing relationships between variables
  • Heat Maps: For showing patterns in matrix data

Color and Design:

  • Meaningful Colors: Use color to encode information, not just decoration
  • Accessibility: Consider colorblind-friendly palettes
  • Consistency: Maintain consistent color schemes across related charts
  • Contrast: Ensure sufficient contrast for readability

Best Practices:

  • Know Your Audience: Tailor complexity to viewer expertise
  • Tell a Story: Guide viewers through the data narrative
  • Provide Context: Include benchmarks and comparisons
  • Test Comprehension: Verify that viewers understand the message

Common Mistakes to Avoid:

  • Misleading scales or truncated axes
  • Too many colors or visual elements
  • Charts that don’t match the data type
  • Missing context or explanatory text

Oso - Authorization Academy

Educational resource for learning modern authorization patterns:

What is Authorization:

  • Different from Authentication: Authentication verifies identity, authorization determines permissions
  • Fine-Grained Control: Beyond simple role-based access control
  • Context-Aware: Permissions based on relationships, attributes, and context
  • Scalable Patterns: Authorization systems that grow with applications

Key Concepts Covered:

Authorization Models:

  • Role-Based Access Control (RBAC): Users have roles, roles have permissions
  • Attribute-Based Access Control (ABAC): Decisions based on attributes
  • Relationship-Based Access Control (ReBAC): Permissions based on relationships
  • Policy-Based Access Control: Centralized policy management

Implementation Patterns:

  • Policy Engines: Centralized authorization decision points
  • Policy Languages: Domain-specific languages for expressing policies
  • Enforcement Points: Where authorization checks are performed
  • Information Points: Sources of attributes for authorization decisions

Modern Authorization Challenges:

  • Microservices: Distributed authorization across services
  • Multi-Tenancy: Isolation and sharing in SaaS applications
  • Dynamic Policies: Policies that change based on context
  • Performance: Fast authorization decisions at scale

Why It Matters:

  • Security: Proper authorization prevents unauthorized access
  • Compliance: Meet regulatory requirements for access control
  • User Experience: Smooth, context-aware permissions
  • Maintainability: Clear, auditable authorization logic

Both resources provide essential knowledge for their respective domains - effective data communication and secure application design.