These are the most popular programming languages #Python #javascript #typescript #programming #CodeNewbies #coding #tech
TECHNOLOGY
-
Can AI Learn Everything Biology Cannot Teach Us?
By
–
I don't think that we can learn anything from biological lifeforms that we cannot learn from AI, and the opposite is not true
-
Text versus 32-bit floats: lossless compression efficiency trade-offs
By
–
I don’t think that’s necessarily true! text is actually relatively few bytes, while each 32-bit float is 4 bytes, so at least at short lengths things could be lossless
-
Word Count as Metric: Meaningless Quantification in Serious Analysis
By
–
Number of words is bare quantification signifying nothing. It's meaningless, uninteresting, beside the point as a serious person's metric. And yet…
-
Unbounded Growth: Tech’s Latest Target in Expansion Quest
By
–
The "number go up!" free radical finds yet another macromolecule to bind to/attack.
-

5G Networks Innovation: Speed, Bandwidth, and Latency Improvements
By
–
The innovative potential of 5G networks lies in improved data transmission through increased speed, higher bandwidth, and reduced latency. Read more on @DeltalogiX > https://
bit.ly/3O6L5AZ Subscribe to Newsletters> https://
bit.ly/3pick1U via @antgrasso #DeltalogixAdvisor #5G -
Apple Poised to Dominate Metaverse Market with Vision Pro
By
–
Apple is poised to bring #Metaverse mainstream and dominate the market https://
cointelegraph.com/news/apple-poi
sed-metaverse-mainstream-dominate-vision-pro-augmented-reality-market
… via @cointelegraph -

Text Embedding Collision Discovery: Purple Repetition Experiment
By
–
I think I found the first evidence of a collision in text embeddings! i.e. for an embedding function f, i found a text pair x, y where x ≠ y but emb(x) = emb(y) ok granted it isn't thatttt interesting but what I did was repeat the word purple from 1 to 8191 times. 'purple ' is
-
Finding Hidden Optimization Opportunities in Complex Systems
By
–
so much fun to pore over the details of a working system to find ideas for optimizations no one has noticed