Slashdot Mirror


User: byuu

byuu's activity in the archive.

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

Comments · 110

  1. Re:Leverage on Snowden Reportedly In Talks To Return To US To Face Trial · · Score: 1

    Do you really think it would be an intelligent choice to try and blackmail the US government with classified secrets in exchange for your freedom and safety?

  2. Re:FreeBSD on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    That's fine by me. I'm not opposed to a better init system (although BSD's rc system is already way ahead of SysVInit ... I can set up a new service by making a text file with four lines in it.) I am opposed to a poorly documented (often times no documentation at all exists), monolithic design that consumes dozens of daemons that are unrelated to an init system (did you see the recent cache poisoning bug in their DNS resolver?) and offers absolutely ridiculous functionality (like a web server that spits out QR codes.) I'm opposed to the move to corruptible, binary log files. I am greatly opposed to the politics that pushed this on nearly every distro, and the forced dependencies added so that you need systemd to burn a CD with Brasero, or to run unpatched Gnome. I'm opposed to totally writing off anything but Linux. I'm opposed to the cavalier attitudes of their lead developers. And on and on and on ...

    FreeBSD would never do this, and even if by some horror they did, then I'd move over to Open/Net/Dragonfly instead.

  3. FreeBSD on Removing Libsystemd0 From a Live-running Debian System · · Score: 3, Informative

    forcing people to consider abandoning the GNU/Linux of their choice and to seriously consider using FreeBSD

    I did just that. It took a few weeks to figure out how to work around all the kinks (as FreeBSD is primarily targeted at the server space), but I'm really glad I did. I have a full Xfce desktop with all of the programs I was using on Wheezy before. Rock solid stability. Might be a bit easier to try PC-BSD to get one's feet wet.

    I've also really grown to like all of the new features: ZFS for easy multi-disk mirroring, encryption, and snapshots; pf for firewall rules; etc. There's also DTrace, jails, etc. The integration with the base utils is wonderful, and the documentation is top notch. I've also found the new package system to work as good as apt-get (pkg install {program-name} and you're done.) I liked it enough that I've even started using it for my servers as well.

    Definitely give it a try if systemd bothers you as well.

  4. Re:It looks like a good idea. on Google Chrome Will Adopt HTTP/2 In the Coming Weeks, Drop SPDY Support · · Score: 1

    I would imagine it to be something like MsOffice has deciding to switch to ODF as the only supported format.

    This is more like if Microsoft went to the ISO and handed them a minimally tweaked version of OOXML, called it ODF/2, and the ISO, fearing irrelevance, rubber-stamped it as quickly as possible.

  5. Re:No plans on Google Chrome Will Adopt HTTP/2 In the Coming Weeks, Drop SPDY Support · · Score: 2

    In addition to greatly increasing costs (there are no free wildcard certs, and encryption does increase CPU workload, which decreases scalability), it also increases the barrier for writing your own tools to interoperate with the web (HTTP servers, clients, proxies, aggregators, etc.) If you've ever looked at the SSL libraries out there, all but the OpenBSD-only LibreSSL are a complete clusterfuck. This is the GnuTLS API, for instance. I won't even get into the security ramifications like Heartbleed. Whereas HTTP/1.1 can be spoken to by a human being using a telnet terminal, and even Commodore 64's have been made to serve up web pages.

    Sadly, modern developers have completely lost touch with the value of making things small and simple.

  6. Re:never heard of the RadioShack kit on DuinoKit Helps Teach Students About Electronics (Video) · · Score: 1

    It's dreadful. Seriously.

    I bought it. Lesson 1 was, "here's how you light up an LED! Connect the LED, a resistor, and the power source!"

    So I think, great! I've got this. Okay, what's next? Lesson 2, "build this IR transmitter that communicates with your personal computer" ... fffffffffffffffffuuuu~

    (not exactly that, been a while so I don't recall the specifics, but it was about that bad. It's the art instruction equivalent of this.)

  7. Re:Evidence? on Writer: How My Mom Got Hacked · · Score: 2

    when you Google X and the first couple links are sketchy versions of Y pretending to be X

    Absolutely. I've taken to pulling up the Wikipedia page on software projects, making sure the page wasn't recently modified, and then using that link to find official vendor homepages. And then even when installing the most popular "open source" projects only, I still have to read every last bit of the installer, looking for "custom install" modes and double-negative wording tricks so I can opt-out of spyware ("Yes, I don't not want to not install $foobar plugin"), and so forth.

  8. Re:Hilarious, but sad on How Venture Capitalist Peter Thiel Plans To Live 120 Years · · Score: 1

    > Given that rich/poor status is mostly a question of luck, being anti-welfare has always struck me as being selfish.

    The problem is that the rich never think it's luck. They're deluded to the point that they truly believe in their own greatness, and that anyone could do the same things they have done (like be born in the right family, and have access to the right people), and be just as successful.

  9. Re:Fork in the Road on Mozilla Rolls Out Sponsored Tiles To Firefox Nightly's New Tab Page · · Score: 1

    You can turn those off with userchrome.css.

    .tabs-newbutton, .tabs-closebutton { display: none !important; } /* use Ctrl+T for new tabs, and middle-click to close tabs */
    .toolbar-grippy { display: none !important; } /* get rid of the grippy controls on the left of each bar */
    .toolbarbutton-menubutton-dropmarker { display: none !important; } /* kill the outer-nested back/forward boxes */

    To get clicking on the blank area to open a new tab, you have to extract omni.ja (which is a ZIP file with an intentionally corrupted header, so only a few unzip tools can actually extract it), and patch some of the UI code, then recompress it. Guide here: http://board.byuu.org/viewtopi...

    The problem is, no matter how much patching you do, it's not really possible to get Seamonkey to behave decently. There's just so many little annoyances.

    I've never been able to get Flash to work in Seamonkey on Windows no matter what I've tried. Fullscreen video doesn't actually go fullscreen, it just opens a slightly larger window inside your browser. F11 browser fullscreen mode doesn't auto-hide all the navigation controls. Trying to add an exemption to your popup blocker is damn near impossible ... I haven't figured it out yet, whereas with Firefox it was just, click the icon in the address bar, hit "allow popups from this site", done. Dragging tabs out of the window to spawn a new window doesn't work, let alone recombining windows into tabs. And on and on and on and on.

    I'm just holding out on Firefox 28 for as long as possible, and hoping someone makes a decent Webkit or Gecko browser UI for Linux. If it gets too bad and FF28 is too old, I'll have to start looking into making my own. And just to mention it, Classic Theme Restorer looks absolutely hideous under Linux with Xfce/Clearlooks. It's clearly designed for Windows, with OS X and Linux as an afterthought. Half the UI options don't even have apply to Linux or just plain don't work, and the other half result in very extreme rendering bugs.

  10. Re:Built-in set top box on User Alleges LG TVs Phone Home With Your Viewing Habits · · Score: 1

    It's the same crap with my Roku 3. It has ads that eat up 50% of the screen, despite the fact that I paid for the hardware and they do not deliver the streaming content to me at all. Had to do the same as the author of the article: capture packets from Wireshark, find that the ads were coming from channels.roku.com/images*, and block them through my router.

  11. Re:Is anyone surprised? on No Love From Ars For Samsung's New Smart Watch · · Score: 1

    I'd like to have one with an SRS (selective repetition system) for memorizing foreign language vocabulary. A quick glance down while stopped at a red light, waiting on an elevator, standing in line at a fast food restaurant, etc. Grab a word, put it in working memory, move on. Much more convenient than pulling out a phone, unlocking it, opening up an app, then putting it back in your pocket.

    I'm not really interested in a mini-remote-control for my cell phone. E-mail isn't that important that I need to speed up checking it significantly, nor is it vapid enough to be consumable on a 320x320 1" screen.

  12. Re:Fuck Yahoo! on Yahoo Deletes Journalist's Pre-Paid Legacy Site After Suicide · · Score: 2

    For whatever reason, the zeroshare.info/us_financial/ page is blank. So try this mirror instead for that:

    http://web.archive.org/web/20130816143503/http://martinmanleylifeanddeath.com/us_financial

  13. Re:BSD license on Most Projects On GitHub Aren't Open Source Licensed · · Score: 1

    You're blurring things by saying rights all the time. Nobody has an intrinsic right to code someone else wrote. People have permissions granted to them. The BSD/ISC license gives *more* permissions, by way of restricting less things, than the GPL. You're elevating the GPL as though people have a birthright to own code. If you don't like that you don't have source code to something, you don't have to use it. And rights cut both ways, if every user had a right to code written; then developers would lose their rights. Some developers want the right to earn a paycheck from writing and selling their code.

    GPL proponents speaking in this way come off as though they are entitled to the hard work of others.

  14. Re:BSD license on Most Projects On GitHub Aren't Open Source Licensed · · Score: 1

    And the GPL infringes on the rights of developers to do whatever they want. Like use it with another library that is not GPL, even over something as simple as a "do no evil" or "non-commercial only" clause (because they're vague legal concepts.) Or release it to an app store (GPLv3 and iOS/Metro.)

    It's really not a hard concept. The GPL takes rights from developers (they have to release not just their changes [LGPL], but their own code as well), to guarantee rights to users through multiple iterations. BSD/ISC gives rights to everyone, developers and users alike, but can't guarantee rights of modified versions, that's up to the subsequent developers.

    Both have their uses. I personally prefer my library code to be ISC, and my client application code to be GPL. We need more pragmatism, and less dogmatism, with software licenses. I support a developer's choice to use whatever license they want for their code. And if they want to use GPL code, they can accept the license or write their own.

  15. Re:So this H1B database of job openings... on U.S. Senate's Big Immigration Bill Seeks Centralized Database For H-1B Jobs · · Score: 2

    They don't have to care. When both parties are doing the same thing, and everyone votes for one or the other (with amazing vitriol about how evil the other party is), why should they?

  16. Re:First! (State) on US Senate Passes National Internet Sales Tax Mandate · · Score: 1

    The ones in Columbus, Ohio; outside of malls and away from college areas; still do.

    Not much there, though. 1/4 watt resistors, various jumbo-sized capacitors (eg 25V+), DB9/DB25 soldering cups and terminals, small breadboards, solder, and 15-30w irons. No ICs, not even 555's, let alone 74LS. Very poorly stocked, and you can usually see two to three generations of packaging redesigns in a drawer. And the markup is about ten times that of Digikey. Something like $5 for a pack of 5-10 resistors.

    It's basically a last resort, when you just don't want to wait four days on a mail-order part.

  17. Re:First! (State) on US Senate Passes National Internet Sales Tax Mandate · · Score: 4, Informative

    People don't want to do this because they get an advantage over bricks and motar places.

    And they lose their advantage with shipping fees.

    If brick and mortar stores were capable of offering the immense selections that online warehouses do, it wouldn't be such a big deal. But there's simply no comparison between a poorly stocked drawer at Radio Shack and the millions of parts at Digikey or Mouser, for just one example.

    It's just more and more taxes, while inflation continues to outpace median incomes.

  18. Re:Join the party on Gnome Founder Miguel de Icaza Moves To Mac · · Score: 1

    Well my experience was only one example, it could have been a bad Mac. But yeah, the Mac Minis are basically laptops in a tiny 2"x6"x6" box, very stylish. When they run, they are absolutely silent. And when you consider the power of the processors inside of it ... that's a very bad thing. They put aesthetics above durability. I'd much rather have a very noisy, large tower than a tiny box that overheats and takes out my hard drive and other components.

  19. Re:Thanks! on Facebook Testing $100 Fee To Mail Mark Zuckerberg · · Score: 2

    You hire a secretary to read all your e-mails, respond to semi-important ones, and forward you the really important ones. And you keep a separate e-mail address that is not public for your friends to contact you.

  20. Re:I use it so it's relevant to me. on Qt 5.0 Released · · Score: 4, Informative

    SDL isn't quite as feature complete as any of the others, but can get the job done.

    That's ... a bit of an understatement. SDL is a frame buffer, audio buffer, and input poller. For writing GUIs, it's about as feature-complete as QPainter. Sure, you can write your own GUI widget library on top of it, but that won't be pleasant for you or your users.

    SDL is more suited for abstracting the platform video/audio/input APIs, and can be used nicely in conjunction with Qt, GTK+, etc.

  21. Re:These belong in a museum! on Own Every SNES Game Ever Made For $24,999 · · Score: 2

    That is exactly what I am doing now.

    See my database here. Each game gets a manifest file that describes the board layout and each individual memory chip.

    The difference between my approach and MAME's, is that my board descriptions are external to the emulator, and not bundled in an internal database. And I also store all the files inside a unique folder per game, rather than inside a ZIP archive per game. That approach lets me put save game data into the folders as well. The database I linked can generate the game folders from individual files.

  22. Re:eBay link on Own Every SNES Game Ever Made For $24,999 · · Score: 4, Informative

    Per the auction details, "All 721 games sold at retail in the United States, Canada and Mexico are included. What is *not* included is any not-for-resale, unreleased, and unlicensed games."

    That statement is factual. I ran out of space in the title to add the latter part, but it's at the very top of the auction details. Missing games are Mountain Bike Rally+Speed Racer (mail order only), Donkey Kong Country Competition (some Blockbusters sold their competition carts instead of destroying them), Star Fox Super Weekend (Nintendo Power sold off its surplus by mail order), Noah's Ark 3D (unlicensed game sold in Christian book stores), MACS (only used by the US military, never sold and the only copies remaining are stolen from the US government), Campus Challenge '92 (destroyed after competition, only two survived), Powerfest '94 (same thing as Campus Challenge '92), and various hardware testing carts (used by Nintendo repair centers.)

    Everyone has their own opinion of what comprises a complete set. Some people further insist on having every revision of every game, and every alternate box art and manual printing. Some people include prototypes (where it's impossible to own all of those), on and on. You are welcome to your opinion that this isn't a complete set per your definition. It is per the definition I am going by.

  23. Re:eBay link on Own Every SNES Game Ever Made For $24,999 · · Score: 1

    Not really at the moment, but thanks for the offer. I often post on board.byuu.org about which games I need for the current set being built; I'll probably have a list up after the US set sells. Any help finding missing games from anyone would be appreciated, and I would of course pay for them.

  24. Re:Cleaned? on Own Every SNES Game Ever Made For $24,999 · · Score: 3, Informative

    Cleaning that is much harder, since it's a card edge connector.

    You'll want isopropyl alcohol and something like DeoxIt to remove/prevent any oxidization. You need something of equivalent thickness to the original PCBs that went into the connector with cotton on the outside. Apply your cleaner, and make sure to only insert it vertically. Move to the sides and you can bend the pins. Make sure the system dries completely before powering it on.

    Would also suggest you Google edge connector cleaner for alternate methods. Quite a few people have tricks for it involving erasers and such.

  25. Re:ROMs on Own Every SNES Game Ever Made For $24,999 · · Score: 1

    Sounds like I have a fan! :D