Lednakashim
|
13 years ago
|
on: Study of 49 programmers: static type system had no effect on development time
Don't we are about the ability of the compiler to optimize? Does anybody compile code nowadays?
Lednakashim
|
14 years ago
|
on: Backdoor found in a China-made US military chip
Isn't it an FPGA chip?
Lednakashim
|
14 years ago
|
on: Backdoor found in a China-made US military chip
Can somebody explain exactly what they got access to? What is encrypted?
Lednakashim
|
14 years ago
|
on: Anonymous leaks 1.7 GB of data and email from the U.S. Bureau of Justice
maybe the data came from a reply?
Lednakashim
|
14 years ago
|
on: A simple example of Huffman coding on a string
In the next installment of this series we will show you how to format your output with printf.
Lednakashim
|
14 years ago
|
on: Turkey kills school books, moves to tablet in all schools
This is bad. Physical objects are a way to permanently an irrevocably establish a position. It is not possible to delete or change a textbook on the fly. This will open up textbooks to instant manipulation for political goals.
Lednakashim
|
14 years ago
|
on: TED and inequality: The real story
$6000 dollar ticket price. That it is the real inequality.
Lednakashim
|
14 years ago
|
on: How Intern Mentorship Works At Khan Academy
I always felt that companies were in a very unfortunate position. Almost everybody I now who was smart went to graduate school. How does one higher in that kind of environment? It always seemed companies received mediocrity; at best.
Lednakashim
|
14 years ago
|
on: Please don't learn to code
He could asses IT costs
Lednakashim
|
14 years ago
|
on: Are Stanford Students Just (Really Excellent) Sheep?
Are State School Students Just (Mediocre) Sheep?
Lednakashim
|
14 years ago
|
on: Is there a modern browser that runs on Windows 3.1?
I worked on programming cutting robots and I can that they were extremely computationally intensive. They needed to constantly perform SVD to find stable solutions. There is a lot of innovation in this field (applied robotics).
Lednakashim
|
14 years ago
|
on: Is there a modern browser that runs on Windows 3.1?
Lednakashim
|
14 years ago
|
on: The Coming Meltdown In College Education & Why The Economy Won’t Get Better Soon
There is no clear financial connection. The only way to make a strong financial connection is to imagine a default scenario; where thousands of students can't pay off their loans. There is little evidence for this as student loans tend to be cheaper then housing loans (It is impossible get 300K of student loans) and they tend to have nicer terms less ways to default. Perhaps whats happening is some kind of social slavery where it is harder to peruse ones dreams due to loans, but its not a financial bubble.
Lednakashim
|
14 years ago
|
on: The Coming Meltdown In College Education & Why The Economy Won’t Get Better Soon
My experience says otherwise, but it requires approaching the person and bragging for minutes. Its certainly possible to do this, but not via Internet or paper applications.
Lednakashim
|
14 years ago
|
on: FreeBSD 10 to use Clang, GCC will be deprecated
My code consists of tight loops used for numerical simulation. Clang runs about 2x slower. Hence I conclude that Clang is bad for optimizing tight loops.
Many of the Clang vs. GCC tests are clandestinely skewed towards llvm because they involve code that does not benefit from low level optimization.
Many of the people who work on GCC are scientists who want tight loop performance while many of the folks who work on clang want a BSD license.
Lednakashim
|
14 years ago
|
on: Faster Fourier transform among world’s most important emerging technology
Lednakashim
|
14 years ago
|
on: Ubuntu To Soon Ship On 5% Of PCs
Thats nonsense, a broken Linux distro is not cost effective to fix because the number of breakpoints is innumerable. Zounds of configuration files, buggy software any an extremely branching entry point and shared dependencies make it quicker to wipe your install and start again. This is what I do with my installs; if it breaks wipe it.
Lednakashim
|
14 years ago
|
on: Ubuntu To Soon Ship On 5% Of PCs
Fact: normal people invested significant time learning MS Windows. They will not be happy about the loss of productivity involved in switching GUIs.
Lednakashim
|
14 years ago
|
on: University of Florida Eliminates Computer Science Department
Experience: My professors were shit, but I was able to do science in one of their labs and that got me into graduate school. Research faculty give opportunities that are impossible to find elsewhere.
Lednakashim
|
14 years ago
|
on: Email is not broken: It’s a framework, not an application
Whats the difference? If our client reads specialized xml instead of plaintext, haven't we "changed" e-mail to the extent that we have broken it for non-compatible clients? To me e-mail is ascii/html without meta-data, when we add meta data we have e-mail 2.0, which is not compatible and hence different.