Slashdot Mirror


User: dolmen.fr

dolmen.fr's activity in the archive.

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

Comments · 513

  1. Re:Specific Complains on Slashdot Tries Something New; Audience Responds! · · Score: 1

    I agree 100%.

  2. Less text content: not a improvement for sure! on Slashdot Tries Something New; Audience Responds! · · Score: 1

    I come to /. to read content directly from the home page. Not to look at irrelevant pictures on the side of truncated text, with most screen space wasted.

    We come to /. because the home page has that classic style that makes efficient to quickly read news.
    Most of my "news for nerds" now comes from Twitter, more than Slashdot nowadays. I will much less reasons to come to /. if the classic style disappear.

  3. Re:PowerShell on Ask Slashdot: Command Line Interfaces -- What Is Out There? · · Score: 1

    The only *major* issue is that finding the documentation for all those COM APIs is hard. That documentation is not installed on the base system. You have to be a .NET expert to use them.

  4. Re:JSON on Ask Slashdot: Best Way To Implement Wave Protocol Self Hosted? · · Score: 1

    This is not valid JSON : keys must be encoded.

    s/encoded/quoted/

  5. Re:JSON on Ask Slashdot: Best Way To Implement Wave Protocol Self Hosted? · · Score: 1

    {
        CustomerId : "ABCDEF012938487432112424242322426",
        AllowExtendedConfiguation: "true",
        IsMaximumLengthRequired : "true"
    }

    This is not valid JSON : keys must be encoded.

    And it it inefficient to send boolean values as strings instead of booleans because that data type is fully supported in JSON.

    {
            "CustomerId": "ABCDEF012938487432112424242322426",
            "AllowExtendedConfiguation": true,
            "IsMaximumLengthRequired": true
    }

  6. Re:Perl 6 on Interviews: Q&A With Guido van Rossum · · Score: 1

    Perl 6 has been "new" for 12 years now. It still doesn't have a complete implementation...

    12 years later its promised features are still relevant. But more than that the project still advances. Check https://6guts.wordpress.com/

  7. Re:Asynchronous python on Interviews: Q&A With Guido van Rossum · · Score: 1

    Python 3.3 has been released in September 2012, but the asynchronous features are not yet there.

  8. Perl 6 on Interviews: Q&A With Guido van Rossum · · Score: 1

    Perl 6 is an ambitious new programming language in the Perl family.
    Have you read the Perl 6 specifications?
    What do you think of the Perl 6, the language (syntax changes) and its new features (meta-operators, advanced OOP, built-in paralelism, signatures as first class objects, grammars)?

  9. Awkward question from my point of view on Ask Slashdot: When Is It OK To Not Give Notice? · · Score: 1

    I'm working in France where the standard notice period for a skilled job like software developer is 3 *months*. This notice period works both ways: for the employee and the employer. If some party doesn't want to respect that period, the other party can require compensation.

    So that zero days or two weeks period is so strange to me...

  10. Re:ThinkPenguin.com's against trusted computing... on Ask Slashdot: Best/Newest Hardware Without "Trusted Computing"? · · Score: 1

    Pretty widely reported here on slashdot.

    Prove your claims with an URL.

  11. Re:Slashdot affected as well on Xerox Photocopiers Randomly Alter Numbers, Says German Researcher · · Score: 3, Informative

    Slashdot uses Perl which is the programming language that has the best support for Unicode (while PHP support for this is comparatively almost inexistent).
    But that doesn't make Unicode work magically. The slashcode has to take it into account.

  12. Missing releases on Windows NT Turns 20 · · Score: 1

    A few releases are missing in the partial Windows NT history mentioned in the article:
    - Windows 2000
    - Windows XP
    - Windows Server 2003
    - Windows Server 2003 R2
    - Windows Vista
    - Windows Server 2008
    And the Xbox.

  13. Re:Lowest common denominator. on Ingy döt Net Tells How Acmeism Bridges Gaps in the Software World (Video) · · Score: 1

    If what you want is the feel of the original GWBasic, you don't want the computer speed of today.

  14. Re:surprise on Amazon One-Click Chrome Extension Snoops On SSL Traffic · · Score: 4, Informative

    This is exactly the same as Facebook, Google, and other social network do with their buttons. And this is in no way different from tracking by ad networks.
    Just use Ghostery.

  15. Unicode on Book Review: Programming PHP 3rd Edition · · Score: 1

    Please tell us how PHP rocks to handle Unicode...

  16. Re:But... on Book Review: Programming PHP 3rd Edition · · Score: 1

    AFAIK the Linux kernel is not written in PHP...

  17. Confirmed on the IE blog on IE 11 Getting WebGL, SPDY/3, New Dev Tools · · Score: 1
  18. Use a GPS on BBC Clock Inaccurate - 100 Days To Fix? · · Score: 1

    If you want accurate time to fix the time of your watch, use the time displayed by a GPS.
    It comes from at least 3 different atomic clocks in satellite and your receiver has algorithms implemented to compute the UTC time very accurately (at least much more than what a website could display).

  19. Re:Not-so-accurate source on BBC Clock Inaccurate - 100 Days To Fix? · · Score: 1

    And how do you measure on HTTP the transmit time and client side processing time to accurately fix the time received from the server?

  20. Re:Easy on Ask Slashdot: Wiring Home Furniture? · · Score: 1

    Linux may have worse power management than XP (especially if the manufacturer provides efficient Windows power management drivers, such as ThinkPad), but at least it uses the hard drive much much much less. And this alone should help to increase the practical usage of the battery capacity.

  21. Re:Nobody should contribute on OpenWLANMap: Free WLAN-Based GPS Replacement · · Score: 1

    Nobody should contribute to a database that doesn't specify the license right on the front page. This site doesn't mention the license on the entire site. IOW, this is another "open" project that is anything but.

    +1

  22. Re:Cars produce more on State Rep. Says Biking Is Not Earth Friendly Because Breathing Produces CO2 · · Score: 1

    In an ideal world, we would be able to eliminate CO2 from our atmosphere completely.

    Please, stop breathing: your body (and especially your brain) is wasting O2, and rejecting too much CO2. :)

  23. Bullshit on US CEO Says French Workers Have Three-Hour Work Day · · Score: 4, Informative

    Bullshit.

    We are also bound to the 48 hours limit.
    But hours between 35 and 48 must be either overpaid or given back as vacation. And that 35 hours limit legally applies only to companies with more than 20 employees.
    Most other EU countries also have a similar limit, but above 35.

    And most managing jobs have employment contracts that make the pay not related to the hours worked, so the 35 hours limit doesn't apply. In that case, most get about 2 weeks of additionnal vacation (in addition to the legal 5 weeks).

  24. Re:Leave in fallback support! on Moving the Linux Kernel Console To User-Space · · Score: 1

    I'm guessing it has not changed much because it's simple well understood.

    RTFA: "it's a user-interface in kernel-space, the code is poorly maintained, handles keyboards badly [...]"

  25. Re:Leave in fallback support! on Moving the Linux Kernel Console To User-Space · · Score: 1

    A fancy console would be nice as long as you can fall back to the old one. I'd hate to be locked out of a systems because some random video driver issue, font issue, unicode issue, or input device issue broke the new one.

    It can already fail for such reason.
    However what could change is that the userspace console process could be killed by the OOM Killer.

    Also make sure you're not dupilcating effort. If you're going to put the console in userland anyway, maybe make is share bits with your GUI.

    There is effectively some potiential for better integration. What about a console running over Wayland?