Slashdot Mirror


User: DdJ

DdJ's activity in the archive.

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

Comments · 864

  1. Re:you read it right – GNU GPL v3 on GNU GPLv3 At the Heart of the Black Hole Image (www.tfir.io) · · Score: 1

    I suspect the reason some people think this is remarkable is that a bunch of projects (like the Linux kernel) make a big deal out of staying on v2.

  2. Re:Go back to older HTML. on Google Tests 'Never-Slow Mode' for Speedier Browsing (zdnet.com) · · Score: 1

    So where would that leave web applications that have a legitimate use for "all this HTML5 crap"?

    Hopefully, with a relatively fine-grained exception system that allows this to be overridden explicitly when it makes sense to.

  3. Re:It'll be a long lived Zombie... on Ask Slashdot: How Dead Is Java? (jaxenter.com) · · Score: 1

    Sure, the OpenJDK exists, but you have to test your long standing and legacy applications against it.

    Our vendors have started doing this for us.

    One of the big Java-based tools we build on top of suddenly announced that they now support OpenJDK 8 and 11. It's pretty awesome.

  4. Not at all. on Ask Slashdot: How Dead Is Java? (jaxenter.com) · · Score: 1

    From where I'm sitting, it's not even a little dead.

    From my perspective, it never had any real place on the desktop or in the browser. But it had a place on the back-end of big internal enterprise applications (like, the stuff that makes sure peoples' insurance gets paid for by your employer). And, I still observe it having a place there.

  5. This is why I wrote a browser extension for my main desktop browser that literally blocks it from being able to play any media (video or audio) at all. I'd rather do without YouTube and Netflix on the desktop than have to deal will this deluge of crap.

  6. Very glad it's open source. on Netflix Just Announced a User Focused Security Application (netflix.com) · · Score: 1

    Upon seeing that it's open source, I'm already starting to brainstorm how to help local schools and libraries set this thing up. Neat!

  7. Re:Facebook use plummets during business hours on Facebook To Autoplay Videos With Sound On By Default (androidandme.com) · · Score: 1

    This will just lead to browsers muting sound by default

    I actually wrote a browser extension that prevents my browser from loading any media of any kind at all. Coupled with turning off all plugin support, it's been an absolute delight. Never any sound, rarely any motion.

  8. If you are not testing restores... on GitLab.com Melts Down After Wrong Directory Deleted, Backups Fail (theregister.co.uk) · · Score: 1

    ...then you are not performing backups.

  9. Remember Mordin Solus on Slashdot Asks: Are You Ashamed of Your Code? (businessinsider.com) · · Score: 4, Interesting

    I've at times had to code up things I haven't been happy with, but rather than refuse to do it, I tried to modularize stuff so it could be fixed later when management changed.

    This is, I think, better than refusing, and having someone else code it up. To quote Mordin Solus, "someone else might have gotten it wrong".

    (And in at least one occasion, that worked -- for one product I worked on, we managed to safely and quickly kill the "phone home" DRM before it got out into the wild. Felt filthy working on it, felt good to bury it.)

  10. You can't legally VM Mac OS. It just doesn't have compatible licensing.

    You can if it's 10.7 or newer and your host is a Macintosh itself.

    Prior to 10.7, you had to run the server flavor of the OS and be on Macintosh hardware. Which is why I own a copy of OS X Server 10.6 -- lets me run it in a VM.

    But after 10.7 came out, Server changed to an app you run on top of the regular OS instead of a distinct version of the OS, and they updated the licensing at that time.

    If you're confused about what you are and aren't allowed to do: VMWare keeps track, and if you have the latest build of VMWare Fusion, it'll only let you install versions you're allowed to run.

  11. So, kinda libusb for JavaScript? on Google Developers Create API For Direct USB Access Via Web Pages (softpedia.com) · · Score: 1

    My first thought was that they were basically doing libusb bindings for JavaScript (and then exposing those bindings within a web browser).

    But, no, those bindings already existed: https://github.com/schakko/nod...

    I must be missing something. I'll go dig for technical details to try and figure out what.

  12. Wake me when it's BeOS's next turn. on The Return of OS/2 Warp Set For 2016 (techrepublic.com) · · Score: 1

    The next time a similar story comes out for BeOS, I'll probably be interested.

  13. Re:HiDPI on Users Decry New Icon Look In Windows 10 · · Score: 1

    I guess operating systems acquiring HiDPI support is one of the reasons going for the flat look.

    My own guess is that someone has a color e-ink display in the works.

    The last time I checked, cheap color e-ink displays simply couldn't show enough colors for photos. They were fine for charts and graphs, and fine for color-coding text, but if you tried to do something photorealistic in them, well, it was worse than old 90s-era 16-bit displays.

    Flat icons with few colors would work spectacularly well on such displays.

    If these icon changes are actually in support of color displays that draw almost no power and are completely readable in full sunlight, then bring on the ugly icons please!

  14. Re:I'll take the wine instead on The Mathematical Case For Buying a Powerball Ticket · · Score: 1

    Incorrect. Buying a *single* ticket is worth it, since it puts you on the playing field at least.

    I do not agree, because everyone is already on the playing field.

    There is always a nonzero chance that you'll find a winning ticket, or receive one as a gift. That's a true thing that many people haven't internalized.

    If you can internalize it, then you're always playing, and the question is whether the increase in odds from your zeroth purchase to your first purchase is worth the cost. (I have never decided that it was, so far.)

  15. Re:Who want to play games on Linux? on AMD Catalyst Is the Broken Wheel For Linux Gaming · · Score: 1

    Is Linux really aiming that hard at becoming a toy OS for thirteen year olds like Windows?

    Speaking as an old-time Unix neckbeard, the best evidence I've got is that the answer is "yes". (cf. "systemd", "Network Manager")

  16. Re:Fork it all on Systemd's Lennart Poettering: 'We Do Listen To Users' · · Score: 1

    You mean like Devuan?
    https://devuan.org/

    I'm currently trying to decide between that, Debian/kFreeBSD, and stock Debian with systemd purged and locked/held (so that I can't accidentally install something that requires it).

    Why Debian/kFreeBSD? Because systemd is not portable and won't run on the FreeBSD kernel, so Debian/kFreeBSD literally cannot make the switch. I do not care very much about the kernel or about Linux-specific features, so I don't really see much of a downside to it.

    (For me one of the core tenets of the Unix philosophy has always been portability. I do not want everyone running on the same kernel, or the same CPU architecture, or the same byte order, or the same word size, or anything. Code should be portable across all of that. Write pure ANSI C if you can, and add POSIX if you must, and if that won't do the trick, then compromise but feel ashamed of it.)

    At the moment I'm leaning towards "stock Debian with sysvinit, and further with systemd explicitly blacklisted". Even with all the bullcrap that's been going on, it'll be a while before Debian truly requires systemd for much, and I can hope that they'll just change course before then. I can always switch to one of the other approaches later.

  17. Still my second-favorite language. on How Relevant is C in 2014? · · Score: 1

    C is still my second-favorite language.

    It was my favorite from... around 1983 to 1989, at which time Objective-C became my favorite.

    (Apple is working towards destroying Objective-C, so my favorite may very well go back to C in a couple of years.)

  18. Oh, nifty! on Debian Talks About Systemd Once Again · · Score: 1

    Nifty! If this plays out the right way, I may be able to drop my plans to abandon Debian on my servers.

  19. I suppose if... on U2 and Apple Collaborate On 'Non-Piratable, Interactive Format For Music' · · Score: 1

    I suppose if the new tech amounts to "live interactive chat session with a webcam musician", that might provide an experience that some people are willing to pay for that's difficult to pirate.

    It's hard to imagine much else that would actually work.

  20. Why is it taking so long for flying cars? on Why Is It Taking So Long To Secure Internet Routing? · · Score: 1

    The headline made me do a double-take. It's like asking "why is it taking so long to develop an invisibility cloak?" or "why is it taking so long to develop flying cars?".

  21. Re:Google is dropping XMPP and Talk/Chat anyway on XMPP Operators Begin Requiring Encryption, Google Still Not Allowing TLS · · Score: 1

    Or can you give me one good, solid reason why an ordinary person would want to use a non-Google XMPP server?

    Some employers provide on-site supported XMPP servers. Until recently, I've been able to use ours to collaborate with external partners on GTalk, using federation.

    Some vendors provide built-in XMPP servers as part of other products. I'm aware of one telephony platform that does so and one IT helpdesk service that does so. Using their servers enables certain useful features, like "they look like text messages to phone users" and "customers can open issues with the help desk by sending them IMs". Those are more useful when federation works.

    Some web service providers have XMPP support in their service platforms. I used to be able to have IFTTT send messages to me, due to federation. Google's announcement about turning off the service has caused them to remove the channel from their service entirely. Now I can't use it anymore.

    (Those are just the ones that have been impacting me personally as of late. I'm sure others could think of more. No, they're not mainstream. Yes, they're real.)

  22. Re:As a Sr. Analytics Manager... on Ask Slashdot: Minimum Programming Competence In Order To Get a Job? · · Score: 1

    As an analytics manager you want to see Excel? Why? If someone on your team can do everything else that you list, plus maybe Python, Octave or MATLAB then why would you want to dirty yourself with Excel?

    At a guess; because a ton of the data you receive will come by default in Excel format, and because a ton of the recipients your'e going to be asked to deliver data to will want it in Excel format.

    I've begun doing some analytics in my current job (which is pretty much all Unix, all server-side), and I'm finding this to be the case surprisingly often.

  23. And perhaps we can agree that a level 2/10 would not likely get hired anywhere.

    I'm not prepared to concede that. I'm also not prepared to concede that it should be the case.

    If there are a large number of 2/10 programmers out there not getting hired, then more value can be extracted from the workforce if someone can come up with a sandbox or somesuch in which they can actually be used productively.

    Maybe you get four of them and have them keep swapping off in pair-programming pairs. Maybe you only let them write code that goes into a continuous-integration server. Maybe you only let them write social games. (Heck, maybe you use them as living, breathing "fuzzing" tools for toolchain developers to use in debugging.) I don't know.

    But the economy is better off if we can figure out how to extract value from them. (They should be paid very poorly compared to better programmers, however.)

  24. Re:Memories do decay on Mathematical Model Suggests That Human Consciousness Is Noncomputable · · Score: 1

    it's not the act of recollection that causes the memory to decay.

    What's your basis for saying so?

    (I mean, it's trivially true that it's not the only thing that causes memory to decay. I'm not asking about that. Do you have a basis for saying that it's not a thing that causes memory to decay?)

    The act of recollection might very well cause the memory to decay. Our brains may "wrap" it in a "macro" that "re-writes" it as we recollect it, so that it does not seem to decay as a side-effect of recollection. I'm not aware of data we have that would let us rule this out.

    Based on that, I find the whole article suspect.

  25. Re:Damn you, Amazon and your bluetooth! on Apple, Google, and Amazon's Quest For One Remote Control Is Futile · · Score: 1

    So you're uninterested in turning things on and off, and adjusting the volume?

    I'm uninterested in "just one remote for everything". (Volume is not a problem.) I have seen that work out so rarely that I prefer to avoid situations where people attempt it.