#planar — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #planar, aggregated by home.social.
-
AUDIOPHILE MAN - HiFi REVIEW: D8000 DC HEADPHONES FROM FINAL
Top of the range, planar magnetic headphones from Japan, Paul Rigby gets an earful. To read the review, click: https://theaudiophileman.com/d8000-dc-headphones-from-final-2/ #headphones #review #planar #final #japan #HiFi #audiophile -
AUDIOPHILE MAN - YOUTUBE REVIEW: D8000 DC HEADPHONES FROM FINAL
Top of the range, planar magnetic headphones from Japan, Paul Rigby gets an earful. To see the video, click https://youtu.be/FC9OqayKaYY #final #planar #magnetic #headphones #review #youtube #video #HiFi #audiophile #japan -
Best headphones, that I can afford at least ;)
-
The History of Leica vs Zeiss and the Battle of the Rangefinders https://petapixel.com/2024/12/06/the-history-of-leica-vs-zeiss-and-the-battle-of-the-rangefinders/ #henricartierbresson #streetphotography #oskarbarnack #Educational #worldwartwo #anastigmat #robertcapa #Equipment #carlzeiss #contaxiia #zeissikon #contaxii #barnack #bresson #contaxi #leicaii #urleica #Analog #contax #planar #protar #leica #leitz #zeiss #capa #unar #wwII
-
Please help - #networkScience question: I need to extract the set of face cycles https://en.wikipedia.org/wiki/Cycle_basis#Face_cycles from a #planar graph, preferrably via Python (#networkx, #igraph, etc :networkx: :igraph:). I used networkx' minimum_cycle_basis() method so far, but I realized the minimum cycle basis is generally not the same as the face cycles. Does anybody know if there is a function for that in one of the common libraries? I want to avoid writing it myself if it's already out there.