Slashdot Mirror


User: kwerle

kwerle's activity in the archive.

Stories
0
Comments
1,635
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,635

  1. Re:This is dumb on Television Needs To Be Reinvented, Says Apple SVP (businessinsider.com) · · Score: 1

    The rights holders are the problem and will never allow this.

    That's what they said about iTunes, and Apple found a way. So I wouldn't count them out here...

    Steve found a way, not Apple. I don't think Apple will find a way.

  2. Re:Including a Mac Pro tower, right? on Report: Apple To Unveil New Macs At An October 27th Event In Cupertino (recode.net) · · Score: 1

    For both the folks that want one?

    It's sad, but what's the point? I know there are a few folks who want real machines - but it just doesn't seem likely they're going to cater to that small a market. Sure it doesn't help that they've pretty much abandoned it up 'til now - but I have to think that's because they can't justify the effort.

    You might think that they'd figure out that not having a full line of products is bad for each segment, but Apple's never been good at that.

  3. Re:Ugh. on Dilbert Creator Scott Adams Endorses Gary Johnson For President (dilbert.com) · · Score: 4, Insightful

    I decided a long time ago not to pay too much attention to art creators' opinions on much of anything. Mostly this applies to music. Turns out a lot of metal band members are idiots and/or aholes. But I do like the music. When I go to a restaurant I don't ask who the chef is voting for. Same when I look at art (I don't really go for political art).
    Dilbert is funny as hell. The recent 'fire the bottom 10%' riff could have been taken from the company I work for. I'll continue enjoying the strip. But I won't start going to the blog for voting advice.

  4. Re:do people really talk to their phones? on Google Unveils Pixel and Pixel XL, the First Phones It 'Designed Inside and Out' (www.bgr.in) · · Score: 1

    Yup, I do.

  5. I wonder if lack of water/sewage lines qualify it as "unclean conditions."

  6. Thanks - that's the one! It was my understanding it was condemned - I may be misremembering. What else do you do with illegal buildings?

  7. when government ensures that everyone can get power, and mail, and water and sewage (etc etc) - are they doing it with some alterior motives? strings attached?...

    There generally are strings. I can't find the reference, but a Florida home was condemned after the owner admitted they had no [grid] power or sewer. They used solar and composted. In many states, if you own real estate you pay taxes. You are required to do various things with the property and follow laws that often mean spending money.

    It's all reasonable stuff, but it's hardly string-free.

  8. The previous version blows on Nvidia's New GeForce Experience 3.0 Requires Mandatory Registration (pcworld.com) · · Score: 3, Informative

    I use 'the geforce experience', and my experience is crap.

    Hit the upgrade button and the app appears to hang. No progress, no nothing. But it does seem to be downloading - I guess - since it snaps out of it sometime later.

    All in all, I would absolutely not recommend it.

  9. Re:Understandable on No Coding in Palo Alto? City Takes On Silicon Valley Growth (siliconbeat.com) · · Score: 1

    I can understand how the mayor feels because software coding is just like finance, it does nothing to contribute to the economy other than offer a service. We need a manufacturing economy to bring jobs back. Service economies are third world. However, banning sets a dangerous precedent.

    I'm a programmer, so maybe I shouldn't be surprised by my not understanding.

    You're saying that having many many programmers that are really well paid and who provide a service with no requirements other than infrastructure (energy as clean as you provide and no manufacturing needs) who live, buy stuff, pay taxes, and all that - is a bad thing.
    But having less well paid blue collar workers who buy less stuff, pay less taxes, and whose jobs require the inflow of goods and the outflow of goods (ie. who have more overhead and infrastructure needs) and who may or may not be replaceable with robots is a better thing.

    How does that work?

    As a previous resident of neighboring Redwood City I understand about screwing up downtown. Dunno how you'd fix it other than zoning or screwing with tax rates on software companies - and no idea how you'd do that. But the suggested financial angle - that I don't get.

  10. Some of your questions make more sense than others. In the context of deploying, docker looks a lot like a VM deployment - except instead of having to build up a VM using chef, and with all the luggage that usually entails, the docker image tends to only be running the service. Imagine a linux kernel with only one process running. So there aren't a lot of edges to harden. Usually the service image gets launched in something that looks like a DMZ behind a firewall with a loadbalancer in front of it.. In our case it's a little wild west.

    But part of the joy/ease of docker is that you build on some particular image. It would be easy to imagine an organization that was more .. organized than ours specifying a few base image flavors that developers would have to build off of - then you could harden those images all you wanted. I don't know that I would be a big fan of that, however. You can see where redhat supplies a lot of images, for example (https://access.redhat.com/search/#/container-images).

    Concrete (semi bogus) example: you want to run redis (maybe on windows - where it's not trivial). There is a redis docker image: https://hub.docker.com/_/redis...
    "docker run -p 6379:6379 redis"
    That will fire up a docker container running redis and will map the port on the image to the port on the docker host (usually localhost, these days). You can now connect to port 6379 and talk to redis. The container running redis is hard to describe - it's a full (stripped) linux system and it's only running that one process. You can fire up a shell on that container using another docker command and it has a bunch of the things you expect. Some shell (maybe bash or something lighter). Most of the filesystem stuff you expect. It's like a VM - if you built a VM to only run redis.

    I don't know if any of this helps - it really is a weird concept - at least I had a really hard time wrapping my head around it. But I do love what I can do with it.

  11. Re:Docker is... on New RancherOS Offers Lean Linux Functionality Within Docker Containers (rancher.com) · · Score: 4, Interesting

    Docker is a freeze dried VM with mappable ports and filesystem. It runs on several OSs on various platforms. I'm not sure what its killer feature is. It isn't just the ability to include libs with your program - it's a way to include the entire OS with your program - with all the libs and whatever else you need.

    Things I do with docker:
    * get rid of RVM/rbenv, NVM, and all those other version managers. Just fire up a docker container with the version of ruby/node/whaterver you want
    * package up services for deployment (web apps in my case) and toss the image to devops/IT to deploy
    * test tools/software I'm not familiar with - not sure if you want to install latest? fire up a docker container and take it for a spin. And when you're done testing, maybe just continue using the container.
    * run things on platforms that don't support them. Want to run redis on windows? docker container. Want to run git hubflow on windows without installing extra stuff? docker container.

  12. https://www.qubes-os.org/ claims (tongue in cheek) to be "Reasonably secure." Really it loos like they are all about the security, so this is kind of a big deal for them.

    https://www.qubes-os.org/tour/...
    What is Qubes OS?
    Qubes is a security-oriented operating system (OS). The OS is the software which runs all the other programs on a computer. Some examples of popular OSes are Microsoft Windows, Mac OS X, Android, and iOS. Qubes is free and open-source software (FOSS). This means that everyone is free to use, copy, and change the software in any way. It also means that the source code is openly available so others can contribute to and audit it.

  13. the first time *this year* SpaceX has attempted to land one of its rockets on land

  14. Why wouldn't you just plant another pole? Or put it on existing poles. It's not like these stadiums are mobile.

  15. Re:Hipsters are vermin on Linux Letting Go: 32-bit Builds On the Way Out (theregister.co.uk) · · Score: 1

    Full subject of "Terrible headline. DESKTOP DISTRIBUTIONS letting go" attempted. Failed - too long.

    Fuck /.'s limited subject length.

  16. Terrible headline. DESKTOP DISTIES letting go on Linux Letting Go: 32-bit Builds On the Way Out (theregister.co.uk) · · Score: 4, Informative

    There are a bunch of desktop distributions that will no longer do 32 bit builds. Makes sense.

    No effect on kernel or disties for 32 bit systems/embedded/etc.

  17. Yeah, it will. These phones represent a [large] minority of the marketplace. You really can buy a different phone. And you can buy a CD player.

  18. Re:This is common in Silicon Valley on Elon Musk's Tesla Plans To Acquire Elon Musk's SolarCity For $2.7B In Stock (techcrunch.com) · · Score: 4, Funny

    Yeah - it's a shame that deal didn't work out for any of the involved parties.

  19. Is there some reason we're now using this term? Maybe it's just me, but it really sounds entirely Hollywood.

    Can we just say internet? Or web?

  20. Re:That would be illegal in California on Microsoft Mistakenly Sold Fallout 4 For Free On Xbox (polygon.com) · · Score: 1

    As a Californian, I wonder if a software license (generally a license to use, not own) works the same way.

    It'll be interesting to see how it plays out in the courts.

  21. OK. Why do you treat those animals respectfully?

    What level of respect do you accord the spoon you eat with?

  22. So you're thinking that people should treat machines better than the animals they eat?

    Even if you, in particular, are vegetarian/vegan, the question stands.

  23. Re:Yet we can't build houses... on Larry Page Is Secretly Working On a Flying Car (bloomberg.com) · · Score: 4, Insightful

    You seem to have confused real estate with buildings. I don't think many folks would be surprised to hear that desirable real estate would continue to increase in value.

    There are plenty of reasonably priced brand new homes in places you don't want to live. Telecommute or find an employer that doesn't insist on being located where a million folks want to be but there is only room for half that many.

    Or wait a few years - the bubble will burst and start to blow up again.

  24. Wait - snowden did post stuff that nobody wanted him to post. Right? So... victory?

  25. Yes. Computers aren't magic. on Slashdot Asks: How Did You Learn How To Code? · · Score: 1

    When I was a child, there were no computers. At least not that regular folks saw. Then in middle school there were Apple II's. And they were pretty simple and anyone (with access) could poke at 'em and make 'em do stuff. Simple stuff, but enough to get the idea.

    Now everything is a computer. And most of 'em are magical black boxes. They are not approachable.

    I spoke to a telemarketer a couple of years ago. When I told the young man (I'm guessing late teens) that I was a programmer, he asked "do you know any good codes?" Like making computers do things is a magical incantation. Like on TV.

    So I'm in favor of very basic programming as a class. Probably not in elementary - probably middle school. Just like basic science classes. Because this is the information age - people should know how that works - at least BASICally :-)