|
Well me, some of these are neat, especially the 0 bit field.
GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++* Weapons extension: ma- k++ F+2 X
|
|
|
|
|
What started as a side project on one developer's laptop has become one of today's most successful open source projects Just imagine what he would have done if the stairs were closed
|
|
|
|
|
Is rust really so loved?
I still have to see it being used...
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.
|
|
|
|
|
|
Ok... somehow it has gone beyond my sight... Thanks for the intel
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.
|
|
|
|
|
It's mostly used for low level library code. If you're developing higher level software it's mostly invisible to you for the same reasons that most of us don't deal with C/C++ anymore. (Rust fixes some problems of those languages, but is still much harder to use than C#/Java/Python/Javascript/etc. so unless you need the extra performance offered...)
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason?
Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful?
--Zachris Topelius
|
|
|
|
|
The Blockchain world is picking it up, though I suspect mostly because it's the new kid on the block rather than a necessity. It's an alternative to C++ and Go that they were using previously and still are. But this is still an immature field in commercial terms.
Rust looks like it has a sweet spot in WebAssembly if you want super-fast performance but don't want to deal in C/C++.
E.g., as a learning exercise, I ported a Rust machine learning application from console to WebAssembly and scripted it from React/TypeScript.
In the MS web applications world I can imagine having some high-perf components, such as AI, running client-side in Rust WebAssembly and being controlled from Blazor/C#/JS.
Dan Neely wrote: but is still much harder to use than C#/Java/Python/Javascript/etc
Indeed! I've only written one application, which was a copy of a book example that was in C# and F#. At one point I got stuck for about 3 days on something that would have been dead easy in C#! I never solved it directly but tried a different approach and it eventually worked.
But learning it is a bit like when you've done procedural and OO is new, or when you've done OO and functional is new. Takes a while to adjust mentally.
I'd say, coming from the MS dev stack it helps if you've had at least some acquaintance with unmanaged code and some F#.
Kevin
|
|
|
|
|
The company says that this marks the first time that AI has been engaged on a tactical aircraft. "EDI is a Warplane. EDI must have targets."
|
|
|
|
|
Step 2 towards Skynet?
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.
|
|
|
|
|
This does seem like part of the plot of Terminator 3.
TTFN - Kent
|
|
|
|
|
Frebniis abuses Microsoft IIS to smuggle malicious commands in web traffic. Internet Insecurity Service
|
|
|
|
|
Quote: ... smuggle and execute malicious code into protected regions of an already compromised network
If your network is already compromised, then all bets are off.
As Raymond Chen is fond of saying: "It rather involved being on the other side of this airtight hatchway".
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
Very true. But, in this case I figured there are so many ways to bork IIS remotely, that it was worth reporting.
TTFN - Kent
|
|
|
|
|
The worst fears of school administrators are coming true, and let me be the first to say "lol." I'm not sure if he should get an F or an A for that
|
|
|
|
|
Kent Sharkey wrote: I'm not sure if he should get an F or an A for that I thought it was in the Ethic class, not in the quantum computing
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.
|
|
|
|
|
Hi, ChatGPT. I need to give...
Graeme
"I fear not the man who has practiced ten thousand kicks one time, but I fear the man that has practiced one kick ten thousand times!" - Bruce Lee
|
|
|
|
|
Graeme_Grant wrote: and run a D&D game
That's ruddy mysterious.
|
|
|
|
|
Today, we are releasing the .NET February 2023 Updates. These updates contain security and non-security improvements. Your app may be vulnerable if you have not deployed a recent .NET update.
Graeme
"I fear not the man who has practiced ten thousand kicks one time, but I fear the man that has practiced one kick ten thousand times!" - Bruce Lee
|
|
|
|
|
Ah, a whole new batch of vulnerabilities then, OK.
|
|
|
|
|
|
[^]: it must be the future, now, since everything will run on everything
«The mind is not a vessel to be filled but a fire to be kindled» Plutarch
|
|
|
|
|
I just tested my Mandy Frenzy on Windows 11 on MacBook M2. It is running fine with some small text and icons but there is no hardware video encoder to choose from. Software H.264 encoding is still very snappy.
|
|
|
|
|
Using AI-assisted code changes our work from writing code to proofreading code. You get to learn from the computer's mistakes
|
|
|
|
|
Proofreading, or in current speak, Pull Request reviews
if over 100 lines, quick glance and accept
1 line change, 20 comments about how to do it differently
Even better, is have tests written by the AI for it's own tests.
"do the tests pass?"
ai: "yes 🙄"
code change accepted
2 months later - wait all this test does is Assert.true() at the end, regardless if works.
|
|
|
|
|
maze3 wrote: if over 100 lines, quick glance and accept
1 line change, 20 comments about how to do it differently
No truer words have I read this week. 
|
|
|
|