Live data from Hacker News

Viewing profile — FascinatedBox

FascinatedBox

HN member
Joined
Sun, Oct 09, 2016, 5:04 PM UTC
HN karma
174
Public activity
56 items

About FascinatedBox

fascinatedbox@protonmail.com

Recent public activity

  1. story
  2. comment
    Comment #39966521

    Good point. I'll make a note to add some documentation to that effect. I didn't think of it originally because I didn't expect this much interest in my project.

  3. comment
    Comment #39966506

    Yes, through the state option (xdotool calls it windowstate). I was confused when implementing it, because there appear to be three different fields: maximized_horz, maximized_vert…

  4. story
  5. comment
    Comment #39901272

    This solves a few issues in xdotool for me: Window selection allows for multiple criteria at once, and I can also reject windows. I'm also able to use the window manager's client l…

  6. story
  7. comment
  8. comment
    Comment #18869142

    Quoting remme.io: > No more passwords — no more break-ins. REMME implements unbreakable, foolproof user authentication to protect your users, employees, and company’s data from cyb…

  9. comment
    Comment #18281136

    c9 helped when I was back in college. The desktops there were locked down with preinstalled tools. c9 was better than what the college had, and I didn't have to worry about saving …

  10. comment
  11. comment
  12. comment
    Comment #17591282

    As someone on the higher-functioning end of the spectrum, I think it does. There are some traits I have and issues I contend with that I believe are based on Aspergers. Examples: S…

  13. comment
    Comment #17571204

    Author here. That's roughly what I was shooting for. Python was a big inspiration early on in the design, and later on some functional concepts were put into the mix. I found them …

  14. comment
    Comment #17571175

    Yeah, that's a mistake on my part. I pushed a fix just now. Thanks for the tip.

  15. comment
    Comment #16946920

    > Also, when a phone is unlocked with Clear, a special chip inside the phone blows itself up. no thanks

  16. comment
    Comment #16550952

    I'm not sure if it's still the case, but I remember a few years ago how commercials would get shorter over time. Take a single commercial, and start off showing all N seconds of it…

  17. comment
    Comment #16304964

    The extra time I have is usually 15 or so minutes before starting at work. Sometimes more than that, depending on how smooth traffic was getting to work. What I've been doing latel…

  18. comment
    Comment #16148524

    The roadmap needs to be updated. It's for 2016-2017.

  19. story
  20. comment
    Comment #16121102

    Anyone know what tool/script they're using to measure memory usage?

  21. story
  22. comment
    Comment #15996339

    This seems all over the place. You're marketing this to, what, people who have experience in C and want a better experience? Why is there a readme link to download a .zip of the re…

  23. comment
    Comment #15958313

    I'm currently working on a programming language (Lily. See this name on github), and this is really helpful. I've been thinking about adding debugging support, and this will help a…

  24. comment
    Comment #15799223

    I really hate what seems to me a new trend of co-opting terms to muddy the waters and confuse the issues. This guy is not in support of NN. That's it. Ideally we'd have so much ISP…

  25. comment
    Comment #15702135

    This is possible exactly because Java is statically-typed. Java's type system works over the operands, and does implicit conversions before the expression gets a chance to run. It …