anders

Portal launched for Lakshadweep islanders

The Lakshadweep Administration has launched a portal on its website where people who are stranded in Kerala and Mangaluru, and on islands away from th




anders

Sizing up consciousness: towards an objective measure of the capacity for experience / Marcello Massimini & Giulio Tononi ; translated by Frances Anderson

Hayden Library - QP411.M3713 2018




anders

Jane Austen's women: an introduction / Kathleen Anderson

Dewey Library - PR4038.C47 A63 2018




anders

Socialkonstruktivistiske analysestrategier [electronic resource] / Anders Esmark, Carsten Bagge Laustsen og Niels Åkerstrøm Andersen (red.)




anders

Unser Auschwitz: Auseinandersetzung mit der deutschen Schuld / Martin Walser ; herausgegeben und mit einem Nachwort versehen von Andreas Meier

Hayden Library - PT2685.A48 A6 2015




anders

The metamorphosis: a new translation, texts and contexts, criticism / Franz Kafka ; translated by Susan Bernofsky, Columbia University ; edited by Mark M. Anderson, Columbia University

Hayden Library - PT2621.A26 V413 2016




anders

The Canada-US border in the 21st century [electronic resource] : trade, immigration and security in the age of Trump / John B. Sutcliffe and William P. Anderson.

Abingdon, Oxon : Routledge, 2019.




anders

Python programming in context / Bradley N. Miller, David L. Ranum, Julie Anderson

Miller, Bradley N., author




anders

Politics and change in the Middle East / Roy R. Andersen, Robert F. Seibert, Jon G. Wagner

Andersen, Roy, author




anders

Report on the 2007 Western Australian Museum, Department of Maritime Archaeology, Batavia land sites National Heritage listing archaeological survey / edited by Corioli Souter with contributions by Ross Anderson and [four others]




anders

The realness of things past : ancient Greece and ontological history / Greg Anderson

Anderson, Greg, 1962- author




anders

Garth Brooks Attacked on Twitter for ‘Sanders’ Jersey

Garth Brooks hit the stage in Detroit wearing the jersey of retired Detroit Lions running back Barry Sanders. However, the photo he posted backstage confused some of his fans. Because of the name “Sanders” and the jersey number 20, they thought the shirt was meant to convey support for Vermont ...




anders

Cigarette taxes and teen marijuana use [electronic resource] / D. Mark Anderson, Kyutaro Matsuzawa, Joseph J. Sabia

Cambridge, Mass. : National Bureau of Economic Research, 2020




anders

Handbook of military sciences edited by Anders Sookermany

Online Resource




anders

Genealogies of terrorism: revolution, state violence, empire / Verena Erlenbusch-Anderson

Dewey Library - HV6431.E744 2018




anders

Governance by green taxes : making pollution prevention pay / Mikael Skou Andersen

Andersen, Mikael Skou




anders

013 JSJ Knockout.js with Steven Sanderson

The panelists discuss Knockout.js with Steven Sanderson




anders

209 JSJ TypeScript with Anders Hejlsberg

This episode was recorded live from The Microsoft Build Conference 2016. In this episode we chatted with Anders Hejlsberg of Microsoft about Typescript. You can follow him on Twitter, or check out what he’s done over on GitHub

Resources

Picks

Writing Code (Anders)

 




anders

221 JSJ Visual Studio Code with Wade Anderson Live From Microsoft Build 2016

This episode was recorded live from The Microsoft Build Conference 2016. In this episode we chatted with Wade Anderson of Microsoft about Visual Studio Code. You can follow him on Twitter, or check out what he’s done over on GitHub.

 

Picks

 

A special thanks again goes out to Richard Campbell and Carl Franklin from .NETRocks for putting this podcast series together! You rock!




anders

JSJ 265 Wade Anderson and Ramya Rao on Visual Studio Code

JSJ 265 Wade Anderson and Ramya Rao on Visual Studio Code

This episode is live at the Microsoft Build 2017 with Charles Max Wood and AJ O’Neal. We have Wade Anderson and Ramya Rao from the Visual Studio Code Team at Microsoft. Tune in and learn more about what’s new with Visual Studio Code!

[00:01:20] – Introduction to Ramya Rao and Wade Anderson

Ramya Rao and Wade Anderson are in the Visual Studio Code Team at Microsoft.

Questions for Wade and Ramya

[00:02:00] – Elevator Pitch for Visual Studio Code

Our vision on Visual Studio Code is to take what was best out of the IDE world (Visual Studio, Eclipse, IntelliJ, etc.) and bring what was best from the lightweight editor world (Sublime Text, Notepad++, Atom) and merge those two together. We wanted the lightweight features from text editors and the debugging capabilities of Visual Studio and Eclipse. We did general availability last year. We’ve been stable for a year. Additionally, this is Visual Studio Code for Mac, Windows, or Linux. It’s also built in Electron.

