HN user

GravityWell

426 karma

Interested in cosmology, programming, and PC gaming. Not necessarily in that order.

Posts19
Comments44
View on HN
nodejstools.codeplex.com 12y ago

Node.js Tools for Visual Studio

GravityWell
104pts67
www.phoronix.com 12y ago

Valve Is Making All Their Games Free To Debian Developers

GravityWell
10pts1
www.phoronix.com 12y ago

Cling: An Interactive, JIT-Based C++ Interpreter

GravityWell
1pts0
www.theregister.co.uk 12y ago

Google swaps out MySQL, moves to MariaDB

GravityWell
27pts3
www.navigantresearch.com 12y ago

95.4 Million self driving cars sold per year by 2035

GravityWell
2pts1
www.phoronix.com 12y ago

Intel's Open Source Mesa Team Has Grown About 10x In Three Years

GravityWell
2pts0
www.eecs.umich.edu 12y ago

Image processing 1,000 times faster is goal of new $5M contract

GravityWell
20pts5
ieet.org 12y ago

To Google's Sergey Brin: Stop aging

GravityWell
3pts1
www.phoronix.com 12y ago

Samsung Properly Open-Sources exFAT File-System

GravityWell
5pts1
www.kickstarter.com 12y ago

apngasm - FOSS Animated PNG tools and APNG standardization

GravityWell
46pts23
www.channelregister.co.uk 12y ago

Windows RT has not been successful - ASUS CEO

GravityWell
1pts0
www.theregister.co.uk 12y ago

Acer to downplay Windows in favor of Android, Chrome OS

GravityWell
1pts0
www.technologyreview.com 12y ago

Elon Musk: $35,000 200-Mile Tesla in a few years

GravityWell
1pts0
www.theregister.co.uk 12y ago

Google supports MariaDB

GravityWell
88pts32
www.phoronix.com 12y ago

Android AOSP Leader Quits Over Binary GPU Drivers

GravityWell
2pts1
www.spacedaily.com 12y ago

"Pandora" virus - covert threat from space?

GravityWell
1pts0
www.technologyreview.com 12y ago

Belkin Gadget Will Reveal How Much Energy Your Devices Use

GravityWell
1pts1
www.phoronix.com 12y ago

Google Details PNaCl Native Client LLVM Bitcode

GravityWell
64pts27
techcrunch.com 12y ago

Android Is The New Windows

GravityWell
2pts0

This is extraordinarily useful and unique. My compliments to Backblaze for making this available. This is the type of empirical data I would love to have for as many things as possible: SSDs, monitors, TVs, kitchen appliances, tablets, cars, etc.

I just fired up a NodejsConsoleApp project in VS 2013, created a few simple functions, set a breakpoint, and started stepping through. To be fair, I assumed Edit and Continue would work like it works for other .Net or Native projects, or like the old VB or even VBA.

1) "Set Next Statement" doesn't work, which is a pretty big part of E&C

2) I could change code and literals without stopping and restarting the debugging session. Each change causes the current statement to jump to the top of the current function, or to the first line if modifying code outside of any function. Local variables are reset, but globals retain their state.

3) Interestingly, I could change code in a function that does not have the focus, and nothing is reset, then step into that function.

I remember seeing something similar when V8 was being demoed and showed a "live edit" capability, so I guess NTVS has similar functionality.

It short, it sort of works, but it's not the same as E&C for .Net (C# or VB), C/C++ native code, or Office VBA.

From the article:

"..It turns out that far from being a minor initiative to keep MariaDB alive, Google is actively patching and upgrading MariaDB 10.0 to be fit enough so that Google can migrate all of its thousand-plus MySQL instances onto the technology."

"Navigant Research forecasts that autonomous vehicles will gradually gain traction in the market over the coming two decades and by 2035, sales of autonomous vehicles will reach 95.4 million annually, representing 75% of all light-duty vehicle sales."

Lossy PNG 13 years ago

Not sure what the objective is, but using the "before" example 475kb lena pic, a subsequent jpg at 61k looks very close to the original, and much better than the 61k blurred png.

There is a reason why jpg has survived the test of time. It delivers a good balance of quality, performance, and is well supported. Challengers like JPEG 2000 have not gained much traction because jpg gets the job done. http://en.wikipedia.org/wiki/JPEG_2000

I'm not sure why MySQL seems to have received more attention over the years. PostgreSQL might be more robust.

One point about PostgreSQL that bothered me was the apparent lack of case insensitive collation. Where SQL Server, Oracle, and MySQL default to case insensitive, PostgreSQL defaults to case sensitive, and there was no built in way to change this, so you have to do things like "WHERE LOWER(namecol) = 'jdoe'" to work around it. At least that was the situation last time I checked.

Correct, and this is the point that is being missed by so many, despite their hyperbole. Chrome could prevent the display of the password as a design choice, but the password must be reversible otherwise how could you send it on to the authenticating server? Only the authenticating server stores non-reversible hashes.

Crossbar believes it can write data to its chip at 140 megabytes per second, compared to 7 megabytes a second for flash. Read performance is 17 megabytes per second, with a random read latency of 30 nanoseconds.

The write performance sounds good, but the read performance seems very low. Also I don't know where they get 7 megs per second for flash. Sounds like the picked the worst performer to compare to.

I'd be more impressed if they had something on the market.

Nice, timers are always handy. Some things I noticed:

* Shortcuts: hr min sec

* Supports countdown or clock: timer 10 sec, timer 14:00

* Clock mode supports am/pm and 24hr format: timer 2pm

* Set a bookmark for a 10 second timer: https://www.google.com/search?q=timer+10+sec

* Timer stops beeping after about 30 seconds

* If you try to close or navigate away from the page while a timer is active, you will be warned that timer will be stopped

Your link also describes my understanding of a full-stack developer. I think the OP is giving his summary of some web development history, and his opinions on some of the many options available. But it does not have anything to do with full-stack that I can see.

A point I found most interesting is identifying running devices via "electromagnetic interference signatures". If it really is possible to measure the power use of things like the microwave, water heater, stove, etc., without attaching inline devices to each one, then I want one.

Sounds to me like they want to offer a Business level tier. The wording "should not host any type of server" was probably groomed by the legal team. My guess is rather than define what a server is, which is almost impossible, they are covered by that vague terminology.

The important question is to what degree do they enforce it? 0.01%? If so, then no big deal to me. I'm paying a lot more for a lot less with my current ISP. I'd be glad to endure Google's draconion rules.

Not sure what you mean by "much" faster. Most of the benchmarks have fractional differences. I think comparing an Apple only, commercial program, to a free and open source multi-platform program, VirtualBox would "win" for a lot of people, because it's not just about benchmarks.