Slashdot Mirror


User: flargleblarg

flargleblarg's activity in the archive.

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

Comments · 688

  1. Re:History of this issue is interesting on Dutch Regulators Want To Know Whether Apple is Favoring Its Own Apps (cnn.com) · · Score: 1

    When iPhone first came out in 2007 [...] It wasn't til more than 3 years later that Apple announced availability of 3rd party developer apps [...]

    Sorry, man. You're off by 2 years.

    The App Store opened on July 10, 2008, just 1 year after the first iPhone came out in July of 2007. On opening, the App Store had more than 500 applications available.

  2. Re: Good luck with that on Microsoft Drops 'Safe Removal' of USB Drives As Default In Windows 10 1809 (betanews.com) · · Score: 4, Funny

    I yank mine constantly.

    Don't we all. It just feels so good.

  3. EDIT: Damnit, I proofread that twice before submitting, and now noticed several typos: Where I wrote x, I meant to write either ch or cl, as appropriate.

  4. Neat trick. But I have to point out that your code:

    *wPos++ = 87 - ( ((cl - 10) >> 7) & 39 ) + ch;
    *wPos++ = 87 - ( ((cl - 10) >> 7) & 39 ) + cl;

    is unnecessarily confusing, unnecessarily complex, and unnecessarily machine-dependent.

    It would be more portable, much easier to understand, and require one fewer operation, while still being branchless, if it were written like this instead:

    *wPos++ = ch + '0' + ((x >= 10) * ('a' - '9' - 1));
    *wPos++ = cl + '0' + ((x >= 10) * ('a' - '9' - 1));

    And if hardware multiplication is slow on your CPU, you can do the following instead, which is also perfectly portable in C and does not rely on any undefined behavior (although it's back to requiring the extra operation):

    *wPos++ = ch + '0' + (-(x >= 10) & ('a' - '9' - 1));
    *wPos++ = cl + '0' + (-(x >= 10) & ('a' - '9' - 1));

    Note that the expression 'a' - '9' - 1 becomes the compile-time integer constant 39.

  5. "I feel uncomfortable when I don't use it, I'm not sure what I'm doing wrong."

    Oh, the irony there. That comma should be either a semicolon, a colon, or a period. The comma is grammatically incorrect there.

  6. Re:Typescript has restored my job satisfaction on TypeScript's Quiet, Steady Rise Among Programming Languages (wired.com) · · Score: 1

    Hey! I'm a tool, you insensitive clod!

  7. This news is very serious and very bad, but I spit my coffee when I saw the first four words, which I of course misread as:

    A-Hole Opens Up

  8. Re:Still suspicious on 22-Year-Old Google Engineer Dies At His Work Terminal (nypost.com) · · Score: 1

    Chewie, take the professor in the back and plug him into the hyperdrive.

  9. Re: I read too quickly for this on Tiny Books Fit in One Hand. Will They Change the Way We Read? (nytimes.com) · · Score: 1

    9-year-olds are making promotional videos now? Amazing kids these days!

  10. Re:First selfhosting copiler EVER! on How Microsoft Rewrote Its C# Compiler in C# and Made It Open Source (medium.com) · · Score: 1

    It's self-hoisting but it's not in any way portable because of it.

    FTFY (you forgot the "i" in "hosting").

  11. Re:First selfhosting copiler EVER! on How Microsoft Rewrote Its C# Compiler in C# and Made It Open Source (medium.com) · · Score: 1

    I think you mean self-hoisting, bub. Not self-hosting.

  12. Re:Love Python on Python Displaces C++ In TIOBE Index Top 3 (infoworld.com) · · Score: 1

    Undergraduate was all C/C++ for me [...]

    And I believe you! — because...

    It's versatility makes It [...]

    ...evidentally you forgot to take grammar class. ;)

  13. it just feels more emersive and real.

    immersive

  14. Misread the title on Lockheed Martin Creates Its Largest 3D-Printed Space Part To Date (engadget.com) · · Score: 1

    At first I thought this said:

    Lockheed Martin Creates Its Largest 3D-Printed Space Port To Date

    Now that would be something!

  15. and pre-OS X Macintosh line endings (CR)

    FTFY.

    CR (ASCII 13) has not been the Mac line ending character since the 20th century. It's been LF (ASCII 10, same as UNIX) for almost 20 years now.

  16. Re:Ain't broke. on Ask Slashdot: Why Do Popular Websites Add New Features So Sparingly? · · Score: 1

    s/recon/reckon/

  17. Re:Xfinity Mobile limits on Comcast Will Limit Xfinity Mobile Video Streaming Resolution (engadget.com) · · Score: 1

    Who are these people who are trying to stream 720p or 1080p video on their 5" phone screen?

    People with decent visual acuity.

  18. Re:People will freak out at this on Comcast Will Limit Xfinity Mobile Video Streaming Resolution (engadget.com) · · Score: 1

    480p is fine for mobiles. Only if you have a >10inch screen would HD make sense to even want.

    Speak for yourself!

    There is a world of difference between 480p and 720p on an iPhone 6/8 Plus or iPhone X. And you can even tell the difference between 720p and 1080p with most content. The difference between 900p and 1080p is hard to notice, but do not say that it requires a 10" screen to want actual HD content. You must have crummy vision?

  19. Re:How can people not know... on That Tablet On The Table At Your Favorite Restaurant Is Hurting Your Waiter (buzzfeed.com) · · Score: 1

    It's a purposeful misunderstanding of how statistics work and only used to squeeze working people harder every day.

    FTFY.

  20. There is more to this story that what is in TFA.

    Hmm, I don't remember any of this in The Force Awakens.

  21. Re:The real horror of "smart" timelines on Gmail Proves That Some People Hate Smart Suggestions (techcrunch.com) · · Score: 2, Informative

    I haven't used FB in years, but when I used it, I found it extremely annoying with how it would try to be smart about how to order my timeline,

    Oh it still does that.

    Uhhh... Did you not know that you can easily change this?

    To change:
    Click on the three dots "..." next to "News Feed" and select "Most Recent" instead of "Top Stories."

  22. So, basically... on Killer Robots Will Only Exist If We Are Stupid Enough To Let Them (theguardian.com) · · Score: 4, Interesting

    Killer robots will exist.

  23. Re:crypto-coins? on IBM Warns Quantum Computing Will Break Encryption (zdnet.com) · · Score: 1

    cryptocoin

  24. Re:Excellent Hack on Rebuilding the PDP-11/70 with a Raspberry Pi (wixsite.com) · · Score: 1

    What would I want to party on a dude as though it were 1979?

  25. Re:Decline and fall of Slashdot on AI Can't Reason Why (wsj.com) · · Score: 1

    Depends on the sub. The ones I hang out in are civil and welcoming of differing opinions.