Slashdot Mirror


User: jzu

jzu's activity in the archive.

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

Comments · 21

  1. Electrolytic capacitors on Ask Slashdot: After We're Gone, the Last Electrical Device Still Working? · · Score: 1

    Electrolytic capacitors have a poor life expectancy, typically decades. Cap jobs are common on old audio amplifiers. I heard that recent ones are made using "optimized" processes, which doesn't bode well for durability, and indeed I've had to replace a motherboard due to exploding capacitors. It gets even worse when they are not powered from time to time - it reduces drastically their lifetime.

    So don't expect to get most electric gizmos in working order straight out of a time capsule. Their power supply would probably need newly made electrolytic capacitors, which could prove difficult in a post-armageddon environment.

  2. Nationalism on One Astronomer's Quest To Reinstate Pluto As a Planet · · Score: 1

    To put this ruckus in perspective...

    The demoting caused a drama in the US mostly because Pluto was the only planet to have been discovered by an American.

  3. Re:Unix was built on top of a few paradigms on Is Modern Linux Becoming Too Complex? · · Score: 1

    > The comment about C is absurd

    You missed the point entirely. When Unix was conceived, it would not be written in assembly language as was usually the case back in the days. C was seen as terribly slow, its functions were costly. The vision behind that choice was that performance was not as important as clarity of design and maintainability.

    > The single process is sort of was done for dependant triggering of events between different event types to be done.

    I know that. Using a monolithic architecture makes it easier to manage dependencies. It is not the only solution to that problem though, and I would have preferred another one, more modular. Since I'm not in a position where I can design my own init subsystem, I use systemd, but I can't help noticing this "dependent triggering" doesn't work too well yet. No magic wand will solve such a complex problem, and being unable to easily isolate faulty parts makes it in fact harder to solve issues.

    > The Gphoto thing is not what you would call a core part of the system but is for your camera. I dont know what you expect it to look like, i dont see a problem.

    Hmmm... Ok, let's repeat. Instead of gphoto2://[usb:008,044]/store_00010001, I want something along the lines of /media/user/Camera/. This is straightforward. This is something I can use in scripts (instead of godawful hacks like parsing dmesg to grab these device numbers). Instead, we have this annoyance, a false abstraction, yet another telling symptom of what is wrong with "modern" Linux.

  4. Unix was built on top of a few paradigms on Is Modern Linux Becoming Too Complex? · · Score: 3, Interesting

    - Use text whenever possible
    - Performance is not paramount, so use C
    - And do one thing at a time but do it well - connect small specialized tools to build complex applications
    - Documentation, while terse, should cover all features
    - The filesystem is a simple tree starting with /

    Let's see what modern Linux does:

    - Lots of binary stuff everywhere, where text would do
    - You'll boot up faster with systemd, oooh yeah baby, totally rad!
    - Oooh, and it's more integrated, one single process does everything!
    - Look for processes with stranges names running on your machine, then try to find any documentation on them
    - gphoto2://[usb:008,044]/store_00010001

    The last one makes me angry. It's VMS all over again: is anyone here old enough to remember host::disk$1:[directory]file.ext;version? I can't find another way of accessing my phone data. I can't, for the life of me, mount it the way I would mount another volume.

    Guys like Poettering couldn't care less. They have a vision, for sure, and they have good ideas sometimes. But there are really two issues here: a good idea is not sufficient when you engineer a system, and their vision is not Unix. To hell with simplicity, to hell with consistency.

  5. Nothing is harder.

  6. JScript on Ask Slashdot: No-Install Programming At Work? · · Score: 1

    No IDE here, but if all what you want is discover new territories, you'll just need an editor. Apart from PowerShell, there is another decent scripting language on Windows, which is JScript. That's a Javascript implementation allowing to access system resources through "ActiveXObjects". Example:

    var fso = new ActiveXObject ("Scripting.FileSystemObject");

    Have a look at MSDN for reference about this object and others, then browse it, and various blogs, while happily writing your scripts in whatever editor is present on your machine. By the way, they will run on any Windows system, even XP. The drawback is that interfacing to DLLs is often impossible when it hasn't been provided by MS.

    Then, you might want to explore Javascript as a functional language - a usable Lisp in my opinion...

  7. Re:You can't blame games and porn on Are Porn and Video Games Ruining a Generation? · · Score: 2

    Me too. Does that mean an entire generation will become what I am now? How scary.

  8. Re:Call me picky but... on EU ACTA Chief Resigns · · Score: 1

    News sites usually answer on port 80, or 443, you know. 82 is highly unusual, so much that my corporate proxy won't let me connect. Who are these guys, whose site is on 82? Are they serious? I don't know, and couldn't read TFA, but this port does ring a bell in the "amateur news site" section.

    See, they called Kader Arif a "Chief" when he's only the "rapporteur". From Techdirt on this subject, 'A rapporteur is a person "appointed by a deliberative body to investigate an issue."', far from a "Chief".

  9. Which kind of problem do we want to solve with it? on Ask Amir Taaki About Bitcoin · · Score: 1

    The main problem I see with the current economic system is that finance becomes more and more decorrelated from production and consumption of actual goods, be they manufactured products, or services. Well, it shouldn't, otherwise crises happen, and they did happen - two in the 2000's - and they will happen again if nothing is done to fix the mess. (I believe nothing will be done, and we will pay dearly for this.) That Bitcoin thing tries to solve unessential problems, mostly ideological, while making early adopters rich. Should it really gain momentum, however, I see nothing in it that would alleviate the risk of a future financial crisis. On the contrary.

  10. Re:First Bid! on SCO Puts Unix Assets On the Block · · Score: 1

    I guess you have to put real money on the table for an auction. Like, $1.

  11. cu on Need Help Salvaging Data From an Old Xenix System · · Score: 2, Informative
    UUCP had a command called cu (call up) which is what you need. From "apt-cache show cu" on Debian/Ubuntu:

    The cu command is used to call up another system and act as a dial in terminal. It can also do simple file transfers with no error checking. cu is part of the UUCP source but has been split into its own package because it can be useful even if you do not do uucp.

  12. Another model on Why a Music Tax Is a Bad Idea · · Score: 1
    I agree a music tax is a bad idea, but not for these reasons (TFA is more exhaustive though). Reward marketplace failure? But the music market is rigged. Bureaucracy? I don't think its inefficiency could surpass the majors' operations. However, a music tax would be unfair to those who don't listen to music. And how would one determine each artist's share?

    Another flat rate music distribution model (this one being voluntary) might be this one, where music files belong to the customer whose ID tags them.

    First, flat rate is convenient. Flat rate is one of the reasons why IP took over - bye bye, X.25.

    Then, trust the users. Even if some of them remove the ID3 tags. Even if many of them do. Piracy is part of the music ecosystem anyway. Give them ownership, give them responsibility.

    Finally, you have to count the beans - how many downloads for which files from which artists. That implies centralization though a hub. There could be many distributors (think Google or your.national.isp or whoever), who would compete for the same basic service, and add additional services on top of that.

    But that's sci-fi right now.

  13. Reformatting and macros on (Useful) Stupid Vim Tricks? · · Score: 1

    gqap
    Reformats a paragraph. Think M-q.

    :map [list of one-key-commands]
    Binds a key (q being a favorite of mine) to a macro. Knowing h, j, k, l, 0, $ commands is a requisite, C-v allows control chars like line feed and escape.

  14. Re:change the process on Programmer's File Editor With Change Tracking? · · Score: 2, Insightful

    Yes, CVS/SVN/whatever is a good technical answer to a bad requirement. You probably cannot change anything at the requirement level, however, so your best bet would be to report your findings in a very technical and neutral way... And, as a side note or even a line in the corporate summary, just point out the deficiencies in the process and possible solutions if you can imagine straigthforward ones, leaving options open. BTW, the word "risks" has magical powers.

  15. Re:Three Words on Batman Discussion · · Score: 2, Funny

    Holy Slashdot, Batman!

  16. Re:Uh on MediaDefender Explains Itself · · Score: 5, Interesting

    Someone, someday, will find a legitimate use for a torrent tracker in an hospital. But simply imagine an illegal tracker run by a rogue employee. MediaDefender uses it for its tactics. The sysadmin notices the tracker, and shuts it down. MediaDefender's Stalin organ goes amok and shuts down the entire hospital network.

    Because of a BT tracker. Yeah, right.

    In Revision3's case, there might have been illegal file sharing occuring - thats only a civil case if memory serves - and certainly MediaDefender's attack was criminal. In the hospital's case, MediaDefender would risk becoming downright murderers.

  17. Memories from System III on Define - /etc? · · Score: 1

    The Unix file system hierarchy was not that populated around 1983 and you had obviously fewer files on a system. If memory serves me well, there was /usr for users (which I believe had already evolved to /usr/users - that was before /home of course), /lib for libraries, /dev for devices, /tmp for temp files, /bin for essential executables... and /etc for everything else, including less fundamental executables. You can find remains from this era in the /etc/rc* hierarchy: executables, indeed.

  18. Re:The other way round... on DNA to Test Theory of Roman Village in China · · Score: 1

    I couldn't find any information about it on the Web. I suppose an online library access would help since this is mostly research material, probably buried in expensive scientific publications.

    Usually, the best clues of foreign invasions are toponomic. For instance, quite a few French towns and villages are named "Allainville" and "Allaines" after Alans immigrants. Some of them, by the way, came with Attila's Alan/Goth/Hun confederation so a Hunnic settlement shouldn't be much of a surprise. What's baffling here is the ability to discriminate the genotype of a 1500 year-old small population through analysis of their blood - which is more or less an image, a projection of their DNA.

  19. The other way round... on DNA to Test Theory of Roman Village in China · · Score: 4, Interesting

    I remember an ambulance driver in France, near Chalons en Champagne, with distinctive asian features. Since he had a Russian name, I asked him once how his father looked like... but he smiled and told me his father looked Caucasian - OTOH his mother looked very much like himself. A fascinating explanation ensued: a Hun tribe had settled somewhere between Chalons and Troyes after the Battle of Catalaunic Fields in 451 instead of going back to Pannonia with the rest of Attila's army. They lived in a relatively isolated valley until recently, which kept their genes from being overly diluted. HLA groups are useful at detecting genotypes, and it seems theirs is clearly Asian.

    Now this is nearly unelievable because I know this area: mostly plains, lots of roads. Such a story seems unlikely to the casual listener; however, I did ask an Haematologist about it. He confirmed this story which is well-known in the field.

  20. So what? on Kiwi Flight Before the Wright Brothers? · · Score: 2, Interesting

    This guy was not the only one. Take Clément Ader, for instance. He managed a flight of 50 meters in 1890 in a steam-powered bat-like aeroplane, but with the wrong technology, one that forbade improvements, when the Wrights gave the right direction (and came at the right time, too).

  21. The shape of things to come on A More In Depth Look at PS/2 Linux · · Score: 1
    And you thought you could avoid this with a GPL'd environment? Well, I did, until today.

    Bye bye, Freedom. Hello, Sony.