[00:03:45] – What are your roles on the team? Do you have particular parts that each of you work on?

Wade’s title is a Program Manager. He does more non-developer things but Ramya is an engineer on the team so she gets a lot more coding that Wade does. Everybody has a key area to own but nothing stops them to go into another area. We try to share knowledge between people but we always have that one key owner that you always go to.

Ramya is a recent addition to the team. She started out maintaining the Go extension, maintaining and adding features. She’s slowly branching out to the Emmet features of the product.

[00:05:30] What is Emmet?

Emmet, or Zen Coding, is a must-have tool for you. You can write, say abbreviations and that expands to really huge HTML to update tags, rename tags, etc. That is one of the features of Emmet and Sergey actually wrote the library. We have an in built integration in the product. I [Ramya] am currently working on that.

[00:06:28] Does Visual Studio Code make it easy to go to the parts that I need to customize on an HTML?

In that case, we have a multi-cursor software in Visual Studio Code, as well. You could place your cursor in different positions, and then, simultaneously edit things.

[00:07:42] Is Emmet an extension or does it come with Visual Studio Code?

Right now, it’s in Built. If you want to know more about Emmet features, you can to emmet.io. That has all the documentation that you need to learn about Emmet features. In Visual Studio Code right now, we’re looking at making into an extension. We pull it out of the main code and maybe more people can contribute and make it even more better.

[00:08:21] – What’s new in Visual Studio Code?

One of our main pillars for this year is to improve performance of the product. We’ve grown a larger team so we’re adding a lot more features every month. Last few months has been, “How can we get some stability on the issues coming in while making sure we’re reducing our tech load?” We really keep to those core principles that we started with at the beginning, which was, we want a fast, lightweight editor.

We built a few extensions that we call key map extensions. They are just a mapping of key bindings that you learned in Sublime Text. You don’t have to re-learn any key bindings in Visual Studio Code.

We also build this Welcome page where you can flip through and see features really briefly. In that Welcome page, one of the key things is an interactive playground where you can play with existing code in different sections. Additionally, as we’ve mentioned, we also put multi-cursor features.

Another thing is workbench naming. You can change the theme of Visual Studio Code but it will be restricted to the editor and not the rest of the workbench.

[00:13:40] – Do you know how Xterm.js works as it was one of the features that you’ve added in Visual Studio Code?

Daniel’s another engineer that’s here with us today. He was the largest contributor to the Xterm.js project. He built the integrated terminal for Visual Studio code so I can’t speak to the internals of how that works.

[00:14:12] – Are we going to start seeing Visual Studio Code integrated into web experiences with other Microsoft products?

That’s actually where we started. We were Monaco editor where you get this cloud-based editing experience. We’re getting people to use it but we’re only getting people who were already using Microsoft products.  When electron came out, we saw an opportunity of, “Hey, can we port this  Monaco editor to Electron and we could then, run it on Mac and Linux.”

[00:19:45] – What are the performance things that you’ve done?

One thing that we did recently was adding an ability to calculate the start time for Visual Studio Code? That’s one of our full steps to get more information from the user-side. How can you get a profile of what things are running? Which part of the process took much time?

We also need to identify what are the things people are doing that’s causing the editor slow down. An example is when you open a large file and things get laggy.

Another exercise we did was we looked at all of our extension API’s to see which one of those could be a malicious extension.

The difference between VS Code and Atom is that, we ask questions like, “Are we using good data structures? Are we managing our memory properly? Are we removing stuff we don’t need anymore?” That just comes down to all those little things you learn from basic textbooks that have been around for decades about how to write good code. That’s what we have been doing and that’s what we’ll continue to try to do, to try and improve the performance.

[00:25:55] – Do you have problem on the desktop? Are all the modules just load at once?

We definitely don’t load everything at once. Different parts of the editor is loaded differently. When you do the Require, we don’t do it at first load. We do it when we notice that the user wants to use Emmet. We don’t try to load all the library at the beginning and delay the whole process.

We try to lazy load as much as possible, even the extensions. We have a separate process called extension host that takes care of loading all the extensions. Whether the extensions are completed loading or not, that does not stop you from typing in a file. Simple actions shouldn’t be bugged down by fancy actions.

[00:28:25] – What’s coming next for Visual Studio Code?

Every month, when we plan our iteration, we create iteration draft plan. We put it out there for people to see. Performance and helping people get started are probably the top two for us. You can look at github.com/Microsoft/vscode, look for the label ‘iteration plan draft.’ So that’s the current work that we’re doing that month.

Another feature is the multi-root workspace where you can open multiple folders. When you look at the issues and sort by most comments, multi-root is the number one. The second one that is little paper cuts around formatting and auto-intending – just things that make your code prettier.

