Skip to content
  • 0 Votes
    4 Posts
    1 Views
    P
    honey the codewitch wrote: I should probably code something before this superpower wears off. No!! Step back from the keyboard. Never code while you have a superpower. Been there, done that. When you come back to it a few arbitrary-time-periods later, you won't understand it. You'll spend ages trying to figure out why it works perfectly and then more time rewriting it so that you'll understand it next time (which you probably won't). Phil The opinions expressed in this post are not necessarily those of the author, especially if you find them impolite, inaccurate or inflammatory.
  • 0 Votes
    2 Posts
    0 Views
    1
    This always happens, when you start with a new hardware. After 10 years it goes better. honey the codewitch wrote: I waited a day. Ran it again. It worked. Exactly like Qt Creator installer.
  • 0 Votes
    2 Posts
    0 Views
    N
    Article wrote: before wiring language and vision models to their hardware. later tissues will come, some will even have bad breath... :~ M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • 0 Votes
    2 Posts
    0 Views
    Richard DeemingR
    Isn't that hardware that stopped working at the end of 2012[^]? :laugh: "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • 0 Votes
    4 Posts
    0 Views
    N
    It would be a nice thing if the creator was CP member ;) M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • Windows 2023 Dev Kit: Arm with NPU

    The Insider News com hardware announcement
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    4 Posts
    0 Views
    T
    I'm not getting it. That is: I am not getting what is new about this. This is what we have done since spooling ('Synchronous Peripheral Output On Line) and double buffering was invented in the 1960s. (Or was it as far back as the late 1950s?) We have let DMA devices and screen cards offload the main CPU for decades. Mainframes have had all sorts of 'backend' processors, running tasks in parallel with a bunch of other backends, intelligent I/O devices and whatnots. Even my first PC was not so primitive that it ran like the leftmost alternative in the illustration in the article; it did disk I/O and screen handling independent of the CPU. Long before that, I worked on mainframes with frontends (they were referred to as 'channel units') where 1536 users could simultaneously edit their source code without disturbing the CPU; the compiler ran on the CPU, though. It was said that each of the three channel units were more complex than the CPU. It sounds more like these guys are working on automating the balancing of loads on the available units, a task we to some degree are doing by hand crafting, even today. It is far from the first attempt at automating it; one of the better known ones is Wikipedia: Linda[^]. The Linda model is not based on a central scheduler, but distributed among all processing units, picking tasks from a list called 'tuple space' which is like a database relation: The tuple attributes indicates processor requirements, so each processor selects an entry using a predicate expressing its own capabilities. Maybe this new project makes some significant and genuinely new contributions, but I fail to see it from the article. If it is just a new, centralized scheduler for fine-grained tasks to the unit capable of running them, I am not impressed. Religious freedom is the freedom to say that two plus two make five.
  • Dear Microsoft - honey never change...

    The Lounge hardware help announcement
    8
    0 Votes
    8 Posts
    0 Views
    D
    Gotcha. It sounds like the system *was* able to get in touch with WU and is aware an update is available. But when it tells you so (which can be hours/days after the fact), and you tell it to go ahead and fetch it, there happens to be a connectivity problem *at that time*. Frankly I'd rather have that than Windows detecting an update, and download it without first getting my approval. And least with WSUS, you get the update list, and the server sits on it and will wait indefinitely for you to approve/reject whatever you want. Only when you've approved of an update will the system download it. Then all your clients connecting to your WSUS server will see the updates when the server has them locally. Then maintaining the connection between your server and its clients is something that remains in your control. And that's the key to everything - remaining in control. Back when MS was pushing Windows 7 users *hard* to upgrade to 8 (which I didn't want), or 8 -> 10, the KB article that triggered the full-screen upgrade nag was well-known, so I blocked it from my WSUS server. I've *never* seen those nag screens on any of my machines.
  • I have no idea how anyone keeps up

    The Lounge design com graphics hardware iot
    12
    0 Votes
    12 Posts
    1 Views
    J
    set of all sets dilemma "A little time, a little trouble, your better day" Badfinger
  • 0 Votes
    2 Posts
    0 Views
    D
    Kent Sharkey wrote: Anyone see my coat? It's in a box... Our Forgotten Astronomy | Object Oriented Programming with C++ | Wordle solver
  • 0 Votes
    4 Posts
    16 Views
    Richard Andrew x64R
    Agreed. The signtool.exe can show the complete chain from the root to your certificate. The difficult we do right away... ...the impossible takes slightly longer.
  • Anybody know what happened to Randor?

    The Lounge help com hardware question
    15
    0 Votes
    15 Posts
    0 Views
    pkfoxP
    Horrible word though, thanks for the explanation In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
  • Breakthrough!

    The Lounge graphics design linux hardware workspace
    8
    0 Votes
    8 Posts
    0 Views
    N
    Any time I think you can't surprise me anymore... you come with your next crazy success. Congratulations :thumbsup: M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • 0 Votes
    4 Posts
    0 Views
    J
    The maddening bit to all of this is that poking these articles further, you find stuff like the metrics for performance reduction post-patch because they can't really "fix" the hardware so we get software fixes sitting atop it and gumming up the works.
  • I'm almost afraid to try it

    The Lounge design hardware c++ css asp-net
    2
    0 Votes
    2 Posts
    0 Views
    M
    Ah, the unknown. Exciting, terrifying, challenging, mysterious, bound to be frustrating and also with great successes and stories. It's times like these, if you had a crystal ball to show you the future (in detail!), would you look into it? ;) Latest Articles: A Lightweight Thread Safe In-Memory Keyed Generic Cache Collection Service A Dynamic Where Implementation for Entity Framework
  • Open-source security chip released

    The Insider News design hardware security
    2
    0 Votes
    2 Posts
    0 Views
    N
    Will it be so secure as linux? I swear I wrote this before seeing the message above :laugh: M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Wow, things just got real

    The Lounge design com graphics hardware iot
    9
    0 Votes
    9 Posts
    0 Views
    H
    It's the area where all uninitialized data gets placed. Things like arrays. Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • The Retro Web

    The Insider News database com hardware
    3
    0 Votes
    3 Posts
    0 Views
    D
    For the ultimate DOOM lan-fest! Our Forgotten Astronomy | Object Oriented Programming with C++ | Wordle solver
  • 0 Votes
    6 Posts
    0 Views
    O
    The key is also very, very rusted. They broke BitLocker on a 10-year-old system that was running TPM 1.0, which was a discreet chip. Modern systems don't have this data bus to tap into.