Viewing profile — m3koval
m3koval
HN member- Joined
- Mon, Dec 13, 2010, 4:09 PM UTC
- HN karma
- 151
- Public activity
- 59 items
- HN profile
- View on Hacker News ↗
About m3koval
No profile information was provided.
Recent public activity
-
comment
Comment #34656793
It should be possible to do that using one Ethernet port using VLANs. You could buy a cheap L2 managed switch and use it to trunk two different Ethernet networks on the same port. …
-
comment
Comment #27640239
SIGBOVIK is a parody of computer science conferences. It's a running joke hosted on April Fools Day every year at CMU - and apparently a quite convincing one. ;-) Source: I attende…
-
comment
Comment #12485133
As someone who lives in Pittsburgh - and likes the city quite a bit - I can attest to the fact that: (1) the weather is rarely perfect, (2) the entire city is under perpetual const…
-
comment
Comment #11192846
Concepts, modules, a file system library, and an asynchronous I/O library have all been discussed as additions for C++17 and beyond. Most of these features are standard in modern l…
-
comment
Comment #10889495
I had this issue fixed on my mid-2012 15" rMBP. It's known issue with some of the early LG panels on that model. The technician at the Apple store ran some standard image persisten…
-
comment
Comment #10889422
C++ is not technically a superset of C. Here are a few examples that are valid in C, but not C++: http://stackoverflow.com/a/1201840/111426 However, it's close enough that I genera…
-
comment
Comment #9993080
The bitfield example is misleading. Section 6.7.2.1/10 of the C99 standard says: "The order of allocation of bit-fields within a unit (high-order to low-order or low-order to high-…
-
comment
Comment #7995529
Why would you not use A* from the beginning? It's a trivial extension to Dijkstras and is often orders of magnitude faster when an informative heuristic is available. Also, both al…
-
comment
Comment #6427049
Unfortunately not. Matrix inversion (or any type of linear algebra, really) deals with real numbers. This problem is nearly a linear program, which can be solved very efficiently, …
-
comment
Comment #6209323
Nope. Maybe it used to be true, but not as of 2007. "…prohibits you…from disclosing this letter, other than to…an attorney to obtain legal advice or legal assistance with respect t…
-
comment
Comment #6197752
Nit: You can't, by definition, prove an axiom. Memorizing axioms is quite necessary because they are the building blocks for all other theorems. In any case, I don't disagree with …
-
comment
Comment #6113502
Matlab is much faster. For a sense of scale, a relatively simple image processing script ran 125 times faster in Matlab than Octave. This is, most likely, because Matlab has a bett…
-
comment
Comment #5273368
Like antics said, this isn't true for graph planning. Here are three concrete examples that I know of: 1. Anytime D* was used by the winner of the DARPA Urban Challenge 2. Field D*…
-
comment
Comment #4800290
It's not that uncommon in CS. I just started a Ph.D. program (Robotics at CMU) straight out of undergrad and a decent number of the other incoming students are in the same boat. It…
-
comment
Comment #4798905
I doubt it. The article makes this sound pretty specific to producing the magnetic disks used in hard drives. I don't see any reason why this would also work for silicon processes.…
-
comment
Comment #4469163
It works, but not as well as in OS X. At least as of ~6 months ago, the Linux drivers for the MBP/MBA multitouch trackpads were unpleasant to use. Everything nominally worked, but …
- comment
-
comment
Comment #4371993
Just a guess: The weaker gravity (around 1/3 of Earth's gravity) makes it much easier for wind to pick dust off the ground. Once a dust storm starts, it would also take a lot longe…
-
comment
Comment #4300103
That description states a resolution of 1920x1200 instead of the 2560x1440 on these panels. I think 1920x1200 looks pretty awful on a 24" monitor, so I'm sure it will look even wor…
-
comment
Comment #4224000
He was being sarcastic (I hope).
-
comment
Comment #4212233
Depending upon how this evolves, it could cause legal issues for employers who make postings. It's illegal to discriminate by a lot of personal information such as nationality, age…
-
comment
Comment #4199721
I personally don't see the point in iGoogle, but it was perfect for a certain demographic. Anecdotally, I know of quite a few middle-aged people who learned to use the internet whe…
-
comment
Comment #4191896
It doesn't fit. The RJ-45 connector nearly the same size (possibly larger) than the edge of the retina MacBook Pro.
-
comment
Comment #3725921
On OS X, you get clang and llvm-gcc in XCode 4.1, which is a solid 1.4 GB download. You're absolutely right about clang being pretty lightweight, so it's getting a bad wrap by asso…
-
comment
Comment #3677870
Apples call it the "iPad 2" on their online store. http://store.apple.com/us/browse/home/shop_ipad/family/ipad (look at the bottom of the page)