PUBLIC   marks

PUBLIC MARKS with search slow

Sponsorised links

June 2009

Michael(tm) Smith » On privacy protection in Web applications and browser APIs

by karlcow

I feel a lot of anger and frustration in this list.

Some of the items seem fine to me. I would not have written them like this ;). I disagree strongly with the last one, not because of the rationale but the form. It’s an unproven affirmation. There will be cases where it will be indeed the case and some not. :)

About geolocation privacy, the issue has hit the fan already ;) Advertising the user’s location is one way to make aware the user (or users in developping countries) of a mobile device. Blocking access to the location is *not always* a solution either. Sometimes the solution will be in how long the data can be kept, sometimes the solution will be in how the data will be used.

Repeat after me 1000 times: It is not a privacy issue, but a lack (or very thin) opacity issue. The network makes the access to information very quick and easy. There’s no need or no use to block it. There is need to be able to slow down the stream at will.

May 2009

Ponoko Blog

by karlcow

If anyone has ever been involved in Industrial Design, Interior Design or Architecture for a large (or even mid sized) corporation you will know the pain of an incredibly slow process punctuated by hours of mind numbing meetings where an original concept is diluted beyond recognition by accounts, engineering, marketing, middle management, upper management, directors and the weird guy who is either in the IT department or servicing the coffee machine.

Sponsorised links

April 2009

Sex Scandal, Now In Slow Motion With Casio’s EX-FC100

by alamat (via)
We were gob-smacked by Casio’s EX-F1 camera that takes video at a whopping 1,000 frames per second.

March 2009

Zen Bound from Secret Exit

by sbrothier & 2 others
A calm and meditative game of wrapping rope around wooden sculptures. Something to be enjoyed at a slow pace: a game where a high score is not the goal. Zen Bound is designed to challenge in a subtle way, it does not attack or force the player.

bbPress

by keusta & 25 others
bbPress is forum software with a twist from the creators of WordPress. Have you ever been frustrated with forum or bulletin board software that was slow, bloated and always got your server hacked? bbPress is focused on web standards, ease of use, ease of integration, and speed. We’re focused on keeping things as small and light as possible while still allowing for great add on features through our extensive plugin system.

bbPress

by Spone & 25 others
bbPress is forum software with a twist from the creators of WordPress. Have you ever been frustrated with forum or bulletin board software that was slow, bloated and always got your server hacked? bbPress is focused on web standards, ease of use, ease of integration, and speed. We’re focused on keeping things as small and light as possible while still allowing for great add on features through our extensive plugin system.

February 2009

Still Developing...

by greut

Adding persistence is something that we will typically all have to do at sometime in most real world web applications and will definitely slow things down a little; so I thought I’d approach the problem using my latest favourite storage engine, CouchDB

a Restish example using CouchDB

lost in a moment on Vimeo

by sbrothier & 1 other
one take impromptu film made in Tokyo by Dennis Wheatley and Stefan McClean. We were sitting in this sushi bar pondering how best to set up a camera to film things all by itself whilst we were in Tokyo. Take our hands out of the equation... let the camera have its own journey. I'd taken a cannibalised record turntable with me from the UK with the idea of filming slow panoramas but it was painfully bumpy and stopped every minute. Then we had our eureka moment and filmed this. A few years later I was working on a piece of music and married the two together. The music is all about that feeling when you're half asleep in the sun.. the ambiance of foreign voices becomes a lullaby to dream away.

Why is the Internet so slow?

by xibe & 1 other

Stop refreshing this page repeatedly

by the one and only Maurice Svay! :)

January 2009

Jeeney AI Artificially Intelligent Life Online

by parmentierf & 1 other (via)
Jeeney AI is a form of artificial intelligence, a chat bot that has been programmed to dissect the English language carefully in order to discern what is being said to her. The artificial intelligence utilizes bots and subroutines to constantly analyze the data gathered from each individual that has spoken to the chatterbot, because of this, Jeeney's learning process is dependant on several different factors like the amount of people she talks to and what they are interested in, how well they type etc. Unfortunately, unless the ammount of people talking to Jeeney escallates with her accumulating knowledge, the learning process slows down over time. To offeset this slow down, I'm encouraging everybody to tell their friends about Jeeney.

5 Ways To Clone & Copy Your Hard Drive | MakeUseOf.com

