simgidacav | 12 years ago | on: Cosmic Sans Neue Mono: Programming Font
simgidacav's comments
simgidacav | 12 years ago | on: Want to use my wifi?
Still, since when I run GNU/Linux I never pasted a command line from a website into my terminal. This is just reckless. Borderline case, I understand what the example is showing me and then I apply.
simgidacav | 12 years ago | on: Want to use my wifi?
Really? So would you blindly copy-paste things into your shell? Then I don't need to hijack your connections, I just put malicious pastes on the website.
If you are moron enough to copy-paste the first thing you find, you are probably not reading the other users' warnings about "this answer is wrong".
simgidacav | 12 years ago | on: Saving 9 GB of RAM with Python's __slots__
Does that fuck up? Rinse and repeat.
simgidacav | 12 years ago | on: Browser logos
simgidacav | 12 years ago | on: Saving 9 GB of RAM with Python's __slots__
Try comment and un-comment the __slot__. You can measure the program memory footprint using
pmap -x <PID>
where <PID> is obtained using
pgrep python
...more than one python process?
cat /proc/<PID>/cmdline | xargs -0 echo
simgidacav | 12 years ago | on: Saving 9 GB of RAM with Python's __slots__
simgidacav | 12 years ago | on: Saving 9 GB of RAM with Python's __slots__
This is usually true when, say, analyzing some data. If your design pattern is good, those object would be immutable anyway.
simgidacav | 12 years ago | on: Wikileaks publishes 500k new Stratfor emails
Please, tell this to everybody claiming "I've nothing to hide". They will realize that YES, they've got something to hide, and then they possibly would shut the fuck up.
simgidacav | 12 years ago | on: Secret Trans-Pacific Partnership Agreement
On the other hand, by sticking to the tl;dr you accept the version the non-lazy guy will give you.
simgidacav | 12 years ago | on: Ask HN: Is C++ still worth learning?
Exactly. Still yeah, I agree with you (and Linus Torvalds) on the fact C should be used.
simgidacav | 12 years ago | on: Ask HN: Is C++ still worth learning?
The answer is "it depends" (of course!). If you plan to hack into some kernel source code, device drivers, legacy software, or high performance softwares, probably it's worthy.
My advice is: once you learned one language for each type (functional, procedural, object oriented) and a scripting language (python, perl, ruby, ...), then get a project and learn while hacking.
simgidacav | 12 years ago | on: OpenSSH security advisory
How much time per day do you guys spend in working on OpenBSD and how much of this is it on auditing?
simgidacav | 12 years ago | on: OpenSSH security advisory
I guess that gives the same problem. The exploitation allows to execute arbitrary code, as you would do by launching commands from, say, bash.
I don't know git-shell, but I guess (from the manpage) it restricts the allowed commands. The exploitation of the bug would allow a malicious user to execute a command instead of git-shell. A good example of command could be /bin/bash.
simgidacav | 12 years ago | on: OpenSSH security advisory
simgidacav | 12 years ago | on: OpenSSH security advisory
e.g. Git uses ssh as transport protocol, but github (and similar platforms) don't support direct user login.
simgidacav | 12 years ago | on: Microsoft Brings Real-Time Collaboration To Free Office Web Apps
simgidacav | 12 years ago | on: Microsoft Brings Real-Time Collaboration To Free Office Web Apps
EDIT: A guy in this thread told it works only for IE, then this statement was fixed in "also works on Chrome". Since I'm a GNU/Linux user I could not verify myself.
simgidacav | 12 years ago | on: A list of free programming books
simgidacav | 12 years ago | on: A list of free programming books
Only drawback: 'W' and 'w', plus 'X' and 'x' are extremely similar. This is mostly not a problem, but sometimes it can be a hassle.