• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Noulakaz

Noulakaz

The blog of Avinash, Christina, Anya and Kyan Meetoo.

  • Home
  • About
  • People
    • Christina & Avinash Meetoo
    • Avinash Meetoo
    • Christina Meetoo
    • Anya Meetoo
    • Kyan Meetoo
  • General
    • News
    • Mauritius
    • Politics
    • Education
    • Business
    • Travel
  • Computing
    • Apple
    • Linux
    • LUGM
    • Programming
    • Web
    • Technology
    • Knowledge Seven
  • Entertainment
    • Music
    • Movies
    • Photography
    • Sports

Programming

How I use the UVI Falcon software synth and sampler

10 October 2020 By Avinash Meetoo Leave a Comment

I have just written the following comment in Reddit to a question on whether UVI Falcon is worth buying. I personally think Falcon is worth it. I think that it was interesting that I share the comment here too:

I am a hobbyist as well and I bought Falcon in October 2018 with the 30% discount. (Since then, I’ve upgraded to 2.0 and now 2.1 for free.)

I have a number of UVI expansions and sound libraries, most which I got for free from UVI. On the other hand and by choice, I’ve bought World Suite, BeatBox Anthology 2 and Synth Anthology 2. (PS: I also got Digital Synsations for free from UVI). For me, this represents a decent amount of money invested over the past two years.

What I have now is a formidable amount of patches, most of them good for electronic music (which I do) and very complex & fun to play with. I also love World Suite as it is so inspirational.

But, here are two things I have noticed: (1) I have only used a small subset of the patches up to now (because there are so many of them) and (2) I don’t really use Falcon for programming new patches (because I already have so many of them — and when I want to do some programming, I tend to use a simple subtractive synth like OB-Xd).

In other words, while Falcon is a formidable synth and sampler, I tend to use it for its expansions and libraries.

(PS: In the past, I sampled my Kawai K4 synthesiser using MainStage. I have created patches in Falcon for them and it’s easy and fun.)

I also own other massive synths with a lot of complex patches e.g. AIR Music Technology Hybrid 3 & Loom II, Applied Acoustics Systems Ultra Analog VA-2, iZotope Iris 2 and KV331Audio SynthMaster but, now that I have Falcon, I tend to use them less. In fact, apart from VA-2 and SynthMaster, I have not really gone in depth in any of the others (which I got for very cheap through deals).

Filed Under: Family, Mauritius, Music, News, Programming, Technology

The various subsidiaries of Alphabet

6 July 2020 By Avinash Meetoo Leave a Comment

Alphabet is the holding company which owns Google and a number of other companies:

Alphabet
https://en.wikipedia.org/wiki/Alphabet_Inc.
https://en.wikipedia.org/wiki/Larry_Page
https://en.wikipedia.org/wiki/Sergey_Brin
https://en.wikipedia.org/wiki/John_L._Hennessy
https://en.wikipedia.org/wiki/Sundar_Pichai

Here are the various subsidiaries of Alphabet:

Google
Internet-related services and products
https://en.wikipedia.org/wiki/Google
https://en.wikipedia.org/wiki/Sundar_Pichai

Google Fiber
Fiber-to-the-premises service
https://en.wikipedia.org/wiki/Google_Fiber
https://www.linkedin.com/in/dinni-jain-1127041/

Loon
High-altitude balloons for Internet access
https://en.wikipedia.org/wiki/Loon_LLC

DeepMind Technologies
Artificial intelligence
https://en.wikipedia.org/wiki/DeepMind
https://en.wikipedia.org/wiki/Demis_Hassabis

Waymo
Autonomous driving
https://en.wikipedia.org/wiki/Waymo
https://en.wikipedia.org/wiki/John_Krafcik

Wing
Drone-based delivery of freight
https://en.wikipedia.org/wiki/Wing_(company)
https://www.linkedin.com/in/james-burgess-374b84/

Verily Life Sciences
Life sciences
https://en.wikipedia.org/wiki/Verily
https://en.wikipedia.org/wiki/Andrew_Conrad_(geneticist)

Calico
Biotech and combating aging
https://en.wikipedia.org/wiki/Calico_(company)
https://en.wikipedia.org/wiki/Arthur_D._Levinson

Sidewalk Labs
Urban innovation
https://en.wikipedia.org/wiki/Sidewalk_Labs
https://en.wikipedia.org/wiki/Daniel_L._Doctoroff

X
Semi-secret research and development facility
https://en.wikipedia.org/wiki/X_(company)
https://en.wikipedia.org/wiki/Astro_Teller

GV (formerly Google Ventures)
Venture capital (seed stage)
https://en.wikipedia.org/wiki/GV_(company)
https://en.wikipedia.org/wiki/David_Krane

CapitalG (formerly Google Capital)
Private equity (later stage)
https://en.wikipedia.org/wiki/CapitalG
https://en.wikipedia.org/wiki/David_Lawee

Filed Under: Business, News, Programming, Technology, Web

