r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Tech News] Interesting technology

Graham
25-Jun-2006
[1202x2]
doesn't erlang allow for distributed cpu processing as well on nodes
would be nice to take advantage of dual core processors
Pekr
25-Jun-2006
[1204]
what is it about and what the benefits would be?
Graham
25-Jun-2006
[1205]
fault tolerance
Pekr
25-Jun-2006
[1206]
We saw attempts for some concepts, like Chord, which already failed 
due to unstable low-level networking code ....
Graham
25-Jun-2006
[1207]
error propagation
Pekr
25-Jun-2006
[1208]
messaging system? OK, I will better investiigate the link ....
Graham
25-Jun-2006
[1209]
distributed virus networks
Pekr
25-Jun-2006
[1210]
where does it fit with Uniserve, Rugby, Rebservices, Beer? Is it 
an upper layer, transport independent?
Graham
25-Jun-2006
[1211]
docs here .. he can answer that
Dockimbel
25-Jun-2006
[1212x2]
UniServe's kernel is just a fin layer abstracting REBOL's low-level 
IO. So everything network-related will be above UniServe.
I had a look at Termite's paper, I don't see what's really new there 
?
Maarten
25-Jun-2006
[1214x4]
Portable continuations? Process proxies to devices?
It's erlang implemented with the full power of Scheme.
full
 as in distributed
Imagine a database query you create, capture as continuation and 
distribute as process to whoever wants the last 10 customers.
Pekr
13-Jul-2006
[1218x2]
Mozilla Firefox 2 Beta 1 has been released. This milestone for developers 
and testers includes several new features including anti-phishing, 
browser session restore in case of a crash, support for client-side 
session and persistent storage, ability to re-open accidentally closed 
tabs, support for JavaScript 1.7, new Windows installer based on 
Nullsoft Scriptable Install System, new microsummaries feature for 
bookmarks, new search plugin manager and better support for previewing 
and subscribing to web feeds.
http://www.mozillazine.org/talkback.html?article=10979
Graham
13-Jul-2006
[1220x3]
does it still freeze during downloads?
That's my pet dislike about FF .. it freezes all the windows while 
downloading files
as though it's not multithreaded
Pekr
13-Jul-2006
[1223]
Analysts see JAVA EE dying in an SOA world ... http://searchwebservices.techtarget.com/originalContent/0,289142,sid26_gci1198211,00.html
Graham
13-Jul-2006
[1224]
that's what Carl has been saying .. complexity is death
Pekr
13-Jul-2006
[1225]
so finally time for scripting?
Graham
13-Jul-2006
[1226x2]
If we can get a stable and rich gui
Maarten, what's happening with your toute implementation?
Volker
13-Jul-2006
[1228]
According to java6 itstime for scripting.
Ingo
13-Jul-2006
[1229]
Well, 1.0.7 was the last usabel version off FF. 1.5 Just keeps eatuing 
memory, is _slooooooow_ to do _anything_ (but eating memory ;-)
[unknown: 9]
13-Jul-2006
[1230]
FF does get scary some times, and it seems easy to fix...odd.
MichaelB
15-Jul-2006
[1231]
http://video.google.de/videosearch?q=hp+labs+google+techtalks


This are two of a series of four (2 more to come in the next 2 weeks 
(if I remember correctly)) talks about capability security. I think 
they're highly educational, interesting and anyway important to widen 
ones view on security issues we face nowadays. Highly recommended. 
:-) (best to download the Google Video player and watch them by downloading 
them)
Pekr
17-Jul-2006
[1232x2]
Very nice MorphOS review - http://www.osnews.com/story.php?news_id=15209
I like those icons btw - and overal look too ...
Oldes
24-Jul-2006
[1234x2]
Maybe it's not so new (as I was a few weeks out of keyboards) but 
I just found that there is new Flash player - http://www.adobe.com/products/flashplayer/productinfo/features/
(but reading some discussions, thay have problems to be cross-platform)
Tomc
24-Jul-2006
[1236]
AMD + ATI  http://www.amd.com/us-en/Corporate/VirtualPressRoom/0,,51_104_543~110899,00.html
Graham
24-Jul-2006
[1237]
The new company will use the acronym DAAMIT
Volker
24-Jul-2006
[1238]
i thought it was A**
Tomc
25-Jul-2006
[1239]
too vauge.   A??  or  A[MT][DI]
Pekr
30-Jul-2006
[1240x2]
Opera's vision for version 10 - http://news.com.com/Opera+reveals+version+10+vision/2100-1032_3-6099692.html?tag=nefd.top
Opera plans to put their widgets on mobile devices, TVs, game consoles 
.... http://www.apcstart.com/site/dwarne/2006/07/799/opera-to-put-widgets-on-mobile-phones
Henrik
31-Jul-2006
[1242x2]
http://www.krugle.com/<---search engine for source code
searching for rebol gives some interesting results...
Pekr
7-Aug-2006
[1244]
Some news from WWDC - http://www.osnews.com/story.php?news_id=15411
Henrik
7-Aug-2006
[1245x2]
the new Mac Pro is evil :-) but it's also very expensive. it seem 
that the Mac Pro is moving up, becoming less for advanced home users 
and moving to enterprise/company/government users.
Xray for XCode looks also a bit evil. a very visual way to analyze 
program performance
Pekr
11-Aug-2006
[1247x2]
.NET and JAVA to get better dynamic language support - http://arstechnica.com/news.ars/post/20060810-7462.html
interesting discussions and links to the article - http://www.osnews.com/comment.php?news_id=15460
Robert
14-Aug-2006
[1249]
Not quite a news but IMO quite interesting: lukfil writes "We all 
know of floating point numbers, so much so that we reach for them 
each time we write code that does math. But do we ever stop to think 
what goes on inside that floating point unit and whether we can really 
trust it?"  http://rss.slashdot.org/~r/Slashdot/slashdot/~3/12335059/article.pl
BrianW
16-Aug-2006
[1250]
It's also interesting that Rebol doesn't need example 1, gets example 
2 right on the first try, and therefore doesn't seem to need example 
3
Anton
17-Aug-2006
[1251]
That is true, but I have noticed floating point approximation errors 
when adding up numbers during accounting.