Slashdot Mirror


User: segin

segin's activity in the archive.

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

Comments · 513

  1. Re:So Android 3.0 ... on Google Delays General Release of Honeycomb Source · · Score: 1

    By the way, if you are convinced of your argument then post under your real name as I do. Otherwise you only make you and your organization look worse.

    I use my handle, but I provide my email address unobfuscated, which anyone can Google and get my real name (as it's in all the source code I have published, plus other things.) I simply hate my real name, and I always use the same handle. Is that fine?

  2. Re:Workaround on NYTimes Unveils Online Subscription Plan · · Score: 1

    Use proxies and clear your cookies often. Problem solved.

  3. Re:They wont succeed. on NY Times Asks Twitter To Shut Down Retweeting Feed · · Score: 1

    And the retweet feature is how Twitter sublicenses the content in compliance with the TOS. This is all perfectly legal, NYT is just butthurt that someone is screwing them in a wholly legal manner.

  4. Re:What's so ample about 512 Mb? on IPad 2 Teardown Shows Tablet's Guts · · Score: 1

    I could write a program to calculate as many prime numbers as possible with given memory. The algorithm, possibly the entire executable file, would be (nearly) under 4k of code, yet if it stored it's results to a simple, linear array in memory, it would eventually consume all the RAM of almost any system*

    *(Segmented memory, virtual addressing being narrower than physical - PAE or 32 bit code on 64 bit OS, etc aside, in such case, the program will consume as much memory as It can allocate from the OS.)

  5. Re:Sounds like an iPhone 4 and Macbook Air on IPad 2 Teardown Shows Tablet's Guts · · Score: 1

    And not running Windows does not automagically invalidate the Alt+F4 thing. A number of X11 window managers have that keystroke bound to the usual command, or can be bound that way by user config.

  6. Re:Sheesh... on Advance In PCM Memory Could Dramatically Reduce Power Consumption · · Score: 0

    And this is exactly why 96% of the comments aren't worth reading.

  7. Re:my cock available for sucking on DraftSight 2D CAD For Linux Beta Available · · Score: -1, Offtopic

    If they are so desperate for the frist psot, why don't we let them have it and let their childless stand out on top as a warning of what not to do on Slashdot.

  8. Re:1337 on Researcher Blows $15K By Reporting Bug To Google · · Score: 1

    I believe it's a crack at the floating point division bug on the original Pentium processor. Don't take it seriously.

  9. Re:I bought my PS3 dammit! on New PS3 Firmware Contains Backdoor · · Score: 1

    Except a company is just an conceptual and legal entity, and doesn't have human rights, so it should always get the short end of the stick.

  10. Re:Not a rootkit on New PS3 Firmware Contains Backdoor · · Score: 1

    actually, they can put whatever they want in the EULA and it is contractually binding, that's why those pesky pirates always avoid accepting Sony's EULAs - the "you agree for us to kill you" clause can be a real killer for some

  11. Re:There should be a future for office suites on LibreOffice 3.3 Released Today · · Score: 1

    That application already exists, it's called the web browser. Also, the same lack of future also exists for file managers, anti-viral software, and the act of 'downloading', in the traditional sense. The future of client computing (both in the home and the office) is web browsing thin clients that are useless without a permanent Internet or intranet connection. "Traditional" software will only continue to exist if it's server software. Desktop software as we know it, is dying. The OS wars are pointless, Windows, Linux, and Mac OS X are soon to be footnotes except as the OSes running the websites that enable us to use our dumb web browsing kiosks. With the advent of entire x86 PCs being reduced to an SoC, including GPU and RAM, 3D accelerated graphics through webGL, web applications that can fully replace everything traditionally done on the client machine, there is no need whatsoever for an OS. All you need is a web browser.

    And there will be tyranny as your data is no longer held by you.

  12. Re:Figures on Carrier Trick To Save IPv4 Could Help Spammers · · Score: 2

    Pastebin example code or it didn't happen.

  13. Re:Maybe it is a problem with the Windows formatti on Windows Phone Permanently Modifies MicroSD Cards, Warns Samsung · · Score: 1

    Content Protection for Recordable Media is the DRM scheme provided by the Secure Digital specification.

    Is everyone on Slashdot too stupid to realize that the S in SD means Secure and is an allusion to the fact that the card supports DRM at the hardware level?

  14. Re:Zap the card on Windows Phone Permanently Modifies MicroSD Cards, Warns Samsung · · Score: 3, Informative

    Secure Digital includes DRM. See this article for more information.

  15. Re:Isn't that three-letter acronym taken? on CDE — Making Linux Portability Easy · · Score: 1

    Alright, let's say I want to write code against the IJG's JPEG implementation. Which version should I compile against? 6.x? 7.x? 8.x? And what do I do when a new major release of libjpeg comes around? Do I root all my user's machines so that I can replace their installed copies of my application to reflect the new libjpeg.so.9? Or do I just try to use libjpeg.so.8 linked executables against the new version and watch the dynamic linker errors fly?

    Obviously you haven't heard of binary incompatibility. At least with Windows, you can load and run code compiled and linked against, say, NT 3.1's kernel32.dll 18 years ago on Windows 7 and have no afterthought of binary compatibility.

  16. Re:Isn't that three-letter acronym taken? on CDE — Making Linux Portability Easy · · Score: 1

    I believe that you are mistaking licensing concerns with security concerns.

  17. Re:Not worth the 1:12 of my life on Google Becomes Evil, the Video · · Score: 1

    Obviously you're a fucking idiot that doesn't get that it's a joke.

  18. Re:Can't they technically fork it? on Google Backs Out of JavaOne · · Score: 1

    I'm guessing that your phone is a Series 60 device. IYDK, Nokia ported Pythong to their Series 60 platform

    Let me support your case better: I have a Nokia 6620, that has a 150MHz TI OMAP-1510 ARM-based SoC and it can run Python. I once had a Nokia 6600 (which has a 104MHz ARM9T and discrete motherboard components, not SoC) and it, too, can run Python.

  19. Re:Can't they technically fork it? on Google Backs Out of JavaOne · · Score: 1

    RIM's JavaME implementation is hackish, at best, and even then, you're best off writing "native" BlackBerry code... which is STILL Java. J2ME support only exists in BlackBerry so that they can get away with doing essentially what Google is doing, except the core differences are that:

    1. BlackBerry's OS's, at least on ARM-based handsets, the entire native code portion consists solely of the JVM and hardware drivers - all other code and APIs in the OS is Java bytecode and
    2. BlackBerry uses Sun's JVM and Java bytecode.
    3. Java ME-specific APIs (those not shared with Java SE), IIRC, are all I/O (user (javax.microedition.lcdui), file, network, etc.), are probably just implemented as wrappers to RIM's own Java APIs (net.rim.*)
    4. There's more native code in a $5 featurephone or an Android device than in a BlackBerry.

    P.S. Yes, RIM's earlier x86 BlackBerry handsets ran native code and had native code interfaces for third party apps, arguably a whole different OS, but those handsets are so old that their relevance is nil.

  20. Re:Can't they technically fork it? on Google Backs Out of JavaOne · · Score: 3, Insightful

    So wouldn't Google's best option be for them to just implement the missing classes?

  21. Re:Archaic file manager? on Windows 95 Turns 15 · · Score: 1

    Windows Explorer was designed to be essentially a clone of the Macintosh Finder. NewShell for NT3.51 was the first version of Windows Explorer, which was then included as the standard and default graphical shell and file manager in Windows NT 4.0 and Windows 95, and later versions, and aside from the IE integration in Windows 98 and Windows 2000, the shell has essentially remained the same up to Windows Server 2003. The classic Windows Explorer is meant to be a good emulation of the Mac OS Finder from 1984-2001 (original Mac 128k's System Software through Mac OS 9.2.2), and the Windows Explorer in Vista and later is meant to be a rough clone of Finder in Mac OS X, note the Finder-like navigation sidebar and back/forward controls, as well as the new high-resolution icon support.

    KDE's Konqueror (at least in KDE 3.x, being replaced by Dolphin in 4.x) is (was) a good example of how Microsoft should have done their file manager. Konqueror's interface feels like almost a direct rip from Windows Explorer, yet it provides a tabbed interface, as well as a two-column layout (Norton/Midnight/Taco Commander, anyone?) for manipulating directories.

  22. Re:Valve != iD I suppose on Steam Not Coming To Linux · · Score: 1

    Because being sued by Epic Games for breach of contract and improper use of intellectual property doesn't look that good on your resume.

  23. Re:The ico format supports better resolutions on Nmap Developers Release a Picture of the Web · · Score: 2, Informative

    Except one big problem is that a site's favicon doesn't absolutely have to be .ico format. See the favicon Wikipedia article subsection on standardization and implementation and note that generally JPEGs, GIFs and PNGs can be used as well, which some browsers supporting GIF's and PNG's animated variant, and Opera even supporting SVG for favicon.

  24. Re:Valve != iD I suppose on Steam Not Coming To Linux · · Score: 1

    I don't know the full APIs provided on Mac OS X, as I don't know Objective-C, but AFAIK, process management and thread management require using POSIX API, as the OPENSTEP API doesn't concern itself with such things. Correct me if I'm wrong.

  25. Re:Valve != iD I suppose on Steam Not Coming To Linux · · Score: 5, Informative

    Developing for Linux is a lot like developing for OS X - pthreads, POSIX, OpenGL, and all. Besides, if they need their games ported to Linux, all they would have to do is contract Ryan Gordon.