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
T

Tomaz Stih 0

@Tomaz Stih 0
About
Posts
1.8k
Topics
226
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Terminal I/O UI
    T Tomaz Stih 0

    When replacing an optimized front end treasury system, I used but two hacks: 1. understand what information they need most and why and put it where they find it and 2. learn all of their keyboard shortcuts and replicate them in the new system. I can't overstate the importance of the ability of the operator to quickly enter all the data with just tab, alphanumerical characters and cursor keys.

    The Lounge help design sales tutorial

  • Kris Kristofferson dead at 88, RIP
    T Tomaz Stih 0

    RIP Kris. I remember a dilemma about Me and Bobby McGee that is still chasing me. If freedom is just another word for nothing left to lose, and somewhere in the lyrics he says he would trade all of his tomorrows for a single yesterday...was he not free and more happy yesterday, or was he free but still lost something?

    The Lounge com announcement

  • Thinking ahead paid off
    T Tomaz Stih 0

    It can be used in many ways. Here's my little Windows for 8bit machine doc, check page 9. :) yx/yx-buddy.pdf at master · tstih/yx · GitHub[^]

    The Lounge

  • Twitter imploding
    T Tomaz Stih 0

    If they have years of technological debt, they've accumulated it under Jack, not Elon. Hence, not exactly "calling Elon out".

    The Lounge delphi com question

  • Vectrex
    T Tomaz Stih 0

    Sort of. It does not have a vector display, but it is driven by (the Thomson EF9367) chip that can only do Bresenham lines and 5x8 chars and there's no access to the raster. So for graphics you are limited to line drawing (or the 5x8 font which is also drawn by lines and can't be clipped). The Iskra Delta Partner GDP (graphical model) is quite special because it also has the SCN2674 chip for text only mode and it "glues" the video outputs by both chips into one image and text area is larger then graphics area. Quite exotic. :)

    The Lounge game-dev question

  • Vectrex
    T Tomaz Stih 0

    I have several ZX Spectrums 48K and two Sinclair QLs. I also collect vintage Slovenian (Yugoslav) computers. I write software for them. I know about Vectrex, because I was evaluating the possibility to emulate it on an old Slovenian CP/M machine called Iskra Delta Partner. This machine has a vintage graphical chip that can draw vectors fairly fast so I was hoping to utilize it. However, besides 1K of Vectrex RAM you also need to emulate the 8KB of ROM and the 32 KB of cartridge ROM. And that together is 41Kb. Add the emulator and memory for remembering emulated vectors and ... I'm still thinking about it. But I realistically only have 112KB of RAM available, if I ditch CP/M and take control of the whole banked system. Anyone here writing software for retro 8-bit machines?

    The Lounge game-dev question

  • Save me from C programmers who think they know C++
    T Tomaz Stih 0

    Or just give'em Python, JavaScript, or other toys for children.

    The Lounge c++ help

  • Why are so many peopel appearing to suddenly learn C as a first language?
    T Tomaz Stih 0

    I learned to drive on this one[^]. Everyone takes power steering for granted nowadays. You needed some muscles to turn the wheel back in the days.

    The Lounge com beta-testing question lounge career

  • Why are so many peopel appearing to suddenly learn C as a first language?
    T Tomaz Stih 0

    It's the one true faith, the source, the key to enlightenment. JavaScript, C++, C#, Java, Typescript...guess where they all come from. :cool:

    The Lounge com beta-testing question lounge career

  • More.Windows.Forms library 1.1
    T Tomaz Stih 0

    Done[^]. I also removed the Hire me chapter/ad at the bottom because it is appropriate content for my personal git hub repo, but not for the CP article. :java:

    Free Tools csharp winforms c++ asp-net dotnet

  • More.Windows.Forms library 1.1
    T Tomaz Stih 0

    Good evening, second iteration of the More library: a collection of free (MIT licensed) WinForms controls is finished. You can download full source code from here GitHub - tstih/more: A growing collection of (MIT licensed) professional Windows Forms Controls for .NET Core.[^] There are already three controls in the pipeline for the next (third) iteration: - force directed graph control, - ruler control, and - world control (a canvas for drawing in native units that handles zooms, axes, different coordinate systems i.e. cartesian and polar, etc.) Wish you happy coding, Tom

    Free Tools csharp winforms c++ asp-net dotnet

  • Can you please recover my trick?
    T Tomaz Stih 0

    Thanks everyone, you successfully recovered my trick, I was able to update it and it is now pending for approval. Cheers, T.

    Site Bugs / Suggestions c++ com question

  • Can you please recover my trick?
    T Tomaz Stih 0

    Tried all three links. None of them works.

    Site Bugs / Suggestions c++ com question

  • Can you please recover my trick?
    T Tomaz Stih 0

    Greetings, I wrote a short piece on properties in modern C++, and after a few modifications, the system ate it. Here it is. https://www.codeproject.com/Tips/5283099/Article-5283099[^] No it's not. :confused: T.

    Site Bugs / Suggestions c++ com question

  • Must....not....kill....
    T Tomaz Stih 0

    That's what I always say about guns. :cool:

    The Weird and The Wonderful python com performance learning

  • Must....not....kill....
    T Tomaz Stih 0

    I think this is the guy you're looking for.

    The Weird and The Wonderful python com performance learning

  • 2nd Linux box
    T Tomaz Stih 0

    What's the average electricity usage?

    The Lounge linux

  • Full stack developer, master of none
    T Tomaz Stih 0

    And then there is that old saying -- a full stack developer is a developer who copies full source code for his/her projects from Stack Overflow / Stack Exchange. :-\ : I copied this joke from there, too. :

    The Insider News com data-structures discussion

  • Dumbing down code so it can be maintained by junior devs
    T Tomaz Stih 0

    Economy is integral part of our jobs. At university I was taught that an engineer is a person who can do for $500 what every damn fool can do for $1.000. Best way to include junior engineers seems to be structuring software to allow pluggable codelets. Usually in places where there is a significant quantity of simple constructs to be programmed, such as data entry screens. We go as far as forcing engineers into simplistic conventions by creating frameworks that do not work unless convention is followed. But I've never heard of a case where one would simplify entire software. There are places that should not be touched by junior software engineers.

    The Lounge csharp javascript python linq com

  • Is Python the new BASIC?
    T Tomaz Stih 0

    Probably. There are some very good tools available, like Jupyter Notebook which make it really great tool for teaching, all on web. And then there are numpy and other libs making it great tool for math. Good to learn basic concepts.

    The Lounge python question learning
  • Login

  • Don't have an account? Register

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