Slashdot Mirror


User: Drinking+Bleach

Drinking+Bleach's activity in the archive.

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

Comments · 394

  1. Re: SD Slot? Get over it already on Google Is Latest Company To Ditch Headphone Jack In Its Newest Smartphones (cultofmac.com) · · Score: 2, Informative

    What the fuck? Lossy compression has nothing to do with the quality of data retrieval on a hard disk. If you've got data corruption, it'll affect any sort of file (and `flac -t` will tell you when a file is corrupted). a 320kbps MP3 stored with no intermitent data corruption from 2001 will have exactly the same bits and quality that it did in 2001. (Encoders have gotten better. A 320kbps MP3 from 2001 might sound worse than the song from the same source being encoded as 320kbps MP3 *today*, but that hs nothing to do with magical degradation.)

  2. Re:it doesn't use Linux so is it Ubuntu? on Ubuntu Is Now Available On the Windows Store (windowscentral.com) · · Score: 1

    Of course it's still Ubuntu. It's just not Linux. It's GNU/kWindows.

  3. Re:About time... HFS+ is crap on Apple is Upgrading Millions of iOS Devices To a New Modern File System Today (theverge.com) · · Score: 1

    The new file system is just a bag of bytes for names. You can store ë just fine, any way you want it (though UTF-8 and composed are probably the best options).

  4. Re:How soon until it is included in ReactOS? on Wine 2.0 Released (softpedia.com) · · Score: 1

    Yes, 2.0 supports Windows 8 and 10 compatibility, both 32- and 64-bit. Actually, Wine 1.8 was the first to include Windows 10 compatibility ;)

  5. Re:DirectX, the universal API? on Wine 2.0 Released (softpedia.com) · · Score: 1

    Maybe more accurately, the Windows ABI being the universal one thanks to Wine. DirectX can be hit-or-miss, especially if you don't have gallium drivers on your system.

    Carmack always used OpenGL for his game engines too, a tradition maintained in Doom 2016 as well, despite being developed and released after his departure. The Vulkan version even runs well in Wine.

  6. Re:Win10 alternatives on Wine 2.0 Released (softpedia.com) · · Score: 1

    So... Microsoft has telemetry? You really trust Apple won't copy that?

    Apple had it first as well.

  7. Re:Well duh, it's hackable on The WRT54GL: A 54Mbps Router From 2005 Still Makes Millions For Linksys · · Score: 1

    It comes at a severe price, if that's what you're expecting. The WRT54G is obsolete enough that most aftermarket firmware have not supported it in years.

  8. Re: Compression on Apple Introduces New File System AFPS With Tons Of 'Solid' Features (apple.com) · · Score: 1

    Random reads and writes work fine, assuming it's sanely implemented. ZFS only compresses per-block (normally up to 128KiB). Reading and writing those blocks doesn't depends on other blocks in the same file. It's not even difficult to have a file on ZFS whose blocks have different types of compression applied to it. Works fine.

  9. Re:What's so special... on Linux Kernel 2.6.32 LTS Reaches End of Life In February 2016 (softpedia.com) · · Score: 1

    2.6.39 was actually the one that directly preceded 3.0 ;)

    Nothing particularly special about 2.6.32 compared to the others, but it just happened to be one release in which all the major enterprise distributions landed on for one release cycle (Debian 6, RHEL 6, SLES 11, ...). That fact alone just kind of drove to keeping it maintained officially, and everyone on those distributions could stay happy with new upstream kernels of that series without breaking any sort of compatibility on their systems (eg, any kernel modules installed).

  10. Re:But will it still run on a 80386? on Linux Kernel 2.6.32 LTS Reaches End of Life In February 2016 (softpedia.com) · · Score: 1

    2.6.32.70 should. 80386 support was dropped in 3.5.y and further.

    Please note that no mainstream distro has supported the 386 in the past couple decades. You'll have to be building all your own stuff to get it working.

  11. CentOS tracks RHEL completely. For as long as Red Hat supports RHEL6, CentOS 6 will be updated. (New Red Hat-maintained versions of 2.6.18 still show up in CentOS 5 updates, even.)

  12. PHP 6.0? on PHP 7.0 Nearing Release, Performance Almost As Good As HHVM · · Score: 1

    What happened to PHP 6.0? Are they skipping a version just to one-up Perl?

  13. Re:LILO? on LILO Bootloader Development To End · · Score: 1

    GRUB doesn't do stages anymore. That would be a "rescue>" prompt. It's a little better, and can usually help to save from minor configuration mishaps, though not useful for more major oopses (maybe you changed file systems and forgot to update GRUB, now the boot.img doesn't understand how to read the file system...). It also gives a lot of pause to the thought of "Oh crap, what are GRUB's commands?"

  14. Re:What's it good for? on LILO Bootloader Development To End · · Score: 1

    Entirely this. In my opinion grub 2 is where they really went off the rails. When you have a set of configuration files that configure the set of scripts that generate the _actual_ configuration, something has gone horribly, horribly wrong.

    Those scripts and configuration files sprang into existence well before GRUB 0.97 even. In GRUB 2, they're still not required and the configuration file is not hard to hand-write if you don't want the auto-OS detection and config generation said scripts provide :P

  15. Re:Try and make an OS that viruses couldn't target on Ask Slashdot: If You Could Assemble a "FrankenOS" What Parts Would You Use? · · Score: 2

    I'd add the ability to run Windows binaries in emulators, but they can't access other programs than themselves. If that was a problem, add a phantom disk image so it could see other files that you place in the phantom disk image. Imagine each Windows emulated program saw their own personal c:/ , and it and you can populate it with files.

    So... Wine with a new WINEPREFIX for each program?

    I figure if the software you download can't get out of the Windows emulator or its own personal filesystem, it can't mess with your OS or the rest of your filesystem. If it can't record your keystrokes unless you have the window actively open, a keylogger can't get you either. The problem is that we probably don't have perfect Windows emulation. Another problem is you have to be able to trust your drivers or that is a possible vector to an attack.

    Run Wine in a Docker image? That's pretty well-sandboxed. and easy to set up.

  16. Didn't read TFA on Calling Out a GAO Report That Says In-Flight Wi-Fi Lets Hackers Access Avionics · · Score: 0

    :)

  17. Re:Why bother with other sources? on How Many Hoaxes Are On Wikipedia? No One Knows · · Score: 1

    (I'm serious, they have no way to delete an account)

    There are technical reasons for it, but if you really want to clear your history of editing you can always do this: https://en.wikipedia.org/wiki/...

    It is not a sign of a cult.

  18. Re:Unspecified or undefined behaviors on Linux 4.0 Kernel Released · · Score: 1

    Wouldn't that break every time a Windows Update comes through?

    I haven't heard of this behavior before. That would prove problematic I'd think :P

  19. Re:Unspecified or undefined behaviors on Linux 4.0 Kernel Released · · Score: 1

    Wine is a compatibility layer for Windows applications. It must emulate all of Windows' bugs and undefined behavior to the best possible extent, even containing a whole bunch of case statements to change its behavior when different versions of Windows are set via winecfg (not unlike Windows' own compatibility mode, which tends to just have every version of every DLL ever in WinSxS to solve the problem...).

    To Wine, Windows bugs are features, and applications depend on them. Maybe it will never be perfect, but Wine's philosophy is basically "If it works in Windows, it should work in Wine" -- even if that comes down to an application running in Windows 95 but not later versions, Wine will try its best to keep that Windows 95 app running, even if you have to set the Windows version to 95 via winecfg. If the app doesn't run, it is a Wine bug.

  20. Re:I choose MS SQL Server on Why I Choose PostgreSQL Over MySQL/MariaDB · · Score: 1

    And how do you talk SQL over some form of socket? You need a driver.

  21. Re:Sounds like someone is getting old... on Is Modern Linux Becoming Too Complex? · · Score: 1

    It still does, so long as you're selective of the software you run on it. You could run a totally modern kernel and X.org (or Wayland) on an original Pentium with 32MB of RAM, but in no way should you expect to run GNOME or LibreOffice or Chrome or Firefox on it, at least not without glacial loading times.

    But more frequently, PCs from 10-15 years ago still in service just aren't that starved on resources anymore. They'll chug along slowly, but they can still get the job done, and nobody is really surprised when they're capable of it. Hell, if you have half a gig of RAM, you can probably still run full GNOME and LibreOffice and all without major issues.

  22. Re: Who cares what RMS wants? on RMS Objects To Support For LLVM's Debugger In GNU Emacs's Gud.el · · Score: 3, Insightful

    He has the freedom to throw a tantrum. You, and everyone else, also have the freedom to distribute a version of Emacs with LLVM support.

  23. Re:SimCity 2000 available for free on Is 'SimCity' Homelessness a Bug Or a Feature? · · Score: 1

    It cannot possibly be abandoned in any sense of the word if it is still actively supported and sold.

  24. Re:unsigned int anyone? on Gangnam Style Surpasses YouTube's 32-bit View Counter · · Score: 1

    Quite a lot of databases don't allow to specify a field as an unsigned integer. YouTube probably runs on one of them.

  25. Re:Google Play Store doesn't run on square tablets on Eizo Debuts Monitor With 1:1 Aspect Ratio · · Score: 1

    Can the requirement be worked around by advertising the aspect as 6:6? (What does "at least" mean for aspect?)