Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment left-handed and right-handed knots (Score 1) 393

in the studies that i've been doing for the past four months the best explanation i've encountered is one where particles are actually photons obeying maxwell's equations *to the absolute* letter, on some form of circular (or knotted, or hubius helical) path, where the epicentre creates a synchtronic electro-magnetic field that it in symbiotic support of the epicentre. there is actually a lot of research recently into optics which shows that it *is* actually possible to create phased laser beams that will literally bend in a semi-circle.

with that description in mind, the definition of a "particle" is therefore that the phase of the photon at the centre rotates in one direction.... and that for an anti-particle it rotates in the opposite direction. the string theorists / knot physics people have this down as "the knot being tied left-handed or right-handed".

it's really that simple... but it requires a bit of explanation otherwise it makes no sense. why did the universe choose one in priority over the other? who knows: who cares. the choice has been made.

Comment Re:The new Hitlers (Score 1) 564

Divorce laws can be changed to recognize civil unions so those wishing protection without getting married can be afforded it. Many insurance companies and private businesses already allow for 'domestic partners' when it comes to insurance, I don't see any requirement there that those partners be having sex.

que?? since when did married people have sex??

Comment Re:i don't understand (Score 2) 564

ok. i understand. there are personal views and there is a naive belief that his personal views will somehow interfere with his legal obligation to enact the articles of incorporation as a Director of a Corporation. to imply that someone is unfit to distinguish between personal and professional (legal obligations) is actually a very very serious accusation to level at someone, for which he could probably demand significant compensation, as well as initiate libel lawsuits against those people making such defamatory remarks. as he has faithfully been the CTO as well as a loyal person within the Mozilla organisation for such a long time i think he would stand an extremely good chance of winning.

Comment fwbuilder (Score 1) 187

i have a bit of a problem comprehending firewall rules (and deploying them). i asked around (just as you did) and got the advice "use fwbuilder". i liked it so much that i ended up writing a python script that parsed its xml files and generated HTML output so that i could clearly see what it was doing.

but, despite admitting that i am not a firewall rules expert, i do have to say that nothing substitutes for actually studying what firewall rules are and understanding them properly. i say that from the position of being a person who, whenever they need firewall rules, does an internet search and cuts/pastes the results successfully into an amalgam that "does the job", but it "does the job" with the concern always being in the back of my mind that i probably completely messed it up...

Comment i don't understand (Score 4, Insightful) 564

i'm sorry but i genuinely fail to see the importance of any of this "personal view" stuff. a technically-competent person who has been with it almost since the beginning: they were the CEO of Mozilla for about a week. someone as technically competent as brendan should have absolutely no difficulty firewalling personal from professional: why do we have to have idiots believe otherwise? could someone therefore please explain to me in simple language what's really going on?

Comment stress-related illness (Score 1) 157

the effects of stress in exacerbating and causing physical ailments is one that is well understood. many people naively believe that genes are the sole exclusive means by which illness may occur, despite there being innumerable counter-examples clearly demonstrating that this is false. that does not prevent people from *believing* that genetics is the sole exclusive cause of one particular illness or another, and *for such people*, that belief, when they are presented with such "quotes truth quotes", is quite likely to result in their death, due, ironically, to stress *triggering* the very illness that is merely latent rather than active within their genes.

here on slashdot we have people who, by and large, are capable of logical and rational thought. when presented with scientific issues, they apply rational bullshit filters on the topic of for example genetics. many of the opinions marked "insightful" on this article are a clear demonstration of that. however the general population has little understanding of genetics, and many many people simply do not think "rationally".

on the whole then, if it became a *legal requirement* to *force* people to listen to a doctor telling them words which, when that person heard them, were translated in their own minds due to their lack of knowledge and self-belief, that "they were basically dead already because of their genes", i would consider such people who pushed such laws through as being severely mentally ill as well as their actions being morally reprehensible.

answer: no. it is highly irresponsible to force absolutely everyone to listen to something that they are not fully equipped to comprehend.

Comment Re:O RLY (Score 5, Insightful) 259

YA RLY
And the corporations selling this stuff cannot care less about it, all they care about is that we transition to patented and sterile seeds so we perpetually depend on them.