by ERSWeb (via)
One of the most annoying things about owning a computer is the maintenance. It’s easily neglected. After all you don’t really notice the slow decline of your system’s performance, do you?

November 2008

Language (API) Processing 1.0

by Neewok & 1 other
The biggest changes in the months prior to release 1.0 are as follows:
  • Libraries - All libraries must be placed in a folder named "libraries", inside the sketchbook folder. Do not use the main "libraries" directory in the Processing distribution, as it is reserved for the core libraries, and is not visible on Mac OS X.
  • XML - The XML library is now included by default, so you won't find it in the Import Library menu anymore. In addition, the XML library since 0135 has been greatly improved, making it compatible with far more documents.
  • Processing.app - The Mac OS X release of Processing is now a single .app file, more befitting an OS X application.
  • Processing.exe - The Windows release has a new launcher based on launch4j. Unfortunately, some machines have a problem with the new launcher that we haven't been able to track down. If you have trouble, please help us find the problem. PDE files are also now double-clickable on Windows.
  • OpenGL - All OpenGL sketches now use 2x full screen anti-aliasing. This means that these sketches are always smooth, and the smooth() and noSmooth() commands are ignored. To return to the behavior found in the beta releases, see the hint() reference.
  • P2D and P3D - The P2D renderer has returned (see the size() reference) and smoothing is now enabled for both P2D and P3D. Smoothing support is unfortunately incomplete, however, and sometimes thin lines can be seen inside shapes. This is a very high priority bug to be fixed in a future release.
  • Candy and PShape - The Candy SVG library has been merged into the core, which brings along a new loadShape() command and a new PShape object. The special powers of PShape will be rolled out in future releases. For the time being, loadShape() works best with the default renderer (JAVA2D). Complex shapes will often appear jagged or not at all when rendered with P2D, P3D, and OPENGL. We've also added better support for SVG files created with Inkscape.
  • PVector - We've added a new class called PVector, which is a simple three-dimensional vector (also known as point or tuple) class. This is useful for storing point data, or operations on 3D points.
  • Tools - A new Tools API has been created for developers who want to contribute code that extends the Processing Development Environment in some fashion. Let your creativity flow with fantastical contributions like "Color Selector 2.0", "ROT13 Code Mangler", and "I Am Rich". Visit the developer page on tools for more information. Similar to libraries, tools are installed in a folder of the same name within your sketchbook folder.
  • Asynchronouse Images - Big JPEGs and small pipes? We've added a new requestImage() that loads an image in the background so that your sketch doesn't freeze when loading lots of large images over a slow connection.
  • Present - Present mode (full screen) is handled differently. When run inside the PDE, only Mac OS X uses exclusive mode with Present. Windows and Linux just do full screen windows. When run outside the PDE, all three simply create an undecorated window the size of the entire screen, and on the Mac, an option is added to the Info.plist file to hide the dock and menubar (since that cannot be done programatically from Java).
  • Compiler - We've removed the old Jikes compiler and are now using another. We've also tried hard to improve the quality of error messages, though some are still real gems that invoke the complaints of mainframe computers in 1970s films.
  • Internationalization - For better internationalization support, we've changed to UTF-8 encoding when loading and saving sketches. Sketches that contain non-ASCII characters and were saved with Processing 0140 and earlier may look strange when opened. Garbled text and odd characters may appear where umlauts, cedillas, and Japanese formerly lived. If this happens, use the "Fix Encoding & Reload" option under the Tools menu. This will reload your sketch using the same method as previous versions of Processing, at which point you can re-save it which will write a proper UTF-8 version.
  • Java - Linux and Windows now inlude Java 6 update 10 with the download. We still don't have support for Java 1.5 syntax yet, but we hope that the performance boosts in Java 6 will help applications run well.

Wubi - Ubuntu Installer for Windows - ubuntu wiki

