Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Possible answer/solution. (Score 2) 199

I don't have a problem with the way it's currently done, but i have a possible solution that _might_ keep everybody happy.

based-10 numbered like an array.

You version numbers (minus the first significant digit) all go from 0-9, and once a minor-revision pushes a .9 up, it doesn't goto .10 it then reset back to a 1.0

i.e. so v4.9.0.10 = v4.9.1

Comment No they did not. They have failed HARD. (Score 3, Interesting) 296

The original goal of Phoenix(?) or whatever name they chose for the code-split from Navigator; was to build a fast, responsive and resource-minimal web-browser. When it was first released it was a HUGE success because not everybody wanted an all-in-one email/browser/calendar/contact/NNTP client.

Then they added the ability to run 3rd-party scripts, they called those 'extensions' (omg what is this new thing!) and that was super popular.

I like many of the /. readership was there at the birth of what we now call Firefox. We have loved it for what it was, and have tolerated it for what it became.

It is still my primary browser, but if I ever find a minimal-resource browser that offers functionality equal to 'NoScript' and 'Adblock-Edge' I'll switch.

Comment Hate it/Impressed by it/Start to like it/Hate it (Score 2) 471

The only thing missing was kitchensinkd!

A couple of the items were interesting (i.e. ntp-lite). I think the biggest take-away from this is that in the very near future every 'application' will be its own container. While this has some very good merits I am not sure how I feel about it. Cautiously optimistic?

As a server admin I hate systemd and all of its hell-spawn, but as an end-user i like some of these features.

Comment Missing the point. (Score 3, Interesting) 180

While a lot of people are jumping on the "..it wasn't encrypted.." "..FBI grabbed it while he was logged in.."
You are missing the point.
Step 1) NEVER carry incriminating evidence with you. Encrypted or not.
2) use a VPN/SSH Tunnel/etc (and/or both) to connect to the server where your data is. (make sure that server is located in a non-extraditing country, and filtered from you by a few shell companies)
3) keep an absurdly low 'idle-timeout' on your ssh sessions
4) use a dead-mans switch on that servers encrypted data
(i.e. run command "I_am_not_in_jail_yet.sh" every 15minutes.) {be more vague then this*}
5) ALWAYS assume that your local system is compromised. (boot/run from a read-only media)
6) don't brag about it! If more then 1 person knows; then your secret is not safe.

Comment OpenBSD & PF are your only sane choice (Score 2) 403

I have learned this the hard way so please take heed;

NB! most of the guides online have the syntax (order of wording) wrong for pf.conf included the beloved OBSD FAQ.
This is accurate and works on OBSD v5.6
99% of the online howto & guides will get your firewall almost working.

Use this as an example from my working pf.conf

pass in log on egress inet proto { tcp, udp } to $pub_ip port { ssh } rdr-to $workstation

You can spot the variables. Use 'LOG' for all of your entries and keep a "tcpdump -nettti em0 host 192.168.0.x" running while testing your setup.

Comment Attention SciFi fans! (Score 2) 52

This is a start!
It's this kind of thinking that will bring us closer to Vorlon tech, LEXX, or even Moya! =)
(did I miss any?)

Seriously, as others have pointed out, the most expensive valuable parts are not the airframe, but the motors/camera/radio/battery so stop the hippy-dippy crap and don't worry about making it out of biodegradable material.

But seriously, keep working/thinking in this direction.

Comment Re:Bitcoin. (Score 1) 353

I'm not sure if you are intentionally be obtuse or not seeing the forest for the trees.

Bitcoin allows the seller to directly receive payment from the purchaser. Whenever a seller depends on a 3rd party intermediary to pass money through then that seller becomes dependant on the whims of that third party.

In some cases that 3rd party has enough clout to enforce change that is beneficial to society. But that power can be abused easily.

Lets take an imaginary scenario:
Payment processor "Money Buddy" discovers that website "slave-labour-goods.com" is forcing children to work 23hrs a day for a nickle. "Money Buddy" tells them to stop being assholes or they will stop processing their payments.

Nobody can really argue that this forced-change is a bad thing. Now lets change the scenario to something more ambigious.

"Money Buddy" discovers that "imported-cheap-stuff.com" forces that any female employees wear a hijab. The "Money Buddy" CEO is a feminist and thinks that this is an oppressive rule. But "imported-cheap-stuff.com" is located in a country that enforces that law, and the president of the company proudly wears her Hijab during the press conference proclaiming that "Money-Buddy" is actively trying to oppress her religion and national law.

Bitcoin bypasses that middleman. If you want to support child-labour and buy your sneakers for $2 less then the competitor offers then you can. If you want to make sure your money goes directly to the people you want you can. Why allow these fat-cats to continue getting their cut when they offer no added value for their services?

Bitcoin can be an incredibly powerful tool for change in society.

Comment A few options. (Score 1) 294

If you have a system that you can test against (i.e. a server at your work with a fatter-pipe then you have at home, or a hosted server/VPS/etc.)

iperf

run "iperf -s" on the server and "iperf -c server.ip.address" on the client.
Read the man pages for more options.

If you don't have a 'known better then you' to test against try this to test your maximum download bandwidth.
Simple test: download a large file from Microsoft (i.e. a 'network install' service pack, or similar) or other big-host

More complicated:
run several (4-20) 'wget' concurrently. If you use Linux .iso's as your target download, make sure you grab the files from *.edu sites. Schools should have a lot more bandwidth then the average .com that is hosting files.

Your ISP might have several things in place from preventing DDOS attacks from there customer machines. So each 'download' might be throttled by your ISP. If you open several download threads to different locations, downloading different things you can maximize your usage.

Also, don't download the same thing twice from the same source. Caching can/will interfere with accurate measurements.

Slashdot Top Deals

Somebody ought to cross ball point pens with coat hangers so that the pens will multiply instead of disappear.

Working...