#distinct

MrsNo1SpecialMrsNo1Special
2025-05-05

Cybersecurity and Human Resources (HR) may seem like two distinct domains, but in enterprise environments — particularly in companies managing tech installation, cybersecurity services, and SaaS platforms — they are deeply interconnected. Employees are often the weakest link in an...

medium.com/@mrsno1special/brid

#

WordofTheHourwordofthehour
2025-02-08

: having the difference marked

- French: Distinct

- Italian: distinto

- Portuguese: distinto

- Spanish: distinto

------------

Report an incorrect translation @ wordofthehour.org/r/translatio

2024-11-06

One day, one decomposition
A130091: Numbers having in their canonical prime factorization mutually distinct exponents

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A130091.
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #math #mathematics #sequence #OEIS #javascript #php #3D #numbers #prime #factorization #distinct #exponents #graph #threejs #webGL

Decomposition into weight × level + jump of A130091 in 2D (log(weight), log(level))Decomposition into weight × level + jump of A130091 in 3D (threejs - WebGL) (log(weight), log(level), log(jump))
Ron PiggottRon_Piggott
2024-09-30

Building A Better You Question #27: What makes you unique? rons-home.net/en/living-life-l [Next Question Oct 7 2024]

Ron PiggottRon_Piggott
2024-09-09

Life Lessons Lessons #33: What makes you unique and special still exists inside of you when you feel damaged. rons-home.net/en/living-life-l [Next Lesson Sep 16 2024]

Alejandra Gonzalezblyxyas@tech.lgbt
2024-09-07

I think that the obsession over self-labelling ourselves down to a T comes from the algorithms on social media.

The #algorithm benefits hyper-containerizing #yourself because it needs #distinct & #specific tokens to compare against the users' #interest.

That's the way we stop becoming people, to start becoming a collection of tags.

2024-08-26

One day, one decomposition
A101594: Numbers with exactly two distinct decimal digits, neither of which is 0

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A101594.
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #maths #mathematics #OEIS #javascript #php #3D #numbers #distinct #decimal #digits #graph #threejs #webGL

Decomposition into weight × level + jump of A101594 in 2D (log(weight), log(level))Decomposition into weight × level + jump of A101594 in 3D (threejs - WebGL) (log(weight), log(level), log(jump))
2024-08-14

One day, one decomposition
A097103: #Numbers n that are the hypotenuse of exactly 22 distinct integer-sided right triangles, i.e., n^2 can be written as a sum of two squares in 22 ways

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A097103.
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #maths #mathematics #OEIS #javascript #php #3D #numbers #hypotenuse #distinct #right #triangles #graph #threejs #webGL

Decomposition into weight × level + jump of A097103 in 2D (log(weight), log(level))Decomposition into weight × level + jump of A097103 in 3D (threejs - WebGL) (log(weight), log(level), log(jump))
2024-07-06

One day, one decomposition
A089352: Numbers that are divisible by the sum of their distinct prime factors (A008472)

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A089352.
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #maths #mathematics #OEIS #javascript #php #3D #numbers #divisible #sum #distinct #prime #factors #graph #threejs #webGL

Decomposition into weight × level + jump of A089352 in 2D (log(weight), log(level))Decomposition into weight × level + jump of A089352 in 3D (threejs - WebGL) (log(weight), log(level), log(jump))
2024-05-16

One day, one decomposition
A075592: Numbers n such that number of distinct prime divisors of n is a divisor of n

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A075592.
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #maths #mathematics #sequence #OEIS #javascript #php #3D #numbers #distinct #prime #divisors #graph #threejs #webGL

Decomposition into weight × level + jump of A075592 in 2D (log(weight), log(level))Decomposition into weight × level + jump of A075592 in 3D (threejs - WebGL) (log(weight), log(level), log(jump))
Gea-Suan Lingslin@abpe.org
2024-03-19

Redis 對 HyperLogLog 省空間的實作

HyperLogLog (HLL) 是用統計方式解決 Count-distinct problem 的資料結構以及演算法,不要求完全正確,而是大概的數量。

演算法其實沒有很難懂,在 2007 年的原始論文「HyperLogLog: the analysis of a near-optimal cardinality estimation algorithm」裡面可以讀到演算法是長這樣:

可以

blog.gslin.org/archives/2024/0

#Computer #Murmuring #Software #algorithm #count #data #distinct #hyperloglog #problem #redis #structure

2023-12-19

Курс «PostgreSQL для начинающих»: #2 — Простые SELECT

Продолжаю публикацию расширенных транскриптов лекционного курса "PostgreSQL для начинающих" , подготовленного мной в рамках "Школы backend-разработчика" в "Тензоре" . Сегодня поговорим о самых простых, но важных, возможностях команды SELECT , наиболее часто используемой при работе с базами данных - формировании выборок ( VALUES ), их ограничении ( LIMIT/OFFSET/FETCH ), фильтрации ( WHERE/HAVING ), сортировке ( ORDER BY ), уникализации ( DISTINCT ) и группировке ( GROUP BY ). Как обычно, для предпочитающих смотреть и слушать, а не читать - доступна видеозапись .

habr.com/ru/companies/tensor/a

#postgresql #sql #тензор #школа_backend #select #order_by #where #group_by #having #distinct

2023-11-20

I just discovered a "#Job" that consists of a single #SQL. The #query uses just two nested #selects. So far so good.
The nested select uses all but one table from the first one. It's running through 6 tables.
It uses "#distinct" instead if "group by" and a grand total of 31 "AND" Conditions in the "WHERE" part.
It runs at least 4:30h.
Humankind deserves its extinction.

2023-10-14
Decomposition into weight × level + jump of A046386 in 2D (log(weight), log(level))Decomposition into weight × level + jump of A046386 in 3D (threejs - WebGL) (log(weight), log(level), log(jump))
2023-09-18

One day, one decomposition
A043096: Numbers in which every pair of adjacent digits are distinct

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A043096.
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #maths #mathematics #sequence #OEIS #javascript #php #3D #numbers #pair #adjacent #digits #distinct #graph #threejs #webGL

Decomposition into weight × level + jump of A043096 in 2D (log(weight), log(level))Decomposition into weight × level + jump of A043096 in 3D (threejs - WebGL) (log(weight), log(level), log(jump))
2023-07-16

One day, one decomposition
A031955: Numbers with exactly two distinct base-10 digits

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A031955.
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #maths #mathematics #sequence #OEIS #javascript #php #3D #numbers #two #distinct #digits #graph #threejs #webGL

Decomposition into weight × level + jump of A031955 in 2D (log(weight), log(level))Decomposition into weight × level + jump of A031955 in 3D (threejs - WebGL) (log(weight), log(level), log(jump))
Ron PiggottRon_Piggott
2023-07-03

Building A Better You Question #27: What makes you unique? rons-home.net/en/living-life-l [Next Question Jul 10 2023]

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst