Live data from Hacker News

Viewing profile — Xephyrous

Xephyrous

HN member
Joined
Tue, May 28, 2013, 1:46 PM UTC
HN karma
139
Public activity
27 items

About Xephyrous

No profile information was provided.

Recent public activity

  1. comment
    Comment #16369536

    PayPal froze my account a few years ago for "suspicious activity". I still don't know what that activity was. Support gave me the same sort of runaround non-answers as described in…

  2. comment
    Comment #16111026

    It used to be that way, now when I try it F1 is a sign-in screen, F2 is my main GUI, F3-F6 are normal virtual terminals, and F7 is some process that I don't recognize.

  3. comment
    Comment #16099338

    You can run a headless Linux distro (although that's not exactly turnkey, I know). If you're already running linux, you can hit something like ctrl+alt+F3 to get a commandline only…

  4. comment
    Comment #15900197

    Here's a boingboing post that contains some of the text of the article: https://boingboing.net/2017/12/10/shanzhai-futurism.html

  5. comment
    Comment #15605373

    Classes definitely give you a lot of rope to hang yourself with (metaclasses, inheritance, MULTIPLE inheritance), but they have their place. I'll usually start with a function, but…

  6. comment
    Comment #13322665

    > "Don't let people pay for things because poor people might not be able to afford it" is offensive to "poor" people. It's important to distinguish what kind of "things" you're tal…

  7. comment
    Comment #12516786

    Why do you want to work at one of the big 4 tech companies? Software engineering is a very big field, you don't need to be really good at solving coding puzzles on a whiteboard to …

  8. comment
    Comment #10801266

    Archive.org cache: https://web.archive.org/web/20151226155815/http://www.forbes...

  9. comment
    Comment #10722940

    If you don't already use it, you should check out GNU Stow as a tool to manage those symlinks. You just make a directory (or directories) which mirrors your home folder, but with o…

  10. comment
    Comment #9899253

    I'd write that function like this: def absolute_path(path): if not path.startswith('/'): return '/' + path return path This way you don't have to keep track of mutating the path va…

  11. comment
    Comment #9699911

    > Neovim however might help to solve this problems, but when that will see the light of day, it seems to be hard to find out. Neovim is working quite well already. I fully switched…

  12. comment
    Comment #9508666

    ipython has a killer autoreload function: http://ipython.org/ipython-doc/stable/config/extensions/auto... In [1]: %load_ext autoreload In [2]: %autoreload 2 In [3]: from foo import…

  13. comment
    Comment #9395389

    I've been using spacemacs off and on for a few months, (although never as my primary editor). I really like their out-of-the-box config, and it's much easier and better than my pre…

  14. comment
    Comment #8562275

    Are you using React.js directly through JS interop, or something like Om or Reagent to wrap it? What is your opinion of the various options available for React.js in ClojureScript?…

  15. comment
    Comment #7049231

    Interesting topic and book although I highly recommended skipping this article in favor of the [NYT article cited]( http://mobile.nytimes.com/2014/01/07/science/cat-sense-expla... …

  16. comment
    Comment #7049230

    Interesting topic and book although I highly recommended skipping this article in favor of the [NYT article cited]( http://mobile.nytimes.com/2014/01/07/science/cat-sense-expla... …

  17. comment
    Comment #7017024

    I know this isn't what you're asking, but I imagine in this case it's because that's one of the challenges of regex golf. Matching regex, as short as possible.

  18. comment
    Comment #7005507

    Spot on critique. Two additions: What about pure carnivores? Surely their food doesn't want to be food, but carnivores do just fine. While I agree that the amount of corn we eat is…

  19. comment
    Comment #7002460

    Is it just me or do the pictures of her look like her face has been heavily airbrushed? That's a bit ironic considering...

  20. comment
    Comment #6659372

    Not at all.

  21. comment
    Comment #6658759

    I'm having a lot of fun with this. I'll submit something soon. You swallow all exceptions and make the robot guard instead. This is nice, but it makes it hard to develop, because y…

  22. comment
    Comment #6658590

    Oh, I didn't realize that. Thanks!

  23. comment
    Comment #6658450

    Is there any way to access the map in the Robot class? For the default map, I can just hardcode it, but if you do intend for a robot to be playable on multiple maps, they'll need s…

  24. comment
    Comment #6658044

    Looks fun, can't wait to get started. In your instructions, you said to run the program, call: python kit/run.py yourcode.py yourothercode.py --render If you try to run run.py from…

  25. comment
    Comment #6061945

    Also feels snappy to me on Firefox/Xubuntu