Slashdot Mirror


User: iamacat

iamacat's activity in the archive.

Stories
0
Comments
4,112
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,112

  1. We draw the line at human heart-eating rebels on Is an Octopus Too Smart For Us To Eat? · · Score: 1

    Seriously, rights of an individual animal can wait. We need to first sort out rights of individual humans and plight of animals as species. Once we do, we'll be much more morally qualified to judge these other issues.

  2. Re:The only way to keep kernel relevant on Object Oriented Linux Kernel With C++ Driver Support · · Score: 1

    You have more than one source file, right? So build can take advantage of parallelism without being flaky.

  3. Re:Make kids do the work instead on Blood For Extra Credit Points Offer Raises Eyebrows In Test-Mad China · · Score: 1

    There are also a number of programs to prioritize admission and scholarship for students who are disadvantaged individually or as a group. Maybe they needs to be more, but at some point we can not deny someone's achievements just because there are some other people who didn't have chance to pursue them.

  4. Re:The only way to keep kernel relevant on Object Oriented Linux Kernel With C++ Driver Support · · Score: 1

    In the context of today's hardware, coherent state equals bad concurrency and performance. So we better start imagining weakly coupled concurrent code for filesystems and everything else.

  5. High profile failure is just advertisement on Downtown Project Suicides Shock High Tech Community · · Score: 1

    Silly as it sounds, they would have had much easier time raising money for next project than some unknown guy. Sounds like personal problems.

  6. Re:2% Performance Overhead? on Object Oriented Linux Kernel With C++ Driver Support · · Score: 1

    You are right, kernel should be rewritten in a faster type safe language, not C/C++ which assume a CPU from 60s and can not be adequately optimized for modern ones due to insufficient information available to the compiler.

  7. The only way to keep kernel relevant on Object Oriented Linux Kernel With C++ Driver Support · · Score: 2, Interesting

    It's not about what Linus wants, it's about what it takes to keep project relevant by attracting talented new developers. There is no way I am doing new work, especially an unpaid hobby project, using plain C in 2014. Automatic destructors and templates would be a step in the right direction, but what we really need is to be able to write user mode device drivers in Java and Python. They will suck, no doubt, but far less than not being able to use the hardware at all. In the end, perhaps Linus should have listened more to Andrew Tanenbaum. With less monolithic OS, people would be able to write key services in any language they want.

  8. Do what makes sense now on Ask Slashdot: Is It Worth Being Grandfathered On Verizon's Unlimited Data Plan? · · Score: 1

    Really can't use T-mobile through combination of LTE, Wi-Fi calling and limited free data roaming? Your highest data use to date would be prohibitively expensive on best limited plan? Then stay on your current plan while it lasts and look at your options then. I definitely wouldn't pay month after month to just preserve what you might need some day.

  9. Re:Make kids do the work instead on Blood For Extra Credit Points Offer Raises Eyebrows In Test-Mad China · · Score: 1

    Well, were they different than penalties for leaving a math class? Are you dead set against mandatory education in general? Just anything hands on and useful?

    I remember, with great fondness, trimming flower bushes and collecting dry grass for livestock, for 3 weeks every summer. I agree that they can be inappropriate tasks or inadequate supervision - need to make sure kids are not bullied for example - but don't see anything wrong with the concept in general.

  10. Re:Make kids do the work instead on Blood For Extra Credit Points Offer Raises Eyebrows In Test-Mad China · · Score: 1

    I would say that rich people especially need to be introduced to social services, including due to more spare time and greater access to transportation, but most of all more resources to invest in a cause. As long as it's substantial work like working in soup kitchen for a year every Saturday, I don't see the problem with them getting the credit.

  11. Make kids do the work instead on Blood For Extra Credit Points Offer Raises Eyebrows In Test-Mad China · · Score: 1

    Maybe not donating blood for high scroll age, but challenging and substantial social service. If you are at least familiar with a variety of ways to contribute, even if you are only doing it to get points, it's more beneficial to educate you than someone who is not. You will remember these lessons when you are in your 40s and have more free time and empathy.

  12. Re:Seattle passes penalties for misplacing garbage on Seattle Passes Laws To Keep Residents From Wasting Food · · Score: 1

    Roads, fire/police department, public parks, libraries... It would be very useful to give everyone some amount of cash so that they are able to take care of themselves and then reward beneficial activities and tax problematic ones. But in the context of a city, traditional use for publicly beneficial projects is quite straightforward.

  13. Re:Seattle passes penalties for misplacing garbage on Seattle Passes Laws To Keep Residents From Wasting Food · · Score: 1

    Every citizen equally, of course, as environment is a public resource. People will then have incentive to get the income but minimize their own footprint.

  14. Seattle passes penalties for misplacing garbage on Seattle Passes Laws To Keep Residents From Wasting Food · · Score: 1

    Horrible story title. Actually, you can waste food all you want, but you have to place it in compost bin. I still think it's a dumb law. Landfill disposal rates should be set high enough to compensate for city costs and adverse environmental impact. People would then have incentive to reduce non-recyclable waste in all kind of ways, not just by sorting.

  15. Specs without killing battery? Hell yes! on Do Specs Matter Anymore For the Average Smartphone User? · · Score: 1

    It takes 10s of milliseconds to read and decompress one full screen jpeg. You can not even imagine what kind of rich apps would be possible if this could happen in a blink of an eye. Of course if it kills battery in an hour, you wouldn't want to imagine, so the improvement has to be specs per watt.

  16. Before you hate systemd on Outlining Thin Linux · · Score: 1

    I am sure some people are interested in the topic on its own right, but obviously most just want to escape from systemd. In this case, please first read this paper. Even if you think the end result is crap, there are some very lucid ideas in there. You would do well to at least consider them as you adopt OpenRC or whatever in your thin Linux distribution. I swear that I have no relationship with systemd project and only occasional hobbyist relationship with Linux.

  17. Makes no sense whatsoever on Outlining Thin Linux · · Score: 1

    Every server is different, packages and dependencies are very much relevant. Some need a fully functional framebuffer with OpenGL support to generate web images/video.

    If you are asking to configure system on build master and then mass deploy to individual servers, without any unnecessary development/configuration tools, that's a reasonable idea.

  18. Re:Is systemd more complex than it needs to be? on Fork of Systemd Leads To Lightweight Uselessd · · Score: 1

    You don't debug devices like watches and lightbulbs by connecting a keyboard and booting them to single user mode. You mount them as a drive, or they replicate logs over network.

  19. On which device? on Ask Slashdot: Is iOS 8 a Pig? · · Score: 1

    It's easy to laugh at Android for limited upgrades. But the truth is, you wouldn't like most of the upgrades if they were available. iOS8 is probably perfectly fine on iPhone 6/6+. On others devices, you should only upgrade when you need the new features. Performance is likely to go strictly downward.

  20. Re:Is systemd more complex than it needs to be? on Fork of Systemd Leads To Lightweight Uselessd · · Score: 1

    Parallel is trivial.. hehe. Not when it needs to work unattended every time. Monitoring TCP/UDP sockets and starting/stopping services and their dependencies on demand in /bin/sh - interesting! Managing messages from all smart light bulbs in your house in text files? Go and try it.

  21. Is systemd more complex than it needs to be? on Fork of Systemd Leads To Lightweight Uselessd · · Score: 1

    Or is it complex simply because it takes complexity to do things better? Gnome is more complex than twm for example, but many people find extra functionality useful. Is traditional script-based init a good match for cell phones, watches, robotics, other new devices that Linux needs to support to remain relevant?

    I fully understand that there should be server and education oriented Linux distributions where simplicity and ease of customization are more important than boot time milliseconds. Just don't think that others are doing anything wrong by catering to their own needs.

  22. Think just for a second about how web email works, especially web e-mail that provides fast full content search. Or SMTP from outside systems. Can't read user's e-mail. Riiiight! Maybe with all open source client stack using public keys exchanged out of band.

  23. Yes, but you usually have a choice on Ask Slashdot: Have You Experienced Fear Driven Development? · · Score: 1

    At least in the US there are countless software/IT jobs because every business relies on software for its continuous existence in some way. Yor may have to downsize and live on lower wages for some time, but you will live.

  24. Re:Launch here please on Google's Android One Initiative Launches In India With Three $100 Phones · · Score: 1

    J2ME? Palm/WebOS? iPhone? Android?

  25. Re:Admirable, but why stop there? on City of Turin To Switch From Windows To Linux and Save 6M Euros · · Score: 1

    Are you saying that buying servers is the same thing as maintaining, backing up, securing, auditing servers? What is your threat profile? If NSA or Amazon hacking your data are realistic top concerns, by all means deploy your own datacenter with armed guards. If it's common crooks, big providers are more likely to discover and patch exploits, detect intrusions and withstands DDOS attacks. It's their nest egg and they focus on protecting it.