Was the C Programming Language one of the best and, at the same time, one of the worst things to happen?

30 May 2020 By Avinash Meetoo Leave a Comment

I like the C programming language. In fact, I bought “The C Programming Language (2nd edition)” book in 1992 when I was still in secondary school and it was an amazing discovery for me. I wrote quite a bit of C at that time and migrated to C++ around 1994. Around 1996, I moved to Java and I have not really programmed in C or C++ since. I often wonder why, as I know that C is used quite a lot in systems programming (e.g. the Linux kernel) and C++ for UIs and games, etc.

I have just stumbled upon this quote from Fran Allen in Coders at Work by Peter Siebel:

Seibel: When do you think was the last time that you programmed?

Allen: Oh, it was quite a while ago. I kind of stopped when C came out. That was a big blow. We were making so much good progress on optimizations and transformations. We were getting rid of just one nice problem after another. When C came out, at one of the SIGPLAN compiler conferences, there was a debate between Steve Johnson from Bell Labs, who was supporting C, and one of our people, Bill Harrison, who was working on a project that I had at that time supporting automatic optimization.

The nubbin of the debate was Steve’s defense of not having to build optimizers anymore because the programmer would take care of it. That it was really a programmer’s issue. The motivation for the design of C was three problems they could not solve in the high-level languages: One of them was interrupt handling. Another was scheduling resources, taking over the machine and scheduling a process that was in the queue. And a third one was allocating memory. And you couldn’t do that from a high-level language. So that was the excuse for C.

Seibel: Do you think C is a reasonable language if they had restricted its use to operating-system kernels?

Allen: Oh, yeah. That would have been fine. And, in fact, you need to have something like that, something where experts can really fine-tune without big bottlenecks because those are key problems to solve.

By 1960, we had a long list of amazing languages: Lisp, APL, Fortran, COBOL, Algol 60. These are higher-level than C. We have seriously regressed, since C developed. C has destroyed our ability to advance the state of the art in automatic optimization, automatic parallelization, automatic mapping of a high-level language to the machine. This is one of the reasons compilers are… basically not taught much anymore in the colleges and universities.

I don’t know why but this is very troubling.

You see, since I started programming, I was always a fan of programming languages. I made it a must to try different types of programming paradigms and different languages. So far, I can say that I can somewhat write decent code in programming languages such as Awk, Bash, C, C++, Erlang, Haskell, Java, Javascript, Lisp, Nim, Pascal, PHP, Prolog, Python, R, Ruby, Scheme (Racket), Smalltalk (Pharo) and Typescript.

When I was a lecturer at the University of Mauritius, there was this big debate about whether to use a subset of C++ or Python to introduce programming to 1st year students. Students who had been through C++ didn’t perform well and the Python people were convinced that Python would work better (I was a bit reluctantly one of the Python people). For me, the programming language does not really matter. What matters more is the level of abstraction. I am convinced that 1st year students need to learn programming at a very high level in order to solve problems efficiently and concisely. This can be done using Python (and sticking to the higher-level constructs) or C++ (and using STL) or Scheme (using vectors to simplify things), etc. Then, in subsequent years, they can learn about the inner working of the machine (by using lower-level constructs whatever the language) and implementing their own data structures (and measuring their performance).

