Public

686 bookmarks
Custom sorting
Terminal Emulators Battle Royale – Unicode Edition!
Terminal Emulators Battle Royale – Unicode Edition!

It turns out that Unicode support in Terminals is a lot more difficult than it first appears. A quick overview of special support for Unicode characters in Terminals:

  • "Wide" or "Fullwidth" characters, particularly for East Asian languages and emojis, are codepoints that occupy two cells in a terminal instead of one.
  • "Zero" width combining characters used in languages such as Arabic, Hebrew, or Hindi do not occupy any cells themselves; instead, they modify the previous character.
  • "Zero Width Joiner" (ZWJ U+200D) reduces and combines many codepoints into a single emoji. This is similar to combining, but encoded in a completely different way.
  • "Variation Selector-16" (VS-16 U+FE0F) is a special character that, for specific "Narrow" emojis consuming one cell, causes them to become "Wide", consuming two cells.
·jeffquast.com·
Terminal Emulators Battle Royale – Unicode Edition!
Estimate Github Worth Generator
Estimate Github Worth Generator
Totally pointless but mildly amusing web app that checks the "worth" of your GitHub profile.
·github-worth.vercel.app·
Estimate Github Worth Generator
Mozilla 2023 Annual Report: CEO pay skyrockets, while Firefox Marketshare nosedives
Mozilla 2023 Annual Report: CEO pay skyrockets, while Firefox Marketshare nosedives

The Mozilla Foundation has released their latest annual report -- covering the time up through December of 2022 (Mozilla's reporting always lags by one year) -- and something peculiar leaps out of the data:

  • The compensation of the Mozilla CEO has skyrocketed (by millions)
  • While the Mozilla revenue drops
  • And the Firefox Marketshare takes a nosedive
  • While, at first, this seems ridiculously lopsided... perhaps it actually makes sense.
·lunduke.locals.com·
Mozilla 2023 Annual Report: CEO pay skyrockets, while Firefox Marketshare nosedives
Packing Python Projects
Packing Python Projects

This tutorial walks you through how to package a simple Python project. It will show you how to add the necessary files and structure to create the package, how to build the package, and how to upload it to the Python Package Index (PyPI).

·packaging.python.org·
Packing Python Projects
How We Executed A Critical Supply Chain Attack On Pytorch
How We Executed A Critical Supply Chain Attack On Pytorch

"Four months ago, Adnan Khan and I exploited a critical CI/CD vulnerability in PyTorch, one of the world’s leading ML platforms. Used by titans like Google, Meta, Boeing, and Lockheed Martin, PyTorch is a major target for hackers and nation-states alike.

Thankfully, we exploited this vulnerability before the bad guys.

Here is how we did it."

·johnstawinski.com·
How We Executed A Critical Supply Chain Attack On Pytorch
Metric Time
Metric Time
While I think the idea of metric time is pretty bad, I think this is a really nice site that illustrates the idea.
·metric-time.com·
Metric Time
(PDF) Humanism in Business – Towards a Paradigm Shift?
(PDF) Humanism in Business – Towards a Paradigm Shift?
Management theory and practice are facing unprecedented challenges. The lack of sustainability, the increasing inequity and the continuous decline in societal trust pose a threat to ‘business as usual’ (Jackson and Nelson, 2004). Capitalism is at a crossroad and scholars, practitioners and policy makers are called to rethink business strategy in light of major external changes (Hart 2005, Arena 2004). In the following we review an alternative view of human beings that is based on a renewed Darwinian theory developed by Lawrence and Nohria (2002). We label this alternative view ‘humanistic’ and draw distinctions to current ‘economistic’ conceptions. We then develop the consequences that this humanistic view has for business organizations, examining business strategy, governance structures, leadership forms, and organizational culture. Afterwards we outline the influences of humanism on management in the past and the present, and suggest options for humanism to shape the future of management. In this manner we will contribute to the discussion of alternative management paradigms that help solve the current crises.
·researchgate.net·
(PDF) Humanism in Business – Towards a Paradigm Shift?
How to improve Python packaging, or why fourteen tools are at least twelve too many
How to improve Python packaging, or why fourteen tools are at least twelve too many
"Join me on a journey through packaging in Python and elsewhere. We’ll start by describing the classic packaging stack (involving setuptools and friends), the scientific stack (with conda), and some of the modern/alternate tools, such as Pipenv, Poetry, Hatch, or PDM. We’ll also look at some examples of packaging and dependency-related workflows seen elsewhere (Node.js and .NET). We’ll also take a glimpse at a possible future (with a venv-less workflow with PDM), and see if the PyPA agrees with the vision and insights of eight thousand users."
·chriswarrick.com·
How to improve Python packaging, or why fourteen tools are at least twelve too many