Search found 716 matches

by Bitblazer
Thu Mar 28, 2024 12:01 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 293
Views: 36507

Re: PureBasic 6.10 LTS is out !

Thanks 8)
by Bitblazer
Wed Mar 27, 2024 12:10 pm
Forum: Feature Requests and Wishlists
Topic: DebugOutput window / Script line
Replies: 5
Views: 165

Re: DebugOutput window / Script line

Code: Select all

Macro Line
 #PB_Compiler_File + " line " + Str(#PB_Compiler_Line) + " "
EndMacro
But it would be really helpful to be able to define some kind of prefix for debug output or optionally add sourcefile / linenumber
by Bitblazer
Wed Mar 27, 2024 11:39 am
Forum: Coding Questions
Topic: quick reading a file of 15 GByte.... how?
Replies: 22
Views: 1001

Re: quick reading a file of 15 GByte.... how?

Maybe somebody else has the time to do a purebasic example for doing virtual file mapping on windows . If it is done right, that probably is unbeatable because it uses the MMU. A much better and faster solution, would be during the initial file creation and not processing the complete file afterward...
by Bitblazer
Tue Mar 05, 2024 12:12 am
Forum: General Discussion
Topic: Finding a bug when Purifier and line numbering doesn't help?
Replies: 24
Views: 865

Re: Finding a bug when Purifier and line numbering doesn't help?

How do I even start to diagnose this? The classic way is to insert debug output around the code sections where you suspect the crash/exit happens. Try to pin the action that happens shortly before the crash/exit and insert debug output and keep doing that till you know exactly which line is the las...
by Bitblazer
Sat Feb 24, 2024 6:01 am
Forum: Coding Questions
Topic: AI output coding for purebasic
Replies: 11
Views: 603

Re: AI output coding for purebasic

... +1 But at some point an AI will be able to do small c/c++ snippets and some company will make a huge fuss about it :D The (currently) unsolved challenge remains, when the first lawyer asks in front of a court "what made the ai come to that suggestion / result / opinion?". It did proba...
by Bitblazer
Fri Feb 23, 2024 10:41 pm
Forum: General Discussion
Topic: Updating PureBasic
Replies: 4
Views: 476

Re: Updating PureBasic

Login to your purebasic account here (use the button on the upper right). After logging in, you should see many commercial purebasic versions for download. I hope you did get your account information.
by Bitblazer
Wed Feb 21, 2024 11:18 pm
Forum: Off Topic
Topic: OpenAI Sora: All Demo Videos with Prompts
Replies: 7
Views: 663

Re: OpenAI Sora: All Demo Videos with Prompts

AI / ML has already done amazing things in all kind of scientific areas - stop looking at pictures and think thats all it can do :? just a few amazing examples cancer diagnosis and therapy fighting drug resistant infections the vesuvius challenge making paralyzed people walk again Not to mention the...
by Bitblazer
Tue Feb 20, 2024 10:49 am
Forum: Announcement
Topic: Old School Text Advenure System
Replies: 15
Views: 1113

Re: Old School Text Advenure System

You have some local paths in your source code. Is that an external module? In the manual I could not find the phrase "PureVision64".... XIncludeFile "D:\Program Files\PureVision64\Modules\Module_PVGadgets.pbi" I wonder why this program has 28 MB (163 pb-files) unzipped source co...
by Bitblazer
Mon Feb 19, 2024 12:37 am
Forum: Off Topic
Topic: Risks and Benefits
Replies: 7
Views: 815

Re: Risks and Benefits

For an interactive windows tool to resize your partitions or general changing of the partition layout, you could use the free edition of DiskGenius But ... I don't have a rescue partition. So how should I resize it :?: From KB5034441 NOTE If your running PC does not have a WinRE recovery partition, ...
by Bitblazer
Sun Feb 18, 2024 3:40 am
Forum: Announcement
Topic: Old School Text Advenure System
Replies: 15
Views: 1113

Re: Old School Text Advenure System

I have no clue what those are. Infocom is a company of the past who was famous for their awesome text adventures and the engine they used. They released several nice text adventures using this technology and ported the engine to many systems . Study their technology, their engine, their products an...
by Bitblazer
Sat Feb 17, 2024 1:44 pm
Forum: Announcement
Topic: Old School Text Advenure System
Replies: 15
Views: 1113

Re: Old School Text Advenure System

Do you know about infocom's z-machine?
by Bitblazer
Wed Feb 07, 2024 10:03 pm
Forum: Coding Questions
Topic: Seeing MIDI data being sent to MIDI Device.
Replies: 2
Views: 192

Re: Seeing MIDI data being sent to MIDI Device.

I would like to make a program that can get the MIDI data being transmitted to the device from the software as it is being sent. Any ideas if something like that would be possible? Yes ofc. you could do that in purebasic, but it would be easier to just use WireShark or one of the existing other sol...
by Bitblazer
Sun Feb 04, 2024 4:23 pm
Forum: Off Topic
Topic: GPT4All - The better AI chatbot?
Replies: 81
Views: 9833

Re: GPT4All - The better AI chatbot?

and as every software developer well knows, software evolves and early versions have to be treated with care ;) - so this is the january 2024 test

Image

for cross checking: Reinhold Messner on wikipedia
by Bitblazer
Sun Feb 04, 2024 12:54 pm
Forum: Linux
Topic: Official Linux distribution for PureBasic
Replies: 66
Views: 38164

Re: Official Linux distribution for PureBasic

Also if PB is used to make demos and the demoscene still use 32 bits architecture, it makes sense to support the 32 bits. But are they making demos on linux 32 bits? Check the demand on demoscene portals. The demoscene hardly uses purebasic though. Especially on 32bit where the architecture has a l...