Slashdot Mirror


User: AncalagonTotof

AncalagonTotof's activity in the archive.

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

Comments · 98

  1. Let's not speak about it then on Olympics Committee Says Non-Sponsors Are Banned From Tweeting About the Olympics (gizmodo.com) · · Score: 1

    Not at all.
    Let's them play their money games in private.

    I know, it will be hard.

  2. Re:So many features I will never use ... on New C++ Features Voted In By C++17 Standards Committee (reddit.com) · · Score: 1

    I have written template, but I can't remember when. I may write templates again, but I'm not looking forward to it. There are so many other solutions.

    However, I'm using containers, based on templates. Mostly those of Qt, rarely now those from the STL. That does not make my code not clumsy, nor not error-prone. You won't believe it, I do make error, whatever the language is ! Yes !

    I was just telling that, in my opinion, using template can makes my code look complex, obscured, hard to understand after 2 weeks, just as if I wrote it in Perl. And understanding compiler error messages, sometimes just because of a typo, can be a pain in the ass.

    Part of the problem is that I know nobody who ever read the C++ specifications, and I'm among those people. I could, but it would get me fired, because I've better things to do during the day, and I sleeping most of the night.
    I live for coding, but it cannot be my unique activity. And when I do code, my purpose is not to try to use all the old and new features of the language. My purpose is to make it work in a readable form, by me or may be later, by others. Others that can also be part of the problem (as I could judge, many of the colleague I worked with were not fit for such language; how lucky I am now, I'm the only C++ programmer in my current small team !).

  3. So many features I will never use ... on New C++ Features Voted In By C++17 Standards Committee (reddit.com) · · Score: 1

    C++ is still my favorite language, but I gave up on many features long ago.
    Even on templates ! Why ? Because just one stupid mistake can produce hundreds of compile errors.
    And also, I don't want my code to become Perl like : a write only language.

  4. Mac OS X supports aptX. I've done the test :
    - connect to an aptX capable speaker
    - alt-clic the Bluetooth menu
    - menu shows more details about the connection. Among them, it showed the used codec : aptX when it's used (SBC in most other cases).

    The market is pretty bad in my opinion :

    - CSR (owned by Qualcomm now, as you said) makes most of the sold chips. Perhaps something like 70%. But something you'd learn only after buying one of their expensive development kit is that the chip is based on a very old architecture, the ADK (SDK for CSR chips) is awful, resources are sparse. Some examples :
            - to build your application, you either start from scratch (just crazy) or use a provided example. You'll get something like 100 or 150 bytes of free memory for your data. Good luck optimizing the base code to get more.
            - sizeof(uint8) = 2. Yes. As crazy as it sounds, it is allowed by the C/C++ specifications. But that's the only time and the only platform on which I saw such a crazy thing. It may be justified by the old chip architecture (may be there's only even addresses, you can only reach pairs of bytes). But CSR does not advertise this, you have to guess by yourself and struggle with strange behaviors. CSR likes to waste your time. unit8 a = 255; a ++; a == 256. Deal with that.
            - the only I2C function available allows you to transfer data from the chip to a slave. Very well ? Not really. First point, how do you think the data is transferred from your buffer when sizeof(uint8) = 2 ? Just try, it's not documented. Second point, the documentation (I should say the comment in the .h) says that you'll probably encounter radio problems (sound cuts) if you try to transfer more than 64 bytes. Wrong, you'll discover that it should say : you cannot transfer more than 64 bytes, period.
            - how would you discover that ? By using the CSR support ? How long would it take ? Hours ? Days ? No, weeks. If you are a small structure, don't hope for a responsive support. It took us around 1 month to get an answer to a question, and we had many. You must be Bose or UE or something to get a true support I guess. You'll buy 50 K - 100 K chips per year ? Not interested.
            - the build firmware can use virtual filesystem. It works, but for an unknown reason, you'll can only use the first 3 KB of your files. There's a workaround, but that's 3 KB at a time.
            - the DSP part of the chip, Kalimba, has good performances on paper (80 MIPS I think). But its fixed point calculations. When you were using an ADAU1701, with floating point calculation, you fall from high. I could have known by reading the CSR chip datasheet ? May be. May be not.

    - Microchip : they bought ISSR after trying to buy CSR. They could be a solid competitor to CSR, but I don't know anything about any SDK. They have some very low latency solutions, using the BT radio, but no BT protocol at all, just some proprietary one.

    - Chinese manufacturer. I only know they exists. I did not even think about asking for datasheets or SDK ...

    - English solution providers. There are some, with a good experience of CSR chips (they are all from Cambridge, the C in CSR). But they are very expensive.

  5. Re:A prisoner could just as easily read the works. on Worshipping the Flying Spaghetti Monster Isn't a Real Religion, Court Rules (arstechnica.com) · · Score: 3, Insightful

    Why stop at scientology ?

    Bible ? Coran ? Tora ? Any other ?

    Thank you, judge, for stating that all religions are fake.

  6. Re:It really hurts me to say this. on Sarah Palin Says 'Bill Nye Is As Much A Scientist As I Am' (cnn.com) · · Score: 1

    Then, is it correct to say :

    He is a much a woman as she is ?

  7. In "work standing" and "work sitting" ... on Standing Desks May Not Be Healthier Than Sitting All Day, Say Scientists (fortune.com) · · Score: 2

    ... the problem is not standing or sitting, it's work ...

  8. My grandmother died few years ago, at the same age on Former First Lady Nancy Reagan Dead At 94 (nbcnews.com) · · Score: 1

    But nobody noticed.

  9. Re:Wait... on Paris Attacks Would Not Have Happened Without Crypto (arstechnica.com) · · Score: 1

    The real reason is complete failure of interior and exterior services.
    But nobody in the government agree to an inquiry on the matter.

    As far as I know, in France, there are :
    - 19 (yes ! 19 !) more or less "secret" services; intelligence services or so.
    - one day, somebody saw that it was not working. Solution ? Create a super service which task is to coordinate the 19 others.
    - problem : this solution is not working at all. New solution ? Create a super-super service to coordinate the super service. LOL.
    - not working ? People die ? Solution ? Blame internet (and encryption), spy on people, change the law and the constitution to spy more and to forbid demonstrations (of all kind), and give more power to police.

    Please, United States, do you think you still owe France something for what La Fayette did to help you ?
    You can payback now ! Help us eliminate the wanna be dictator Manuel Valls and his friends Caseneuve, Urvoas & more !
    Oh wait ? Already done during WWI an WWII ? Too bad, we're doomed ...

    Disclaimer : this post may contain inaccurate facts (present or past), except "dictator Manuel Valls".

  10. Re:100, not 1000^W^W^W^W^W^W^W^W^W^W^W on XKCD Author's New Unpublished Book Becomes Scientific Best-Seller · · Score: 1

    Sorry guys, yes, I did not noticed the "TEN". I feel bad right now.

  11. 100, not 1000 on XKCD Author's New Unpublished Book Becomes Scientific Best-Seller · · Score: 0

    And announced on https://www.xkcd.com/ long ago

  12. Re:This CEO now wishes his company was in the USA on Mandriva CEO: Employee Lawsuits Put Us Out of Business · · Score: 1

    Don't worry, politicians are working hard to put French laws on par with US ones. And the TPP will help them achieve that.
    By the way, don't be fooled by those who call themselves socialists : they are of the same kind than the right wing. Perhaps worse.
    Sarkozy, right wing, was very good at destroying employee protections, and giving at lot to companies.
    Holande, so called socialist, is doing worse. He is also urging a French Patriot Act, while the US are struggling to cancel it.

  13. Wrong Math ? on Making the World's Largest Panoramic Photo · · Score: 1

    70000 pictures = 46 TB ?
    This makes 689 MB per picture. Wow !
    I thought my 36 MPix / 46 MB RAWs were huge already !

  14. Re:When I want an IDE on Choosing the Right IDE · · Score: 1

    An IDE made by developers for developers.
    There's no fancy HMI going in the way, source code/other things ratio is always maximized. There's Git support (among some others I think).

    I'm even using it for non Qt project.

    The "worst" I've done is:
    - make a project with STM CubeMX and generate the code
    - using some bash scripts, I extract source files and parameters from generated file to produce a QtCreator project
    - enjoy editing with syntax highlighting, completion, even a simple refactor function (ok, semi intelligent rename across multiple files)

  15. My sound card is an A/V amplifier on Ode To Sound Blaster: Are Discrete Audio Cards Still Worth the Investment? · · Score: 2, Informative

    After many problems with sound cards, sound cards drivers and video drivers, I removed sound hardware from my PC.
    I use the HDMI output of my video card, connected to an Audio Video amplifier and that's all. 5.1 when needed, in games or VLC.

  16. Was he wearing ... on First Mathematical Model of 13th Century 'Big Bang' Cosmology · · Score: 1

    bow tie ?...

  17. Re:[GodwinPoint attribute="intentional"] on Tennessee Official: Water Complaints Could be "Act of Terrorism" · · Score: 1

    You're right, it would fit the context much better than the yellow star. The latter is by far the most known, though.
    The fact is that I didn't know about the other signs; or I didn't remembered. Anyway, shame on me, a French should know that. That's frightening me : losing memories like this one. I didn't know war. I barely spoke of it with my grand parents before they die. And I see the world committing the same mistakes than 50 or 100 years ago.

    Oh, sorry, I forgot the [CheapPhilosophy] tags ...

  18. [GodwinPoint attribute="intentional"] on Tennessee Official: Water Complaints Could be "Act of Terrorism" · · Score: 1

    The word "terrorism" seems to me more and more like the yellow star of WWII.
    [/GodwinPoint]

  19. Not a French Problem on France Proposes a Tax On Personal Information Collection · · Score: 1

    OK, France is not perfect. I can tell, I'm French.
    But this problem is not a French only problem. It's a problem of tax avoidance.
    Few years ago, Sarkozy said "Tax heavens don't exist anymore". Seriously !?!?
    So, why are Google, Amazon, etc, paying so little taxes ? In France only ?
    Do you think they are paying these taxes in your magnificent United States of America ?
    No, they're just paying a little as they can _everywhere_.

  20. It will be late, won't it ? on Newly Spotted Comet May Shine Among Brightest In History · · Score: 1

    I think we must adapt our calendars to make it arrive on 2012/12/21, don't you think ?

  21. Pay ? Or refund ? on MS Will Remove OEM 'Crapware' For $99 · · Score: 1

    Hi,

    Here, in France (and probably in some other countries), we can get money back for OS and crapware. OK, I'm talking about the whole set of crapware, Redmond one included.
    It's difficult, it's long, you have to go before a judge (or somebody close to). But you can get your money back. Several computer manufacturers have lost in court.

    M$ gives tools and procedures to OEM and manufacturers to add it. And now they want us to pay for it's removal ? "Vindju" comme on dit !

  22. SpaceOrb on Ask Slashdot: Physical Input Devices For Developers? · · Score: 1

    Does this help ? https://secure.wikimedia.org/wikipedia/en/wiki/SpaceOrb_360 Descent and Quake II do are "large data sets", aren't they ?

  23. gREAT cASE on Australia Adopts EU's Geographical Indicator System For Wine · · Score: 1

    [troll inside. Or not] I wonder ... Why are there so many upper case letters ? I thought only Germans put upper case letters at the beginning of all words. Not English ? So, why "Australia Adopts EU's Geographical Indicator System For Wine" ? And then, why only one in "amontillado, Auslese, burgundy, chablis, champagne, claret, marsala, moselle, port, and sherry". I think these words would deserve some, don't you think ? That's what I've been taught. May be I'm wrong, I'm French ... [end of troll inside. Or not]