Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:What's the point? (Score 3, Interesting) 187

More specifically, it is up to the judicial branch of the Swedish government to decide. The cabinet and parliament has very little say in how the authorities carry out the law. The few times they have tried, the Swedish press goes berserk and accuses them of minister ruling (ministerstyre), which is forbidden.
The Internet

The Puzzle of Japanese Web Design 242

I'm Not There (1956) writes "Jeffrey Zeldman brings up the interesting issue of the paradox between Japan's strong cultural preference for simplicity in design, contrasted with the complexity of Japanese websites. The post invites you to study several sites, each more crowded than the last. 'It is odd that in Japan, land of world-leading minimalism in the traditional arts and design, Web users and skilled Web design practitioners believe more is more.'"
Image

The Parking Meter Turns 75 Today 126

nj_peeps writes "75 years ago Carl Magee filed a patent application for what would become one of the most hated inventions in history: the parking meter. From the article: 'Magee's brainwave was to install a device that had a coin acceptor and a dial to engage a timing mechanism. A visible pointer and flag indicated the expiration of the paid period, meaning you either had to move, put in more money, or face the wrath of the local constabulary. The design continued largely unchanged for more than 40 years.'"

Comment I am apparently evil. (Score 1) 623

For the last year, I've participated/headed our company's effort in replacing our existing python code hell with a transactional framework (in C++ with services in any language) that provides fault tolerance, easy deployment, secured event collection (because they provide billing info), load balancing, speed and scalability.

It is well documented, has example code and test cases, and it received good feedback from the rest of the devs.

I've starting to push it internally for an open source release since I thought that a framework that focuses on fault tolerance, transactional routing and scalability and other ops-oriented problems would be a good thing for the world.

Ironically enough, one of the main reasons for developing our own framework was that clobbering together ACE + X + Y + whatever would yield a framework hybrid that seemed to messy for us to rely on. We would not know the code base, be (initially) dependent on community provided bug fixes and we would still have to write a ton of glue to get everything off the ground. So after a bit of soul searching regarding Not Invented Here, we decided to strike out on our own.

However, after reading TFA, I realise that I may actually be Satan himself planning to release a new and improved rider of the apocalypse on the world.

Why is this wrong? The company is bogged down by a crappy framework with huge performance issues and unclear API boundaries. Our new framework is 20-1000 times faster, provides a clearly defined API, and is asked for by other dev teams.

Rolling our own framework gave us a single integrated (but not monolithic) codebase where the developer can log, store events, send transactions, do threads, manage signals, access DB backends and read configuration data using one API.

The framework does take ownership of the main loop, and you do need to write plugins for your services. You can, however, register your own descriptors with the poll dispatcher in order to get a callback whenever traffic happens on it. We provide a basic worker thread model, but you are free to launch as many additional threads as you want.

What did I do wrong? Should I be shot?

Comment Re:Car analogy! (Score 1) 623

Letting 'what' take priority over the 'how' saves you development money for exactly one release. You will be in deep, deep yoghurt when you start planning on 2.0 of the 'what' project and realise that the previous project team just clobbered together whatever they could find in order to pass the test suite, resulting in the opposite of reusable code. The life cycle does not end with the initial release.

Comment This does not need terminal support. (Score 1) 233

This seems to be an MMS going out to the handset with a link to a web/wap site embedded in the message. Clicking this link will setup a GPRS connection to the site, which will flash the message and delete it. This is stock 3GPP usage with no protocol updates necessary. Please note, however, that it is not a text message. The sender does not use SMPP to push out a SMS message (max 160 byte) through the SMSC. This will cost both the message sender and receiver a lot more traffic than a regular SMS. /M

Slashdot Top Deals

All seems condemned in the long run to approximate a state akin to Gaussian noise. -- James Martin

Working...