Slashdot Mirror


User: lucifron

lucifron's activity in the archive.

Stories
0
Comments
33
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 33

  1. Welcome to the club.. on Indian Government To Track Locations of All Cell Phone Users · · Score: 1

    Norway (the promised land of freedom and liberty, my ass) enacted a similar law last april, and we're implementing it this very monent.

    We've already seen mass-dna-screening using phone based location data (before the law was even in legislation; seems the police already had access to this kind of data..), and lobbying for making retained data accessible to rights holder organizations without a court process (our law lumps cell phone tracking and internet access tracking together).

  2. Re:No rootkits then? on Patch For The Witcher 2 Removes DRM Shortly After Release · · Score: 1

    By "the game", I'm not referring to the witcher, I guess it could be read that way.

  3. No rootkits then? on Patch For The Witcher 2 Removes DRM Shortly After Release · · Score: 1

    After having my pc ruined by rootkits installed along with the game, DRM-"removal", i.e. patching out cd-checks or whatever just doesn't cut it for me.

    Fuck you publishers, I'm not touching any of your DRM laden crap ever again..

  4. How to 'mine' bitcoins on Google Engineer Releases Open Source Bitcoin Client · · Score: 1

    Thought I'd write up a quick 'getting started' guide for anyone that wants to give bitcoin mining a go:

    #1 - Download the bitcoin application from bitcoin.org, install and fire it up. It will connect and sync with the p2p network, downloading approximately 114700 blocks.

    #2 - Download and install the OpenCL driver for your graphics card / OS.
    You might also need the full SDK, my drivers were supposed to include OpenCL support, but the GPU miner still didn't work. For AMD/ATI cards, this link should work:
    http://developer.amd.com/gpu/AMDAPPSDK/downloads/Pages/default.aspx

    #3 - Download and unpack "PyOpenCL bitcoin miner" somewhere. You'll find windows binaries here (7zip-compressed):
    https://github.com/m0mchil/poclbm/downloads

    #4 - Using the bitcoin client, create a new 'receiving address' which you call 'mining income' to track payments.

    #5 - Sign up for a mining pool. You'd rather have a few cents an hour than wait months for a random shot at 50 BTC. I'd go with:
    http://www.bitcoinpool.com/newuser.php
    as they're free, while the others charge a fee of 2-3%. Wallet ID is the thing you created in step 4.

    You'll find the other pools here:
    http://www.bitcoin.org/smf/index.php?board=14.0

    #6 - Stuff the following into a .bat file and run it. Might want to try from the console first, to make sure all is ok.

    start /DD:\bin\bitcoin\poclbm poclbm.exe -f 60 --host=bitcoinpool.com --port=8334 --user=username --pass=password -d0 -v -w 128

    This of course assumes you're on windows, and installed to a directory named d:\bin\bitcoin\poclbm..

    Setting the f options to a higher value will cause less stress on your system. 30 is the default, shoot for 120 if your screen is lagging too much.

    The d option is the device id of your graphics card. Mine's device 0, it could also be 1, 2 or whatever.

    If the above worked, you should see a console window containing output like this:

    23/03/2011 17:18:55, long poll: new block
    23/03/2011 17:19:27, b15bbc4d, accepted
    23/03/2011 17:19:47, 97f98213, accepted
    23/03/2011 17:20:04, 2a8d658f, accepted
    23/03/2011 17:20:15, 96fd6e6e, accepted
    160772 khash/s

  5. Re:"Theft increases sales" on Comic Sales Soar After Artist Engages 4chan Pirates · · Score: 1

    You never hear stories about piracy hurting anything.

    Sure you do.. I've seen several threads in the last couple of weeks about open source being marginalized by unlicensed MS software. ;)

    PC gaming is far from dead, the revenue was $13 billion in 2009, up from $11 bn in 2008. Has it ever been healthier, despite an ever-increasing range of activities (and consoles) competing for our time?

    Go read the wikipedia pages on software-as-a-service, and I doubt you'll see piracy even mentioned. It's all about cutting costs through reduced overheads and specialization.
    While businesses can afford to pay for their software, 13-year old kids might not, but they still wouldn't be able to if the pirate bay wasn't an option. I simply don't buy the argument that copyright infringement equates to lost sales.

    The way IP holders and their lobbyists are pushing us towards a totalitarian society, in an effort to keep their antiquated business model, is such a threat to our free society that I'm in favor of major revision/relaxation of our IP laws. Their stated purpose is to provide an incentive for creating art and driving research, but people would, and do, these things regardless of profit.

  6. Re:That does it on Oracle Asks OpenOffice Community Members To Leave · · Score: 1

    Because PostgreSQL's performance is not enough for large websites and transaction numbers (it will need many times more hardware). We have a website with 2 million members and 200 million page views a month (10,000 concurrent users sometimes). We tried to convert to PostgreSQL but it just did not provide even near to the MySQL's performance on the same hardware.

    From my experience Postgres beats MySQL on single-query performance and is significantly better for high concurrency workloads. You must have been doing something wrong, or been depending on some mysql-ism like it's lower-overhead connections or the query result cache. Don't expect stellar results when your architecture clashes with the RDBMS..

    And even if PG is faster, that's not why I use it. I choose PG because it's a mature, well-behaving, solid piece of engineering, that I can trust with my data.

  7. Re:Intriguing on Norwegian Day Traders Convicted For Manipulating Computer Trading System · · Score: 2, Informative

    AFAIK this was a criminal case, and Timber Hill aren't involved beyond acting as a naive market maker.

  8. Re:Timber Hill beaten at their own game on Norwegian Day Traders Convicted For Manipulating Computer Trading System · · Score: 1

    AFAIK Timber Hill isn't involved in this, beyond losing some $$ by acting as a very naive market maker.

    The two men were brought up on criminal charges for market manipulation, after the stock exchange flagged their trades as anomalous and reported them to the authorities.

  9. Re:"Great leap forward" on PostgreSQL 9.0 Released · · Score: 1

    There is no feature parity. MySQL does have decent range of features these days, but they are often tied to some specific storage engine, which means a lot of them are mutually exclusive.

    Want full-text search and GIS? Sure, but you lose ACID and are stuck with table level locking..

  10. Re:I think Oracle is right on The Case For Oracle · · Score: 1

    To be honest I don't mind Oracle pushing this because I personally believe we'd see Google using Python to replace Java and I'd prefer that.

    Let's just ignore the fact that most, if not all, of those patents would still apply to a Dalvik VM running Python..

  11. Re:Starting to think of moving to the USA... on Industrial Marijuana Farming Approved In Oakland · · Score: 1

    The feds just print more money.

    Who gives a crap if it's sustainable, as long as the private prison industry & politicians they have on retainer earns well..?

  12. Re:There's got to be a better way... on Finland To Legalize Use of Unsecured Wi-Fi · · Score: 2, Insightful

    Then when the owners turn it off, they can't claim they didn't know what it meant.

    Why should it matter whether they "know" or not?

    ISP's aren't accountable for their what their users do, should it be any different for individuals who let their neighbours check mail or whatever?

  13. Re:Join removal is cool on What Is New In PostgreSQL 9.0 · · Score: 1

    Postgres, not Postgre.

    The name comes from Postgres relation to the earlier Ingres database.

  14. Re:Funny thing about these trades on Sudden Demand For Logicians On Wall Street · · Score: 1

    Your observations on how the market moves are pretty much spot-on, but aren't specific to automated trading systems.

    The market worked exactly the same back in the 20s [1], only a fair bit slower; You'd never see accenture drop to 1 cent in less than a minute back then.

    [1] - http://en.wikipedia.org/wiki/Reminiscences_of_a_Stock_Operator

  15. Re:on LISP on Programming Clojure · · Score: 1
  16. Re:Crimes and rationality on The Laidoff Ninja · · Score: 1

    Compare heroin prices in your neighborhood ghetto to bulk prices in Afghanistan (at _least_ 1500% -- what kind of interest rates do you see in your bank?). It might not be ethical, but it certainly could be rational -- even when you factor in the risk of getting caught, or killed by the competition.

    No amount of tax payer money wasted on police and prisons can stop that kind of profit; all we manage to do is drive up prices, thus making recruitment even more lucrative.

  17. Re:Enforcement? Not likely. on UK Bill Would Outlaw Open Wi-Fi · · Score: 1

    Selective enforcement is key here. Locking up anyone you don't like is easy when everyone's a criminal.

  18. Re:Three sources of scripting language inefficienc on Facebook Rewrites PHP Runtime For Speed · · Score: 1

    Flaky UIs - click on a button and nothing happens. Or things not drawing properly. These are my observations.

    Unresponsive UIs tend to be written by naive/ignorant developers who don't understand threading.

  19. Right in time for Christmas on Microsoft Disconnects Modded Xbox Users · · Score: 1

    I'm sure the timing isn't accidental. Whole lot of kids out there begging their parents to replace that bricked console now..

  20. Re:Fuck the USPTO on Twitter Faces Patent Infringement Lawsuit · · Score: 1

    The USPTO is not your enemy, congress is.

  21. One reason for not using GPL on 6 Reasons To License Software Under the (A/L)GPL · · Score: 1

    If your library is GPL-licensed, you're barring people from using it; from finding bugs and contributing patches. What open source is all about imho.

    Over the last two years, I've contributed to three different open source projects on my employers time. Granted, just small stuff, but improvements none the less. Had these projects been GPL-licensed, we'd never consider them. I'm sure my company is by no means unique. Would Apple be using, and contributing to, FreeBSD if it was GPL'ed, for instance..?

    In the end, open is always more competetive, and BSD/MIT/Apache/LGPL/+++ are more open than GPL. It's as simple as that.

  22. Re:Good News! on Programming Language Specialization Dilemma · · Score: 1

    C#? Really..?

    According to tiobe, Java, as well as C++, beats C# and VB combined..

    http://www.tiobe.com/content/paperinfo/tpci/index.html

  23. Yes, choose the JVM as your platform! on Hope For Multi-Language Programming? · · Score: 1

    The JVM is pretty much ubiquitous. It is also free, open and mature.

    There's of course Java, but you also have a multitude of other languages taking advantage of the JVM, e.g. JRuby, Groovy and Jython. See a more complete list here:
    http://en.wikipedia.org/wiki/List_of_JVM_languages

    My personal favorite is Clojure; a modern lisp taking full advantage of the JVM and Java's extensive libraries.

  24. Re:Dear Blizzard on Ask Blizzard Employees About Things That Matter · · Score: 1

    Yup, this is a question that _matters_. There's just no defense for their abuse of the broken us legal system.

  25. Let's boycott Blizzard! on Blizzard Tries To Forbid Open Sourcing Glider · · Score: 1

    Indeed. I'm completely against botting in online games, but not through such blatant abuse of copyright laws.

    With two major releases coming up, Blizzard may want to consider what they're doing to their image..