Skip Navigation

Posts
73
Comments
920
Joined
3 yr. ago

  • its a javascript UI framework

    a very satisfied field, with a lot of established mainstream options

  • Microsoft needs some serious regulation.

    Given their OS prevalence, their forceful push to cloud and cloud system user accounts is unacceptable. Optional suggestion would be fine; but they're doing the opposite.

    OS upgrades forgetting other programs and other program file associations while at the same time making it much harder to change them is unacceptable. Offering or suggesting their own products in a non-intrusive manner would be fine; but they're doing the opposite.

    There's much more to criticize. But those are the worst and obviously unacceptable offenders to me.

    Some niches switching to FOSS won't change their dominance or behavior. Only forceful regulation by state unions will.

  • Looks like the body didn't fit in the title and cut off?

    Given the lack of expressive title, I'm not even sure what this post is supposed to be. I deduct it's a random thought/sharing?

  • The post weblink target doesn't seem to even play the video but redirect to a different video website.

    This video is not available on this instance. Do you want to be redirected on the origin instance:

  • That's a lot of dollars, ching ching ching

  • Later, they comment:

    I've learned today that you are sensitive to ensuring human readability over any concerns in regard to AI consumption

    Their takeaway from

    1. They reject with one of the reasons, and the only disclosed reason, being AI is worse at reading the form
    2. Community says AI readability should not be a priority over human readability
    3. That it may not even be a problem for AI to read
    4. Suggest at least considering an improvement in a form that both can read well

    is that the community wants to "ensure human readability over any concerns in regard to AI".

    I don't think this is only about MS or being overworked. Yes, it was a harsh push-back. But they're responding passive aggressively, claiming the community pushes the other/an extreme when, to me very clearly, it does not.

    Maybe you can say that conclusion is also due do being overworked and not investing the time to read through the comments. But I dunno. There's no need to reply in that passive aggressive tone and claiming unreasonable things.

  • https://codeium.com/pricing

    • Unlimited AI autocomplete
    • Unlimited in-editor AI chats
    • Unlimited AI command instructions
    • Free one-time trial gift on download: 50 premium User Prompt and 200 premium Flow Action credits
    • 5 premium model User Prompt credits
    • 5 premium model Flow Action credits
  • Aside from some fully included stuff (including significant things like comment to code) and not included stuff; The limited:

    • Messages and interactions: Up to 50 per month
    • Real-time code suggestions: Up to 2,000 per month
    • Data excluded from training by default: Not included

    Does that mean I can exclude my data from training?

    /edit: As an update; yes, you can uncheck the checkbox in the settings.

  • 404 dead link

  • If it were a successful report they'd want the attribution, recognition, and publicity.

    They didn't see the bad they were doing. I wonder if they see it now. Given their response, I doubt it.

  • I find that the .NET/C# documentation has great guidance for old and new concepts. There's reference docs with remarks, there's guidance and best practice recommendations, and there's examples and guided work-alongs.

    Personally I've never done the examples or video or text follow-alongs. But I greatly value the concept guidance that goes beyond mere reference docs with remarks.

    While it's somewhat specific to the .NET/C# ecosystem, I imagine it's valuable beyond it, and maybe a good example of how a big and significant enough project can provide more relevant and condensed information than "random tech blogs and websites" or similar.

  • I'm not afraid of no GUI

  • Tell me when you're getting used to USB so I can prepare for the next switch /s 😅

  • … was a VMware bill for “10 times the sum it previously paid for software licenses,” per The Register.

    … OpenNebula has enabled the company to dedicate more of its 3,000 bare metal server fleet to client loads instead of to VM management, as it had to with VMware. With OpenNebula purportedly requiring less management overhead, Beeks is reporting a 200 percent increase in VM efficiency since it now has more VMs on each server.

    Damn. Pay less and gain significant efficiency increases.

  • I don't see how that is relevant? You're already familiar with C, so writing about C does not influence whether you will be outdated in a few years. Learning and writing about Rust could be something that becomes useful, but not necessarily practically - it depends on what you will do in the future.

    If you feel you lost your passion, I would suggest learning and experimenting with Rust. It's different, so may be interesting and thought provoking to learn.

    Writing down what you know about C may also be worthwhile, good, or produce a good resource, but I don't see it as much or like as sparking lost interest and passion. If that is actually your goal (you only asked about future relevancy in the end).

  • I did not go through those phases.

  • I talked to a friend of mine last week and they didn't know of the old PS/2 mouse/keyboard cable/sockets. They've seen it before, but it wasn't familiar to them. Nobody only having used USB devices will remember those.

  • Who has age authority? A state agency or service. Like the state issues an ID with age.

    Preferable, we want the user to interact with a website, that website request age authentication, but not the website to talk to the government, but through the user.

    Thus, something/somewhat like

    1. State agency issues a certificate to the user
    2. User assigns a password to encrypt the user certificate
    3. User connects to random website A
    4. Random website A creates an age verification request signed to only be resolveable by state agency but sends it to the user
    5. User sends the request to a state service with their user certificate for authentication
    6. State agency confirms-signs the response
    7. User passes the responds along to the random website A

    There may be alternative, simpler, or less verbose/complicated alternatives. But I'm sure it would be possible, and I think it lays out how "double-blind"(?) could work.

    The random website A does not know the identity or age of the user - only to the degree they requested to verify - and the state agency knows only of a request, not its origin or application - to the degree the request and user pass-along includes.