This place is a bit dead now?

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

This place is a bit dead now?

Post by utopiomania »

Or is it just me? A few years ago there was 4 pages of unread forums posts after a few days away,
now there is 3 pages after two weeks away :)

I try to develop software for iPhone/iPad/Android/Symbian/Blacberry etc these days, what about you?

The same? Maybe thats the explanation. :)
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: This place is a bit dead now?

Post by netmaestro »

Seems quite less busy to me too. Also the pace of development on PureBasic seems slower. Maybe that's part of the reason, dunno. Hope things pick up soon though. :?
BERESHEIT
User avatar
kenmo
Addict
Addict
Posts: 2043
Joined: Tue Dec 23, 2003 3:54 am

Re: This place is a bit dead now?

Post by kenmo »

The forum definitely does seem to cool down between PB releases. I think 4.60 is due soon, I'm looking forward to the changes and some big bug fixes.

I think a lot of people here are busy with other things... personally I am trying to finish my degree and get a serious job by the end of the year.
(Although I'm slowly chipping away at a game in PB in my free time!)
USCode
Addict
Addict
Posts: 923
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

Re: This place is a bit dead now?

Post by USCode »

Also, Fred and Freak haven't posted much lately, I'm assuming they're on well-earned vacations.
When they come back and start addressing bugs, things should pick up again.
User avatar
dhouston
Enthusiast
Enthusiast
Posts: 430
Joined: Tue Aug 21, 2007 2:44 pm
Location: USA (Cincinnati)
Contact:

Re: This place is a bit dead now?

Post by dhouston »

USCode wrote:Also, Fred and Freak haven't posted much lately, I'm assuming they're on well-earned vacations.
Or maybe working on an ARM port. I'd give my left arm (the paralyzed one) to be able to use PB on the Chumby. which I think runs on Arm.
http://davehouston.org
Mac Mini (Intel) 10.6.8 - iMac G4 (PPC) 10.4.11
Dell Dimension 2400 W98SE,W2K,XP,Vista,W7,Debian,Ubuntu,Kubuntu,Xubuntu,Fedora,Mandriva,Mint
(on swappable HDDs)
Vizio VTAB1008 - Android 3.1
MK808 miniAndroidPC (Android 4.1)
MachineCode
Addict
Addict
Posts: 1482
Joined: Tue Feb 22, 2011 1:16 pm

Re: This place is a bit dead now?

Post by MachineCode »

netmaestro wrote:the pace of development on PureBasic seems slower
Which is weird, because after the last release the team said updates would be more frequent in future. However, it's almost been an entire YEAR since the last update. I wonder what happened to their plans. They need to communicate here more and keep their paying customers informed.
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
User avatar
idle
Always Here
Always Here
Posts: 5900
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: This place is a bit dead now?

Post by idle »

I expect the Team have been very busy, there's a lot of changes in 4.6

@DHouston
Concerning Arm support, it's on the way, but it'll only be a bare bones self hosting PB cross compiler.
It will facilitate the community to contribute high level functions written in PB for specific targets
and also allow you to utilize libs from c, c++ and objective c. I'm not far from starting on the code generation
though I've become a little side tracked trying to build the tools on windows and haven't had any success.
Windows 11, Manjaro, Raspberry Pi OS
Image
User avatar
dhouston
Enthusiast
Enthusiast
Posts: 430
Joined: Tue Aug 21, 2007 2:44 pm
Location: USA (Cincinnati)
Contact:

Re: This place is a bit dead now?

Post by dhouston »

idle wrote:@DHouston
Concerning Arm support, it's on the way
Great! However, I should have double-checked my facts. Chumby uses a CPU from what used to be Motorola (now Freescale) - it's disarmed.
http://davehouston.org
Mac Mini (Intel) 10.6.8 - iMac G4 (PPC) 10.4.11
Dell Dimension 2400 W98SE,W2K,XP,Vista,W7,Debian,Ubuntu,Kubuntu,Xubuntu,Fedora,Mandriva,Mint
(on swappable HDDs)
Vizio VTAB1008 - Android 3.1
MK808 miniAndroidPC (Android 4.1)
Nituvious
Addict
Addict
Posts: 1029
Joined: Sat Jul 11, 2009 4:57 am
Location: United States

Re: This place is a bit dead now?

Post by Nituvious »

idle wrote:I expect the Team have been very busy, there's a lot of changes in 4.6

@DHouston
Concerning Arm support, it's on the way
Does this mean we can compile apps for mobiles/smart phones? :shock:


On topic, I've noticed some lower activity too. Maybe it's just the summer time that is the reason everyone is away. ;)
I have been writing some stuff in C and PHP lately but I still use PB for everything else!
▓▓▓▓▓▒▒▒▒▒░░░░░
User avatar
idle
Always Here
Always Here
Posts: 5900
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: This place is a bit dead now?

Post by idle »

Nituvious wrote: Does this mean we can compile apps for mobiles/smart phones? :shock:
Thats the plan, though it would require a community effort to create the High level functions
like OpenWindow across the various targets Wrapping the calls to their native API's.
Windows 11, Manjaro, Raspberry Pi OS
Image
Thorium
Addict
Addict
Posts: 1305
Joined: Sat Aug 15, 2009 6:59 pm

Re: This place is a bit dead now?

Post by Thorium »

idle wrote:
Nituvious wrote: Does this mean we can compile apps for mobiles/smart phones? :shock:
Thats the plan, though it would require a community effort to create the High level functions
like OpenWindow across the various targets Wrapping the calls to their native API's.
Thats awesome news!
DarkDragon
Addict
Addict
Posts: 2345
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: This place is a bit dead now?

Post by DarkDragon »

Thorium wrote:
idle wrote:
Nituvious wrote: Does this mean we can compile apps for mobiles/smart phones? :shock:
Thats the plan, though it would require a community effort to create the High level functions
like OpenWindow across the various targets Wrapping the calls to their native API's.
Thats awesome news!
I don't trust it yet, it should be confirmed first by Fred or Freak.
bye,
Daniel
Thorium
Addict
Addict
Posts: 1305
Joined: Sat Aug 15, 2009 6:59 pm

Re: This place is a bit dead now?

Post by Thorium »

DarkDragon wrote:
Thorium wrote:
idle wrote:
Nituvious wrote: Does this mean we can compile apps for mobiles/smart phones? :shock:
Thats the plan, though it would require a community effort to create the High level functions
like OpenWindow across the various targets Wrapping the calls to their native API's.
Thats awesome news!
I don't trust it yet, it should be confirmed first by Fred or Freak.
It sounds like idle is developing the compiler.
User avatar
idle
Always Here
Always Here
Posts: 5900
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: This place is a bit dead now?

Post by idle »

Yes I am writing it initially at least. For all I knew we could have been making feature requests for years.
So rather than waiting it's easier to just do it! Once it's nailed together Fred can then decide if he wants
host and contribute to the project. (most of the effort is coming to terms with LLVM the rest is fairly trivial)
Windows 11, Manjaro, Raspberry Pi OS
Image
DarkDragon
Addict
Addict
Posts: 2345
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: This place is a bit dead now?

Post by DarkDragon »

idle wrote:Yes I am writing it initially at least. For all I knew we could have been making feature requests for years.
So rather than waiting it's easier to just do it! Once it's nailed together Fred can then decide if he wants
host and contribute to the project. (most of the effort is coming to terms with LLVM the rest is fairly trivial)
Well, that's nice, but I won't trust you until I see a working release, as PB .NET wasn't ever really released, but announced 100 times :lol: .
bye,
Daniel
Post Reply