Showing results 1 to 25 of 100 @ 0.01 seconds. Search: Posts Made By: Joorin
Forum: General 2011-10-04, 19:21
Replies: 73
Views: 22,473
Posted By Joorin
Re: Meego is dead for good

Yes? You have them, I have them and we both know how to use them as in writing the code, compiling it and debugging the result.

But for others, not as versed in GUI programming as you, having to...
Forum: General 2011-10-03, 21:24
Replies: 73
Views: 22,473
Posted By Joorin
Re: Meego is dead for good

Au contràire. I'm actually just reading what you write, and very carefully at that, and responding to, in my eyes, weak arguments.



I don't want anything apart from constructive and balanced...
Forum: General 2011-10-03, 06:49
Replies: 73
Views: 22,473
Posted By Joorin
Re: Meego is dead for good

Another red herring. You like fish, apparently.

Was GTK or Qt available for all those platforms from the start? Of course not. It's a gradual process of porting, as always.

And if HTML5 doesn't...
Forum: General 2011-10-02, 11:29
Replies: 73
Views: 22,473
Posted By Joorin
Re: Meego is dead for good

You mix apples with oranges and finish it off by countering your own argument.



Here you argue for native code, C or C++, together with SDL, GTK or Qt, which I'm guessing is there as something...
Forum: Development 2011-09-28, 00:09
Replies: 1
Views: 1,732
Posted By Joorin
Re: c++ cin question

The ">>" operator takes the line from cin and puts it into the string (as with lotion in a basement).

This means that if you want to handle the input "b mediaplayer" as two parts, you need to...
Forum: General 2011-09-14, 05:03
Replies: 27
Views: 8,075
Posted By Joorin
Re: We're Being Attacked!

Eh, no? You have to wait 60 seconds between reports.



Why is this a problem?



Do elaborate since I really can't understand what you mean.
Forum: General 2011-09-12, 23:39
Replies: 27
Views: 8,075
Posted By Joorin
Re: We're Being Attacked!

Do your bit, report spam. I just did.

That's the only way to get specific posts and threads handled.
Forum: Off Topic 2011-09-08, 05:33
Replies: 100
Views: 22,060
Posted By Joorin
Re: Which Linux to use on Windows 7 64-bit as dual boot?

Removed since the forum double posts like a schizophrenic without her meds.
Forum: Off Topic 2011-09-08, 05:31
Replies: 100
Views: 22,060
Posted By Joorin
Re: Which Linux to use on Windows 7 64-bit as dual boot?

