Cover your hands and other exposed skin with a thin layer of dishwashing liquid to seal your pores. Let it dry, and you're ready to work.
That will keep the fiberglass fibers from bothering you, and makes it easier to clean up when you're finished.
Cover your hands and other exposed skin with a thin layer of dishwashing liquid to seal your pores. Let it dry, and you're ready to work.
That will keep the fiberglass fibers from bothering you, and makes it easier to clean up when you're finished.
Did I say that? I don't know how editors handle files exactly, but I'd certainly like to be able to execute a script file that's open in an editor. Seems normal to me and works even with Notepad in XP. At a guess, an editor probably opens a file for writing only when saving. But nvi does something stupid here and there doesn't seem to be an option to fix it.
Yes, I've heard that before. I suppose my problem is programmers don't know this and hence my previously mentioned problem for example. Not that I use much Windows recently.
Most editors in my experience don't hold files open--they just open them when you ask to read or write. Word processors are much more proprietary about it, probably because their nasty binary formats make horrible data corruption inevitable if there's a collision.
There are a lot of bad programmers. Also, there are a lot of good programmers who are made to write code for use by folks who have no concept about files, directories, and so on. Kind of like what happened to the quality of university education when it became expected that everyone could go there.
Cheers
Phil Hobbs
I started insulating the floor earlier in the week. It was in the 40s and I didn't have any trouble with insulation itchys. When I've had trouble was when I was sweating, hence Winter being a good time to do this job. Your trick is good to know, though. Your trick is good to know, though. I'll try it when I do the rest. My hands aren't where I've had problems before, though.
Sure, you've already applied the soap. ;-) I always take a cold(ish) shower after working with fiberglass.
You were right in mentioning that higher temperatures are part of the problem with handling fiberglass insulation.
Imagine that... me acknowledging you being correct. I'd rather my name were Dexter, because that is the type of "treatment" you deserve.
Taking the cold shower is a bad idea though. The hot environ you were in opened your pores. Taking the cold shower snaps 'em shut. Bad move with glass. Better to let the H2O do its job, like it has for hundreds of millions of years. Go hot shower, keep the pores WIDE open, and let the water blast insure that all your pores get cleared.
A very hot shower, in fact. Practically unbearable. Like 118F.
Your pores swell when you sweat, letting the fibers get deeper into your skin. It drove me crazy, till I learned about the soap trick.
that
didn't
startup and
in this
assumes
specific
via these
any
just
to be
on
written with
aLinux,
=20
That depends on whether you open the file for write, in MSwin systems=20 you can open a file for read while another thread/process has it open=20 for write. Moreover in MSwin you can convert the read handle to RW. I have done this on files open for write by other processes.
And as discussed in another branch of this thread, files are NOT an=20 appropriate synchronization mechanism.
that
and
this
assumes
specific
these
just
be
on
with
necessary.
So you are complaining that MSwin is garage, but for the sake of = PowerBasic=20 you will not change? Sounds a bit like the tail wagging the dog.
time that
luck.
thing, and it
doesn't.
to test the
desktop, or at
directory?
Menu\Programs\Startup
it starts
suppose
won't it log
and
admin, or
and a=20
telephone=20
is=20
software.
of=20
=20
No kidding.
And you cannot spend $45 on hub/router/switch, and $45 on a more = appropriate=20 platform, freeing the PC for normal use?
software.
of=20
up
can=20
That is a presumption based on silly assumptions. MSWin has never had=20 millisecond accurate reliable timers. Neither does standard Linux which = does=20 multimedia playback and recording every bit as well. Such have damn little to do with multimedia playback per se. =20
necessary.
XP works well enough, not because it's good code but because they debugged it for a couple of decades. It is frustrating at times, but so is Linux.
There are tons of engineeering apps that aren't available for Linux. It's a practical decision to use Windows, not an aesthetic one.
PowerBasic makes it a lot more usable to me. There's no equivalent for Mac or Linux, that I know of.
Why should I change something that's working?
John
that
and it
the
at
starts
suppose
log
telephone
It is free for normal use. Windows multitasks! My two programs don't add up to 1% CPU loading.
Got ethernet switches galore. Tell me about the $45 platform.
John
There's a related quote:
Do you have a dedicated/designated IT guy at Highland? Has an effort been made to see if your chosen apps will run under WINE? I note that Mike has had LTspice WINE-compatible for years.
Pretty much. He does some sales support too.
Why would I want to do that? XP works well enough.
John
The C idiom for that is:
*foot = bullet; /* Good luck making this painless. */Why on earth not? No reason was ever given other than ideology.
In Windows, file handles are really good when you have multiple processes on multiple machines trying to write to the same file on a SAMBA share or NFS. You have to open the file anyway, so there's no overhead, and (unlike mutexes) they work across machines.
How exactly would you implement file locking for a cluster environment? Using lockfiles has the exact same problems as using the data files directly, unless the file system has atomic locking support.
I eventually wound up using file handles wrapped in mutexes. Fuggly.
Cheers
Phil Hobbs
that
directory?
didn't
startup and
in this
assumes
specific
via these
any
is
just
to be
program on
written with
start
maybe a
that
Linux,
being
are
(say
and
the
that
To begin with, the issue just above. Two, file existence does not have guaranteed atomicity. Moreso in=20 networked or distributed systems
But there are no semantics in MSWin to even test, let alone guarantee = file=20 consistency in such an environment. Nor has it been done generally=20 in *nux systems that i have heard of. Some databases claim to do this.
That is above my pay scale. Plus there is always the disc latency issue.
Ahhh. But it did work. Not so much the surprise to me.
Of course i would have done that at the outset. 20+ years varied=20 experience tells me to.
and
is
s
So you keep making that same choice, while disliking the results.
time that
no luck.
thing, and it
doesn't.
to test the
desktop, or at
directory?
Menu\Programs\Startup
and it starts
I suppose
won't it log
browsing and
admin, or
and a=20
fashion.
telephone=20
is=20
software.
of=20
up
can=20
appropriate=20
No need. You just reiterated clearly for us.
Life is like that sometimes.
John
It is, when you use 'regedit'. Just type it into the 'run' box and everything is in plain text.
Have something to add? Share your thoughts — no account required.
Ask the community — no account required