1945 in science

The year 1945 in science and technology involved some significant events, listed below.

List of years in science (table)

Biology

  • Salvador Edward Luria and Alfred Day Hershey independently recognize that viruses undergo mutations.

Chemistry

Computer science

History of science and technology

Mathematics

Medicine

Meteorology

  • High-altitude west-to-east winds across Pacific, discovered by Japanese in 1942 and by Americans in 1944, are dubbed "jet stream".

Physics

Technology

Institutions

Publications

  • Argentine physicist Ernesto Sabato publishes Uno y el Universo ("One and the Universe"), a collection of essays criticizing the apparent moral neutrality of science and warning of dehumanization in technological societies.
  • First book in the New Naturalist series is published in the United Kingdom, E. B. Ford's Butterflies.

Awards

Births

Deaths

gollark: The stages of git clone are: Receive a "pack" file of all the objects in the repo database Create an index file for the received pack Check out the head revision (for a non-bare repo, obviously)"Resolving deltas" is the message shown for the second stage, indexing the pack file ("git index-pack").Pack files do not have the actual object IDs in them, only the object content. So to determine what the object IDs are, git has to do a decompress+SHA1 of each object in the pack to produce the object ID, which is then written into the index file.An object in a pack file may be stored as a delta i.e. a sequence of changes to make to some other object. In this case, git needs to retrieve the base object, apply the commands and SHA1 the result. The base object itself might have to be derived by applying a sequence of delta commands. (Even though in the case of a clone, the base object will have been encountered already, there is a limit to how many manufactured objects are cached in memory).In summary, the "resolving deltas" stage involves decompressing and checksumming the entire repo database, which not surprisingly takes quite a long time. Presumably decompressing and calculating SHA1s actually takes more time than applying the delta commands.In the case of a subsequent fetch, the received pack file may contain references (as delta object bases) to other objects that the receiving git is expected to already have. In this case, the receiving git actually rewrites the received pack file to include any such referenced objects, so that any stored pack file is self-sufficient. This might be where the message "resolving deltas" originated.
gollark: UPDATE: this is wrong.
gollark: > Git uses delta encoding to store some of the objects in packfiles. However, you don't want to have to play back every single change ever on a given file in order to get the current version, so Git also has occasional snapshots of the file contents stored as well. "Resolving deltas" is the step that deals with making sure all of that stays consistent.
gollark: A lot?
gollark: probably.

References

  1. "Discovery of Promethium". Oak Ridge National Laboratory Review. 36 (1). 2003. Archived from the original on 2011-06-22. Retrieved 2011-06-16.
  2. Carlisle, C. H.; Crowfoot, D. (1945). "The crystal structure of cholesteryl iodide". Proceedings of the Royal Society. A184 (996): 64–83. JSTOR 97644.
  3. Glusker, Jenny P. (1994). "Dorothy Crowfoot Hodgkin (1910–1994)". Protein Science. 3 (12): 2465–2469. doi:10.1002/pro.5560031233. PMC 2142778. PMID 7757003.
  4. Angier, R. B.; Boothe, J. H.; Hutchings, B. L.; Mowat, J. H.; Semb, J.; Stokstad, E. L. R.; Subbarow, Y.; Waller, C. W.; Cosulich, D. B.; Fahrenbach, M. J.; Hultquist, M. E.; Kuh, E.; Northey, E. H.; Seeger, D. R.; Sickels, J. P.; Smith Jr, J. M. (1945). "Synthesis of a Compound Identical with the L. Casei Factor Isolated from Liver". Science. 102 (2644): 227–228. Bibcode:1945Sci...102..227A. doi:10.1126/science.102.2644.227. PMID 17778509.
  5. Hoffbrand, A. V.; Weir, D. G. (2001). "The history of folic acid". British Journal of Haematology. 113 (3): 579–589. doi:10.1046/j.1365-2141.2001.02822.x. PMID 11380441.
  6. Stigler, George J. (May 1945). "The Cost of Subsistence". Journal of Farm Economics. 27 (2): 303–314. doi:10.2307/1231810. JSTOR 1231810.
  7. "Penicillin Pills May Replace Injection". The Milwaukee Sentinel. 1945-02-16. Retrieved 2012-05-22.
  8. Year by Year – 1945. History International.
  9. Clarke, Arthur C. (October 1945). "Extra-Terrestrial Relays: Can Rocket Stations Give World-wide Radio Coverage?". Wireless World: 305–6. Archived from the original on 2006-11-07. Retrieved 2019-05-20.
  10. "Peacetime Uses for V2" (JPG). Wireless World. February 1945. Archived from the original on 2007-03-15. Retrieved 2007-02-08.
  11. "Installed Desalination Capacity by Year, Number of Plants, and Total Capacity, 1945 to 2004" (PDF). Archived from the original (PDF) on 2013-11-26. Retrieved 2013-07-21.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.