Slashdot Mirror


User: Bert64

Bert64's activity in the archive.

Stories
0
Comments
12,200
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 12,200

  1. Re:morbid story is morbid on Calculating the Truck-Factor of Popular Open Source Projects · · Score: 5, Insightful

    It's actually less of a concern than it is with small vendor closed source...
    There have been a few small software vendors where the company owner or core developer was killed, which then resulted not only in the ceasing of development, but also in the source code either being lost or tied up in legal disputes for years.

    For something that's open and has user interest, it can be forked and development can be continued by someone else...

  2. Re:Ask on Ask Slashdot: How Do You Find Jobs That Offer Working From Home? · · Score: 1

    If still no, and the job's a keeper, try moving closer to work.

    This is often a big problem... A lot of businesses want to have offices in certain areas, which are generally the areas where other businesses are based... You end up with dense commercial zones, where residential properties are very scarce, very expensive and very small usually with no gardens.
    You also end up with massive congestion on all travel routes at specific times (i.e. travel conditions that would be illegal for transporting livestock), and wasteful over capacity at other times.

    Moving closer to work may then be impractically expensive, or result in a significantly inferior residence. The alternative being a long, uncomfortable and expensive commute.

    Home working is part of the answer, but spreading out locations and working hours would go a long way to improving conditions and efficiency.

  3. Re:Tried it and hated it on Ask Slashdot: How Do You Find Jobs That Offer Working From Home? · · Score: 1

    Well your example shows that working environment matters a whole lot, and it's different for everyone.

    A small apartment is not good, you really need a separate room with somewhere comfortable to sit. Then there should be very few or no distractions at home, but you also have the convenience of somewhere to go and relax when you need a break, and an ample supply of food/drink etc.

    If you want a lack of distractions, a typical open plan office is a terrible environment because there are usually many distractions. For some tasks, being able to go into a room alone and close the door is very helpful.

    Depending on what you're doing, having people around you to collaborate with may be beneficial, or may be a distraction.

    A comfortable environment is an absolute must, if you are feeling uncomfortable you will be irritable and not work well. You need somewhere comfortable to sit and a tolerable climate.

    It's all down to the individual, the job and the company... What works well for one person doing a particular job may be terrible for someone else or a different job. Similarly if your office environment is nicer than the working environment you can provide for yourself at home then home working is a poor choice, but the same can also be true in reverse.

  4. Re:Generally? You don't. on Ask Slashdot: How Do You Find Jobs That Offer Working From Home? · · Score: 3, Insightful

    The same thing applies in an office environment, only instead of one wife you now have 50 colleagues who want help with this and that (often not work related), or just want to chat about the weather...

    Many people are single, or have wives/girlfriends who also work and aren't at home during the day.

    The other thing is being able to prioritise distractions... If someone sends you an email asking for something, you can wait until you're finished whatever you're currently concentrating on, but if they walk up to your desk or call you then it forces you to immediately stop what your doing to respond to them... This can be very troublesome if you're trying to concentrate.

    My job has a mix of home working, office working, and working in client's offices... I find i get a LOT less done if i'm working in our office, partly because of the distractions and partly because it's just a terrible office with bad seating, bad desks, broken climate control etc.

    Client offices are a different story, as most of the people there don't know you there are usually much fewer distractions, although the actual conditions can vary... If it's quiet and comfortable then i can get a lot more done there, if it's noisy and/or uncomfortable then a lot less gets done.

    That said i still think home working is better overall at least for me, if only because of the time and inconvenience saved on travel... There are more and more businesses being crammed into a small area in most cities and expecting people to all work at the same time, this creates massive congestion on all travel routes at certain hours, and results in inefficient over capacity at other times. I find it utterly ridiculous how they insist on so many people travelling to the same area at the same time, things should be far more spread out.

  5. Re:obligatory Good Luck With That on Microsoft Edge, HTML5, and DRM · · Score: 4, Insightful

    People will crack streamed DRM if there is content that's either only available there, or is available there first... If you look at most torrent sites these days you will see all kinds of content that has been ripped from streaming media sites, all of which used DRM and yet still got cracked and made available in a more convenient form via torrents.

  6. Re: Umm... their DRM code works quite well... on Microsoft Edge, HTML5, and DRM · · Score: 1

    When people started doing that it was the current generation console, and it's not a lot of effort to install an xk3y (which costs about the price of a single game) and then copy downloaded iso files to a usb hdd... In fact, being able to hook up a large portable hdd containing hundreds of games is far more convenient than sorting through a pile of dvd media.

  7. Re:Happens all the time at college Admissions offi on Ask Slashdot: Dealing With Passwords Transmitted As Cleartext? · · Score: 1

    Or you can use pdftk to remove the arbitrary pdf restrictions and get a plain normal pdf file out of it...

  8. Re:Ummmm... on Ask Slashdot: Dealing With Passwords Transmitted As Cleartext? · · Score: 1

    If the password can be retrieved in an automated fashion then even if its encrypted, everything necessary (i.e. the key) is present, so if the host is compromised the passwords effectively are plaintext as the attacker can simply run the same process to decrypt the password.

    And even if you use SSL to check your mail, that doesn't change how the email has been transmitted from one mail server to another, which is often done without using SSL, and most mail servers will fall back to plain text even if they do support SSL because so many out there don't support SSL at all.

  9. Re:Security on Ask Slashdot: Dealing With Passwords Transmitted As Cleartext? · · Score: 1

    Not necessarily in these days of social media... A lot of people have Facebook accounts and will have added relatives or people they went to school with...
    For your example, you already know the school, so you find out a list of their teachers (often published online) and try them all, and if the attacker knows your age they can narrow it down further... Either way there's a relatively small number of possible answers.

  10. Re:People are scared of IPV6 on North America Runs Out of IPv4 Addresses · · Score: 4, Informative

    All the routers i've seen implement statefull filtering on ipv6 and allow all outbound and no inbound (except traffic related to an outbound connection) by default, which is functionally identical to their ipv4 nat implementation.

  11. Re:Security and IPv6 on North America Runs Out of IPv4 Addresses · · Score: 3, Interesting

    Good luck trying to scan an ipv6 range...
    The smallest subnet is a /64, even scanning every host there for a single port would take a LONG time.

    IPv6 works fine with VPN software, even ipsec was originally a part of ipv6 and cruftily backported to ipv4... Infact, you can use ipsec properly (ie end to end without kludges like l2tp) with ipv6. The problems published recently were due to short sighted vpn providers who completely ignore the existence of ipv6. If they provided dual stack connectivity over their vpn then there wouldn't have been a problem.

    Bugs could still be found in ipv4 stacks too (and are still being found), on the other hand ipv6 is much newer and addresses some of the weaknesses of ipv4.

  12. Re:Options on Windows 10 Shares Your Wi-Fi Password With Contacts · · Score: 1

    MAC filtering will stop random users from connecting automatically, but won't stop someone who is intentionally trying to gain access... Changing your MAC is trivial.

    Agreed that _optout is offensive, why should i have to change the name of *my* network to cope with this crap, and where would it end? I shouldn't have to explicitly opt out of things i never have any intention of using and might not even be aware of.

    The only real solution is a dedicated (isolated) guest network, with regularly changing keys... I don't have guests visiting all the time so i could easily generate a new key each time...

  13. Re:Problem Solved on Windows 10 Shares Your Wi-Fi Password With Contacts · · Score: 1

    Until games start requiring it...

  14. Re:Google gets a free pass? on Windows 10 Shares Your Wi-Fi Password With Contacts · · Score: 1

    Any device that connects to wifi has to store the passwords either in the clear or in a retrievable form...

    If you compromise the device, you can extract the keys (and a lot of other stuff too). Other devices just obfuscate the keys, but they are still retrievable (e.g. try wirelesskeyview or gsecdump for windows).

    That's why virtually all platforms offer device encryption these days to lessen the chances of the device being compromised at all.

  15. Re:if that's true, on Windows 10 Shares Your Wi-Fi Password With Contacts · · Score: 1

    Limiting sites and protocols just causes problems, people will have their devices setup to connect to all manner of things (vpns, email, im, voip etc), and restricting what they can access will invariably block some stuff and render the connection unusable, causing a denial of service if the handset automatically connects to the wifi and loses its cellular connection where everything was working.

  16. Re:if that's true, on Windows 10 Shares Your Wi-Fi Password With Contacts · · Score: 1

    The PSK *is* the passphrase... The only thing the passphrase gives you is access to the network, and the key does that too.

  17. Re:What was the command? on How IKEA Patched Shellshock · · Score: 1

    What about files which don't contain a . character?

  18. Re:Sayonara Copy Protection and Key Checks!!! on MIT System Fixes Software Bugs Without Access To Source Code · · Score: 4, Insightful

    Pirates already have versions with these bugs fixed, widely available from various torrent sites.

  19. Re:Excellent Now Translate on MIT System Fixes Software Bugs Without Access To Source Code · · Score: 1

    There are already various emulators that do just that, and they are widely used for running legacy software on modern hardware.

  20. Re:Demographics on FB Reveals Woeful Diversity Numbers · · Score: 1

    Exactly, if they were explicitly discriminating then the percentages of asians and whites wouldn't be so close. The simple fact is, the vast majority of people who are qualified and/or want to work in this particular industry are white or asian males.
    Companies cannot hire people who don't apply for the job, it's as simple as that and blaming companies for a lack of diversity is ridiculous and won't achieve anything useful.

    You need to target kids, because its during childhood that people choose their future career path. Girls for instance are often pressured by their peers to avoid subjects which are considered "geeky".

  21. Re:Windows without a SSD isn't worth it on Ask Slashdot: Are Post-Install Windows Slowdowns Inevitable? · · Score: 1

    RAM will only be used to cache reads, your write performance will still be poor...

  22. Re:I am afraid the answer is, "Yes!" on Ask Slashdot: Are Post-Install Windows Slowdowns Inevitable? · · Score: 1

    Linux will install compatibility versions of libraries if you try to install software that requires them, as they will be pulled in as dependencies by the package manager.

  23. Re:Backing up user data on Linux on Ask Slashdot: Are Post-Install Windows Slowdowns Inevitable? · · Score: 1

    For a desktop it's easier as you just need 2 things:

    Your $HOME
    Your list of installed packages

    Running as a user, you can't put files outside of your homedir anyway (Aside from /tmp which you can afford to lose)...

    For a server it's different because each service has its own location for config and data, but if your job is to setup and manage the server then you should know what its running and where those services keep their data.

  24. Re:Depends on Ask Slashdot: Are Post-Install Windows Slowdowns Inevitable? · · Score: 1

    If users are expected to know a lot about an extremely complex system in order to use it, then that system isn't suitable for those users...
    This is the complaint often made against Linux, but it requires considerably less knowledge to configure and maintain a Linux system.
    That said, most people would be better off with consoles, ipads and chromebooks.

  25. Re:Depends on Ask Slashdot: Are Post-Install Windows Slowdowns Inevitable? · · Score: 0

    That might work in a corporate environment, assuming you go to the effort of pushing out the updates centrally (which 99% of places don't), but thats not practical for individual users outside of a managed network as they have no other way to update their application software short of doing it manually.

    Leaving all those applications without updates (which often happens in corporate environments too because the stock windows update tools don't handle third party updates very well) results in systems getting hacked on a regular basis and most places *solution* to this is to install various endpoint security applications which cause even more performance loss than the background updaters would have.

    Yes Windows is one giant clusterfuck, it's simply not suitable for use by non technical users.