Slashdot Mirror


User: flowsnake

flowsnake's activity in the archive.

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

Comments · 52

  1. Re:I have a out of this world solution on Malware Evades Detection By Counting Word Documents (threatpost.com) · · Score: 4, Interesting

    It's an arms race. As the malware gets more sophisticated at evasion, the sandbox will be made smarter to counter this. Complexity and sophistication will increase. Eventually, they will get smart enough to pass the Turing Test in order to stay in the game.

  2. Re:remember playing this on The History of City-Building Games (arstechnica.com) · · Score: 1

    You can play Yellow River Kingdom here: JSBeeb. Shift-F12 to boot the Welcome disk and go through the programs till you reach it, or just enter CH."W.KINGDOM" to load it directly. (It's been ~25 years since I last typed that, but that particular bunch of neurons fired as if it were yesterday).

  3. Re:Can we be sure there are no exploits? on Linux Getting Extensive x86 Assembly Code Refresh · · Score: 2

    The only way to truly understand C is to read the CPU circuit design on which the application will run. Otherwise you are only assuming what the CPU will actually do with the opcodes generated during assembly. See 6502 opcode 8B (XAA)

  4. Re:Ppl who don't know C++ slamming C++ on Bjarne Stroustrup Awarded 2015 Dahl-Nygaard Prize · · Score: 2

    When the only hammer you have is C++, every problem looks like a thumb.

  5. Re:Modem connection tones on Ask Slashdot: Sounds We Don't Hear Any More? · · Score: 5, Interesting

    File under genre "ambient horror": Dial-up modem slowed down
    I could listen to this all day. And probably will.

  6. Re:Time to mourn another passing... on Dr. Dobb's 38-Year Run Comes To an End · · Score: 1

    IEEE magazines. Still available in print, if you want to pay the extra, or electronic format if you like trees. IEEE Security and Privacy and IEEE Software work for me. And if these are too lightweight, there's always the IEEE Transactions on $SUBJECT.

  7. Re:Yep on Neglecting the Lessons of Cypherpunk History · · Score: 5, Funny

    I've upgraded to ROT26 to make it twice as hard for the NSA to read my cookie recipes.

  8. Re:My experience with Surface on Microsoft Surface Touch Cover 'Splits Within Days' · · Score: 2

    You're holding it wrong. Not that big of a deal.

  9. Re:News @ 11 on Apple, Startup Go To Trial Over 'Pod' Trademark · · Score: 5, Funny
    sudo open the pod bay doors Hal

    OK

  10. Re:But does it tell you how to do animation? on Hacking Vim 7.2 · · Score: 2, Interesting
    You may find these helpful:
    C source code
    Hints

    From the 2004 International Obfuscated C Code Contest!

  11. Re:Preemptive military strike on Bill Gates May Build Small Nuclear Reactor · · Score: 2, Funny

    640 MK should be hot enough for anybody.

  12. Re:A challenge... on Toyota Black Box Data Is More Closed Than Others' · · Score: 2, Interesting

    The program is obviously written in the Whitespace Language.

  13. Re:Other services work fine on Google Unveils goo.gl URL Shortening Service · · Score: 2, Insightful

    Indeed. I'm not giving up my SoCuteUrl; the links come out a bit longer, but oh so lovely! For example, who would not prefer http://www.socuteurl.com/coozzypumpkins over http://www.ExpertSexChange.com?

  14. Re:Talking about the mode switching.... on Elite Turns 25 · · Score: 1

    how did they do that ? ( It always bugged me)

    As time progresses between vsyncs, the CRT electron beam scans left-to-right, then moves down a line, then left-to-right, until it hits the bottom-right - then it starts again at the next vsync. You set the video controller registers to mode A before the first line hits the CRT. A bit later, but before it reaches the bottom of the screen, you push new values into the video controller registers changing it to mode B; all the remaining lines are sent to the CRT in the new mode. You just have to make sure that the video controller register values get changed at the right point during each frame, and make sure that the mapped video memory contains data in the right format either side of the mode 'boundary' (although no boundary really exists). You can change mode more than once per frame if you want.

    You could always read the Elite source code to see how Bell+Braben did it.

  15. Re:for the uk people: usa gets cheap open universi on All-You-Can-Eat College For $99-a-Month · · Score: 1

    I don't know where you have worked, but The Open University is very highly regarded everywhere I have worked (large companies, household names), and by extension its graduates enjoy the same reputation. The fact that its graduates have shown the enthusiasm and work ethic required to complete full-strength degrees in their spare time reflects well upon these people when assessing their worth to a company.

  16. Re:Crass Ambition on All-You-Can-Eat College For $99-a-Month · · Score: 1

    Even good old Oxford is branching out into online learning these days; I do not think you would consider them a second-grade diploma mill. Unless you are one of those Cambridge types, of course :)

  17. Re:Big Brother on UK Plans To Monitor 20,000 Families' Homes Via CCTV · · Score: 1

    Every one of these "Big Brother" TV programme will just show groups of people sitting around in different houses, all watching different "Big Brother" TV programmes. It will be quicker and cheaper to just replace all televisions with mirrors so we can watch ourselves.

  18. Re:Sense of humor? on Facebook Lets Advertisers Use Pictures Without Permission · · Score: 4, Insightful

    What if someone else posts a picture in which you are present? Odds are that you have been to a family or social gathering at which someone has a camera, and has later uploaded the photographs. Avoid Facebook all you like, but if friends and family use it you are likely to end up on there whether you like it or not.

  19. Re:Premium price, not premium PC on Apple Dominates "Premium PC" Market · · Score: 1

    Apple dominates the premium priced market, not the premium PC market.

    Indeed. I suspect most of the premium PC market is taken up by self-build gaming PCs, which of course don't show up under any PC manufacturer's sales figures. A sub-$1000 PC covers everything that most home and office users want; people who need something more tend to know exactly what they want, and don't mind fitting it together themselves.

  20. Re:Coming soon... on Apple Dominates "Premium PC" Market · · Score: 4, Funny

    Maybe Microsoft will start selling the Windows 7 "I Am Rich" Edition for installation on Apple hardware?

  21. Great advertising for new versions! on Why Game Developers Should Shut Up About Used Games · · Score: 5, Insightful

    Let's say I buy $GAME second hand for $30. Perhaps I'll like it enough to buy the sequel $GAME_2 new, full price, when it comes out and not wait.

  22. Re:wait a minute on New Binary Diffing Algorithm Announced By Google · · Score: 5, Informative

    Not really a problem. Every n releases you push a complete patch - a bit like key frames in MPEG. People who keep their stuff reasonably up-to-date benefit from the smaller patches, those who don't just have to go back to the 'key frame' equivalent. And on the client - the latest version on the host is effectively the sum of all the diffs up to that point. OK so there is not enough information there to revert to an arbitrary earlier version, but usually we don't revert to older versions of executables. If we absolutely have to revert, maybe to undo a bad update, we can always just download a complete version of the required version.

  23. uses a primitive automatic disassembler on New Binary Diffing Algorithm Announced By Google · · Score: 4, Insightful

    An interesting approach - I wonder if this would also work as well on compiled bytecode like .NET or Java uses?

  24. Re:Bad news on What If the Apollo Program Had Continued? · · Score: 2, Funny

    3) There was indeed a better alternative to space icecream.

    In Space No One Can Eat Ice Cream

  25. Re:What if Kennedy hadn't committed to the landing on What If the Apollo Program Had Continued? · · Score: 2, Informative

    What if Kennedy had set a lesser goal, such as orbiting the moon?

    The Russians quite probably could have achieved with with Soyuz-based technology. We "know" this, sorta, because recently someone proposed putting a Soyuz capsule around the moon for a rich billionaire with $100m to spare.

    The Soviets did have the Luna programme - including Luna 10, the first artificial satellite of the moon. Interestingly, they focussed on robot exploration of the moon and remote collection of samples - probably closer in principle to the methods that will be used for future exploration of other planets in our solar system than manned flights.