Search found 5637 matches

by blueznl
Mon Sep 29, 2025 11:54 pm
Forum: Coding Questions
Topic: Reading S.M.A.R.T parameters from a drive
Replies: 2
Views: 351

Reading S.M.A.R.T parameters from a drive

I've been looking into SSDs and their behavior lately, and I'm considering writing a simple tool for some testing. For this I'd like to read some S.M.A.R.T parameters from the drive. To be more specific:

1. SMART Temperature - This is a clear indicator if the controller is busy or not ...
by blueznl
Mon Sep 29, 2025 12:41 pm
Forum: Off Topic
Topic: Good PAID Software -- Your Favorites
Replies: 81
Views: 62895

Re: Good PAID Software -- Your Favorites

But... OOTC, paid software I enjoy:

Xara - graphics / DTP / web building stuff, I like it but it's a very personal thing, and it's too expensive
Argus Monitor - nice little fan controller software if your MB BIOS doesn't cooperate or you want to combine GPU / CPU temps to drive fans
Excel - it's ...
by blueznl
Mon Sep 29, 2025 12:29 pm
Forum: Off Topic
Topic: Good PAID Software -- Your Favorites
Replies: 81
Views: 62895

Re: Good PAID Software -- Your Favorites


Regardless of what Microsoft wants, my employer now only provides laptops to programmers and applications support people (like myself) that have a single 256Gb SSD. No desktops allowed. (They do allow docs.) Special application is needed for anything else, and from personal experience, they often ...
by blueznl
Mon Sep 29, 2025 12:12 am
Forum: Off Topic
Topic: SSD testing tools
Replies: 2
Views: 791

Re: SSD testing tools

Yeah, stuff like that. But I'd prefer some free tool.
by blueznl
Sun Sep 28, 2025 10:56 pm
Forum: Off Topic
Topic: SSD testing tools
Replies: 2
Views: 791

SSD testing tools

I'm typically not very active in here anymore - as I'm just too busy with other stuff - but I do write my own tools whenever I need them.

Now, I wasn't planning to write anything for testing SSDs, but I just can't find something simple that helps me testing SSDs during long, extended periods of ...
by blueznl
Sun Aug 04, 2024 1:52 am
Forum: Coding Questions
Topic: Splitter gadget - minimal size
Replies: 2
Views: 1710

Re: Splitter gadget - minimal size

Ah, completely forgot about that. Thank you!
by blueznl
Sat Aug 03, 2024 4:42 pm
Forum: Coding Questions
Topic: Splitter gadget - minimal size
Replies: 2
Views: 1710

Splitter gadget - minimal size

Is there a way to tell the splitter gadget to keep a minimal size for the resized gadgets? I now end up in a situation where the related gadgets become invisible (size 0).
by blueznl
Fri Jul 26, 2024 2:16 pm
Forum: Coding Questions
Topic: Alternative for RunProgram
Replies: 14
Views: 8681

Re: Alternative for RunProgram

Thanks all! I remembered playing around with this in the past, and suddenly recalled I wrote a procedure for this ages ago :-) (Probably stole it from someone... credits to the unknown creator then :-) )

Memory, and too busy with other things than programming :-)


Procedure x_shellexecute ...
by blueznl
Thu Jul 25, 2024 11:55 pm
Forum: Coding Questions
Topic: Alternative for RunProgram
Replies: 14
Views: 8681

Re: Alternative for RunProgram

Wait... I thought I tested that... Trying again. Moment...
by blueznl
Thu Jul 25, 2024 8:27 pm
Forum: Coding Questions
Topic: Alternative for RunProgram
Replies: 14
Views: 8681

Alternative for RunProgram

Hi peeps. I've been gone for quite a while (doing lots of other stuff) but I need to build a little tool right now, and I'll (obviously) do so in PureBasic. I'm looking for something (and I know I've seen it somewhere on the forum, but I can't find it back).

What's the best way to launch / open ...
by blueznl
Mon Mar 27, 2023 10:43 pm
Forum: Coding Questions
Topic: Text to speech - Using Amazon Polly / S3 services from within PureBasic
Replies: 15
Views: 11591

Re: Text to speech - Using Amazon Polly / S3 services from within PureBasic

Now I wonder, did anyone figure out a way to use the 'new' Windows 10 / 11 voices? They are pretty good compared with Amazon Polly and the old Sapi 5 voices.

I Googled a bit, but couldn't find any reference. Looks like it's MS only?

(For the difference, listen to this: https://ninelizardsblog ...
by blueznl
Mon Mar 27, 2023 10:41 pm
Forum: Coding Questions
Topic: Text to speech - Using Amazon Polly / S3 services from within PureBasic
Replies: 15
Views: 11591

Re: Text to speech - Using Amazon Polly / S3 services from within PureBasic

Caronte3D wrote: Sat Mar 25, 2023 6:27 pm
blueznl wrote: Sat Mar 25, 2023 2:52 pm Can you run it on your machine without those DLLS?
You make me doub, I do my program some time ago, but I don't remember to install any dll :?
Memory like a sieve :-) Don't worry, I got it working with the other example.
by blueznl
Mon Mar 27, 2023 5:49 pm
Forum: Applications - Feedback and Discussion
Topic: PB.Ex Speech (Windows)
Replies: 42
Views: 31758

Re: PB.Ex Speech (Windows)

Ah... Oh well, using the example in the other post then. I always try to program without any DLLs or Libs, reducing my dependencies on any such.