my biggest concern is that they start creating what can only be described as "generation time-bomb crops", in a pathologically-insane effort to further save money. "time-bomb crops" would be those which you plant once, they grow, seed, plant twice, they grow, place a third time and they FAIL.

now imagine such insanely-dangerous crops pollenating and cross-pollenating world-wide and it's not so hard to imagine a scenario in which world famine occurs within a five to eight year period in which all food crops world-wide completely fail.

i was actually pretty shocked when i first heard of sterile seeds that even have a *single* generation planting. there's no guarantee that nature will not, through its own process of DNA evolution, *accidentally* come up with generation time-bomb crops.

i've said it once and i'll say it again: genetic modifications to crops are so insanely dangerous that i'm beyond understanding why people do not understand this. if there was even the *slightest* risk of killing 7 billion people *why would you even contemplate it*?

Comment Re:directfb-lite and other webkit ports (Score 2) 240

ls -altr /usr/local/lib/*lite*
lrwxrwxrwx 1 root staff 16 Dec 7 2010 /usr/local/lib/liblite.so.3 -> liblite.so.3.0.5
lrwxrwxrwx 1 root staff 16 Dec 7 2010 /usr/local/lib/liblite.so -> liblite.so.3.0.5
-rwxr-xr-x 1 root staff 928 Dec 7 2010 /usr/local/lib/liblite.la
-rwxr-xr-x 1 root staff 48848 May 3 2011 /usr/local/lib/liblite.so.3.0.5

i'm sorry - that's 48k not 86k!! liblite is *tiny*.

Comment Re:directfb-lite and other webkit ports (Score 1) 240

Which version of Qt did you use? There were a few releases that focused on load-time speedups.
Have you tried it against Qt5? It should be 99% identical

it was qt4.3 or thereabouts. the problem is that qt does far too much. when you think that lite 1.2 is around an 86k binary and qt4 and qt5 are several tens of *megabytes* you start to understand the extent of the problem. libQtCore is 3mbytes. libQtGui is 11mbytes.

now bear in mind that when you're doing something like a web browser, all you really need is a font and pixel drawing system (cairo, pango), an input box (liblite), a way to read the keyboard and mouse, and err... it really ain't that complicated, then you start to understand why GTK and QT are complete overkill. only when you need to do things like open a new popup window or open a new browser window that you need something more complex, and heck, those can be done with a bit of X11 or Win32/GDI message handling for goodness sake. in cases where you're doing direct framebuffer writes (such as in chrome os, android, b2g, DirectFB applications and more) then you don't even need _that_, in many cases.

so in effect it doesn't matter how good Qt4, Qt5 or GTK2 or GTK3 are, the fact remains that even the initialisation of the sub-systems that aren't going to be used are all simply too much. the only reason for maintaining those ports (of webkit) is to make it easy for people who wish to integrate webkit into *their* applications that are written in those frameworks.

so the difference is: under the circumstances where you don't need the infrastructure of those frameworks, because you're doing a stand-alone web browser, these heavy-weight frameworks like Qt and Gtk are an exceptionally bad idea.

Comment directfb-lite and other webkit ports (Score 5, Informative) 240

i've worked with webkit a *lot*. for example, i helped denis with the port of webkit to directfb. in doing the python-webkit (direct) bindings http://www.gnu.org/software/py... i covered a *lot* of different ports of webkit. here's the summary:

* when compiling the standard webkit to run on a 400mhz ARM9, the gtk port started up in around... i think it was somewhere around 8 seconds. this was tolerable. it used about 130mb of memory to load a single basic page.

* when compiling the DirectFB port to run on the same system, it started up in about 3 to 4 seconds, and used about 1 or 2mb less memory. this was great!

* when compiling the Qt4 port to run on the same system, it took NINETY SECONDS to start up, consumed DOUBLE the amount of memory, and was basically completely intolerable.

the directfb port basically used an older (revision 1.2) version of the lite toolkit. to say it's light-weight would be an understatement: it's absolutely awesome. qt4 has unfortunately turned into a bit of a monster. gtk by comparison has remained reasonably level-headed, and when it (finally!) has the equivalence of COM's co-classes added to the gobject introspection layer gtk will become highly significant, strategically.

the only thing that the directfb-lite port lacked (at the time i was involved) was a window manager. this basically meant that you could only have one browser window open, and you had a callback for dealing with console alerts, which you had to then deal with yourself. i _thought_ about doing the same trick that mozilla does (which is most clearly demonstrated in b2g) - namely to implement the windowing system *in* webkit itself, in a high-level language: that would be cool. not many people are aware that firefox's menus including the toolbars and tabs are actually implemented *in javascript* (!), and the main browser "window" is merely a (secure) frame. b2g is an extension of that.

so anyway, the point is: there are lots of ways this can be achieved. you can implement the window manager externally and treat the browser as an isolated "component". you can go the other route and implement the window manager *using* the browser engine. but the main point is that either way, gtk and qt4 are to be honest complete overkill. it's only when you have things like co-classes built-in to the underlying infrastructure (like COM has) that you get any _real_ flexible benefit from the widget set, and as neither gtk nor qt4 have those, there's honestly really no point having them around.

Comment "on a roll" (Score 1) 114

i had to be woken up at around 9:20am for a 3 hour A-Level Maths exam that had started at 9am and was to end at 12. starting at around 9:25 on the first question, after around 25 minutes i gave up and went onto the 2nd question. this one i did in around 15 minutes. from there i accelerated, completed *every* question, returned to the first and completed it in a few minutes. i then sat back for a while, then got some coloured pens and coloured in one of the graphs. i might even have been bold enough to have left 10 or 15 minute early.

when the results were in i learned i'd got an A. on an exam that was supposed to be 3 hours and i'd completed every question in a little over 2. that was 1987 and i've never forgotten what happened. the point is: i know that once you get started, and get into the mindset, anything is possible: questions you couldn't answer suddenly become easy.

Comment severe materials shortage (Score 0) 236

what's the material that's used in batteries? lithium. how much lithium is there on the planet? not enough. this is the problem that's being swept under the carpet. we already have high prices on copper, as it's already in short supply due to its prevalence in electronics. the quantities required of neodymium (for the magnets in the motors), copper (for the moving coils in the motors) and lithium (for the batteries) to push around 2 tonnes of metal is basically... insane. there's not enough available on the planet. something has to give.

Comment ultra-heavy proton (Score 1) 94

ok, for what it's worth, my take on what the higgs is, is that it's a [virtual] ultra-heavy proton, made up of the same [previously undiscovered] ultra-heavy quarks that make up the [virtual] W and Z Bosons. it takes a bit of explaining, but i've been looking into this... a lot.... and i surmise that the W and Z Bosons are just flavours of pions (2-quark particles) whilst the Higgs is just a flavour of the proton (3 quark particles). they don't appear "in the wild" so to speak because a) they're incredibly large b) they're hugely unstable, *but* in "virtual" form they're actually very easy to create (universe-speaking)

what's interesting is that there _should_ also be a "neutral" Higgs as well - based on an ultra-heavy neutron. hey look! there's two mass figures for the Higgs, and one of them was gamma ray decay particles only! and what's the difference between the 126.0 / 125.3 and mass of neutron divided by mass of proton? exactly the same to within 0.05%. funny that. .... the only problem is: i now need about 10 years worth of full-time maths training in order to catch up with the level of mathematics that's gone into QED in order to *prove* the above to the satisfaction of the rest of the particle physics community.... and that, essentially, is the whole problem with particle physics. the direction it's taken is so immensely complex that the number of people who can contribute successfully is vastly limited: thus, progress in this field isn't limited by computers or people's enthusiasm for the subject but by the direction that it's taken.

from a software engineering and reverse-engineering perspective, pure maths like this simply doesn't have the kind of "rapid prototyping" loop that allows progress to be efficiently made. each mathematical construct is an "ivory tower", where the smallest theoretical modification or tweak can require the entire edifice to be redesigned from the ground up (taking man-decades of intense thought in the process).

so - think of this: considered as a computer program, how could anyone "debug" the process by which particle physics has evolved?

Comment examples (Score 1) 347

well. that would explain why maharishi mahesh yogi was accused of all sorts of things. and why various scientists get "discredited". it would be interesting to consider how best to counteract these measures, although Mr Maharishi Bounces-on-the-Mattress Mahesh Yogi had a tactic that seemed to work: ignore them....

Slashdot Top Deals

Serving coffee on aircraft causes turbulence.

Working...