Slashdot Mirror


User: adamfranco

adamfranco's activity in the archive.

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

Comments · 305

  1. OsmAnd http://osmand.net/ is a great Android & iOS app for Open Street Map. Tons of features and layers like hill-shades and contour lines make it great for hiking as well.

    Maps.me https://maps.me/download/ is a really pretty app that uses Open Street Map data. It is less customizable than OsmAnd, but more user-friendly.

    I've also enjoyed using the Mapfactor Navigator app when driving https://play.google.com/store/... . It gives a nice 3D view which I can't get with OsmAnd.

    There are many more as well, but these are some of the ones I've found more useful.

  2. Re:Fork it! on How a VC-Funded Company Is Undermining the Open-Source Community (theoutline.com) · · Score: 4, Informative

    It has been done: @mehcode is maintaining a clean fork with additional improvements and no Kite garbage: https://atom.io/packages/minim... https://github.com/mehcode/ato...

  3. Clean Fork: minimap-plus on How a VC-Funded Company Is Undermining the Open-Source Community (theoutline.com) · · Score: 3, Informative

    For those who use Atom & the minimap plugin, @mehcode is maintaining a clean fork with additional improvements and no Kite garbage: https://atom.io/packages/minim...

  4. Goodbye KML display on Google Sunsetting Old Version of Google Maps · · Score: 1

    Over the years I wrote a bunch of applications that generate KML files to be loaded in Google Earth and [if they weren't too big] in Google Maps. The old Google maps made this really easy because you could just put the KML file's URL in the search field and it would load it. The new version makes sharing these a lot harder because you can't just share a URL, you now have to go through importing into My Maps or setting up additional custom displays using the Javascript API.

    If anyone knows an easier way to give people a link with which to display render a KML file as an overlay, I'd love to hear it.

  5. Damn! on Newsweek To Go Digital-Only In 2013 · · Score: 3, Insightful

    I've been a Newsweek subscriber my entire literate life (I started reading it in middle school 20 years ago). While some of the layout and editorial changes over the last few years have been a bit jarring, I've always found Newsweek to be a great balance of depth and breadth in its reporting. I really like the weekly format as it allows the opportunity to read and overview of the news that is actually important rather than being overwhelmed by a stream of minute-to-minute trending headlines.

    Any recommendations for a replacement weekly?

  6. Re:No wonder on Mad Cow Disease Confirmed In California · · Score: 2

    Nice graphic. One note however: The "National Tracking System" (at least as currently envisioned -- comprehensive and applying to all livestock) is going to be yet a further burden harming small family farms. The last version of the system I looked at would require updating a database every time livestock moved onto a non-contiguous property. While this isn't an issue for large feedlot operations, many small farms lease pasture from neighbors and transport the animals a mile or two on a regular basis.

    I prefer to buy by beef from a farm I drive past daily where I can watch my future steaks (and lamb chops) grazing in the field. The accountability that comes with a personal relationship with the farmer is infinitely greater than can ever be achieved with any concentrated feedlot/packing operations. Plus, if I do get sick I can tell the farmer and in turn all of his customers -- limiting any outbreak to small community rather than sparking a national epidemic.

  7. Re:Who cares... on When Did Irene Stop Being a Hurricane? · · Score: 3, Informative

    It wasn't much of a storm. people from Vermont just don't know how to respond to a Hurricane. It was barely a Category 1. Let a 3-4 roll through, and then come back and try to tell me Irene was a bad storm. I've slept through worse.

    We didn't have bad winds here in Vermont, but 10" of rain in several hours caused flash floods 7 or 8 times the volume of normal spring flooding. Almost every major road in the state has been washed out in at least one place and there are dozens of bridges gone or damaged. See: http://www.burlingtonfreepress.com/article/20110829/NEWS02/110829007/Governor-Vermont-seeing-worst-flooding-century

    As one example, my local New Haven River normally flows at ~200 cubic-feet/second (cfs) through the summer and winter and floods to 2,000-3,000 cfs each spring. Last night it flash flooded to 20,000 cfs and took out several sections of roads and bridges. In southern VT, the Williams river flashed from 80 cfs to 50,000 cfs (normal spring flooding of 5,000-8,000 cfs).

    I live on a hill, so we slept through much of the storm without worry. Those in the valleys had to be evacuated.

  8. Re:vs. App Store for GPL? on Microsoft Bans Open Source From the Windows Market · · Score: 1

    Apple's App Store does not allow GPLv3 either, without digging though I can't remember if it is just GPLv3 or GPLv2 as well. They have to do it to protect themselves from lawsuit trolls, so Microsoft isnt doing anything wrong.

    If Apple and MS would allow installing of applications via mechanisms other than the App Store (e.g. side-loading), then there wouldn't be any conflict with the GPLv3 (which requires that recipients be able to install the software (and derivatives) without proprietary keys or distribution-control mechanisms.

    This is not about lawsuit trolls, but about keeping an iron grip on the distribution channel.

  9. Re:Hahahahaha !! ok fire justifications ... on Microsoft Bans Open Source From the Windows Market · · Score: 2

    This is how it is supposed to work, just not as it was intended to work. The difference is that GPL3 is a VERY restrictive license, one that will prevent, through legal licensing restrictions, distributions via anything resembling an "app store".

    Exactly what part of the GPLv3 prevents distribution via an "app store"? The only thing I can find is a restriction on only allowing distribution via an app-store. If MS and/or Apple allow 'side-loading' of applications, then as far as I can tell they would be perfectly in the clear with regard to the GPLv3 (as the Android store is). Its not the concept of the app-store, but enforcing a single app-store as the only way to distribute any applications that is the problem.

  10. Re:Drupal != Pro on Book Review: Pro Drupal 7 Development, Third Edition · · Score: 1

    Actually, an MVC framework such as Symfony, Zend, Codeigniter, Phpulse, Cake, etc all can scale far better, and has faster development times. There is no trying to figure out how to 'code around' Drupal. Code is properly separated and follows coding standards. Sure you have libraries that work for Drupal but framework have libraries that work for EVERYTHING... not just Drupal and the code can fairly easily be switched from framework to framework. Lets see you move Drupal code to Codeigniter or Zend.

    During the past 3 years I have developed several applications with the Zend framework (which I really like as MVC frameworks go). Earlier in my career my team developed its own MVC framework which turned out to operate well, but wasn't worth the immense development effort. Recently I've worked on several "sites" and one "application" based on Drupal.

    What I have found in this process is that Drupal is not a content management system, but rather a framework for building a content management system. It doesn't do much out of the box with no community modules (unlike Joomla or WordPress), but its plugin system works well for developing a very wide variety of CMS platforms for many uses. Just as Drupal is not so specialized as a particular CMS, neither is it so general as an MVC framework. For example, Zend's 'router' is much more flexible than Drupal's 'menu' system and Zend's configuration system blows away anything in Drupal.

    A great use case for Drupal is a "site" with lots of "articles". Adding an additional data field (say an address), theming it, and using it to filter a dynamic selection of content is about a 15 minute job that requires a few clicks in the Content-Type UI, a few clicks in the Views UI for the filter, and maybe a few template lines for theming if the field will be displayed. The user-input forms, content validation, data storage, and default theme are all handled. Contrast this to using an MVC framework where you have to add properties to your model (and update the database schema if not using an ORM), then add some lines to your edit-form view to add the fields to the HTML, then update the form-save controller action to pass off the submitted form data to the model after validating it, then update the display view to show the new field, then add a new action that filters based on your new field. This is certainly not the end of the world, but it requires a significant bit of programming.

    At the end of the day it is all about using the right tool for the job. If I am going to develop an application with a custom database and data model (or based on an existing database) and just want to put a front-end on it, I'll use the Zend framework for the front end. If however, I'm going to build something that looks like a CMS with something like "content nodes", user-comments, tagging/categorization, a variety of user-roles, etc, then it is going to be much easier and more supportable to build such a system in Drupal.

    With every framework there is an explicit or implicit vision baked into how it is designed. If your project fits into this vision then the framework will work smoothly and be a fabulous help over starting from scratch. If your project doesn't fit the framework's vision then you will find yourself fighting with the baked in assumptions and ultimately frustrated by all of the workarounds you have to write.

  11. Re:URL Bar on Firefox 4 Beta 8 Up · · Score: 1

    Another here who loves the AwesomeBar!

    I don't have mod-points, so I'll just follow the trend and make this thread an ad-hoc poll.

  12. Re:wtf? on New VP8 Codec SDK Release Improves Performance · · Score: 1

    ... Besides MPEG4 will soon be public domain anyway (2015 if I recall correctly) which is just as good as open source.

    According to this page, the last patents for h264 may not expire until 2028:

    http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-July/020737.html

  13. Re:100MB? on Virgin Promises 100Mbps Connections To UK Homes · · Score: 1

    While 100Mb/s may be excessive give usage patterns based on slower network speeds, the vastly higher speed opens up completely new usage paradigms. For example, I currently keep my all of my photos and and many videos on my laptop's hard drive so that I can use them at home, a friend's house, or elsewhere. Were 100Mb/s to be the norm, I'd just keep everything on a massive home NAS and just stream it as needed to my laptop or other computing device.

    Given a fast enough connection, one wouldn't even have to bother with making a local copy of a high-def video owned by a friend, just stream it as you watch it.

  14. Re:Monorail! Monorail! Monrail! on Obama Proposes High-Speed Rail System For the US · · Score: 1

    Amen. Living in Vermont I often take the "Montrealer" down the NY side of Lake Champlain to NYC. The freight-track is slow, bumpy, and generally in terrible condition. One trip a few years ago took 12 hours to get from Port Henry NY to NYC (about a 5-hour drive).

  15. Re:Free market will kill it on Obama Proposes High-Speed Rail System For the US · · Score: 1

    This past summer I took the TGV from Lyon to Paris and had my GPS running for the trip. We topped out at 195mph for a few sections and with several stops averaged 150mph for the 2.5 hour trip. It was quite a blast (especially at 110 euros) and I wish I could do that kind of trip around New England and the mid-Atlantic.

    My last Amtrak trip from Vermont to NYC (a 5-hour drive) took 12 hours because of two break-downs of trains ahead of us. I love the train and not having to deal with parking in NYC, but that trip was exhausting.

  16. Re:What about academic freedom? on MIT To Make All Faculty Publications Open Access · · Score: 1

    Note that the policy allows for exceptions to be made by submitting a waver request to the provost.

    If I remember correctly, one of the other articles on this policy mentioned that requests would likely be automatically approved. The waver request submission was simply added to make open-access the default rather than something faculty would have to opt-in to.

  17. Re:Doesn't really matter what *WE* think, does it? on Wikipedia Almost Reaches $6 Million Target · · Score: 2, Interesting

    No billboards here in Vermont either.

    As well, all business signs must be less than 1-story tall. No gas station signs or golden arches on giant towers here.

    To make up for the lack of billboards all businesses can get standardized road-sign-sized directional markers just before their turn off the main road. These have the same font as road signs, an arrow, and an optional miniature business logo. I personally find these directional markers very useful for finding and discovering businesses. Its wonderful to have timely and consistent directional information without being constantly bludgeoned with it.

  18. Re:Expert sex change, again? on Spolsky's Software Q-and-A Site · · Score: 1

    Hmmm.... Doesn't seem to work for me. Just hides the adverts. Oh well.

  19. Re:A likely story on Multi-Threaded SSH/SCP · · Score: 1

    People are always willing to pay more to be entertained that to be educated.


    I don't know how much your entertainment costs are, are they anywhere close to $45,000 per year?

    If tuition rises any more, today's students (at some institutions) will be paying $200,000 for a 4-year undergraduate degree if they don't get financial aid.

  20. Re:Outside devices operational, but still discoura on AT&T Wireless Network Is Open Too · · Score: 1

    Get a prepaid phone. Transplant the SIM card from your prepaid phone to the phone you want to use. Except that the prepaid rates cost more than the "monthly plan" rates.

    I don't have a home phone, so over the past six months I've averaged just over 400minutes on the phone each month with a max of 540 minutes, about half incoming and half outgoing. As well, about half is on nights and weekends, and half is during peak hours.

    Since none of the prepaid SIM cards I've found provide free incoming calls or free off-peak, I'd be billed for every one of the 400minutes. At the best rate I've seen ($0.10/min) that would work out to $40-$55/month, more than any "plan".

    If incoming calls were free with prepaid SIM cards in the US, then prepaid would be much more attractive.
  21. Re:Outside devices operational, but still discoura on AT&T Wireless Network Is Open Too · · Score: 1

    What's so special about free incoming calls and texts (SMS)? It's quite normal around here, I think nobody would buy paying for incoming calls here. In the US, just about all mobile service (Verizon, Sprint, AT&T, T-Mobile,...) is billed per minute of air-time or per SMS-sent/recieved, regardless of the originator. If you are on a mobile phone calling another person on a mobile phone, then you are both paying for the call.

    Its also common to have national plans where you aren't charged differently for calling close by or several thousand miles, unlike land-lines which generally have free incoming calls and differential pricing of outgoing calls depending on distance/region. As well, free night/weekend calling is common on most mobile plans, but not with land-lines.
  22. Outside devices operational, but still discouraged on AT&T Wireless Network Is Open Too · · Score: 2, Interesting

    While AT&T allows any device to be used, they won't give you a break on the service price even though you they don't have to 'recoup the cost of the hardware'. When I went into an AT&T store two months ago they said that the only benefit I would see by purchasing my device elsewhere was to cut the contract length from 2 years to 1 year. If I use my own hardware, I don't see why they should need anything more than a valid credit card for which to reliably bill me for service. The telephone and cable companies don't require contracts for service!

    Of course, they also have prepaid plans, but a monthly plan with more peak minutes than I'd ever use is the only way to get the free nights/weekends that I do use.

    For the record, I ended up leaving Verizon for Unicel and love the service, the price, the plan features (free incoming calls and texts), and they don't do any locking of hardware at all. Now if only we can prevent Verizon from buying Unicel...

  23. Unicel has actually been a good experience on Why Everyone Should Hate Cellphone Carriers · · Score: 1

    I just finished up my Verizon contract and have switched to Unicel. You may not have heard of it, but Unicel is the only GSM provider in most of New England and parts of Minnesota and a few other patches of rural America. Since they are a small provider and not [yet] part of the oligarchy, they provide comparably great rates.

    When I went in to the locally-owned reseller last week (Terrapin Communications, if you are in VT check them out) and got a subsidized unlocked GSM RAZR for $50, 300 peak minutes per month, and unlimited incoming calls and text messages, all for $35/month.

    After taxes and stuff it all stays under $40/month, $10 better than anything I could find from AT&T, T-Mobile, etc, even if they did offer service in my area. From what I was told, Unicel doesn't lock any of their devices, so swapping is as easy as buying a new unlocked phone and reselling the subsidized one on EBay. Not a too-shabby deal.

    All in all, it was a wonderful change from being regularly overcharged by Verizon, et. al. In the past month I've been outright lied-to by both Verizon and AT&T sales-people who seem all too willing to say anything you want to hear just to make a sale.

    Unfortunately Verizon is currently trying to buy Unicel and "move all customers to its CDMA network", but apparently there are some big FCC and Justice Department hurdles that will need to be overcome before anything like that can happen. Talk about anti-competitive -- that would leave me with Verizon or.... ...no telecommunications at all as Verizon also is the only provider of land lines and DSL.

    - Adam

  24. Re:The "2.0" ness escapes more than newbies. on Intel Releases Mashups for the Masses · · Score: 1

    As a PHP dev, I initially thought the same thing, but have since found a few uses for Yahoo Pipes, mostly for filtering out unwanted messages from RSS feeds. This is not really a mashup since there is only one data source, but pipes is great for filtering out my own edits and entries from wikis and SourceForge trackers. While I could have written my own script pretty easily to do the same thing, each pipe only took a few minutes to put together and is pretty easily reconfigurable to other similar needs.

  25. Re:Please help me understand this. on Compound From Olive-Pomace Oil Inhibits HIV Spread · · Score: 1

    "I like your Christ, I do not like your Christians. Your Christians are so unlike your Christ."
        -- Mahatma Gandhi