Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:32*M*B? (Score 1) 227

How much is the current zigbee and zwave devices using?

TCP is a bother in itself - UDP and UDP-based protocols are much easier, since they don't require a buffer for the transport stream, you can just reuse the packet space to answer on so you only need one MTU of space (1.5k). TCP needs the buffer for resending, and to buffer data before sending. Much hungrier... but still, where 32kB is well enough. :)

If anything, I would like devices that comes with a nice amount of non-volatile RAM for logging and backup purposes. (Where nice amount would be something like 128k. I'm fine with that. I currently have an EEPROM with about 64 bytes for logging. I have to be a little bit too creative then...)

Comment slashdot and languages (Score 1) 336

Now slashdot is doing it again.

If you understand programming, you can pick up most of that within a few weeks. If a senior dev gets mad at you during those weeks, look for another job.

If you don't understand programming and know all that stuff, there's no way you will learn the libraries and software that specific company uses within a few weeks and a senior developer will get furious.

C++ is just another language. It's in no way harder than C, interlisp or Python.
Standard libraries are just some libraries. All languages have those.

Comment tracking, visually annoying, destructive (Score 1) 618

I block ads because of three main reasons:

1. I don't like being tracked by a third party
2. I don't like visually annoying ads (blinking, moving, changing, etc) - I can't read a page if it feels like I'm in Shinjuku or Las Vegas.
3. Ads are often destructive, either they popup (in the page, or in a new window/tab) or they contain trojans or worms

Since I block lots of trackers, already there most ads vanish. Domains that serve any of the catagery 2 or 3 are also blocked - actually all third parties are blocked if they are not needed for the page. (RequestPolicy. It's a bit of work and why the can't people make pages without dozens of third parties anymore?)

Pages that don't have third party ads are not blocked in any way.

Pro tip if you want your ads to be viewed:
1. serve them on the same domain
2. don't animate them (maybe don't even use images)
3. don't make them have any sort of script

I for instance see google ad-words. I just can't click on them because it leads to a blocked tracker domain... :p

Comment Re:Singapore... (Score 1) 230

I'd guess democracy works as long as education levels are high enough and the democracy isn't diluted.

Dictatorship seems to work as well as long as education levels are high enough and corruption is avoided.

It's a good philosophical discussion where the limit is of when dictatorships are more democratic than democracies. :)

Slashdot Top Deals

There are two ways to write error-free programs; only the third one works.

Working...