AeroLeads people directory · profile

Paul Thacker Email & Phone Number

Software Engineer at Advanced Solutions
Location: Lexington, Kentucky, United States 6 work roles 2 schools
1 work email found @advancedsolutions.com 3 phones found area 606 and 859 LinkedIn matched
✓ Verified July 2026 4 data sources Profile completeness 100%

Contact Signals · 1 work email · 3 phones

Work email p****@advancedsolutions.com
Direct phone (606) ***-****
LinkedIn Profile matched
3 free lookups remaining · No credit card
Current company
Role
Software Engineer
Location
Lexington, Kentucky, United States

Who is Paul Thacker? Overview

A concise factual answer block for searchers comparing this professional profile.

Quick answer

Paul Thacker is listed as Software Engineer at Advanced Solutions, based in Lexington, Kentucky, United States. AeroLeads shows a work email signal at advancedsolutions.com, phone signal with area code 606, 859, and a matched LinkedIn profile for Paul Thacker.

Paul Thacker previously worked as Computer Programmer at Self-Employed and Embedded Firmware Developer at Lexmark. Paul Thacker holds Ms, Computer Science from University Of Kentucky.

Company email context

Email format at Advanced Solutions

This section adds company-level context without repeating Paul Thacker's masked contact details.

{first_initial}{last}@advancedsolutions.com
86% confidence

AeroLeads found 1 current-domain work email signal for Paul Thacker. Compare company email patterns before reaching out.

Profile bio

About Paul Thacker

I have worked successfully in business, academic, and nonprofit environments. My Master's project involved processing and visualizing 3-D medical data. I then spent several years developing firmware in C++ on Lexmark’s business-class copy and scan devices, working hard to produce the best possible image quality for our customers. More recently, I had the opportunity to work more independently and pursue my creative dreams by co-founding an LLC for video game development. And throughout all this, I've done volunteer work to preserve our cultural heritage of vintage video games and computing. I'm currently developing optimization algorithms for Advanced Solutions.• I have significant experience programming in C and C++, including graphics development through the OpenGL, GLU, and GLUT libraries, as well as GUI development with the FLTK library. I’ve used C for parallel processing with the pthreads library.• I've done video game development using the Unity3D engine and C# scripts.• I’ve worked on Perl and Python scripts for unit tests and for the automated portions of image quality work.• I have excellent written communication skills. In particular, I’ve written technical papers for internal business documentation.• I have training in color science through my work at Lexmark.• I've done extensive audio processing work using both Audacity and tools developed for specific projects.• I’ve worked in an agile programming environment.• I have experience with using both Git and Subversion for version control.• I have also programmed in Java, in particular for integration with database programs.• I have worked with XML.• I am familiar with SQL for database queries.

Listed skills include C++, Perl, C, Python, and 23 others.

Current workplace

Paul Thacker's current company

Company context helps verify the profile and gives searchers a useful next step.

Advanced Solutions
Advanced Solutions
Software Engineer
AeroLeads page
6 roles

Paul Thacker work experience

A career timeline built from the work history available for this profile.

Software Engineer

Current

Louisville, Ky, Us

I've been developing optimization algorithms for their Slot3D warehouse slotting software.I've worked on a photo application using the Microsoft Kinect.

Jan 2016 - Present

Computer Programmer

Self-Employed

I had the opportunity to work on various independent/freelance/small business projects. Here are some highlights.Independent Game Development / Selective Electricity, LLC--I joined RunJumpDev, a nonprofit organization supporting independent game developers in Central Kentucky.I learned game development technologies such as the Unity3D engine and C# scripting, writing a number of games for practice.I co-founded an LLC to develop the upcoming Esperia video game project, a planned episodic PC action/puzzle game with strong story elements. I served as CEO and Lead Programmer, working with a small team. After developing a demo and preparing for a Kickstarter campaign, I ultimately chose to sell my share of the IP to my co-founder and dissolve the company before the Kickstarter launch.Bally Alley--I've worked as a digital archivist for the Bally Alley website, which documents the history of the Astrocade video game system.The Question Connection--I've written questions for use in Quick Recall and Quiz Bowl tournaments.

Oct 2012 - Dec 2015

Embedded Firmware Developer

Lexington, Kentucky, Us

I worked as a contractor on the scanner image quality team, writing code for business-class laser copy/scan/fax devices running a Linux-based system. This code processed the images coming from the scanner hardware into the final form given to the user. I had worked on this team previously, and transitioned back to it from ASIC verification work as the ASIC was entering production.• I developed our tuning process for the segmentation stage on a Lexmark-developed ASIC. I had to select the best parameters for identifying areas of text, image, or halftone on a scan for a large number of modes. This was impractical to tune by hand, so I wrote a C++ program to perform a genetic optimization. Each gene was evaluated against a suite of test images with a known classification, such as images with only text or only halftone. The highest scoring genes could correctly segment all the images. The results were accurate enough to apply unique filters to different classifications. This allowed us to maintain crisp text, while avoiding the visual artifacts from overly sharpening half toned images, as was often seen in earlier products in that line.• A disadvantage of the genetic approach was the huge number of tests required to get good results. To make this tractable, I parallelized the program such that I could send each segmentation and comparison to a machine as a separate job. Before this would work, I had to overhaul our custom parallelization library in C so that any job that crashed or hung could be killed and sent to another computer. Eventually, it could run over 100,000 jobs on 20 computers over a weekend, utilizing unused cycles on our network of Unix servers.• I updated our algorithm for background removal in the imagepipe driver so that instead of stretching the entire image, we only affected the lighter shades.