What Fran Allen is saying is that C (and languages derived from C such as C++, Java and C#) have forced us, programmers, to operate at a lower-level than needed (or desirable). Students have had to suffer for a quarter of a century (I would tend to think that this is true) and professional programmers have also had to suffer (maybe less but enough — and we seem to enjoy this suffering).

What if C had remained a programming language to just do systems programming? Would we use descendants of COBOL, Pascal or LISP today in our daily life? With all kinds of optimizations and transformations being done automatically? Who knows?

Was the C Programming Language one of the best and, at the same time, one of the worst things to happen? Maybe.

Filed Under: Education, Programming, Technology

  • « Go to Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Interim pages omitted …
  • Page 44
  • Go to Next Page »

Primary Sidebar

Our Personal Websites

Avinash Meetoo
Christina Meetoo
Anya Meetoo
Kyan Meetoo

Archives

  • June 2025 (1)
  • May 2025 (3)
  • April 2025 (4)
  • January 2025 (3)
  • December 2024 (2)
  • November 2024 (2)
  • October 2024 (3)
  • September 2024 (7)
  • August 2024 (1)
  • July 2024 (1)
  • June 2024 (2)
  • May 2024 (3)
  • January 2024 (2)
  • December 2023 (1)
  • October 2023 (1)
  • September 2023 (4)
  • August 2023 (3)
  • July 2023 (1)
  • June 2023 (4)
  • May 2023 (1)
  • April 2023 (1)
  • March 2023 (5)
  • February 2023 (1)
  • December 2022 (1)
  • November 2022 (1)
  • October 2022 (4)
  • August 2022 (4)
  • July 2022 (3)
  • June 2022 (5)
  • May 2022 (5)
  • January 2022 (3)
  • December 2021 (2)
  • November 2021 (1)
  • October 2021 (1)
  • September 2021 (4)
  • August 2021 (2)
  • July 2021 (14)
  • May 2021 (2)
  • April 2021 (4)
  • March 2021 (9)
  • February 2021 (2)
  • January 2021 (1)
  • October 2020 (1)
  • September 2020 (1)
  • August 2020 (2)
  • July 2020 (5)
  • June 2020 (3)
  • May 2020 (5)
  • April 2020 (6)
  • March 2020 (2)
  • February 2020 (2)
  • January 2020 (2)
  • October 2019 (1)
  • September 2019 (2)
  • July 2019 (2)
  • June 2019 (1)
  • May 2019 (3)
  • April 2019 (2)
  • March 2019 (1)
  • February 2019 (1)
  • January 2019 (3)
  • December 2018 (1)
  • October 2018 (3)
  • August 2018 (2)
  • July 2018 (2)
  • June 2018 (1)
  • May 2018 (2)
  • April 2018 (1)
  • February 2018 (1)
  • December 2017 (1)
  • October 2017 (1)
  • September 2017 (1)
  • August 2017 (1)
  • July 2017 (1)
  • May 2017 (4)
  • April 2017 (3)
  • March 2017 (4)
  • February 2017 (5)
  • January 2017 (3)
  • October 2016 (1)
  • September 2016 (1)
  • August 2016 (4)
  • July 2016 (1)
  • June 2016 (1)
  • March 2016 (3)
  • February 2016 (3)
  • January 2016 (1)
  • December 2015 (1)
  • November 2015 (2)
  • September 2015 (1)
  • August 2015 (3)
  • March 2015 (1)
  • December 2014 (1)
  • November 2014 (4)
  • October 2014 (1)
  • March 2014 (2)
  • February 2014 (3)
  • December 2013 (1)
  • October 2013 (1)
  • September 2013 (1)
  • August 2013 (1)
  • July 2013 (1)
  • June 2013 (2)
  • May 2013 (1)
  • March 2013 (3)
  • January 2013 (2)
  • December 2012 (3)
  • November 2012 (4)
  • September 2012 (3)
  • August 2012 (2)
  • July 2012 (3)
  • June 2012 (2)
  • May 2012 (1)
  • April 2012 (2)
  • February 2012 (1)
  • January 2012 (4)
  • December 2011 (2)
  • November 2011 (1)
  • October 2011 (4)
  • September 2011 (2)
  • August 2011 (1)
  • July 2011 (2)
  • June 2011 (4)
  • April 2011 (7)
  • March 2011 (2)
  • February 2011 (1)
  • January 2011 (3)
  • November 2010 (3)
  • October 2010 (1)
  • September 2010 (2)
  • August 2010 (4)
  • July 2010 (2)
  • June 2010 (1)
  • May 2010 (3)
  • April 2010 (4)
  • March 2010 (3)
  • February 2010 (3)
  • January 2010 (5)
  • December 2009 (2)
  • November 2009 (3)
  • October 2009 (1)
  • September 2009 (5)
  • August 2009 (3)
  • July 2009 (1)
  • June 2009 (3)
  • May 2009 (2)
  • April 2009 (7)
  • March 2009 (12)
  • February 2009 (10)
  • January 2009 (5)
  • December 2008 (4)
  • November 2008 (11)
  • October 2008 (6)
  • September 2008 (7)
  • August 2008 (3)
  • July 2008 (8)
  • June 2008 (6)
  • May 2008 (5)
  • April 2008 (7)
  • March 2008 (6)
  • February 2008 (3)
  • January 2008 (6)
  • December 2007 (11)
  • November 2007 (10)
  • October 2007 (7)
  • September 2007 (9)
  • August 2007 (3)
  • July 2007 (7)
  • June 2007 (8)
  • May 2007 (14)
  • April 2007 (11)
  • March 2007 (18)
  • February 2007 (14)
  • January 2007 (15)
  • December 2006 (16)
  • November 2006 (10)
  • October 2006 (7)
  • September 2006 (8)
  • August 2006 (8)
  • July 2006 (6)
  • June 2006 (4)
  • May 2006 (13)
  • April 2006 (10)
  • March 2006 (11)
  • February 2006 (7)
  • January 2006 (14)
  • December 2005 (8)
  • November 2005 (6)
  • October 2005 (7)
  • September 2005 (2)
  • August 2005 (6)
  • July 2005 (2)
  • June 2005 (6)
  • May 2005 (15)
  • April 2005 (12)
  • March 2005 (3)
  • February 2005 (8)
  • January 2005 (3)
  • December 2004 (1)
  • November 2004 (2)
  • October 2004 (2)
  • September 2004 (3)
  • August 2004 (3)
  • July 2004 (3)
  • June 2004 (3)
  • May 2004 (6)
  • April 2004 (10)
  • March 2004 (12)
Creative Commons License This work is licensed by Avinash Meetoo under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 Unported License.