Picks

AJ O’neal

  • Breath on the Wild
  • Microsoft’s Intelligent Edge

Charles Max Wood

  • Boom Beach
  • Bluetick.io
  • Emacs key binding extension for Visual Studio Code

Wade Anderson

  • Kindle Paperwhite
  •  Twitter @waderyan_

Ramya Rao

  • Open source
  • Twitter @ramyanexus




anders

MJS #027 Chris Anderson

MJS 027 Chris Anderson

This episode is a My JavaScript Story with guest Chris Anderson. Chris works at Microsoft, specifically on Azure Functions and WebJobs SDK. Hear how he got his start, how he has contributed to the community, as well as a bit about what it’s like being a Program Manager for Microsoft. 


[00:01:50] ]How did you get into programming?

In college Chris was an aerospace engineer. His first taste of working with code was at an internship at Lockheed Martin. Most of his daily work was with spread sheets so he learned Visual Basic to help handle that. He found himself interested in writing code more so he took an intro in C summer course and then things snowballed. When he finished that semester, he talked to advisor about switching to Computer Science. Immediately landed into JavaScript. Chris talks about having a ‘clicking moment’ while in a topics class. A classmate was talking about NodeJS and so he tried it out and hasn’t stopped using it since.

[00:03:36] What about programing appealed to you?

Chris says that programming made him have a sense of having superpowers. In aerospace he learned how planes worked and that was fun, but programming had an immediately feedback on what he was working on. He adds that it made sense in the way that programming is a universal toolset for no matter what field you’re in. Charles adds that he dug into coding after working in tech support and needing it.

[00:05:22] Have you worked with JavaScript before learning about Node?

Chris’ first real coding experience was with his internship. He taught himself JavaScript on the job and after a few months found himself really liking it. He felt like JavaScript felt more natural and expressive. Javascript empowered him to work on the client side and the server side and he felt empowered to do full stack.

[00:06:55] Was this before Microsoft?

Microsoft’s hiring process for college graduates you apply the year you graduate and go through a handful of interviews. He got hired into a team working on databases, working in SQL server. He wanted to work in developer tools and learned how to use power shell and SQL works and how powerful it was. He started moving back and pushing NodeJS onto SQL. There was a driver for SQL purely in JavaScript called TDS and he would make pull requests and contributed to that. He talks about searching internally looking for other work and finding a mobile services team that needed a NodeJS person so he started there. Later he started WebJobs and then later Functions, as an effort to make NodeJS technology work with a .Net technology called Webjobs SDK. Functions exists because he wanted to add a NodeJS to a .Net product.

[00:11:07] ] Did you find pushing NodeJS into a well developed language ecosystem risky?

Chris talks about helping push adoption of .Net and creating prototype ideas, and it sparking from that. His goal was to make customers more productive.

[00:12:02] Having fun at work

Chris talks about the team culture being fun at times. Sometimes as a developer you get buffered by Project Managers, but in the case developers spend a lot of time talking to customers. They are excited so they have loads of interactions, helping develop diverse ideas. Charles adds that the preconception to how the environment feels in Microsoft tends to be negative but from talking to people who work there, things seem to be more open than expected. Chris points to open source concepts that really makes working with Microsoft great.

[14:40] What does a Program Manager do on a team?

Chris talks about how his job is to explore the issues and talk to customers and then prioritize how to make things better. He talks about doing whatever he can to make the product successful with the customers, including building a prototype of an idea, taking a sort of position similar to an entrepreneur. Charles adds that it’s refreshing to find that someone in the Program Manager also being technical sufficient and hands on. Chris talks about how teams are built naturally and pulled together with a group of people who love what they are doing.

[00:16:52] Does the Azure Functions team use Azure Functions to make Azure Functions work?

Chris talks about not using Azure functions under the covers, for the most part it’s built on top of the app service technology stack like web apps and mobile apps. Things that power that is what powers the Azure functions, like Angular. A lot of the engineering pieces are on top of that. They do use Azure for various Microsoft internal things. All of the tests they build are functions to test functions.

[00:18:24] How did you and your team come to use Angular?

Chris was working on the prototype for Azure Functions. Amed had experience with working on front end applications and he wanted to try out Angular 2 even though it was still in beta. He found that had the right amount of stuff out of the box. Additionally it had typescript which meshed well. They tend to pick things that people on the team know well and not as much as trying to stay tied into Microsoft supported systems. Chris talks about doing one or two major refactoring.

How much Angular have you worked on yourself?

Amed works the most on Angular, Chris’ job as Program Manager puts in him in a place where his commits don’t go into production, but he will often write prototypes. He played around a lot with the Monaco editor and adding features for that. As far as outside of that, he has written a few tutorials for using Functions plus Angular as well as written his wedding website with Angular.

