HackerTrans
热门最新趋势评论往期问答秀出招聘

MichaelGG

no profile record

评论

MichaelGG
·11年前·讨论
And since it was published, Rust is now in second place in that benchmark game graph: http://benchmarksgame.alioth.debian.org/u64q/which-programs-...
MichaelGG
·11年前·讨论
Don't start on node. A dozen thousand files of dependencies because every function needs its own module containing at least 6 files. And using RequireJS, well it takes 30s+ to build this site even though it's not doing anything earth shattering. And that's before running uglify or any such minimizer. I don't get it.
MichaelGG
·11年前·讨论
In many cases it's not. In fact I've recently worked on several projects where the frontend is stupidly heavy for zero reason. Just sloppy or over engineered code.

I know the full extent of the capabilities - one is just a corporate website with no interactivity. It's just dumb. The previous version was just simple static HTML; but as part of the "responsive design overhaul" it turned into this behemoth that makes several dozen requests to open the homepage. Nuts.
MichaelGG
·11年前·讨论
That's not true. There are many websites today that have identical or less functionality than in the past, and they're just SLOW. So many sites I visit do an inane amount of work to load up a static site. And they scroll poorly, they feel laggy. There's no new functionality, except as far as the developer goes - they're now doing databinding on the client, loading content at runtime (vs sending back rendered HTML), etc.

Edit: I'd also add "on the web" continues to be an excuse for slow, unresponsive software. Even in ~96 or so, I remember folks getting excited. "Look at this online frog dissection thing!" ... It was crappier than what you could do with even a small download. But it was on the web so it was hot. Same thing now.
MichaelGG
·11年前·讨论
Really? Last I tried, it'd display a page at a time, leaving you to scroll around. Particularly terrible with 2 column layouts like those loved for papers.
MichaelGG
·11年前·讨论
Is it acceptable to flag such things? I only flag such articles because the discussion quality tends to be really low. There's little insight in the comments. While they may be important topics, and I'm sure some folks have interesting ideas, the results don't seem very useful.
MichaelGG
·11年前·讨论
我把它给了我 5 岁的孩子,她很喜欢。最好的部分是在几个部分之后,我写出了简单的“x + 5 = 7”类型的方程,她毫不费力地算出了它们。我试图让他们对其他事情也有同样的理解。十亿加一百万很容易,就像橙子加梨一样。

看到他们睁开眼睛看到这些事情真是太棒了。我的小女儿已经连续几天讨论二的幂了。她不知道如何乘法,但求幂却让她很高兴。我给她看了维哈特的一些视频,现在她爱上了六边形。

看到数学之美真是太棒了,尤其是当孩子发现数学之美时。
MichaelGG
·11年前·讨论
If someone has an idea or seed of a company, but is only aiming for a mid-high 8 figures as a reasonable exit, would YC consider funding them? Or must it be a shoot-the-moon endeavor? I've written a prototype in use at a large company, and recently found that Oracle acquired a less-performing competitor (yet in market, so not not bad!) product for $20M.

I'm working on my idea anyways, just wondering if YC and the like are a complete waste of time for me. I've got a verbal commit on $120K annual revenue already, but having seed money to focus full time to launch is appealing.
MichaelGG
·11年前·讨论
Right, well. I'll be very impressed if Rust manages to perform as slowly as the GC'd languages on real world, idiomatic code, with safeties on (not C# unsafe blocks, although the C# compiler and JIT require plenty of coercing even then). I tried with the CLR and found it very hard to get the things Rust/LLVM do. But I'm not that experienced so impressing me isn't too hard.
MichaelGG
·11年前·讨论
Which are the reasonably popular, fast ("like C") memory safe languages?