by tadeufilippini
Troubleshooting Q. My download is very slow A. The torrent hasn't got very many peers at the moment, so download rates are limited. If you can download with a standalone torrent client with properly forwarded ports that would probably increase the download speed - if you do please seed for as long as possible. Q. I installed ubuntu, but how do I use it A. Reboot the computer, and as it's starting up you'll be presented with a menu - select Ubuntu from that menu and press enter. Q. The installer freezes at the splash screen. A. Try another option in the 2nd boot menu (GRUB menu). To see the menu you may have to keep tapping the escape key after selecting "Ubuntu" from the first menu. Q. When booting, I get this error: Error 17: File not found A. Try defragmenting your hard drive Q. The bootloader doesn't show up at all, and it boots straight into windows A. Make sure C:\boot.ini has a "timeout" value higher than 0, and that this is the last line: C:\grldr="Ubuntu" Q. I can't find the Boot.ini file A. Right-click My Computer, and then click Properties, then go to the Advanced tab, click Settings under Startup and Recovery, then Under System Startup, click Edit. Q. I can't login to Ubuntu with the username I specified in the installer. A. At the moment, the username is "ubuntu", and the password is "ubuntu", regardless of what you selected during installation Q. I'm getting gdm and xserver errors A. Ctrl-Alt-F1, log in, and run: sudo dpkg-reconfigure xserver-xorg, then reboot Q. My network doesn't work A. Open a terminal, and run: sudo dpkg-reconfigure dhcp3-client, then reboot Q. How can I remove ubuntu when I no longer want it A. Start the computer into Windows, and then go into "Add/Remove Programs" in "Control Panel". Select "Ubuntu Linux" and press remove. REMEMBER that this removes Ubuntu and any programs or documents you installed inside Ubuntu. Q. Can I install if my computer is running Windows Vista? A. Only if you're dual-booting with Windows XP; boot XP, install in XP, then select Windows XP in the Vista bootloader, then select Ubuntu. Users running just Vista, and not dual-booting with Windows XP will have to wait until GRLDR supports the Vista bootloader. Q. My Windows partition is not the first partition on my first hard drive. Will this work? A. Not for now. Support will hopefully soon be available.

DesignNotes by Michael Surtees » Blog Archive » Print, City and the Blogs

by karlcow

blessings and curses of magazines is that they take months to develop so there’s actual time to construct out a well thought argument

slow publishing

October 2008

Finch Formats Web Sites for Really Slow Connections

by decembre
The universal, high-speed-everywhere web isn't quite a reality yet, as anyone who's used a relative's dial-up or a seriously weak airport connection can testify to. Web page re-formatting tool Finch gives you just the text, ma'am, from any site you plug into its address box, stripping Flash, JavaScript, stylesheets, and even images from the layout. Tools like this often crop up for mobile phones, such as Google's Mobilizer, but Finch is made for the desktop browser. Some sites will work better with their graphical navigators removed than others, of course, but for anyone stuck with a fist-poundingly slow connection, or paying for every megabyte, Finch is a great bookmarket to keep handy.

5 Tips To Reduce Firefox Memory and Cache Usage

by decembre
Sometimes I just feel that Firefox is such a memory hog. Once I start to open up a few extra tabs, it starts to slow down my whole system. Fortunately, you can do something about it. Here are simple tips and tricks to reduce firefox memory and cache consumption.

September 2008

XEN Cluster HowTo

by camel
I have tried to run both Debian Etch and Ubuntu 8.04 Server on the cluster nodes, in Dom0. I started my tests with Debian, but I had some issues with slow samba performance in one VM that I couldn't fix so I decided to try Ubuntu Server, for the first time. Both installation went OK, the main difference was that I used mainly source code in Debian, but only packages in Ubuntu. I actually ran into more problems with Ubuntu due to some early bugs in the 8.04 release, will describe them below as I go along. And I have still to prove that running this setup in Ubuntu is stable.

PUBLIC TAGS

ajax   apple   art   audio   blog   blogging   blogs   book   bookmarks   books   business   car   community   computer   css   culture   design   download   dvd   education   email   finance   firefox   flash   flickr   food   forum   free   fun   funny   game   games   google   guide   health   history   home   hosting   html   humor   image   images   information   internet   ipod   java   javascript   life   links   linux   mac   magazine   marketing   media   microsoft   mobile   money   movie   movies   mp3   music   news   online   phone   photo   photography   photos   photoshop   php   podcast   programming   radio   reference   rss   science   search   security   seo   service   shopping   site   social   software   sports   technology   tips   tool   tools   travel   tutorial   tv   video   videos   web   web2.0   webdesign   wiki   windows   wordpress   yahoo  

Sponsorised links