Skip to content
  • 0 Votes
    5 Posts
    0 Views
    J
    https://www.digikey.com/en/resources/risc-v[^] "At the heart of the differences between ARM and RISC-V is the matter of closed and open-source hardware. ARM is closed source whereas RISC-V is open source." Big delta "A little time, a little trouble, your better day" Badfinger
  • 0 Votes
    2 Posts
    0 Views
    N
    How? I thought it was breaking records in breaking systems... :rolleyes: :-D 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
    3 Posts
    2 Views
    G
    Thanks, Gerry. My WPF application code was fairly consistent in its application of Binding with commands and converters, and I'd like to continue that level of consistency as I refactor it to WinUI 3. I'd like to take advantage of the x:Bind performance improvements, but also remain consistent in the way it's used. In other words, I'd prefer to continue to wholly use Binding (to DataContext) with traditional commands and converters, wholly use x:Bind (to code-behind objects) with traditional commands and converter classes, or wholly use x:Bind with functions (no commands or converters). This may not make sense or be possible, I just haven't gotten far enough into it to tell. So far I haven't found any showstoppers, and that's why I'm curious. But I'm also only about 10% into it.
  • Need Help with Drag n Drop...

    JavaScript help html database architecture question
    3
    0 Votes
    3 Posts
    3 Views
    V
    Richard Thank you very much... Ah yes , id="" . Originally , I used this code: var container = document.querySelector("#itemContainer"); var activeItem = null; var active = false; container.addEventListener("touchstart", dragStart, false); container.addEventListener("touchend", dragEnd, false); container.addEventListener("touchmove", drag, false); container.addEventListener("mousedown", dragStart, false); container.addEventListener("mouseup", dragEnd, false); container.addEventListener("mousemove", drag, false); function dragStart(e) { if (e.target !== e.currentTarget) { active = true; // this is the item we are interacting with activeItem = e.target; if (activeItem !== null) { if (!activeItem.xOffset) { activeItem.xOffset = 0; } if (!activeItem.yOffset) { activeItem.yOffset = 0; } if (e.type === "touchstart") { activeItem.initialX = e.touches\[0\].clientX - activeItem.xOffset; activeItem.initialY = e.touches\[0\].clientY - activeItem.yOffset; } else { console.log("Dragging something!"); activeItem.initialX = e.clientX - activeItem.xOffset; activeItem.initialY = e.clientY - activeItem.yOffset; } } } } function dragEnd(e) { if (activeItem !== null) { activeItem.initialX = activeItem.currentX; activeItem.initialY = activeItem.currentY; } active = false; activeItem = null; } function drag(e) { if (active) { if (e.type === "touchmove") { e.preventDefault(); activeItem.currentX = e.touches\[0\].clientX - activeItem.initialX; activeItem.currentY = e.touches\[0\].clientY - activeItem.initialY; } else { activeItem.currentX = e.clientX - activeItem.initialX; activeItem.currentY = e.clientY - activeItem.initialY; } activeItem.xOffset = activeItem.currentX; activeItem.yOffset = activeItem.currentY; setTranslate(activeItem.currentX, activeItem.currentY, activeItem); } } function setTranslate(xPos, yPos, el) { el.style.transform = "translate3d(" + xPos + "px, " + yPos + "px, 0)"; } But the Cursor keeps loosing the Target , as you can view here , https
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Architecture Scale Model

    Free Tools architecture
    3
    0 Votes
    3 Posts
    3 Views
    L
    It's spam ...
  • 0 Votes
    2 Posts
    15 Views
    K
    event handles are posthumous, they don't require relevant memory pointers on data struct.
  • KFC has seriously fucked up

    The Lounge question com adobe architecture announcement
    9
    0 Votes
    9 Posts
    0 Views
    J
    Perhaps my research isn't that great but far as I can tell Kristallnacht is not a national holiday in Germany. So as far as the excuse for entering it accidently one might wonder exactly what source they were using to decide the promotion days.
  • Random awesome websites

    The Lounge question com adobe tools architecture
    3
    0 Votes
    3 Posts
    0 Views
    R
    LingoJam rocks! :cool: /ravi My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com
  • 0 Votes
    3 Posts
    0 Views
    K
    Ditto, also curious. TTFN - Kent
  • 0 Votes
    5 Posts
    0 Views
    L
    A round-about way of saying you need to "analyze; then design". He could have just as well said "model" instead of abstraction and more people would have understood what he was talking about. ERD diagrams, UML diagrams, etc. are all "models" / abstractions to help create the "final" abstraction (of some process) in code. "Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I
  • Found on Imgur

    The Lounge question com adobe architecture
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Food Delivery App Development

    Mobile architecture question
    5
    0 Votes
    5 Posts
    12 Views
    A
    When deciding on the best approach for developing a Food Delivery App, it ultimately depends on your specific requirements and priorities. Each option - cloned app, custom app, and MVP - has its own set of advantages and considerations. A cloned app offers a quick and relatively inexpensive solution as it's based on existing code and designs. However, it might lack customization and unique features. On the other hand, a custom app can be tailored precisely to your needs, providing unique functionalities and brand differentiation. While it requires more investment upfront, it offers long-term scalability and flexibility. Alternatively, starting with an MVP (Minimum Viable Product) allows you to test the market with minimal investment. While an MVP may lack advanced features initially, it helps mitigate risks and gather valuable user feedback for future iterations. In conclusion, the best model depends on factors such as your budget, timeline, and specific business objectives. Consider your priorities and resources carefully to determine which approach aligns best with your goals. Consider leveraging Enatega's open-source multi-vendor solution for your Food Delivery App development. Enatega offers a robust platform supporting multiple vendors, providing a comprehensive solution. By utilizing Enatega's infrastructure and customizing it to your needs, you can achieve a balance between pre-built convenience and tailored features. Explore Enatega's open-source platform for your app development needs. Build an app: Multi-Vendor Marketplace Platform for Food Business | Enatega[^]
  • This ever happen to anyone else?

    The Lounge css architecture tutorial question
    10
    0 Votes
    10 Posts
    0 Views
    H
    It's just code, basically but the problem with it is it's maybe a few hundred lines of C++ all told, and the idea is so reflected in the code that anything I create from that same idea will look to any observer to be a derivative work. If the idea were bigger, or the code that I produced somehow less general, then I could have done this. It's not a problem I run into often, but with this one I just can't separate the code from the idea. Maybe if I come up with an alternative use case, something will hit me. There's a good chance this is simply a failure of imagination on my part. To err is human. Fortune favors the monsters.
  • Humanity has fallen so far...

    The Lounge question com adobe architecture
    6
    0 Votes
    6 Posts
    0 Views
    M
    Jones Soda did make a Thanksgiving pack. Can't find an image to it but here's https://www.jonessoda.com/pages/turkey-and-gravy[^] I’ve given up trying to be calm. However, I am open to feeling slightly less agitated.
  • Ruminations on the craft

    The Lounge tutorial c++ architecture
    33
    0 Votes
    33 Posts
    0 Views
    J
    I love the way you expressed this. Yes, there's a search for elegance and beauty in low level coding that is second only to the search for the most elegant of mathematical proofs. Engineers can find it, they need a certain attachment to symbolic meandering, but also there's that quality that is the cherry on top for being a genius, the inner poet. Such a level of creativity ultimately caters to the performance boost and efficiency of ever lesser waste of clock cycles, but it also delights learned individuals. We should all take a page from The Story of Mel [^].
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Making deployments boring

    The Insider News architecture question
    3
    0 Votes
    3 Posts
    0 Views
    J
    So, he's proposing to go back to DLL hell (microservices hell.)
  • 0 Votes
    3 Posts
    0 Views
    S
    Pah, our app at work looks just as big! :laugh: :-D :-\ A new .NET Serializer All in one Menu-Ribbon Bar Taking over the world since 1371!