Viewing profile — FascinatedBox
FascinatedBox
HN member- Joined
- Sun, Oct 09, 2016, 5:04 PM UTC
- HN karma
- 174
- Public activity
- 56 items
- HN profile
- View on Hacker News ↗
About FascinatedBox
Recent public activity
- story
-
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.
-
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…
- story
-
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…
- story
-
comment
Comment #20870419
nice
-
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…
-
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 …
- comment
- comment
-
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…
-
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 …
-
comment
Comment #17571175
Yeah, that's a mistake on my part. I pushed a fix just now. Thanks for the tip.
-
comment
Comment #16946920
> Also, when a phone is unlocked with Clear, a special chip inside the phone blows itself up. no thanks
-
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…
-
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…
-
comment
Comment #16148524
The roadmap needs to be updated. It's for 2016-2017.
- story
-
comment
Comment #16121102
Anyone know what tool/script they're using to measure memory usage?
- story
-
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…
-
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…
-
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…
-
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 …