[00:22:33] What other extracurricular projects have you worked on?

Chris talks about doing a lot of side projects for a while. One working with ExpressSocket.io. He also built a middleware project where you can write middleware into Functions. Plenty of little projects he puts on GitHub and never finishes. Chris talks about wishing he could switch hats between being the Program Manager and a developer.

[00:23:42] Is there anything in particular you feel like you’ve contributed to Angular?

Chris talks about improving by putting in loads of pull requests for tons of JavaScript libraries and a few NodeJS libraries. He would like to be more involved in the start of those processes. Chris says he hopes to maybe be involved in the next Node version update. He really likes the Node community.


Picks

Chris

Mountain Dew Pitch Black
The Expanse Series on SciFi
Application Insights

Charles

Wheel of Time
Coolage
Dog Company
Data Dog


Links

Twitter
GitHub




anders

The biology of lakes and ponds / Christer Brönmark (Acqatic Ecology Unit, Department of Biology, Lund University, Sweden), Lars-Anders Hansson (Acqatic Ecology Unit, Department of Biology, Lund University, Sweden)

Brönmark, Christer, author




anders

Measurement technology for process automation / Anders Andersson

Hayden Library - TP155.75.A55 2017




anders

Systemisk projektledelse [electronic resource] / Henrik Schelde Andersen og Katrine Raae Søndergaard (red.)




anders

Animal physiology / Richard W. Hill (Michigan State University), Gordon A. Wyse (University of Massachusetts, Amherst), Margaret Anderson (Smith College)

Hill, Richard W., author




anders

Cases and materials on oil and gas law / John S. Lowe, Owen L. Anderson, Ernest E. Smith, David E. Pierce, Christopher S. Kulander, Monika U. Ehrman

Dewey Library - KF1849.C37 2018




anders

Law and the visual: representations, technologies, and critique / edited by Desmond Manderson

Dewey Library - K3778.L39 2018




anders

Thermodynamics in the quantum regime: fundamental aspects and new directions / Felix Binder, Luis A. Correa, Christian Gogolin, Janet Anders, Gerardo Adesso, editors

Online Resource




anders

Field guide to quantum mechanics / Brian P. Anderson

Online Resource




anders

Gravitational-wave astronomy: exploring the dark side of the Universe / Nils Andersson, Mathematical Sciences and STAG Research Centre, University of Southampton, Southampton, UK

Dewey Library - QC179.A53 2020




anders

Creating great places: evidence-based urban design for health and wellbeing / Debra Flanders Cushing and Evonne Miller

Rotch Library - HT166.C8845 2020




anders

Make city: a compendium of urban alternatives: Stadt anders machen / editor/Herausgeberin: Francesca Ferguson, Make_Shift

Rotch Library - HT166.M244 2019




anders

DNA methods for the detection of Phytophthora cinnamomi from soil / by Nari Anderson

Anderson, Nari




anders

Rocket propulsion / Stephen D. Heister, William E. Anderson, Timothée Pourpoint, R. Joseph Cassady

Barker Library - TL782.H45 2019




anders

Degraded Visual Environments: Enhanced, Synthetic, and External Vision Solutions 2016: 19-20 April 2016, Baltimore, Maryland, United States / Jack Sanders-Reed, Jarvis J. Arthur III, editors ; sponsored and published by SPIE

Online Resource




anders

A history of the modern Middle East: rulers, rebels, and rogues / Betty S. Anderson

Rotch Library - DS62.4.A63 2016




anders

The Aghlabids and their neighbours: art and material culture in ninth-century North Africa / edited By Glaire D. Anderson, Corisande Fenwick, Mariam Rosser-Owen ; with Sihem Lamine

Rotch Library - DT199.A74 2018




anders

Tunisia: an Arab anomaly / Safwan M. Masri ; foreword by Lisa Anderson

Rotch Library - DT266.94.M378 2017




anders

Cosmos and community in early medieval art / Benjamin Anderson

Rotch Library - N5975.A53 2017




anders

The marriage record of Anderson, William and Roach, Nette




anders

The marriage record of Anderson, William B. and Buchanon, Bettie M




anders

The marriage record of Smith, Martin and Anderson, Hester




anders

The marriage record of Douglas, William and Anderson, Fanny




anders

The marriage record of Somerville, Hugh and Anderson, Mary A




anders

The marriage record of Johnson, Willie and Sanders, Georgianna




anders

The marriage record of Anderson, James and Taylor, Leonora




anders

The marriage record of Anderson, Barrey and Lightfood, Martha Emma




anders

The marriage record of Stanton, Henry and Anderson, Lizzie




anders

The marriage record of Mckinney, Anderson and Spencer, Mary




anders

The marriage record of Wilkins, Allen and Anderson, Carrie B