Swap is for Linux what the page file is for Windows (if you don't look at all the really itty bitty details and only look for function).

Fedora hasn't been promoted enough in this thread so I'll...
Forum: Development 2011-09-01, 20:48
Replies: 15
Views: 6,741
Posted By Joorin
Re: How to source ~/.profile through a script with effects lasting after the script has run?

#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>

extern char **environ;

int main() {
printf("environ[0]: %s\n", environ[0]);

printf("PATH: %s\n", getenv("PATH"));
Forum: Community 2011-09-01, 19:37
Replies: 321
Views: 79,089
Posted By Joorin
Re: Should MeeGo developers continue to publish info on this forum for maemo users (wrt Nokia device support)?

The only one in this thread that actively avoids the issue is you. javispedro (together with other MeeGo developers) and woody at least make efforts to try to explain.

Come on, share your thoughts...
Forum: Development 2011-09-01, 19:09
Replies: 15
Views: 6,741
Posted By Joorin
Re: How to source ~/.profile through a script with effects lasting after the script has run?

Environment variables are, by definition, bound to a certain process.

If you spawn a child process, it inherits the environment.

So, if you want your changes to stay available you need to run...
Forum: Community 2011-09-01, 05:08
Replies: 321
Views: 79,089
Posted By Joorin
Re: Should MeeGo developers continue to publish info on this forum for maemo users (wrt Nokia device support)?

After reading this thread, I think I've gotten enough information to get a very high level overview of how the MeeGo development has changed over time.

But, how I view it has nothing to do with...
Forum: Community 2011-08-31, 19:53
Replies: 321
Views: 79,089
Posted By Joorin
Re: Should MeeGo developers continue to publish info on this forum for maemo users (wrt Nokia device support)?

Then flex your project leader muscles and try to be a little creative: What milestones should have been reached in the time that has been spent developing? Don't forget to make your list of...
Forum: Community 2011-08-30, 23:01
Replies: 321
Views: 79,089
Posted By Joorin
Re: Should MeeGo developers continue to publish info on this forum for maemo users (wrt Nokia device support)?

@javispedro

So, to sum this up, when you say "open", you mean reverse engineered or source released by, in this case, Nokia?

And when you talk about openness of a system/OS/whatnot not being "a...
Forum: Development 2011-08-30, 21:50
Replies: 2
Views: 1,504
Posted By Joorin
Re: need help with maemo dev. using C lang.

If you want to use C, I'd recommend GTK+ for widgets and windows (unless it's been removed in later PRs to cater for the Qt steam rolling).

You can develop on the device if you want to. If you...
Forum: Community 2011-08-30, 21:42
Replies: 321
Views: 79,089
Posted By Joorin
Re: Should MeeGo developers continue to publish info on this forum for maemo users (wrt Nokia device support)?

This is a schoolbook example of "The Internet Effect".

It all starts out pretty innocently with a poll about something that is totally unrelated to an old conflict/disagreement (since the poll was...
Forum: Applications 2011-08-14, 01:41
Replies: 7
Views: 3,157
Posted By Joorin
Re: From Quake 3 to simple ip displaying programs, help please.

And it's important to remember that all WiFi connections use "Power save" mode by default. This means that if no data goes from your device to the network for a while, the WiFi module will power down...
Forum: Development 2011-08-03, 18:18
Replies: 25
Views: 11,953
Posted By Joorin
Re: [ANNOUNCE] Maemo.org Application Download Statistics (Unofficial)

This is ... bizarre! 73814 total downloads for footify (including updates, I know) and here I thought it was as dead as a door nail.

The trend from November 2010 to now is definitely a descending...
Forum: Development 2011-07-08, 17:09
Replies: 81
Views: 68,653
Posted By Joorin
Re: On-device development in C/C++?

Weird spelling of the file name. Especially as you're trying to compile hello.c later on.



It's spelled "include". The function you're looking for is "printf".

ESC leaves insertion mode. The...
Forum: General 2011-07-07, 23:25
Replies: 7
Views: 2,375
Posted By Joorin
Re: GPS bug

The earth's circumference is, roughly, 40000 km at the equator.

It makes a full turn in, roughly, 24 hours.

So, the earth moves at, roughly, 1700km/h at the equator.
Forum: General 2011-07-07, 22:22
Replies: 7
Views: 2,375
Posted By Joorin
Re: GPS bug

Which speeds do you get if you are moving? Preferably in a vehicle with known speed.

Depending on how the software calculates the speed and how it handles different satellite visibility, there...
Forum: Development 2011-06-26, 17:59
Replies: 11
Views: 3,684
Posted By Joorin
Re: Best CFLAGS for N900?

The end result of the bit mashing and calculations is a combination of image recognition and some path prediction with heuristical algorithms on top.

I have no idea about the comparative...
Forum: Development 2011-06-26, 17:09
Replies: 11
Views: 3,684
Posted By Joorin
Re: Best CFLAGS for N900?

A mix of signal analyzis and image manipulation.

Being able to compile some other binary with -O3 is, really, irrelevant since it worked fine to compile the binary I was referring to but it didn't...
Forum: Development 2011-06-26, 10:06
Replies: 6
Views: 2,066
Posted By Joorin
Re: Boost

If you can't find a pre-compiled version of boost using the package manager of your choice, you can always download the source code and compile it yourself:...
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 09:54.