TGTGInsightтелеграм анализLIVE / telegram public index
← Такты, стеки, два колеса

TGINSIGHT SIMILAR POSTS

Намери подобно съдържание

Изходен канал @clockstackwheels · Post #334 · 4.05

Сегодня день Звездных Войн. Из-за того, что дата May the 4th читается так же, как начало фразы May the force (be with you), которую герои этой вселенной говорят друг другу. Для меня любовь фанатов к 4-6 фильмам и не слишком хорошее принятие ими, например, первого, вышедшего спустя столько лет — это заметное проявление мировой несправедливости. Старые эпизоды более наивные и детские по сюжету, в них больше логических проблем, на порядок хуже поставлены бои (а точнее, вообще никак), и, конечно, они не могут сравниться с более новыми фильмами по эффектам и графике. Да, для своего времени это крутое и прорывное кино, но и первый эпизод для его времени был очень даже на уровне. Так что в основном впечатления фанатов складываются из того факта, что при выходе четвёртого эпизода им всем было по 10 лет, и их детские эмоции при просмотре были значительно более яркими. А я первым в своей жизни увидел именно первый фильм, так что именно он сформировал в итоге впечатление о франшизе. При всех своих недостатках вселенная очень самобытна, и, думаю, в этом изрядная доля секрета её популярности. Ну и для гика есть, где развернуться: инопланетяне и роботы существуют в одном мире с магами и боем на мечах, Тёмный Властелин в чёрных доспехах, космические пираты и так далее :) Сомневаюсь, что существуют люди, которые в принципе интересуются фантастикой, но при этом почему-то не смотрели ЗВ, так что не буду давать каких-либо рекомендаций. #fiction

Hashtags

Резултати

Намерени 6 подобни публикации

Търсене: #rendering

当前筛选 #rendering清除筛选
PHYGITAL+CREATIVE

@phygitalcreative · Post #3122 · 23.06.2023 г., 12:24

Neuralangelo интегрировали в SDFStudio Да, его можно установить (с гитхаба) и пользоваться. В деле замешан Nerfstuduio, и можно пользоваться его вьюером. Код #nerf#rendering

Chybik kristof unveils a newly designed private art gallery, defined by its shimmering facade of moveable copper tiles. the cluster of vertical cylinders are animated by the dynamic skin, which will gradually transform with a patina over time. Visualization: monolot.studio #rendering#cgi#facade#architect#archidaily#arch_shovel

Happy World Architecture Day! Visualization: Plo.mp Project: Mixed-Use Complex with Kohn pedersen fox . #rendering#facade#architect#archidaily#minimalist#detail#architecturelover#arch_shovel

Sutton Tower at 430 East 58th Street. A beautiful Bavarian limestone residential tower designed by visionary architect Thomas Juul-Hansen, situated in New York City's most sophisticated and enduring enclave, with epic views of the city, East River and the Ocean. Rendering by Recent spaces Designed by Thomas Juul Hansen Branding by Pandiscio green Sales & Marketing by Corcoran Sunshine #manhattan#architecture#archdaily#buildings#newbuildings#residential#nyc#newdevnyc#rendering#arch_shovel

djangoproject

@djangoproject · Post #523 · 13.12.2017 г., 20:27

http://www.jaggedverge.com/2017/11/how-a-web-page-request-makes-it-down-to-the-metal/ How a web page request makes it down to the metal by : Janis Posted in : Tutorials, work-in-progess Tags : #NGINX, #Python No Comments The other day I was interested in how many steps occur between sending a #POST or #GET#request from a website to the actual processing that happens on the CPU of the #server. I figured that I knew bits and pieces of the puzzle but I wanted to see the complete path from the highest levels of abstraction all the way to the lowest without missing anything too big in-between. It turns out that in a modern web system there are a lot of steps. I have been really fascinated by this much like the explorer that wants to find a path from one known place to another. If you are interested in better understanding how your computer works you might find walking along this path with your tech stack helpful. Frontend prelude: GET request Browser page #rendering POST request sidenote: #CSRF#token Network stack sidenote: The Internet #TCP sidenote: more comprehensive treatment of network stack Backend Handling web request #WSGI #Django Django URL routing Django views Python implementations #CPython CPython bytecode CPython bytecode execution details Machine Code CPython to machine code Machine code execution Hardware implementation details Microcode Processor #pipeline Silicon implementation of addition Silicon adder unit AND gate Transistor