Live data from Hacker News

Viewing profile — cakes

cakes

HN member
Joined
Sat, May 30, 2015, 12:13 PM UTC
HN karma
132
Public activity
110 items

About cakes

software engineer, hobbyist, etc

Recent public activity

  1. comment
    Comment #28035281

    You may at least want to take a look at vdirsyncer[0]. Assuming all of your sources run CalDAV that you can hit than you can at least extract the events. I use it for backup for a …

  2. comment
    Comment #18693508

    and if rsync doesn't quite work for what you need/a target you want to use, rclone is always an option as well https://rclone.org/

  3. comment
    Comment #18614193

    Especially if you witness it as an employee and run it up the chain as far as possible and it gets ignored. Having had good and bad in my career has saved me from realizing that th…

  4. comment
    Comment #18607485

    Whatever is easier for you but (if you can) target what they write in

  5. comment
    Comment #18545213

    Disagree, I was the not in the "in crowd" with my boss at a previous location and yet I was the person (as suggested) in regards to everything backend related.

  6. comment
    Comment #18392654

    This is very true. I'd see this in software I worked on integrating ERPs where we'd have support for like 5-10 custom fields. The best workflows were those were the custom fields w…

  7. comment
    Comment #18392436

    and also what you work on. I've been through it working on released and unreleased projects and how things are handled changes based on that

  8. comment
    Comment #18375756

    I'd forgotten all about interop with DCOM until just now! Several years ago (when I last had to do it) I recall having to horribly mess with services on my local machine just to ge…

  9. comment
    Comment #18284969

    I've also started experiencing that even though all actions are cleared and I can navigate away that sometimes those actions "didn't take" and I'd be cleaning up emails for the N-t…

  10. comment
    Comment #18274137

    Generally what parent says and to add: Does the company have a good/stable/solid vision/strategy? Do you believe it is/can execute on it?

  11. comment
    Comment #18131354

    It's hard for people to have recall over events and (again not always malicious) what one person may consider a "big deal" to have done (or not done) will influence whether they re…

  12. comment
    Comment #18032640

    Yeah there is definitely annoyance, overhead, and expense but you are trying to securely transfer data to an air-gapped network so just "plugging things in" (what some people expec…

  13. comment
    Comment #17970302

    the '-C' option to let me do git operations without being in that directory is vastly helpful when I go to script against a variety of git repositories (--git-dir is pretty nice to…

  14. comment
    Comment #17728874

    This is generally the same experience I have had. I'll even talk through the assumptions (e.g. "Can we assume I know how to do argument checking?") and then after I've done the hea…

  15. comment
    Comment #17503063

    This makes sense and I agree. You will learn some about the domains you write software in but often you are in those by force and not by choice and you will only ever be so interes…

  16. comment
    Comment #17502503

    I understand your point but the problem is that the title is "Arch Linux AUR Repository Found to Contain Malware" (and not, for example: "AUR Repository Found to Contain Malware").…

  17. comment
    Comment #17502270

    One of the problem I see with helpers is that a lot of them start to wrap the whole user's package handling experience (pacman wrapping) where it seems like it would be easy to ign…

  18. comment
    Comment #17485451

    Or just delete the source safe files from the share and have everybody in a panic (this happened where I worked in ~2010 for some legacy apps still in source safe...it was an untra…

  19. comment
    Comment #17356967

    I can understand this. If I had to pick a marketable/future employment language today, I would pick C# over D (I have used both).

  20. comment
    Comment #17229112

    I wonder if this is the actual final death of TFS (Server) at this point as they could now move Github into that offering space for enterprises

  21. comment
    Comment #17162376

    I was surprised (years ago) when I learned about SOUNDEX() in Microsoft SQL Server. I always wondered why SOUNDEX was in SQL Server (not that I thought it shouldn't be, was just cu…

  22. comment
    Comment #17130372

    This would be great...but it seems more likely that what happens if a forcing function is applied is that anything in the current gray area (gray area is putting it nicely) of usin…

  23. comment
    Comment #17059689

    This was pretty much true when I was last using C#. You would find specific places where you need "an object" (e.g. maybe you want to LINQ over some data in a method) so you could …

  24. comment
    Comment #17039809

    I can understand this rationale technically, when I was using skype (at work) ~8years ago we would have some real problems and a lot of it was attributed to "SuperNodes" if you dug…

  25. comment
    Comment #16719731

    Personally - I write aliases locally that I know I don't need/can live without remotely (e.g. "vi" aliases to "vim" because sometimes I fail to get that "m" on there and I want vim…