• Explore Posts
  • Job Postings
  • ReelMatters.com
  • About and Contact
    • About And Contact
    • Portfolio
    • Privacy Policy
    • RSS feed page

Subscribe to PixelSham.com RSS for free

3Dprinting (178) A.I. (830) animation (347) blender (206) colour (233) commercials (52) composition (152) cool (361) design (646) Featured (79) hardware (311) IOS (109) jokes (138) lighting (288) modeling (143) music (186) photogrammetry (189) photography (754) production (1285) python (91) quotes (496) reference (312) software (1350) trailers (305) ves (549) VR (221)

  • Jeffrey Ian Wilson – The Hidden Risks of Using ChatGPT and Anonymous AI Tools in non-secured Confidential Workflows Outside Proper Production Pipelines

    pIXELsHAM.com
    May 9, 2025
    A.I., quotes, ves

    https://www.linkedin.com/pulse/hidden-risks-using-chatgpt-anonymous-ai-tools-workflows-wilson-govcc

    What You Can Do Today

    If you’re serious about protecting your IP, client relationships, and professional credibility, you need to stop treating generative AI tools like consumer-grade apps. This isn’t about fear, it’s about operational discipline. Below are immediate steps you can take to reduce your exposure and stay in control of your creative pipeline.

    1. Use ChatGPT via the API, not the public app, for any sensitive data.
    2. Isolate ComfyUI to a sandboxed VM, Docker container, or offline machine.
    3. Audit every custom node, don’t blindly trust GitHub links or ComfyUI workflows
    4. Educate your team, a single mistake can leak an unreleased game asset, a feature film script, or trade secrets.
    5. Open source does not mean secure.
    Views : 14
  • Sony Pictures’ VFX Firm Pixomondo to Open New Volume Stage In Vancouver

    pIXELsHAM.com
    May 8, 2025
    production, ves

    https://www.hollywoodreporter.com/business/business-news/pixomondo-led-volume-stage-1236209813/

     The new Vancouver virtual stage will measure 50 feet in diameter, 23 feet tall, and will have a 14 foot deep semi-circle to surround actors and physical sets with a digital environment.  There’s also two movable wild walls 20 feet wide and 16.5  feet tall and mounted on a ground-hover system to allow quick repositioning, especially for capturing car driving scenes.

    Views : 18
  • Λesthetic Data and Terence Fosstodon – population maps

    pIXELsHAM.com
    May 7, 2025
    design, reference
    https://twitter.com/researchremora

    (more…)
    Views : 2,740
  • Explore Johannes Vermeer’s Girl with a Pearl Earring – 108 Gigapixel

    pIXELsHAM.com
    May 6, 2025
    reference

    https://www.hirox-europe.com/gigapixel/girl-with-a-pearl-earring/

    Views : 13
  • The Rhythm Of Life – Vodafone full AI commercial

    pIXELsHAM.com
    May 6, 2025
    A.I., commercials

    Views : 12
  • Windows Robocopy – efficiently copying files and directories

    pIXELsHAM.com
    May 5, 2025
    production

    The Windows “Robust File Copy” utility for efficiently copying files and directories, with built-in retry, logging, and mirroring capabilities.

    https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy

    https://www.pdq.com/blog/hitchhikers-guide-to-robocopy/

    https://activedirectorypro.com/robocopy-examples/

    activedirectorypro-com-robocopy-examples-edit_compressed (1)Download

     The Windows “Robust File Copy” utility for efficiently copying files and directories, with built-in retry, logging, and mirroring capabilities.

    By default, Robocopy skips copying existing files if the specific metadata of the files match.

    /mir : Mirror the source directory tree to the destination (equivalent to /e + /purge):
    /e : copies all subdirectories, including empty ones
    /purge : deletes files/folders at the destination that no longer exist at the source
    /sj : Copy NTFS junction points (“soft-links”) themselves rather than what they point to. This preserves the junction at the destination.
    /sl  : Copy symbolic links as links (don’t follow them and copy the target file/directory).
    /mt:24 :Run the copy operation using 24 concurrent threads (range 1–128; default is 8), for higher throughput on multi-core systems. This switch cannot be combined with /ipg or /efsraw.
    /J  : unbuffered I/O (good for large files)
    /R:<N> : to limit retries (default is 1 000 000)
    /W:<S> : to set the wait time in seconds (default is 30)
    /NJS : No Job Summary.
    /NC  : No Class – don’t log file classes.
    /NFL : (No File List) Suppresses the per-file lines (e.g. “New File …”, “Copied …”). Benefit: Cuts down console I/O, often shaving 10–20 % off total runtime on large trees.
    /NDL : (No Directory List) Suppresses the per-directory header lines. Benefit: Further reduces console chatter.
    /NP : (No Progress) Suppresses the percentage-complete on each file. Drawback: You lose the “XX %” indicator
    /NJH : (No Job Header) and /NJS (No Job Summary) Only affect the very first and very last block; negligible on runtime and you probably want at least the summary.
    /NS (No Size) and /NC (No Class) Remove size and class columns from each line. If you’re suppressing file/directory lists anyway, these don’t help much.
    /XD : ignore given types
    /ETA : Show Estimated Time of Arrival of copied files.

    Note:
    Robocopy’s support for NTFS reparse-points (symbolic links and junctions) is a bit quirky:

    1. /SL only affects symbolic links (it tells RoboCopy to replicate the link itself rather than follow it).
    2. /SJ only affects junction points (ditto for directory-junction reparse points).
    3. If you use both /SL and /SJ, RoboCopy can still attempt to enumerate a link as a real folder—leading to that “ERROR 267: The directory name is invalid.”

    Because of this, this errors can be ignored:
    2025/05/15 12:09:11 ERROR 267 (0x0000010B) Copying Directory C:\redux-remember\ The directory name is invalid.

    Bat file example:

    @echo off
    setlocal
    
    :: Define the source and destination directories
    set "src=%cd%"
    set "dst=C:\TEMP"
    
    echo Copying %src% to %dst% 
    :: Use robocopy to copy the contents
    robocopy "%src%" "%dst%" /MIR /SJ /SL /MT:24 /J /R:0 /W:2 /NFL /NDL /ETA /NP /NC /XD "__pycache__" ".pnpm"
    
    pause
    endlocal
    Views : 12
  • USTC Ev-DeblurVSR – Event-Enhanced Blurry Video Super-Resolution

    pIXELsHAM.com
    May 5, 2025
    A.I.

    https://github.com/DachunKai/Ev-DeblurVSR

    https://arxiv.org/pdf/2504.13042

    Views : 19
  • Disney Hacker Admits Using Malware-Laced AI Art App to Achieve Breach

    pIXELsHAM.com
    May 5, 2025
    A.I., ves

    https://cyberinsider.com/disney-hacker-admits-using-malware-laced-ai-art-app-to-achieve-breach/

    A 25-year-old Santa Clarita man has agreed to plead guilty to hacking a Disney employee’s personal computer, stealing login credentials, and exfiltrating 1.1 terabytes of confidential data from internal Slack channels.

    The charges stem from a targeted cyberattack carried out in the spring and summer of 2024 that compromised Disney’s internal communications and led to the public leak of sensitive corporate data.

    “Kramer, operating under the alias “NullBulge,” created and distributed a malicious program disguised as an AI art generation tool. He uploaded this trojanized application to GitHub and other public repositories in early 2024, enticing users interested in generative AI. At least three victims, including one Disney employee, downloaded the program. Once executed, the software provided Kramer with remote access to the victims’ machines and stored credentials.”

    After infiltrating the employee’s personal system, Kramer accessed corporate Slack credentials to infiltrate Disney’s internal Slack workspace and downloaded around 1.1 terabytes of data from nearly 10,000 channels including unreleased media projects, internal code, links to APIs, and credentials for internal web services.

    Views : 13
  • President Trump Says He Will Implement 100% Tariffs on Films Produced Outside the U.S.

    pIXELsHAM.com
    May 5, 2025
    ves

    https://variety.com/2025/film/news/trump-tariff-foreign-film-national-security-1236386566

    Jon Voight has presented his Hollywood rescue plan…

    While President Trump dropped his 100% foreign film tariff bombshell over the weekend, Oscar-winner Jon Voight was already at Mar-a-Lago pitching his industry revival plan. The presidential “Hollywood ambassador” has been making the rounds with unions, studios, and officials to craft his proposal—and now we’ve got the details:

    •For filmmakers, Voight proposes stackable federal tax credits (10-20%) on top of existing state incentives. His plan would expand Section 181 provisions, allowing producers to write off 100% of costs in the first year. Instead of blanket tariffs, he suggests targeted penalties of 120% on productions that could have filmed in America but chose foreign locations just for tax incentives.

    •For infrastructure, the plan includes tax credits for building or renovating theaters, studios, and post-production facilities. It would create job training programs to ensure Americans have skills for high-paying industry positions, with special emphasis on developing production capabilities in heartland states.

    •For streaming platforms, Voight wants to revive regulations that once prevented networks from owning the shows they aired. Streamers would need to pay producers premiums (25-40% of production costs) for exclusive licenses, return more ownership rights after license periods end, and share copyrights 50/50 with content creators.

    •For international work, the plan proposes co-production treaties with countries like the UK to enable collaboration without triggering tariffs. It includes exemptions from penalties for legitimate international partnerships that truly require foreign locations.

    Views : 14
  • Vulkan Gaussian Splatting – Real-Time GPU-Accelerated Gaussian Splatting with NVIDIA DesignWorks Sample vk_gaussian_splatting

    pIXELsHAM.com
    May 4, 2025
    photogrammetry

    https://github.com/nvpro-samples/vk_gaussian_splatting

    https://developer.nvidia.com/blog/real-time-gpu-accelerated-gaussian-splatting-with-nvidia-designworks-sample-vk_gaussian_splatting

    vk_gaussian_splatting is a new Vulkan-based sample that demonstrates real-time Gaussian splatting, a cutting-edge volume rendering technique that enables highly efficient representations of radiance fields. It is the latest addition to the NVIDIA DesignWorks Samples.

    Views : 20
  • Felipe Fierro – Otter rig

    pIXELsHAM.com
    May 4, 2025
    animation, lighting, modeling

    https://www.artstation.com/artwork/5WaWb8

    https://vimeo.com/1078724194

    https://vimeo.com/1078725191

    Views : 17
  • Foundry Nuke W_hotbox – A fully customisable ‘favourites menu’

    pIXELsHAM.com
    May 4, 2025
    production

    https://www.nukepedia.com/python/ui/w_hotbox

    W_hotbox is basically a fully customisable ‘favourites menu’ that pops up for as long as you press the shortcut and disappears as soon as you release. The buttons that make up the menu represent python scripts and change depending on you selection. The ‘Hotbox Manager’ offers you an user friendly interface which allows you to add new buttons on the fly. Those buttons are directly accessible via buttons that appear in the menu under your cursor.

    Views : 18
  • Yasuharu YOSHIZAWA – Comparison of sRGB vs ACREScg in Nuke

    pIXELsHAM.com
    May 4, 2025
    colour

    Answering the question that is often asked, “Do I need to use ACEScg to display an sRGB monitor in the end?” (Demonstration shown at an in-house seminar)
    Comparison of scanlineRender output with extreme color lights on color charts with sRGB/ACREScg in color – OCIO -working space in Nuke

    Download the Nuke script:

    ACESsRGBDownload
    Views : 15
  • TED 2025 Rob Bredow – Artist-Driven Innovation in the Age of AI

    pIXELsHAM.com
    May 1, 2025
    A.I., quotes, ves

    https://robbredow.com/2025/05/ted-artist-driven-innovation/

    https://www.ted.com/talks/rob_bredow_star_wars_changed_visual_effects_ai_is_doing_it_again

    Rob Bredow speaks at SESSION 3 at TED 2025: Humanity Reimagined. April 7-11, 2025, Vancouver, BC. Photo: Gilberto Tadday / TED

    Views : 17
  • Tripo3D.AI – Generate 3D models with one click in ComfyUI

    pIXELsHAM.com
    May 1, 2025
    A.I., modeling

    https://www.tripo3d.ai/

    (more…)
    Views : 25
  • FluxGym –  Simplified web UI for training FLUX LoRA locally with LOW VRAM (12GB/16GB/20GB) support

    pIXELsHAM.com
    Apr 30, 2025
    A.I., production

    https://github.com/cocktailpeanut/fluxgym

    https://pinokio.computer/item?uri=https://github.com/cocktailpeanut/fluxgym

    Views : 23
  • Chongqing the world’s largest city in pictures

    pIXELsHAM.com
    Apr 29, 2025
    design

    https://www.theguardian.com/world/gallery/2025/apr/27/chongqing-the-worlds-largest-city-in-pictures

    The largest city in the world is as big as Austria, but few people have ever heard of it. The megacity of 34 million people in central of China is the emblem of the fastest urban revolution on the planet.

    Views : 15
  • Fluent 4.0 released for Blender hard surface modeler

    pIXELsHAM.com
    Apr 29, 2025
    blender, modeling

    Beyond the boolean support, this add-on also provides cloth panel, grid, head screw, wire and pipe tool.

    https://cgthoughts.gumroad.com/

    https://superhivemarket.com/creators/cg-thoughts?ref=82

    Views : 24
