|
Comment on A-Z List of Software Product Epiphanies Everyone has Every other Second by 1p – A-Z List of Software Product Epiphanies Everyone Has Every Other Second | Profit Goals
-
honestmusings.wordpress.com
-
11 years ago
-
eng
https://honestmusings.wordpress.com/2015/03/05/a-z-list-of-software-product-epiphaniesideas-everyone… […]
|
|
A-Z List of Software Product Epiphanies Everyone has Every other Second
-
honestmusings.wordpress.com
-
11 years ago
-
eng
You know how we like to stay away from shallow, simplified criticism of ideas, but then in our lowest moments, we descend to it anyways? Well, this is me, descending. Not my first time. So let’s take software products/ideas as a non-specific-random example: a) App X doesn’t have minuscule feature Y. But they are fools! Fools! … Continue reading A-Z List of Software Product Epiphanies Everyone has Every other Second
|
|
Every single working day I spend between 2 and 2.5 hours in a train. And I feel pretty lucky about this, mostly because is one single train, no need to pay attention for switch overs or other kind of public transports, and that allows me to invest that time in whatever task I want: podcasts, videos, blogging or even programming. And that’s what I want this post to focus in, because there are plenty of posts that explain how to use a Chromeb....
|
|
Use nreverse and nconc to operate on lists in-place. Set buffer local variables: (setq-local my-clever-var) Execute before saving buffer: (add-hook 'write-file-hooks (lambda () (message "about to save!"))) Possibly use to start processes and send file content: (make-comint NAME PROGRAM &optional STARTFILE &rest SWITCHES) Creating markers: (setq my-marker (copy-marker (point))) #
|
|
11 Insanely Great iOS Developers Sites . 30 great UI Kits for iOS engineers – Flawless App Stories – Medium . A floating UIToolBar replacement as seen in the iOS 10 Maps app . Access mobile Safari via web inspector . Accessing Documents/Files (iOS) . Adding in-app purchase . An @import-ant Change in Xcode . An object that decodes GeoJSON objects into MapKit types . Animated Gifs with CGAnimateImageAtURLWithBlock . App IDs . App re....
|
|
Bagel Shop, 30 Pali Mala Road, off Carter Road, Bandra (W) (+91 22 2605-0178). Daily 9.00AM-10.00PM. Meal for two R500-R800. Hotel Natraj, 22-24 City Station Road, Udaipur (near Bapu Bazaar), +91-294-2487488, +91-94147-57893, Kala Ghoda Café,10 Ropewalk Lane, Kala Ghoda (+91 22 2263-3866). Daily 8.30AM-11.30PM. Meal for two R600. Kochin (Fort Kochin) - old port town with Chinese, Portuguese, Dutch, British and Jewish heritage. Munnar - hill..
|
|
A Guide to the Breads of India (Hacker News) . A route: blore - pune - mumbai - ahmedabad - mt abu - udaipur - jaipur - amritsar - chandigarh - jammu - srinagar - kargil - leh. Abandoned Bhangarh Fort, India | Grounds View . Abandoned Bhangarh Fort, India | Temple Detail . Abandoned Bundi Palace, India | Grand Wedge . Abandoned Cannon Factory, India | Elephant Columns . Abandoned Cannon Factory, India | Interior Room . Abandoned Jahan....
|
|
10 Common Git Problems and How to Fix Them – citizen428.blog . a hackers guide to git Better Git configuration | Scott Nonnenberg . delete last commit Get up to speed with partial clone and shallow clone - The GitHub Blog . Getting Started with Git & Github . Git - Quickest Way to Resolve Most Merge Conflicts . Git Common-Flow . git course : another git online tutorial, by git-tower folks. Git from the Bottom Up . Git from the i....
|
|
I have a guest post up at the official Italian MSDN Team Blog . It’s about the new Microsoft I met last Wednesday at the Azure Open Day in Milan.
|
|
Hacking Chinese: A Practical Guide to Learning Mandarin (Hacking Chinese) . HN's comments on learning laguages . How it Works - Language Learning with The Michel Thomas Method . How to learn (But Not Master) Any Language in 1 Hour (Plus: A Favor) . Manabi Reader – Learn Japanese by Reading on iOS . Welcome - Woody Piano Shack .
|
|
I have a guest post up at the official Italian MSDN Team Blog . It’s about the new Microsoft I met last Wednesday at the Azure Open Day in Milan.
|
|
The new MapTiler Desktop 0.6 is now available with automatic OGC WMTS services, offline map viewer, export maps to Garmin GPS, visual referencing with satellite map, and many other news.
|
|
I have a guest post up at the official Italian MSDN Team Blog . It’s about the new Microsoft I met last Wednesday at the Azure Open Day in Milan.
|
|
Back in December of 2004 I started a new life from zero. I was 22 years old without any money, education or connections. I borrowed my mothers computer and started to learn HTML and internet marketing. That is now little more than 10 years ago and each year I publish an annual report. Earlier reports [...]
|
|
Back in December of 2004 I started a new life from zero. I was 22 years old without any money, education or connections. I borrowed my mothers computer and started to learn HTML and internet marketing. That is now little more than 10 years ago and each year I publish an annual report. Earlier reports [...]
|
|
Back in December of 2004 I started a new life from zero. I was 22 years old without any money, education or connections. I borrowed my mothers computer and started to learn HTML and internet marketing. That is now little more than 10 years ago and each year I publish an annual report. Earlier reports [...]
|
|
Back in December of 2004 I started a new life from zero. I was 22 years old without any money, education or connections. I borrowed my mothers computer and started to learn HTML and internet marketing. That is now little more than 10 years ago and each year I publish an annual report. Earlier reports [...]
|
|
Or how to detect and correct errors Last time we made a quick tour through the main theorems of Claude Shannon, which essentially solved the following two problems about communicating over a digital channel. What is the best encoding for information when you are guaranteed that your communication channel is error free? Are there any encoding schemes that can recover from random noise introduced during transmission? The answers to these ques..
|
|
Or how to detect and correct errors Last time we made a quick tour through the main theorems of Claude Shannon, which essentially solved the following two problems about communicating over a digital channel. What is the best encoding for information when you are guaranteed that your communication channel is error free? Are there any encoding schemes that can recover from random noise introduced during transmission? The answers to these ques..
|
|
Or how to detect and correct errors Last time we made a quick tour through the main theorems of Claude Shannon, which essentially solved the following two problems about communicating over a digital channel. What is the best encoding for information when you are guaranteed that your communication channel is error free? Are there any encoding schemes that can recover from random noise introduced during transmission? The answers to these ques..
|
|
Challenge of the day: what will the following code display? struct Point { public int X ; public int Y ; } static void Print ( Point p ) { Console . WriteLine ( p . X + " " + p . Y ); } static void Main () { var p = new Point (); for ( p . X = 0 ; p . X < 2 ; p . X ++) Print ( ..
|
|
Challenge of the day: what will the following code display? struct Point { public int X ; public int Y ; } static void Print ( Point p ) { Console . WriteLine ( p . X + " " + p . Y ); } static void Main () { var p = new Point (); for ( p . X = 0 ; p . X < 2 ; p . X ++) Print ( ..
|
|
Learning Angular: Set your language culture before any UI is displayed
-
juri.dev
-
11 years ago
-
eng
|
|
RyuJIT will be available soon. It is a next generation JIT-compiler for .NET-applications. Microsoft likes to tell us about the benefits of SIMD using and JIT-compilation time reducing. But what about basic code optimization which is usually applying by a compiler? Today we talk about the loop unrolling (unwinding) optimization. In general, in this type of code optimization, the code for ( int i = 0 ; i < 1024 ; i +..
|
|
RyuJIT will be available soon. It is a next generation JIT-compiler for .NET-applications. Microsoft likes to tell us about the benefits of SIMD using and JIT-compilation time reducing. But what about basic code optimization which is usually applying by a compiler? Today we talk about the loop unrolling (unwinding) optimization. In general, in this type of code optimization, the code for ( int i = 0 ; i < 1024 ; i +..
|
|
The question of location comes up a lot in software consulting. Will the work be done on the client’s premises, or the consultant’s? There’s no right answer. Some clients don’t have the office space to accommodate an entire development team. Others already have a large IT department and want the consultancy’s team co-located with their existing staff. Working at the consultancy’s office may afford certain perks like a relaxed dress co..
|
|
It has been statistically proven that nobody likes a slow website. We have all moved on from the days when you'd patiently wait for a page to load over that…
|
|
Sometimes I want to know used JIT compiler version in my little C# experiments. It is clear that it is possible to determine the version in advance based on the environment. However, sometimes I want to know it in runtime to perform specific code for the current JIT compiler. More formally, I want to get the value from the following enum: public enum JitVersion { Mono , MsX86 , MsX64 , RyuJit } It i..
|
|
Sometimes I want to know used JIT compiler version in my little C# experiments. It is clear that it is possible to determine the version in advance based on the environment. However, sometimes I want to know it in runtime to perform specific code for the current JIT compiler. More formally, I want to get the value from the following enum: public enum JitVersion { Mono , MsX86 , MsX64 , RyuJit } It i..
|
|
It's the end of February and this game is supposed to be content-complete. In a sense, it actually is. All the levels are done. Twenty in all. I thought this month would never end! Just so you know, there are sixty of those lights and I had to hook up each one individually. It fell just barely beneath the "worth it to automate" threshold . Don't look too closely at this next one, it's a bit spoilery.
|