Skip to content
  • Should You Take A Vidalista 60 Mg Daily?

    The Lounge css com question
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • 0 Votes
    1 Posts
    2 Views
    No one has replied
  • 0 Votes
    1 Posts
    6 Views
    No one has replied
  • 0 Votes
    3 Posts
    10 Views
    M
    raddevus wrote: 2. It's super slow to use EntityFramework to insert those dir names into the sqlite db. Super slow means it takes more than 10 minutes. Take a look at my article[^] about sqlite multi-threading. Might give you some ideas how to speed up things. Mircea (see my latest musings at neacsu.net)
  • Our Community's Existential Crisis

    The Lounge css com tutorial
    25
    0 Votes
    25 Posts
    2 Views
    J
    That's a good point, buddy. Jeremy Falcon
  • Well this is better than I expected:

    The Lounge design css asp-net com graphics
    4
    0 Votes
    4 Posts
    0 Views
    J
    I agree. Honey is a Honey. "A little time, a little trouble, your better day" Badfinger
  • 0 Votes
    8 Posts
    0 Views
    H
    Nah. To make it any good it needs access to the type information the compiler has built up. It can be a separate pass like C++ does to make it work, but it needs to be integrated into the compiler to do things like typed arguments and specialization. Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    13 Posts
    0 Views
    J
    5teveH wrote: His mind-set is 100% that of a developer He has that "blind spot". What you are describing is a business problem. Titles have nothing to do with it. The basic hierarchy is - Customer - Requirement/business cases - Architecture - Design - Implementation - Test - Delivery - Repeat steps as necessary. And there are other factors that influence that. - Providing a solution that is robust, fast, etc. - Updating old code - Security - Making sure that something is delivered so money can be made to pay the bills. - etc The roles that any one person might successfully fulfill depend on their own experience and their coworkers skill as well. An 'architect' might be able to fulfill the first 4 roles but not be great at the detail work needed for the levels under that. A developer might seem to have adequate knowledge of both the business and the code but fail when the business changes. Of course failures can come from many places. I know of specific case where a service was created, delivered and successfully used but a contract very early in the company history guaranteed they could not make enough money to keep going. In another case a design or perhaps implementation decision lead to a multi-billion dollar company failing in less than a year due to a security problem. Or a developer that was handed a detailed design and decided to ignore it producing a solution that did not meet the business needs the design dealt with. This is all impacted by complexity. A single man shop would need to provide all of that. But when a company has thousands of employees single employees just cannot learn everything needed to manage all roles. I have worked at companies where test automation was handled by a team of employees.
  • 0 Votes
    2 Posts
    0 Views
    R
    Spammer terminated. "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • 0 Votes
    6 Posts
    0 Views
    G
    OK, got it. Reminds me of the old IBM Block mode terminals that had a physical map (with all literal fields and color specs, input specs and protection specs) and a data map that was only the fields that returned values. Both were sent to the terminal which would use a forward only processing to paint the screen and enable the unprotected fields. Any action key on the terminal transmitted only the data map to the invoking program. It was up to the program to split the data map back into fields and do any validation and processing of the data. (very efficient use of transmission bandwidth in the old days.) :)
  • CSS is awesome.

    The Lounge css design help question
    42
    0 Votes
    42 Posts
    0 Views
    J
    Oh, and to be fair, browser compatibility is where the real pain the booty comes in. Unfortunately, most browser makers (cough, cough Microsoft) hate following standards. Was even worse in the past when there was no standards committee as everyone was fighting for web dominance. But, thank God it's much better these days. Anywho, the site `Can I Use` will be your new BFF for web development as it'll list browser compatibility. You can automate all of this of course if you have a proper dev environment set up in Node, but for a quick check it's still a great site to know. Here, I'm checking to see which browsers support viewport units like `100vh`. So, they've been around for about 10 years now, which makes them pretty safe to rely on with this. For people with an old browser that doesn't support flexbox or viewport units, it just won't span the entire viewport unless there's content. No biggie. Site still works. [Viewport units: vw, vh, vmin, vmax | Can I use... Support tables for HTML5, CSS3, etc](https://caniuse.com/viewport-units) Jeremy Falcon
  • I don't like CSS

    The Lounge html css design question javascript
    6
    0 Votes
    6 Posts
    0 Views
    H
    I mean, that's javascript though. I'm more talking about parsing and interpreting CSS properly on embedded systems, no JavaScript. Think a stripped down webkit for small embedded devices. CSS as it stands requires the DOM. There's a reasonable subset of it in terms of selector syntax that wouldn't require a DOM and could be forward only parsed. Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • So this happened (SVG saga ctd.)

    The Lounge design performance html css com
    8
    0 Votes
    8 Posts
    0 Views
    H
    Thank you :) Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • SVG saga ctd

    The Lounge design css com graphics iot
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    2 Posts
    0 Views
    0
    Updated his post. Looks like Lounge Message needs to be reported again...
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    11 Posts
    0 Views
    D
    Jeremy Falcon wrote: o, if you're not willing to put in the time because it bores you, Well maybe "bore" is too strong a word. I think I'd be watching things like a hawk, to the point where it'd disrupt other activities...like work. I can't do that. So the way I see it, my bank's fees buy me peace of mind.