Jun 2011 - Sep 2012

Asic Verification Developer

Lexington, Kentucky, Us

I returned to Lexmark as a contractor on the ASIC team, working to verify that an ASIC they acquired from another company and updated for use in Lexmark’s devices worked as intended.• I set up a Perl script to run unit tests on an FPGA emulating the ASIC or on a prototype version of the ASIC itself. It ran a series of tests every night, and e-mailed the results to a mailing list. I also archived the results on a web page.• In order to detect edge cases not covered by standard unit tests, I set up C programs to generate random tests, using parameters for each stage of the ASIC’s image processing pipeline within user-defined ranges, and input images clipped from a large collection of scans. I ran thousands of tests each night, and if I found a case where the emulator/ASIC crashed or the results didn’t match our software simulation, I added it to the unit tests.• I tracked failing test cases, and coordinated with the driver developers to fix them.

Apr 2010 - Jun 2011

Embedded Firmware Developer

Lexington, Kentucky, Us

I worked as a contractor on the scanner image quality team, writing code for business-class laser copy/scan/fax devices running a Linux-based system. This code processed the images coming from the scanner hardware into the final form given to the user.• I converted the code in our subsystem (about 10,000 lines) from C to C++, making the code more modular so we could reuse portions for a whole line of products, and making it more maintainable.• I updated the code to allow new functions, including user-controlled sharpness levels, negative image, and pushing nearly neutral colors (as might be found in slightly tinted paper) to be truly neutral.• I worked with the other team members to set parameters for default image processing, and to choose a number of settings for various scan/copy modes, such as optimizations for text or photographs. Many user-controllable functions, like the sharpness level and background removal, required a number of different settings. We chose these using a combination of customer feedback, tester feedback, and our own metrics.• I helped evaluate the effectiveness of a new ASIC and developed unit tests to track the results of changes.• I led the team in investigating how our image quality settings were used by the scan drivers, which were developed by a separate team. This revealed several ways to improve our user experience.• I wrote a white paper describing our entire image processing path and user function implementation. This document is used by other groups who interact with our code subsystem, testers evaluating our image quality options, and customer support addressing user concerns.

Jul 2006 - Oct 2009

Research And Teaching Assistant

Lexington, Ky, Us

• I developed a system to evaluate segmentations of medical MRI's using the expectation maximization technique. I then wrote an application to interactively visualize a consensus of the results in two or three dimensions, which I could compile for Windows, Linux, or Mac. This turned into my Master’s project. I also collaborated on a paper including this work presented at the "International Conference on Computer Vision and Graphics 2004" in Warsaw, Poland.• I assisted with summer undergraduate research programs. I lectured on various computer science topics, and supervised student projects.• I helped grade assignments and programs for both undergraduate and graduate algorithms classes.

May 2003 - May 2006
2 education records

Paul Thacker education

Ms, Computer Science

University Of Kentucky

B.A., Physics

Transylvania University
FAQ

Frequently asked questions about Paul Thacker

Quick answers generated from the profile data available on this page.

What company does Paul Thacker work for?

Paul Thacker works for Advanced Solutions.

What is Paul Thacker's role at Advanced Solutions?

Paul Thacker is listed as Software Engineer at Advanced Solutions.

What is Paul Thacker's email address?

AeroLeads has found 1 work email signal at @advancedsolutions.com for Paul Thacker at Advanced Solutions.

What is Paul Thacker's phone number?

AeroLeads has found 3 phone signal(s) with area code 606, 859 for Paul Thacker at Advanced Solutions.

Where is Paul Thacker based?

Paul Thacker is based in Lexington, Kentucky, United States while working with Advanced Solutions.

What companies has Paul Thacker worked for?

Paul Thacker has worked for Advanced Solutions, Self-Employed, Lexmark, Lexmark International, and University Of Kentucky.

How can I contact Paul Thacker?

You can use AeroLeads to view verified contact signals for Paul Thacker at Advanced Solutions, including work email, phone, and LinkedIn data when available.

What schools did Paul Thacker attend?

Paul Thacker holds Ms, Computer Science from University Of Kentucky.

What skills is Paul Thacker known for?

Paul Thacker is listed with skills including C++, Perl, C, Python, Java, C#, Unix, and Xml.

Find 750M verified contacts

Search by job title, company, industry, location, and seniority. Export verified B2B contact data when you need it.