imagiko
|
6 years ago
|
on: C++ Ecosystem: Compilers, IDEs, Tools, Testing
Oh cool, thanks!
imagiko
|
6 years ago
|
on: C++ Ecosystem: Compilers, IDEs, Tools, Testing
I'm interested in this too! I've been looking for one that can be used with arm-gcc for cross compiling on embedded platforms. What do people use in such situations?
imagiko
|
6 years ago
|
on: Today India achieved 100% household toilet coverage from 38% five years ago
this is not a place for bad faith arguments
imagiko
|
6 years ago
|
on: Today India achieved 100% household toilet coverage from 38% five years ago
What are the metrics for 100% coverage - just that they are built or whether they are maintained regularly with adequate drainage system, is there water available? There is a good way this metric can be gamed by going on a building spree without really worrying about drainage, maintenance, usage.
imagiko
|
6 years ago
|
on: Code Annotations for SourceHut
Wondering if this is an alternative to some other lightweight git hosting services such as gitea/gogs. Good reason to consider switching?
imagiko
|
6 years ago
|
on: Open Source Electronics Lab for $30
They have discounts for educational institutions if price is really that much of a concern, it's great value for the features they pack in that little thing...and honestly "professionals" use much much more expensive instruments in their labs.
imagiko
|
6 years ago
|
on: Open Source Electronics Lab for $30
imagiko
|
6 years ago
|
on: The Amazing $1 Microcontroller (2017)
Agree so much. Every project I run, I start off working with the available IDE (Keil, Eclipse) that the manufacturer likes and then take the effort of writing a Makefile for it. Absolutely hate dealing with IDEs and their buried settings! Terminal, code editor and gdb FTW :)
imagiko
|
7 years ago
|
on: Core Memory Shield for Arduino
Arduino is for quick validation and prototyping. Pick up an Arduino nano for couple of $ and try it out. The programming language is easy to pick up and will get you a quick app(though basic) app running. It has made electronics accessible to a lot of people. Raspi opens a different world as you have a bunch of other peripherals available for you already builtin, without having to get "shields". There is a large ecosystem of shields available in the arduino world that make prototyping easy. So it may eventually boil down to what you want to do and how much effort you are willing to put in for the project. In my opinion, arduino are good for initial protoyping/weekend projects, and microcontrollers/embedded linux are good for engineering projects and will set you up for a long haul in systems engineering.
imagiko
|
7 years ago
|
on: AirPods 2 Teardown
How are those battery terminals connected to the logic board - it has no connector header, just flat leads? Hard to keep up with miniaturization of connectors!
imagiko
|
7 years ago
|
on: The World’s Cheapest Hospital Has to Get Even Cheaper
Reminds me of Amartya Sen's quote "...whatever you can rightly say about India, the opposite is also true".
A lot of systemic issues will only be resolved as the society progresses, and there is a long way ahead for India.
imagiko
|
7 years ago
|
on: My Chromecast Ultra would not start until I began answering 8.8.8.8
I'm a dumdum when it comes to understanding stuff about DNS. Why is this bad, and are there any good resources for understanding how these are used by companies to extract more information about our habits?
imagiko
|
7 years ago
|
on: Apple blocks Google from running its internal iOS apps
If these internal apps use a corporate certificate, I would imagine their Apple ID needs to be on a company domain email in order to download/use the app?
imagiko
|
7 years ago
|
on: Apple blocks Google from running its internal iOS apps
> Apple’s move to block Google’s developer certificate comes just a day after Google disabled its Screenwise Meter app following press coverage
So Apple got to know it's terms are being violated after the press attention? Did they already know/is there a way they can detect this is happening? If not, then there could certainly be smaller players who have been routinely abusing this contract? I am trying to understand if Apple knew of this beforehand and are trying to avoid a PR disaster, or were caught off guard(which is scarier imo).
imagiko
|
7 years ago
|
on: Open-Source Controller for the IKEA Bekant Standing Desk
Are there any desks that one has uses and really recommends? I'm not entirely sold on motorized desks, so suggestions for mechanical ones?
imagiko
|
7 years ago
|
on: Boeing’s Flying Car Has Taken Off
I'm surprised at the traffic levels in Dubai given the city's focus on building metro and a fairly decent public transportation system(road and water). What is missing out in this city? These guys have all the money and a free hand in implementing policy without any opposition.
imagiko
|
7 years ago
|
on: Uniqlo cut 90% of staff at one warehouse by replacing them with robots
I have wondered at what point will job cuts start affecting the overall supply demand equation as more and more people get out of work and will have less spending capacity. Who will buy more 'stuff' and how? We don't know at what rate the jobs will be replaced, if at all. What will be the equilibrium point then?
imagiko
|
7 years ago
|
on: Whole Foods workers seek to unionize
Haven't you been pushed about getting an REI membership? I think twice before asking any REI salesman for help, because I know they are going to push me to get a membership. They're doing their job since their incentives are tied to memberships to some degree, but it makes for a poor experience.
/edit:I'd rather be asked about a membership once at the cashier's than by every sales staff I talk to during my visit.
imagiko
|
7 years ago
|
on: Whole Foods workers seek to unionize
I have noticed that the cashier's have gotten pushy about asking about a Prime account, and very recently about a charity donation. It's a good way to 'make' people donate when asked upfront. I'm sure the probability of people donating increases. When I denied, I was asked if I'd like to round off my payment and have the balance donated. Honestly, it's very annoying. Whole foods is unfortunately becoming an REI store.
imagiko
|
8 years ago
|
on: Microsoft is putting Windows on the back burner
How does ConEmu compare to iTerm2? Why do you think its not up to the mark? I have recently moved to a company using windows computers and ConEmu with WSL has been my lifeboat.