|
|
That's just total BS, man!
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
What you have done is now put all the bool sheet into a spreadsheet for all to see.
|
|
|
|
|
I produce those as comma-separated value files for one of our groups of engineers. It's used for statistical analysis of power-on-confidence failures. The machine has 3 buses and up to 63 boards per bus, for a total of 189 values.
bool sheet indeed.
Software Zen: delete this;
|
|
|
|
|
No politics in the Lounge!
Bastard Programmer from Hell
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|
|
Why Software Cannot Just Evolve — a Demonstration | Mind Matters[^] Featured in a recent CodeProject Daily news. What a lot of bollocks!
It is well known from Steen Rasmussen's work in the 1980s that you cannot just evolve regular computer programs. It took a biologist, Tom Ray, who crossed in ALife to figure out that the instruction set needed to be be non-fragile - ie a cpu instruction should do something regardless of what input it gets. Later work showed that having a neutral mutation network is also important. Avida builds on Tom Ray's work, in quite specific ways.
Richard Stevens use of Basic to try to rebut claims by the Avida team shows an alarming ignorance of basic facts that have been well-known in the ALife community for the last 3 decades. But then, this is a Discovery Institute sponsored piece, which has promotion of creationism as its goal, not truth.
|
|
|
|
|
hpcoder2 wrote: . But then, this is a Discovery Institute sponsored piece, which has promotion of creationism as its goal, not tru Send them a link to CP featuring Bob - our beloved counterpoint to both evolution and creationism.
Ravings en masse^ |
---|
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein | "If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010 |
|
|
|
|
|
The MSDN documentation and examples use Node.js. Not sure why it didn't use ASP.NET Core. Now I got one more stuff (Node.js) to learn.
|
|
|
|
|
try posting a more specific question in one of the QA forums here. tag your post so it's clear what IDE and language you use, whether your target is Office 365 (cloud), or, desktop Office.
«One day it will have to be officially admitted that what we have christened reality is an even greater illusion than the world of dreams.» Salvador Dali
|
|
|
|
|
It is not a question. Just a rant on why ASP.NET Core is not used.
|
|
|
|
|
Then why are you wasting our time with an ambiguous "rant" that people here trying to be helpful can easily mistake ... given the title ... for a "real" question ?
«One day it will have to be officially admitted that what we have christened reality is an even greater illusion than the world of dreams.» Salvador Dali
|
|
|
|
|
He clearly was not asking a programming question. It was clear to me as night and day.
|
|
|
|
|
This is the Lounge; ambiguous rants are our raison d'etre.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
|
Are you sure there isn't an example in ASP.NET Core?
Sometimes you get the same code in different languages on different tabs, but I guess you would've seen that.
Sometimes another language is a completely different article.
Microsoft is trying to push Azure to users of other languages as well.
For example, .NET (Core) and Azure is a logical match for most people while Node.js and Azure is not (while it is!).
By writing examples in multiple languages they hope to generate some awareness.
And it's working, I never thought about Node.js for Office add-ins
I've come across some add-in articles in C#, like Create an ASP.NET Office Add-in that uses single sign-on - Office Add-ins | Microsoft Docs[^]
|
|
|
|
|
I have a Western Digital My Book and a Toshiba external (non-portable) drives, both 3 GB. I have a directory with about 250K files that has a net file size of about 200 GB (i.e., as confirmed by both WinDirStat and Explorer Properties. However, the My Book shows having about 400 GB less available space than the Toshiba. I had even did a Quick Format on it, and copied over from the Toshiba, but I still have the problem. Perhaps I should do a non-Quick format and try again? The My Book passes the WD Tools tests.
|
|
|
|
|
Ensure that the cluster size on both drives is the same. You can see the cluster size by running chkdsk on each drive from the command line.
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.
|
|
|
|
|
The type of the file system is exFAT.
Windows has scanned the file system and found no problems.
No further action is required.
For the My Book:
2930251776 KB total disk space.
443215872 KB in 259860 files.
20007936 KB in 19539 indexes.
0 KB in bad sectors.
2048 KB in use by the system.
2467025920 KB available on disk.
1048576 bytes in each allocation unit.
2861574 total allocation units on disk.
2409205 allocation units available on disk.
For the Toshiba:
(NOTE: It has other directories.)
The type of the file system is NTFS.
Stage 1: Examining basic file system structure ...
793088 file records processed.
File verification completed.
Phase duration (File record verification): 1.59 minutes.
1 large file records processed.
Phase duration (Orphan file record recovery): 0.00 milliseconds.
0 bad file records processed.
Phase duration (Bad file record checking): 1.25 milliseconds.
Stage 2: Examining file name linkage ...
37 reparse records processed.
Index entry LUMIN8~1.MID in index $I30 of file 25311 is incorrect.
866720 index entries processed.
Index verification completed.
Phase duration (Index verification): 3.08 minutes.
Errors found. CHKDSK cannot continue in read-only mode.
@@@@
So it would appear that if any hard disk is bad, it is the Toshiba!
|
|
|
|
|
Yes, it appears that there is a problem on the Toshiba drive. I would copy all data on it to another drive, and then run chkdsk /F on the drive. As you can see, there is at least one file that is (probably) corrupt, and more may be discovered in later stages of the chkdsk. Note that if chkdsk discovers some problems, you should run chkdsk /F again, until no more problems are discovered.
It also appears the the WD drive is using an inefficient clusters size - 1MB/cluster. Unless most of your files are large (e.g. video files), you may wish to reformat the WD drive to use a smaller cluster size, and/or to use NTFS rather than exFAT.
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.
|
|
|
|
|
Yes, I am running chkdsk on the Toshiba, and it ill take about 24 hours!
I will reformat to NTFS with the same smaller cluster size as the Toshiba.
|
|
|
|
|
I was gonna suggest volume shadow copies, but I don't believe that would survive a format. Cluster size, as per the other messages in this thread, seems more likely.
Another thought: I've come across two separate drives from different manufacturers, both sold as "8TB" drives. Blank, one showed the total disk space as something like 7.5GB, the other closer to 7.1. Some BS about inconsistently multiplying by 1000 as opposed to 1024.
|
|
|
|
|
You have 250,000 files occupying ~200GB on the source, so each is on average under 1MB (including the wasted space due to unfilled allocation units, unknown but assume it is small, as it probably will be for NTFS). The allocation unit in the WD is apparently 1MB - on average the wasted space will be half a unit per file, ie 125 GB. But for tiny files the wastage could be nearly 1MB. Could that be the explanantion for most of the difference?
|
|
|
|
|
Watching this cinema-quality video of master jeweler Pablo Cimadevil creating a five-carat yellow-diamond ring with intricate pavé (small diamond inlay), transported me to a kind of inner "paradise lost." [^] ... I hope it is valuable, in some way, to you !
Pablo Cimadevil (spinal cord injury age 4) was a gold medalist in paraolympic swimming: "he donated the gold medal that he won at the 2000 Paralympic Games in Sydney to raise money to support the rehabilitation of children with impairments." [^]
here comes an old-man's belly ache ?
There was a time (circa 1987~1992) in my little accidentally started-after-age-forty career wanderjahr in the digital wilderness when I experienced programming as a kind of meditative craft: everything was new, shiny
Alas, those days (daze ?) are now fossil bones in a museum, out of place relics in a brave new world of frameworks-within-frameworks, and technology initiative demolition-derbies.
p.s. in the last year I have found pleasure in designing rings, and interacting with the local (Thai) craftsmen who make them for me ... without many of the sophisticated tools Pablo uses.
Learning about gems connects with my years of interests in ancient Asian trade routes, and their role in transmission of material, aesthetic, and intellectual, culture
«One day it will have to be officially admitted that what we have christened reality is an even greater illusion than the world of dreams.» Salvador Dali
|
|
|
|
|
Oh wauw. Thank-you so much - I really needed that.
Feels like another life now, I actually was a jeweller up until about 15 years ago. It's a lot easier than most people imagine.
I mean, apart from the design aspect that I always disliked and struggled with, many of the hand-tool skills are simply a product of time spent. It's engineering with simple maths, on a scale that makes it convenient. Well, it was back then when Australia was being flooded with imported mass-produced stuff.
Now though, 'everyone' has access to a 3d printer. That's something I wish I'd stayed a bit longer for. Design the ring in CAD program of choice, print it in wax or PLA and send it off to the casters. On one hand, you don't have any (proof of hand-made) solder joints. On the other hand, you don't have any (weaker and prone to corrosion) solder joints and there's almost no labour in it to be paid for. Depending on the exact design, stones that are good enough can be put into the wax and have the metal cast around em!
A fella on YouTube somewhere called Jason Welsh, does quite a bit of electroforming and electrotyping.
I've just discovered the Silicon Sealant + Corn Flour + Acrylic Paint = cheap mould making putty trick.
Having bought a second-hand car last time, it came with the usual signs of old age. Amongst those signs, a few missing badges. Well, I've moulded copies of the missing ones and painted the inside of those moulds with graphite lock lubricant. Off it goes into the CuSO4 bath for about a week to form the required thickness/weight.
:laughs:
Last night I was seriously considering a Cockcroft-Walton voltage multiplier to step the 24 or so I have to about 100 or more. That graphite is really not very conductive - 2.4mA from a 24v supply tells me I've got about 10k. Forming at 6mA for 24 hours creates almost no deposition - 0.17gms of copper. I'm going to want 20 - 30 grams..
Thanks for the diversion. 
|
|
|
|
|
thank you, for your thoughtful reply ! at age 77, with limited vision, i don't think hands-on making is a direction i will go in, but the design aspect, starting as a hobby, is, now, without any real attempt at marketing, beginning to pay for itself, as friends want rings ...
CAD modeling of complex jewelry settings is a direction i want to go in.
(not for sale) This is one of my first originals ... a (USA) size 12 man's ring, with a 40 carat rutile quartz stone set in gold-plated .925 silver with rosettes on the sides with tiny citrines: the design, which I call "Sol Invictus," is influenced by the solar imagery associated with that god, with Mithras, Sabazius, Ahura Mazda, etc. [^]
«One day it will have to be officially admitted that what we have christened reality is an even greater illusion than the world of dreams.» Salvador Dali
|
|
|
|