1. 10

    It suddenly made a lot of sense how this app generates $80,000 a month. At $400/month per subscriber, it only needs to scam 200 people to make $80,000/month […]

    Basically an click baiting article about scam apps.

    1. 5

      Like way too many articles on Medium.

    1. 3

      Another tip not listed on the site: Use faster disks. I moved my poudriere jails to zfs on an nvme disk, and it sped things up quite a bit.

      1. 1

        Indeed- because that wouldn’t be about using the things you already have more efficiently, but throwing money at the problem.

      1. 1

        Agreed. Add to that the fact that the market around here for working with BSDs is non-existent.

        However, remote jobs aren’t as easy to find as they once were. Most companies insist on on-site placements.

        1. 9

          This is all profoundly true stuff. Probably everybody knows it already… right?

          1. 9

            It might sound a bit cheesy, but let me quote the Matrix to you:

            “Neo, there is a difference between knowing the path, and walking the path.” :)

            1. 1

              Yes. But I didn’t take anything so deep as that from this particular article. It had no particularly powerful writing to reinforce the importance of actually following this advice. Even some Matrix-style pseudo-mystical stuff would have made it less bland. :)

              But it’s still profoundly true, you see… haha. :)

              1. 3

                Sometimes all that’s necessary to a change in behavior is someone else (!) stating the obvious.

          1. 15

            I wasn’t sure sharing my tools/workflow would help you much, as you state you’re on Windows, but I saw your comment saying you’re waiting for an Ubuntu install.

            I don’t use anything particularly out of the ordinary: i3 window manager, rxvt-unicode, zsh, vim. But what I will certainly advocate the use of: tmux. If you’re not already a user, pick it up, use it heavily. It changed the way I work for the better.

            It really helps keep things organized - for instance, I always have 3 sessions running: management, support, and personal. Each session will dictate what kind of tools are open or what kind of actions I carry out. I’m a sysadmin, so maybe these session names don’t speak wonders to you, but I’m sure there’s certain ‘categories’ that segment your workflow, and embodying that in a few shells can really help manage how you conduct your work.

            I am, of course, only pointing out one tiny feature that I find really useful, tmux is so much more, go read up on it if you’re unfamiliar.

            1. 4

              Yup I’ve been using tmux for a decent amount of time, it’s great!

              1. 1

                And a tip for anyone who has been a heavy user of screen long time, you can change the keybindings to similar of screen. (CTRL+A etc)

                With this the switch from screen is really simple.

                1. 1

                  As it’s similar, I’ll join mine right here.

                  Tools:

                  • FreeBSD 11.0-CURRENT on a 13.3" UltraBook
                  • i3 window manager – the WM_CLASS to workspace magic is gold.
                  • xterm
                  • zsh
                  • ssh-agent (with different ssh keys for different purposes, think login to
                  • hosts, pull from git repos, …) and this helpful snippet in ~/.ssh/config:

                    Host *

                    ControlPath ~/.ssh/sockets/master-%l-%r@%h:%p

                    ControlMaster auto

                    ControlPersist yes

                    TCPKeepAlive yes

                    ServerAliveInterval 5

                    ServerAliveCountMax 1

                  • tmux (with exposed SSH_AGENT_PID and SSH_AUTH_SOCK variables)

                  • git (for work and fun)
                  • svn (for FreeBSD purposes)
                  • mutt
                  • gpg
                  • irssi

                  When it comes to development practices:

                  … and of course, the practice of not doing releases on Fridays.

                1. 3

                  That’s what I like about xombrero: If you use it in whitelist mode, cookies and JS are off-by-default.

                  You can toggle them on a per-session basis by hitting F4, cookies will be cleared on exit.

                  1. 2

                    I’m a huge fan of xombrero for this reason.

                    1. 1

                      Thanks for the tip to xombrero! Just got it built and running on ubuntu.

                      1. 1

                        Apologies, I hadn’t seen the -announce@ mailing list thread and thought Colin Percival’s statement was the original statement. Will do more research in future posts!