mtbin
mtbin
My Thought Bin
462 posts
My brain is over capcity.
Don't wanna be here? Send us removal request.
mtbin · 11 years ago
Text
Excel macro for pasting to visible cells only
Excel does not allow pasting to visible cells only when filter. Use below macro to paste into visible cells. First, data to copy need to be in the same sheet. Select the cells to copy then run the macro. It will ask for a paste range, specify the cell range to paste into.
Sub Copy_Filtered_Cells() Set from = Selection Set too = Application.InputBox(“Select range to copy selected cells to”, Type:=8) For Each Cell In from Cell.Copy For Each thing In too If thing.EntireRow.RowHeight > 0 Then thing.PasteSpecial Set too = thing.Offset(1).Resize(too.Rows.Count) Exit For End If Next Next End Sub
--> https://gist.github.com/coderiff/75ddbfa3091009aabd60
0 notes
mtbin · 11 years ago
Link
sed -n '16224,16482p;16483q'
0 notes
mtbin · 11 years ago
Link
0 notes
mtbin · 11 years ago
Link
It’s still too rare to witness a designer talk about how their work maps to a mission, drives a vision forward, or how it is placed within product architecture, with the weight that these things deserve. This should be the norm, not the exception.
0 notes
mtbin · 11 years ago
Link
“Weather converts at a disproportionately high rate,” Roman told us. “It has stepped up our game.” “Before this year there were six data signals: time of day, day of week, type of device, IP address, what you had done before, what everyone had done before. “If ads are ads, people ignore them. But if ads are consumable content, people want to consume them.”
0 notes
mtbin · 12 years ago
Text
Opening PDF form Mac OS X command line
open -a Preview xxx.pdf
0 notes
mtbin · 12 years ago
Link
0 notes
mtbin · 13 years ago
Link
0 notes
mtbin · 13 years ago
Link
There are 4 options to consider in developing a new device: An integrated device that supports the core functionality needed for your application. Advantages - no certification costs, proven performance, shortest time to market Disdavantages - higher per unit cost & limited flexibility in the functionality Examples - Typcial Deployment Range - 1 to 1000 Vendors - depends on application An end product is a standalone wireless product that can be integrated with other hardware to form an integrated device. Advantages - no certification costs, proven performance, short time to market Disdavantages - per unit cost Typcial Deployment Range - 1k to 10K Vendor - MultiTech's Socket Modem www.multitech.com An integration with a module Advantages - lower per unit cost, flexibility in form factor, reduced operator certification (assuming the module is pre-certified by the operator) Disadvantages - certification costs (PTCRB - $20K-40K), operator certification may be required (typically no cost) Typical Deplotyment Volume - >10K Vendors - Cinterion, Telit, Sierra Wireless, Ericsson, Motorola, Enfora, Simcom An integration with a chipset Advantages - lowest per unit cost & flexibility in form factor Disadvantages - certification costs (PTCRB - $60-80k, Operator - up to $500k), long time to market 12-24 months & high level of wireless expertise is required for development Typical Deployment Volume - 1 million Vendors - Infineon, Qualcomm, Marvel, MedioTek, Texas Instruments, ST Ericsson, Freescale As you can see, it really depends on where you are with your business model, but there are options to meet every need. Also, I highly recommend contacting your operator to find out their requirements.
0 notes
mtbin · 13 years ago
Link
Well, as with any technology someone owns the IP and you'll need a license to develop with it. Most of the time its Qualcomm and you need to get a IP license to the technology you are trying to implement with (i.e. WCDMA) and the IP license usually requires a substantial up front cash investment (think millions) and/or a minimum order quantity. Honestly, unless you are close to or in "cell phone volumes" don't even bother because by the time you subsidize the cost of the IP licensing, NRE for development, minimum orders, and everything else unless you are truly shipping 7 figure volumes you'll end up losing money. Our firm has been in this space for a decade. 90% of our new customers always want to start with the chipset level and 99.5% of them change their mind once they handle the due diligence. I'll throw some ball park numbers at you to show you why: IP Licenses: $1-$3 Million RF Certifications (Full FCC, PTCRB, then carrier certification): Approximately $1.3 Million Hardware Design NRE & Prototyping Costs: $300K-$1M depending on what you're trying to build. Out of the hundreds of projects we've worked on in the past 10 years, only two have ever truly gone to an integrated chipset (base band design.) Really, by going with an integrated chipset you are doing exactly what Cinterion, Telit, Wavecom, and the rest of them have done. You are literally creating your own module and that gets really expensive really quick. Also your time to market is a lot slower as all the certifications take a lot of time. In order to go with an integrated chipset you need to have some very experienced engineers on staff or be willing to pay the NRE costs to sub out the work. Another issue is what type of integrated chipset are you looking at and is your run rate there to keep up with the end of life cycles because handset chipsets go EOL a lot quicker than other silicon. All in all, unless you are ready to spend about $5 Million and the next 10 months dealing with headaches I'd stay away from an integrated chipset.
0 notes
mtbin · 13 years ago
Link
Process should be written by those who are not only intimately experiencing the pain of a lack of process, but who are also experts in the culture.
0 notes
mtbin · 13 years ago
Link
C:\mklink /D C:\TestFolder C:\Users\Geek\TestFolder symbolic link created for C:\TestFolder <<===>> C:\Users\Geek\TestFolde
0 notes
mtbin · 13 years ago
Link
useful for calculating seconds since epoch
1 note · View note
mtbin · 13 years ago
Link
This is a classic Fitts’s Law problem, and Fitts’s Law states that the ease of hitting a target is a function of both the size of the target and the distance to get there. So you want bigger targets on bigger displays, because there’s more distance for your pointer (in this case, your finger) to travel, but you can get away with smaller targets on a smaller display because there’s less distance to travel.
0 notes
mtbin · 13 years ago
Link
To OEMs, it seems creating a family of products means nothing more than simply making a set of devices look similar. Hogwash. The reason Apple has been so successful is because its family of products operate better as a unit, with cross-platform features (iTunes, iCloud, iMessage, and so forth) that no competitor can rival. The experiences need to be designed together.
2 notes · View notes
mtbin · 13 years ago
Link
0 notes
mtbin · 13 years ago
Link
The web kills off other protocols because it has something most protocols lack: a simple way of labeling every available item. Every resource on the Web has at least one URI. You can stick a URI on a billboard. People can see that billboard, type that URI into their web browsers, and go right to the resource you wanted to show them. It may seem strange, but this everyday interaction was impossible before URIs were invented.
2 notes · View notes