Slashdot Mirror


User: halfnerd

halfnerd's activity in the archive.

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

Comments · 73

  1. Re:Mattermost is an alternative on Slack Doesn't Have End-to-End Encryption Because Your Boss Doesn't Want It (vice.com) · · Score: 2

    It's open core. Look into matrix.org / riot.im instead

  2. Re:GitHub on Ask Slashdot: Your Favorite Subscription Services? · · Score: 1

    Or Gitlab, which also has free CI resources (for private projects)

  3. Re:I've been looking for something like this... on Open365 Is An Open Source Alternative to Microsoft Office 365 (open365.io) · · Score: 2

    Collaborative being a key word, I didn't get the impression that Open365 allows google docs style concurrent collaborative editing. EtherCalc should work, but is of course limited in features: https://ethercalc.net/

  4. Re:I'd avoid Subversion on Ask Slashdot: Version Control For Non-Developers? · · Score: 1

    Subversion can lock files in order to avoid merging binary files

  5. git-annex on Ask Slashdot: Practical Bitrot Detection For Backups? · · Score: 1
  6. ganeti on XenServer 6.2 Is Now Fully Open Source · · Score: 3, Interesting

    Check out ganeti as well: https://code.google.com/p/ganeti/

    Features
    Ganeti provides the following features for managed instances:

    Support for Xen virtualization:
    Support for PVM and HVM instances
    Live migration support
    Virtual console (on PVM) or VNC (on HVM) to control instances
    Support for virtio or emulated devices

    Support for KVM virtualization: (from Ganeti 2.0)
    Live migration support
    Support for fully virtualized instances
    Support for semi-virtualized instances (kernel residing on the host)
    Support for VNC or serial access
    Support for virtio or emulated devices

    Recommended cluster size 1-40 physical nodes

    Disk management:
    Plain LVM volumes
    Files (from Ganeti 2.0)
    across-the-network raid1 (using DRBD) for quick recovery in case of physical system failure

    Instance disk partitioning supported from Ganeti 2.0

    Export/import mechanism for backup purposes or migration between clusters, or

    Automated instance migration across clusters (since Ganeti 2.2)

  7. Re:First hand experience here on Ask Slashdot: How Do SSDs Die? · · Score: 1

    Are you sure there was no data corruption, or are you just assuming since it booted up again?

  8. Re:Better than the last place I worked at on Ask Slashdot: Open Source Multi-User Password Management? · · Score: 1

    Can you actually share a password with several users using phpchain? It seems to me like everyone only has access to their own passwords.

  9. Configuration management + install server on Ask Slashdot: How Do You Install Ubuntu On 30 Laptops and Keep Them In Sync? · · Score: 5, Informative

    Puppet combined with either Foreman or Cobbler

  10. In-depth? on Six Python Web Frameworks Compared · · Score: 2

    Surely you are joking?

  11. Re:End of an era? on Samba 3.6 Released With SMB2 Support · · Score: 1

    Is Coda still developed? It seemed dead to me last time I went looking into the alternatives (some years ago, I'll admit).

  12. Re:OP here on Ask Slashdot: Software To Organise a Heterogeneous Mix of Files? · · Score: 1

    http://www.branchable.com/ (or acutally ikiwiki) is a wiki that you can work on offline. And there's vim-outliner if you don't like emacs orgmode.

  13. Re:what ever happened to good old email? on Facebook Inbox Throws Blow At Google... No Flinch? · · Score: 1
  14. Re:None, I have given up bash scripting on Adding Some Spice To *nix Shell Scripts · · Score: 1

    IIRC POSIX allows any characters (bytes) except '/' and '\0' in filenames.

  15. Relevant study on How Many Hours a Week Can You Program? · · Score: 1

    I vaguely recall reading a study about the optimum work week for thoughtworkers. I've often cursed myself for not keeping a link or reference around. Maybe someone else might help me find it? I think it was a german study. The conclusion was that 25h per week produced optimal results. The number might be a bit off but the idea is about right.

  16. Re:Firefox is unstable. on Chrome 4.0 Vs. Opera 10 Vs. Firefox 3.5 · · Score: 1

    There's AdSweep for chromium (it doesn't work on stable chrome afaik) http://adsweep.org/

  17. Re:Why dont I need word? on 20 Years of MS Word and Why It Should Die a Swift Death · · Score: 5, Interesting

    Maybe it's his scam.

  18. Re:Well... yeh. on Swine Flu Kills Obese People Disproportionately · · Score: 1

    Hacket's or Hacker's?

  19. Re:Useful tricks. on (Useful) Stupid Unix Tricks? · · Score: 1

    Also check out etckeeper, http://joey.kitenet.net/code/etckeeper/ , which works with git, mercurial and bzr. And has nice apt-integration on debian.

  20. Re:My own opinion (prob. very controversial) on Practical Reasons To Choose Git Or Subversion? · · Score: 0, Redundant

    cp(1) for merging? Are you nuts?

  21. Re:Scheme on Best Reference Site For Each Programming Language? · · Score: 3, Informative

    Would you actually rather read the pdf, which can't be reflowed, instead of html, which can be reflowed, if both would be available as a single file download?

    At least on mobile devices such as the Nokia N810 I prefer reflowable formats. Actually I prefer them on the desktop also.

  22. Re:good question on What NAS To Buy? · · Score: 1

    Have you tried installing Debian on it? Also, does it network at gigabit speed (over 10 megabytes per second) or just 100Mbps (under 10 megabytes per second)?

  23. Re:Looks good on Nokia Unveils "World's Thinnest" QWERTY Smartphone · · Score: 1

    You want the Nokia E90, or maybe the next Maemo-device from Nokia which is apparently finally going to include a GSM chip.

  24. What tools do you use most? on To Whom Should I Donate? · · Score: 2, Insightful

    I spent some time thinking about what tools I use most, checked out some web sites to see how badly different project need money and ended up donating to OpenSSH. ( http://paul.totterman.name/blog/supporting-free-software.html )

  25. Re:State of email on A look at Thunderbird 2.0 Beta · · Score: 4, Insightful

    OfflineIMAP would fix most synchronization problems. Dovecot is a fast IMAP server and Maildrop coupled with your favourite smap filter could take care of the server part. Couple that with a good mail client (mutt) and a way to synchronize contacts. mutt can be customized with own keybindings, so that way one could add support for training the mail filter. I keep my home directory in a darcs repository to keep it in sync between machines. Other people use Subversion.