9 Best Articles in 2022
medium.com
Goodbye, Object Oriented Programming
medium.com
~18 min read · From 2016 · I’ve been programming in Object Oriented languages for decades. The first OO language I used was C++ and then Smalltalk and finally .NET…
Reader View · Shared by 498, including Daniel Williams, Nando 💪🇦🇺🇦🇷, Dominik Grolimund, Marcus Raitner, fernand0, Smita Nair Jain, Jesús Torres 👩💻, Kenneth Kalmer, Marc Wieland, Pascal Birchler, Merkstatt, Women Who Code, 𝗖𝗵𝗮𝗻𝗻𝗶𝗻𝗴 Walton, Bernhard Huessy, PotHix, esauro, Dez S. Papp, Nils Hitze, Nico Müller 🇺🇦, Matthias Lampe
A List Apart
Object-Oriented UX
A List Apart
From 2017 · Patterns and modules help us design for mobile, but they’re not enough. Enter object mapping: a method for modeling information.
Reader View · Shared by 136, including Chris Calo, Mattia Fregola 🤔, Patrick Sanwikarja, designshard, Dylan Jones, Selim Imoberdorf, Tregg 🤘, Oscar MacDonald, Marc Wieland, Keywins_Ferret, Jeeva Vijay Prasath, laugri, Mohamed JEBLI, Victor Tolosa, Angel Romero, Andreia Costa 🇵🇹
pjreddie.com
YOLO: Real-Time Object Detection
pjreddie.com
7 min read · From 2017 · You only look once (YOLO) is a state-of-the-art, real-time object detection system. On a Titan X it processes images at 40-90 FPS and has a mAP on VOC 2007 of 78.6% and a mAP of 48.1% on COCO test…
Reader View · Shared by 84, including Jesús Torres 👩💻, Moritz Klack, von Moerenburgh, Data Science Renee, Clemens, programarfacil.com, Balda, William El Kaim, Mattia Fregola 🤔, Fabricio Teixeira, rohit, StanChan, Alexander Seifert
TNW
Object-oriented programming is dead. Wait, really?
TNW
~13 min read · 2021-07-24 · The main idea behind object-oriented programming is as simple as can be: you try to break a program in parts that are as powerful as the whole.
Reader View · Shared by 113, including Matthew Turland, Merkstatt, David Garner, JJ Flash
cv-tricks.com
Zero to Hero: Guide to Object Detection using Deep Learning: Faster R-CNN,YOLO,SSD
cv-tricks.com
9 min read · From 2017 · In this post, I shall explain object detection and various algorithms like Faster R-CNN, YOLO, SSD. We shall start from beginners' level and go till the state-of-the-art in object detection,…
Reader View · Shared by 69, including Rodrigo Prior, janfsauer, Howard Getson, Thomas Power, Ward Plunet, Peter Wennersten, 𝐦𝐫𝐯𝐧 , Clemens, Jesús Torres 👩💻, Thomas Telandro, Nico Müller 🇺🇦
The New Yorker
Have Aliens Found Us? A Harvard Astronomer on the Mysterious Interstellar Object ‘Oumuamua
The New Yorker
~11 min read · From 2019 · Avi Loeb discusses why we need to consider the possibility that the object was sent by aliens, the dangers of unscientific speculation, and what belief in an advanced extraterrestrial civilization has in common with faith in God.
Reader View · Shared by 148, including Scott Williams, Jacob Jarnvall, ɐpuɐʎᴉW ᴉʇɐʍɥǝN, Marcel Janus, Liliane Ferrari ™, Christian Fauteux, Dominik Grolimund, Marcos, Tauno
AppSignal
Principles of Object-Oriented Programming in TypeScript
AppSignal
10 min read · Apr 6th · Find out about the three pillars of object-oriented programming in TypeScript and learn how TypeScript automates a lot of best practices.
Reader View · Shared by 77
geoffviola.github.io
The Last Vestiges Of Object Oriented Programming
geoffviola.github.io
9 min read · 2020-09-07 · The Last Vestiges Of Object Oriented Programming 07 Sep 2020 Types like integers and rational numbers have existed in math for millennia. Some specifications that allowed users to create custom types…
Reader View · Shared by 68
VentureBeat
Researchers open-source state-of-the-art object tracking AI
VentureBeat
2 min read · From 2020 · Researchers at Microsoft and Huazhong University open-sourced an AI model -- FairMOT -- that can track multiple objects with state-of-the-art performance.
Reader View · Shared by 153, including Eric Kasyoka, Tom Connor, Katja Evertz, Tamara McCleary, Stephan Woodtli, Dr. Ganapathi Pulipaka 🇺🇸
Trending
erezdruk.com
Resisting The Shiny Object Syndrome
erezdruk.com
7 min read · Jun 26th · You can do anything, but not everything - David Allen Flow, or "being in the zone", is one of the best feelings in the world. No one can tell you how to reach it, but anyone can instantly pull you out…
Reader View · Shared by 133
blog.klipse.tech
Separate code from data
blog.klipse.tech
~11 min read · Jun 28th · Benefits and costs of separating code from data in Data-Oriented Programming. Drawbacks of encapsulation in Object-Oriented Programming.
Reader View · Shared by 71
freeCodeCamp.org
JavaScript DOM Manipulation Course
freeCodeCamp.org
1 min read · Jul 8th · In website development, DOM stands for Document Object Model. It is a programming interface that allows us to create, change, or remove elements from a website document. DOM manipulation is when you…
The New York Times
A Large Object Landed on His Sheep Farm. It Came From Space.
The New York Times
5 min read · Aug 4th · “It’s not something you see every day on a sheep farm,” a farmer said of the pieces of debris that wound up in rural Australia. They are thought to be from a SpaceX spacecraft.
Reader View · Shared by 80, including Forbes India
More like this
Cloudflare
Announcing Cloudflare R2 Storage: Rapid and Reliable Object Storage, minus the egress fees
Cloudflare
2021-09-28 · Introducing Cloudflare’s S3-compatible Object Storage service, with zero egress bandwidth charges and automatic migration from S3-compatible services.
Shared by 51, including Nick Craver, Eric L. Barnes, hiten.eth, Jane Manchun Wong
TechCrunch
Google releases new TensorFlow Object Detection API
TechCrunch
5 min read · From 2017 · Google is releasing a new TensorFlow object detection API to make it easier for developers and researchers to identify objects within images. Google is trying..
Reader View · Shared by 46, including Joe Lencioni, Leslie D, Thomas Telandro, Thomas Power
Gizmodo
Voyager 1 Space Probe Is Suddenly Sending NASA Wacky Data
Gizmodo
2 min read · May 19th · Voyager launched in 1977, and now humankind’s most distant object is transmitting data that doesn’t make sense.
Reader View · Shared by 210, including Esther Schindler
codeburst.io
Useful Javascript Array and Object Methods
codeburst.io
6 min read · From 2018 · Write cleaner and more readable code by making use of modern JavaScript array and object methods. Never touch a for/while loop again!
Reader View · Shared by 48, including Yoav Ganbar
Scientific American
The Brain Senses Touch beyond the Body
Scientific American
3 min read · From 2019 · You detect a tool’s contact with an object as if you placed your own finger on it
Reader View · Shared by 190, including Faik Ersoy, Ward Plunet, Liv 😷, Matthias Lampe, Gideonro
WIRED
If AI's So Smart, Why Can't It Grasp Cause and Effect?
WIRED
2 min read · From 2020 · Deep-learning models can spot patterns that humans can't. But software still can't explain, say, what caused one object to collide with another.
Shared by 187, including Hendrik Dietrich, Oliver Ewinger, Elena Neira, Kirk Borne, Rick King, Bob E. Hayes, James Gingerich, @Expeflow #WorkEasier #RPA, Tamara McCleary, Katja Evertz, Jonathan Kogan, Evan Kirstel the $B2B Techfluencer, Backchannel, Thomas Power, Nige Willson
Smashing Magazine 🇺🇦 🏳️🌈
A Deep Dive Into object-fit And background-size In CSS — Smashing Magazine
Smashing Magazine 🇺🇦 🏳️🌈
9 min read · 2021-10-25 · In this article, we will go through how `object-fit` and `background-size` work, when we can use them, and why, along with some practical use cases and recommendations. Let’s dive in.
Reader View · Shared by 45, including Benoist Lawniczak
Quanta Magazine
What Is a Particle?
Quanta Magazine
~11 min read · 2020-11-12 · It has been thought of as many things: a pointlike object, an excitation of a field, a speck of pure math that has cut into reality. But never has physicists’ conception of a particle changed more…
Shared by 174, including Albert Wenger 🌎🔥⌛, AI, Christopher D. Long (Крістофер Д. Лонг), Leo Souza Nascimento, Robin Sloan, R.NFT R “Ray” Wang 王瑞光 1A #Metaverse #RuleTheWorld, Cameron Yick, Brian Ahier, Anita Leirfall, Christopher Groskopf, Christian Surchi, Edward Tufte, Terence Mills, Bilal Aslam
freeCodeCamp.org
Learn How to Manipulate CSS with JavaScript by Coding a Dynamic Picture Frame
freeCodeCamp.org
6 min read · May 5th · DOM manipulation can simply be defined as manipulating HTML documents (or pages) with JavaScript. The DOM stands for Document Object Model that you can visualize as a tree-like structure made up of…
Reader View · Shared by 109