Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
E

Electroduck

@Electroduck
About
Posts
7
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Anyone here used CUDA?
    E Electroduck

    I tried out CUDA as a way of speeding up a raytracing graphics engine I was working on. My goal was to do raytracing without expensive (RTX) hardware. If I remember correctly, my program ran about as fast using most of the CUDA cores on a GTX 1050 Ti as it did using all the CPU cores on a Ryzen 7 1700X. I probably could have got it to run faster by optimizing it more for CUDA (I think I was using doubles), but the main problem for that project was my core algorithm being slow on anything. :sigh:

    The Lounge question

  • ASCII Charts, it's been a while
    E Electroduck

    At my local minimart, the cash register has a fan louder than my computer's and produces a cacophony of clicking noises when operated, as if it runs on relays! I don't think it even has a serial port. :wtf:

    The Lounge com functional question

  • Dear Teacher,
    E Electroduck

    That is why smartphones are so successful!

    The Lounge

  • Good old Windows file permissions
    E Electroduck

    This is a new one. Apparently Windows is not happy about Linux creating a file on an NTFS partition... http://electroduck.com/images/screenshots/Permission.PNG[^] Sadly I'm not exactly sure how to contact Everyone.

    The Lounge com linux tutorial

  • Wow, VS2015 is *HORRIBLE*
    E Electroduck

    I will keep using Windows 7, Office 2010, and VS2010 until Microsoft makes something better, but I am beginning to think that I will have to wait quite a long time... :(

    The Lounge csharp wpf lounge question workspace

  • Looking for a good freeware GIF editing application for my situation
    E Electroduck

    I would strongly suggest using 8-bit PNGs rather than GIFs as PNGs have better compression. For converting TIFFs to 8-bit PNGs (or GIFs) you can use GIMP with the Save for Web plugin. This plugin allows you to customize how the 24-bit image is converted to 8-bit indexed color in many ways, such as choosing the type of dithering, number of colors, etc. while giving a realtime view of the resulting image and its filesize. GIMP also lets you posterize the image before exporting it, in which case you can set exactly which colors will be used.

    The Lounge csharp tutorial question

  • The right tool for the job...
    E Electroduck

    For personal projects I generally have 3 categories: GUI-based Windows programs where I use VB.NET, console (or occasionally GUI) programs where I use C++ for cross platform compatibility, and web projects where I use PHP/HTML/SQL. Those languages work absolutely fine for 99% of the applications I want to make. Of course, the main reason why you would want to use another language is because you don't get to decide, but then it all becomes moot.

    The Lounge swift database csharp java php
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups