Slashdot Mirror


User: JonySuede

JonySuede's activity in the archive.

Stories
0
Comments
1,103
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,103

  1. Re:Audiophiles on Pink Floyd Engineer Alan Parsons Rips Audiophiles, YouTube and Jonas Brothers · · Score: 1

    I am even more interested as I went to their site and they stated at least ten times that they are Canadian made.... As long as they are still manufactured in Canada I have no worry about theirs quality.

  2. Re:Audiophiles on Pink Floyd Engineer Alan Parsons Rips Audiophiles, YouTube and Jonas Brothers · · Score: 1

    I am interested in knowing the model of your Yorkville.

    I am certain that my Canada made Pioneers, wont last for ever even if the drivers membrane is in Kevlar, I am not interested in their current line of Chinese crap and the store that sold me good and reasonably priced equipment that even a listening room for A/B test, closed a few years ago, but the expensive store that sold Overpriced 10W tube amp for 3000$, store that refused to allow blind A/B testing btw, is still in business. So I would not know what to buy anymore without paying to much...

  3. Re:Thank god we still have Radio Shack on The Gradual Death of the Brick and Mortar Tech Store · · Score: 1

    Thank you both, I will surely use what I learned from the posts, next time I choose a replacement capacitor.

  4. Re:Thank god we still have Radio Shack on The Gradual Death of the Brick and Mortar Tech Store · · Score: 2

    And fixing digital circuit boards no longer requires colored resistors.

    You are right, nowadays it only consist of changing busted capacitors... I never saw another defect in a modern electronic device. Sure my sample is small since I do this as a hobby but it must be one the most frequent sources of failures or I won at the sampling lottery...

  5. Re:Audiophiles on Pink Floyd Engineer Alan Parsons Rips Audiophiles, YouTube and Jonas Brothers · · Score: 1

    192kbps suck for everything snare heavy... so let me express doubt about, oh sorry you said better not good....

  6. Re:Audiophiles on Pink Floyd Engineer Alan Parsons Rips Audiophiles, YouTube and Jonas Brothers · · Score: 1

    I have a pair of the last batch of Pioneers speakers made in Canada. The difference between the quality of those speaker paid 1200$CAD in 1997 and the others in the same price range is still audible in a proper room. The Kevlar made woofer are still as supple as they were in 1997, the wood still as strong...

    That said, with my current listening room, as soon as I crank the volume, they sound like shit. I could replace them with a 300$ Polk audio pair and I would not be able to ear the difference but take them outside and they are heavenly.

    Also the amp quality matters a lot. I recently repaired my father's vintage amplifier as the power caps were busted*1, and I was blown away by the sound pleasantness. It had a nice subtitle valve effect that removed the harshness of my listening room at high volume, I don't remember the exact model but it was an RCA paid 700$CAD in 1976. Those old school transistor were/are great, I think that I will build my next amp as I do not want to pay 5000$ for a class A amp, but still, I would like to enjoy the soothing subtitle valve effect.

    1- I replaced them with ordinary capacitor of twice the capacitance. In the power stage audio grade capacitor are useless as you can hardly measure (with a scope) the difference... In the preamp, capacitors quality matters and that's why I choose RF grade components as they are usually cheaper and better than those with the audio rating....

  7. Re:Just use the while .. break device on If You're Fat, Broke, and Smoking, Blame Language · · Score: 1

    step1();
    step2();
    if(!condition())
      step3();
    step4();

    now if it were a while true, the following construct would be justified
    step1();

    for(step2();condition();step2())
      step3();

  8. Re:Huh on If You're Fat, Broke, and Smoking, Blame Language · · Score: 1

    fat, sure they were; but broke, I never saw one. Now, if you meant broken that is another story...

  9. Re:Battery on US Air Force Buys iPads To Replace Flight Bags · · Score: 1

    And I forgot to add: it is a big fucking airplane so I approve of your low tech, 2.15$ (I over-spec the wattage of the resistor and the current rating of the Zener, as it is for the military after all) for one unit solution !

  10. Re:Battery on US Air Force Buys iPads To Replace Flight Bags · · Score: 1

    Is FIPS that important ? In my application servers I have a FIPS compliance mode, disabled by default, I have enabled it and nothing changed as far as my applications are concerned, when you read the documentation the only thing stated is that the setting enables FIPS compliance. I guess that if I had used one of the weak cypher available in that application server the FIPS mode could have protected me but that is only speculation as I did not....

  11. Re:Battery on US Air Force Buys iPads To Replace Flight Bags · · Score: 1

    would you really need much more than a Zener diode and a resistor?

    not unless you care about density and power efficiency....

    assume that the thing takes in 1A or 5W
    you have (28V-5V)*1A = 23W to dissipate out of your (23W/1A/1A)=23 ohms resistor

  12. Re:Excuse me... not a programmer's fault. on Programming Error Doomed Russian Mars Probe · · Score: 1

    "Beware of programmers who carry screwdrivers." - Leonard Brandwein

    "Be affraid of programmers who carry wire-cutters" - Me

  13. Re:Lesson of the day: on Google In Battle With Its Own Lawyers · · Score: 3, Insightful

    You need a Java developer. And an Oracle DBA. And a Linux admin. And a Windows server admin. And someone to babysit your NetApp. And a network admin. And a .NET person. And on, and on, and on.

    And then they still tell you that you need consultants because upgrading a critical part of infrastructure is very complicated.

    This is what I hate about building software systems.
    When a company outgrows its office, they have an architect design another more adapted building, they usually sell the first and they have a professional construction company built the building according to the plan. However, when software is involved, the current system are kept, digital duck-tape is used and the new system is somehow working with the old one at the price of an incredible maintenance cost.

    If we had a professional software architect title, much like the professional engineer title, we could have something that resemble the building/electrical/gmp codes. We would have software architecture cabinet that design and supervise the execution and we would have software construction companies... The assorted set of workers that are needed in software construction could form theirs own professional associations. And peoples and companies would be accountable for failure.

    Everyone, who's professional enough to remain a member of his professional association, salary would raise up as it is usually the case when a title gets reserved. We could then refuse to support those crap assortment of systems as they would not be up to the software construction code.

  14. Re:Curious on Ask Slashdot: Are Daily Stand-Up Meetings More Productive? · · Score: 1

    Using big-O-notation to communicate with the business peoples is assured failure. However, when you are talking about the scaling properties of an algorithm, it is the proper terminology.

  15. Re:Curious on Ask Slashdot: Are Daily Stand-Up Meetings More Productive? · · Score: 2

    you missed the problem translation part, that part of a true CS education, enables the utilization of one well tested solution to a seemly unrelated problem. Math rule's, I recently used a part of Dijkstra algorithm to optimize the generation of oversized PDF, I went from 6Gb of ram to 700Mb to merge 8Gb of pdf down to a 55mb file and the performance went from 4 hours to a big 55 seconds on the same hardware....

    You might ask what the link between Dijstra and a pdf file...
    Well a pdf file is a serialized objects graph and if you have a reference to an object too far away in the file, the printer or the viewer will slowdown, if you store every object as a copy you get a ginormous file and everything slowdown. Since you can modelize that as a weighted graph, you are able to calculate a distance field between the repeated objects. As you merge you use your look-up table, to take the following decision : if your copy is to far away (+-100 pages), store it as copy, else store it as a reference...

    Mass printing is a common problems and yet I did not find any good product on the market, each of the product I tried was generating crap files (2-3 Gb when I generate the same document with file size of 55Mb) or was taking forever (6 to 10 hr) to complete when I do this in 55s...

  16. Re:Curious on Ask Slashdot: Are Daily Stand-Up Meetings More Productive? · · Score: 1

    . None of those scale. As complexity increases each of those techniques reaches a point where they fail, badly.

    traditional Dijkstra implementation : O(edgesCount+vertexesCount*ln(vertexesCount)) how does that does not scale ?

    I assumed that you meant elements count when you wrote complexity, if not please specify what kind of complexity are you talking about. You might have might accidental complexities, but those are slowly being taken away by our tooling's.

    You might have meant business domain complexity but if you meant that, it is related, as if you can translate a problem into a path finding problem in a weighted graph, you then have a solution with a relatively low O bound.

    So please specify what did you meant by complexity ?

  17. Re:Article smells strongly of B.S. on The IT Certs That No Longer Pay Extra · · Score: 0

    the business-blind sysadmin geek has never been up for the higher reaches of IT

    sadly it happen some time... ignorance is probably a bliss, as some of them might says

  18. Re:If it happens in cardiology... on Mechanic's Mistake Trashes $244 Million Aircraft · · Score: 1

    Arrogance kills

    I will write that into the frame of all my graphic deployment tools, and thanks for the link !

  19. If it happens in cardiology... on Mechanic's Mistake Trashes $244 Million Aircraft · · Score: 1

    If a forgotten scissor can happen in cardiology it can happen everywhere

  20. Re:I won't on How Will You React To Twitter's Regional Censorship Plan? · · Score: 1

    I took 30 as around here it seems to be the cut off point but it is pretty arbitrary and I assert that studies on that subject are warranted to find the cut off point per quantile per region.

  21. Re:Spark != SPARC on New Spark Tablet To Come Loaded With KDE's Active Plasma Interface · · Score: 1

    now turn on the sound and make the picture visible then redo the benchmark

  22. Re:But why can't we have tech schools with humanit on UCLA Professor Says Conventional Wisdom on Study Habits Is All Washed Up · · Score: 3, Interesting

    Because CS!=IT, that all....

    CS is someone using is knowledge of theory to suggest adding a bloom filter to a database before performing a membership test in a big set.
    IT is the guy who manages, configure and deploy the servers...

  23. Re:I won't on How Will You React To Twitter's Regional Censorship Plan? · · Score: 1

    over or under 30 ?

    I am over 30, for me and almost everyone I know in the age group, what you said is true. However, for almost any 20-something I know, the opposite is true. So I postulate that this is a generational thing

  24. Re:Nothing on The ACTA Fight Returns: What Is At Stake & What You Can Do · · Score: 0

    winning WW2

    I thought that it was won by the Swiss bankers ?

  25. Re:How do we protest this? on EU ACTA Chief Resigns · · Score: 2

    corrupted politicians are like pirate sites:
    cut one head and 2 grow back....