Previous Page
1 … 4 5 6 7 8 … 353
Next Page

COLLECTIONS


| Featured AI
| Design And Composition
| Explore posts

POPULAR SEARCHES


unreal | pipeline | virtual production | free | learn | photoshop | 360 | macro | google | nvidia | resolution | open source | hdri | real-time | photography basics | nuke

FEATURED POSTS


  • AnimationXpress.com interviews Daniele Tosti for TheCgCareer.com channel

    Aug 5, 2020
    Featured, ves
  • Scene Referred vs Display Referred color workflows

    Dec 6, 2022
    colour, Featured, production
  • How does Stable Diffusion work?

    Jan 24, 2025
    A.I., Featured
  • Photography basics: Color Temperature and White Balance

    Oct 18, 2019
    colour, Featured, lighting, photography
  • Top 3D Printing Website Resources

    Sep 4, 2024
    3Dprinting, Featured
  • JavaScript how-to free resources

    May 19, 2020
    Featured, production, python, software
  • Types of AI Explained in a few Minutes – AI Glossary

    Jun 8, 2024
    A.I., Featured
  • Image rendering bit depth

    May 29, 2023
    colour, Featured

Social Links


  • Facebook
  • Twitter
  • LinkedIn
  • Instagram

DISCLAIMER – Links and images on this website may be protected by the respective owners’ copyright. All data submitted by users through this site shall be treated as freely available to share.

Subscribe to PixelSham.com RSS for free
Subscribe to PixelSham.com RSS for free
Views : 16,957

RSS feed page

Search


Categories


Archive


Disclaimer


Links and images on this website may be protected by the respective owners’ copyright. All data submitted by users through this site shall be treated as freely available to share.