The Irving Langmuir Award is a prestigious honor given by the American Vacuum Society (AVS) to recognize outstanding achievements in the field of surface and vacuum science. Named after the American chemist and Nobel laureate Irving Langmuir, the award is intended to acknowledge significant contributions to the understanding of surfaces and their science, particularly those that pertain to vacuum technology.
Linear Combination of Atomic Orbitals (LCAO) is a method used in quantum chemistry and solid state physics to describe the molecular orbitals (MOs) of a molecule in terms of the atomic orbitals (AOs) of the individual atoms that make up the molecule. The fundamental idea is that the molecular orbitals can be approximated as linear combinations of the atomic orbitals.
In chemistry, resonance refers to a concept used to describe the delocalization of electrons within molecules that can be represented by two or more valid Lewis structures (also known as resonance structures or contributing structures). These structures depict different arrangements of electrons, primarily in π (pi) bonds and non-bonding lone pairs, while keeping the positions of the atomic nuclei the same. Resonance is important because no single Lewis structure can fully capture the actual electronic structure of the molecule.
Theoretical chemists are scientists who use mathematical models, computational techniques, and abstract theories to understand and predict chemical phenomena. This field of chemistry emphasizes the development and application of theoretical methods to study the properties and behaviors of molecules, atoms, and chemical systems. Theoretical chemists often work in conjunction with experimental chemists, using their models to interpret experimental data, design new experiments, or even predict new compounds and reactions.
The Tafel equation is an important relationship in the field of electrochemistry that expresses the relationship between the overpotential ( η) and the current density (j) in an electrochemical reaction. It is particularly useful for understanding the kinetics of electrode reactions, especially in cases where the reaction is limited by the rate of charge transfer.
Samy El-Shall appears to be a name without a widely recognized or significant public figure associated with it in available information up to October 2023. It's possible that he could be a private individual, a local personality, or someone emerging in a particular field.
As of my last knowledge update in October 2021, there is no widely recognized person, place, or concept specifically known as "Yuri Berlin." It could refer to a name that might belong to a person, possibly a recent figure or a fictional character, but without more context, it's hard to provide a specific answer.
Particle physics in cosmology is the study of the fundamental particles and forces that govern the universe at its most basic level, particularly in the context of its large-scale structure, evolution, and fundamental properties. It combines principles from both particle physics and cosmology to explore how elementary particles, such as quarks, leptons, and gauge bosons, contribute to the makeup of the universe and its dynamic behavior.
The Primordial Isocurvature Baryon model is a theoretical framework in cosmology that deals with the various types of fluctuations present in the early universe. To understand this model, it's essential to break down a few key concepts. ### Key Concepts: 1. **Cosmic Microwave Background (CMB)**: This is the afterglow radiation from the Big Bang, which provides a snapshot of the early universe.
Survey by Ciro Santilli: math.stackexchange.com/questions/1985/software-for-drawing-geometry-diagrams/3938216#3938216
Many plotting software can be used to create mathematics illustrations. They just tend to have more data-oriented rather than explanatory-oriented output.
The fatal flaw of OAuth is that websites have to enable specific providers, they can't just automatically select the correct OAuth for a given email domain. This means that the vast majority of websites will only provide the most widely popular providers such as Google, and the like, which means people won't have decent privacy.
In degrees Celsius:
- 25+
- 18-25
- "dhb Aeron Short Sleeve Jersey"
- XGC Men's Cycling Shorts
- 2020-04 Giro Rumble VR Off Road Shoe
- 15-18:
- "dhb Aeron Short Sleeve Jersey"
- "dhb Lightweight Mesh Long Sleeve Base Layer"
- XGC Men's Cycling Shorts
- 2020-04 Giro Rumble VR Off Road Shoe
- 10-15:
- dhb Classic Thermal Bib Tights 10 and under. TODO this is a bit too warm for the upper range, need something more intermediate
- "dhb Lightweight Mesh Long Sleeve Base Layer"
- Castelli Perfetto RoS Long Sleeve - Cycling jersey. TODO this is a bit too warm for the upper range, need something more intermediate
- "Karrimor X Lite Run Black Headband"
- "Nike academy hyperwarm gloves"
- "Nevica Skuff". A bit too hot on upper range, but easy to take off.
- 0-10:
- dhb Merino Long Sleeve Base Layer
- Castelli Perfetto RoS Long Sleeve - Cycling jersey
- dhb Classic Thermal Bib Tights 10 and under
- dhb Dorica MTB Shoe (2020-12)
- "Karrimor X Lite Run Black Headband". Head a bit cold on lower range.
- "dhb Neoprene Nylon Overshoes". Feet a bit cold on lower range.
- "Extremities XDRY gloves". Hands a bit cold on lower range.
- "Nevica Skuff"
2023-07: one of the sides broke near center, rebuying.
2021-07: wire half broke near connector, only works in some positions. The funny thing is: only voices seem to be blocked out! Rebuying.
2021-06: a small bottom piece of the left earpiece broke. Wire seems find, that is like a little extension to protect wire. Let's see for how long.
2020-20: wires at one of ears broke, not sure how.
Look they looked exactly like: "Skullcandy Smokin' Buds 2 In-Ear Audio Earbud Headphones with In-Line Microphone - Black".
Re-buying that one 10 pounds:
Tech specs:
Connection Type: 3.5mm AUX CableImpedence: 32 ohmsDriver Diameter: 9mmSound Pressure Level: 95 dB (1mW/500Hz)Frequency Response: 20kHz - 20HzHeadphone Type: In-Ear
An example where
SELECT FOR UPDATE is a good solution to an use case can be seen at: nodejs/sequelize/raw/parallel_select_and_update.js.SELECT FOR UPDATE vs/together with the SQL transaction isolation level is commented at: stackoverflow.com/questions/10935850/when-to-use-select-for-update.OK, there's a billion questions:
- SQL Server
- stackoverflow.com/questions/485409/generating-a-histogram-from-column-values-in-a-database OP did not know the difference between count and histogram :-) But it's the number one Google result.
- stackoverflow.com/questions/19103991/create-range-bins-from-sql-server-table-for-histograms has a minor extra group by twist, but otherwise fine
- stackoverflow.com/questions/16268441/generate-histogram-in-sql-server
- SQLite
- stackoverflow.com/questions/67514208/how-to-optimise-creating-histogram-bins-in-sqlite perf only, benchmarking would be needed. SQLite.
- stackoverflow.com/questions/32155449/create-a-histogram-with-a-dynamic-number-of-partitions-in-sqlite variable bin size, same number of entries per bin
- stackoverflow.com/questions/60348109/histogram-for-time-periods-using-sqlite-regular-buckets-1h-wide time
- MySQL: stackoverflow.com/questions/1764881/getting-data-for-histogram-plot MySQL appears to extend
ROUNDto also round by integers:ROUND(numeric_value, -2), but this is not widely portable which is a shame - stackoverflow.com/questions/72367652/populating-empty-bins-in-a-histogram-generated-using-sql specifically asks about empty bins, which is amazing. Amazon Redshift dialect unfortunately, but answer provided works widely, and Redshift was forked from PostgreSQL, so there's hope. Those newb open source server focused projects that don't use AGPL!
Let's try it on SQLite 3.40.1, Ubuntu 23.04. Data setup:
sqlite3 tmp.sqlite 'create table t(x integer)'
sqlite3 tmp.sqlite <<EOF
insert into t values (
0,
2,
2,
3,
5,
6,
6,
8,
9,
17,
)
EOF
sqlite3 tmp.sqlite 'create index tx on t(x)'For a bin size of 5 ignoring empty ranges we can:which produces the desired:
sqlite3 tmp.sqlite <<EOF
select floor(x/5)*5 as x,
count(*) as cnt
from t
group by 1
order by 1
EOF0|4
5|5
15|1And to consider empty ranges we can use SQL which outputs the desired:
genenerate_series + as per stackoverflow.com/questions/72367652/populating-empty-bins-in-a-histogram-generated-using-sql:sqlite3 tmp.sqlite <<EOF
select x, sum(cnt) from (
select floor(x/5)*5 as x,
count(*) as cnt
from t
group by 1
union
select *, 0 as cnt from generate_series(0, 15, 5)
)
group by x
EOF0|4
5|5
10|0
15|1Ciro Santilli considered this as the basis for Ciro's 2D reinforcement learning games, but ultimately decided it was a bit too messy. Nice overall though.
Pinned article: Introduction to the OurBigBook Project
Welcome to the OurBigBook Project! Our goal is to create the perfect publishing platform for STEM subjects, and get university-level students to write the best free STEM tutorials ever.
Everyone is welcome to create an account and play with the site: ourbigbook.com/go/register. We belive that students themselves can write amazing tutorials, but teachers are welcome too. You can write about anything you want, it doesn't have to be STEM or even educational. Silly test content is very welcome and you won't be penalized in any way. Just keep it legal!
Intro to OurBigBook
. Source. We have two killer features:
- topics: topics group articles by different users with the same title, e.g. here is the topic for the "Fundamental Theorem of Calculus" ourbigbook.com/go/topic/fundamental-theorem-of-calculusArticles of different users are sorted by upvote within each article page. This feature is a bit like:
- a Wikipedia where each user can have their own version of each article
- a Q&A website like Stack Overflow, where multiple people can give their views on a given topic, and the best ones are sorted by upvote. Except you don't need to wait for someone to ask first, and any topic goes, no matter how narrow or broad
This feature makes it possible for readers to find better explanations of any topic created by other writers. And it allows writers to create an explanation in a place that readers might actually find it.Figure 1. Screenshot of the "Derivative" topic page. View it live at: ourbigbook.com/go/topic/derivativeVideo 2. OurBigBook Web topics demo. Source. - local editing: you can store all your personal knowledge base content locally in a plaintext markup format that can be edited locally and published either:This way you can be sure that even if OurBigBook.com were to go down one day (which we have no plans to do as it is quite cheap to host!), your content will still be perfectly readable as a static site.
- to OurBigBook.com to get awesome multi-user features like topics and likes
- as HTML files to a static website, which you can host yourself for free on many external providers like GitHub Pages, and remain in full control
Figure 3. Visual Studio Code extension installation.Figure 4. Visual Studio Code extension tree navigation.Figure 5. Web editor. You can also edit articles on the Web editor without installing anything locally.Video 3. Edit locally and publish demo. Source. This shows editing OurBigBook Markup and publishing it using the Visual Studio Code extension.Video 4. OurBigBook Visual Studio Code extension editing and navigation demo. Source. - Infinitely deep tables of contents:
All our software is open source and hosted at: github.com/ourbigbook/ourbigbook
Further documentation can be found at: docs.ourbigbook.com
Feel free to reach our to us for any help or suggestions: docs.ourbigbook.com/#contact





