Ion selective electrode by Ciro Santilli 37 Updated +Created
An ion selective electrode is tool used in analytical chemistry used to determine the concentration of a given ion in a solution.
The method can determine the concentration of one ion even if there are multiple different types of ion in the solution, although in some cases this can alter the results. This is done with the help of a selective membrane that only allows certain ions through.
One cool example application mentioned on LibreTexts[ref] is the measurement of fluorine concentration in water. They explain that fluorine is added to the drinking water supply in some countries to help protect people's teeth, and so you want to be able to measure as part of quality control to make sure it is being added in correct the quantities.
The method requires calibrating with calibrating solutions which takes one hour, but once you are calibrated you just stick the sensor into the analyte and get readings in a minute without any expendables. The membrane seems to be a bit fragile which requires care, but overall it looks like a convenient method.
Figure 1.
Ion selective electrode schematic
. Source.
Figure 2.
Sample calibration curve for an ion selective electrode
. Source. The curve is simple and log linear, so once you have that it is easy to fit new measurements to the curve.
Video 1.
General Principles of Ion Selective Electrodes by Jacob Stewart
. Source.
Video 2.
Ion selective electrodes Tech Tips by Vernier
. Source.
The plump Asian American lady with a PhD explains how to use the thing.
It seems like a proprietary training video given with the product that this Peruvian university decided to upload to YouTube. Heroes.
Video 3.
Using an Ion Selective Electrode by University of Alberta
. Source.
Analytical chemistry method by Ciro Santilli 37 Updated +Created
Analyte by Ciro Santilli 37 Updated +Created
Image manipulation software by Ciro Santilli 37 Updated +Created
Image viewer by Ciro Santilli 37 Updated +Created
Image software by Ciro Santilli 37 Updated +Created
History of molecular biology bibliography by Ciro Santilli 37 Updated +Created
History of molecular biology by Ciro Santilli 37 Updated +Created
Bayes' theorem by Ciro Santilli 37 Updated +Created
Hackathon by Ciro Santilli 37 Updated +Created
Hackathons are useless.
If you have a useful project, why would you ever restrict its development to a specific timeframe and with a specific set of contributors?
Just put your project on GitHub and promote it to try and get users and contributors instead!
Instead of announcing organizing hackathons, people should just curate forums where people with similar interests can talk to one another instead, to find new projects that might interest one another.
Restricting intensive development to a few days tends to produce crappy code and not reach real goals.
Ciro Santilli's hardware / Child bicycle trailer by Ciro Santilli 37 Updated +Created
First we got a Thule Chariot Cab two seater in our hands: www.thule.com/en-bg/bike-trailers/bike-trailers-for-kids/thule-chariot-cab-_-10204021 It's humongous, double seater only. Folded: 110 x 80 x 46 cm folded, 16.5 kg.
Thule Chariot Courier: www.thule.com/en-si/bike-trailers/bike-trailers-for-dog-and-cargo/thule-courier-_-10102001. This seems like an older version of the Cab. Folded: 99 x 74 x 32 cm. 16kg.
Thule Chariot Lite single: Folded: 87 x 65 x 37.5 cm. 11.7 kg.
Burley Honey Bee burley.com/en-in/products/honey-bee. Double only: folded: 96.3 x 74.2 x 22.6 cm. 13 kg. 500 pounds new on Amazon www.amazon.co.uk/Burley-Honey-Seat-Trailer-Stroller/dp/B0BW21V26L, a used one for sale at: www.facebook.com/marketplace/item/575427528791792/ for 125. Got my hands on a new one. Felt good. Definitely much cheaper build than the Thule Chariot Cab, but way smaller. Still a bit large for the shed, but at least it stands a chance!
Burley Bee: burley.com/en-in/products/bee. Single: folded 95.25 x 65.7 x 25.4 cm 9.8 kg. Double: folded: 10.2 kg. 95.2 x 74.6 x 26.4
Burley D'Lite X: burley.com/en-in/products/dlite-x Single: folded 91.4 x 69.9 x 38.1 cm 12.5 kg. Double: folded 94 x 79.4 x 36.2 cm 13.8 kg.
Hamax Outback: www.hamax.com/kid/bike-trailer/outback-bike-trailer-2-seats Double: 20 kg folded size: does not say.
Software Guard Extensions by Ciro Santilli 37 Updated +Created
The hole point of Intel SGX is to allow users to be certain that a certain code was executed in a remove server that they rent but don't own, like AWS. Even if AWS wanted to be malicious, they would still not be able to modify your read your input, output nor modify the program.
The way this seems to work is as follows.
Each chip has its own unique private key embedded in the chip. There is no way for software to read that private key, only the hardware can read it, and Intel does not know that private key, only the corrsponding public one. The entire safety of the system relies on this key never ever leaking to anybody, even if they have the CPU in their hands. A big question is if there are physical forensic methods, e.g. using electron microscopes, that would allow this key to be identified.
Then, using that private key, you can create enclaves.
Once you have an enclave, you can load a certain code to run into the enclave.
Then, non-secure users can give inputs to that enclave, and as an output, they get not only the output result, but also a public key certificate based on the internal private key.
This certificates states:
  • given input X
  • program Y
  • produced output Z
and that can then be verified online on Intel's website, since they keep a list of public keys. This service is called attestation.
So, if the certificate is verified, you can be certain that a your input was ran by a specific code.
Additionally:
  • you can public key encrypt your input to the enclave with the public key, and then ask the enclave to send output back encrypted to your key. This way the hardware owner cannot read neither the input not the output
  • all data stored on RAM is encrypted by the enclave, to prevent attacks that rely on using a modified RAM that logs data
Trusted execution environment by Ciro Santilli 37 Updated +Created
CPU feature by Ciro Santilli 37 Updated +Created
ChatGPT is killing Stack Overflow by Ciro Santilli 37 Updated +Created
ChatGPT and other LLMs have significantly reduced Stack Overflow usage.
Ciro Santilli believes that these tools basically solve all the brain-dead problems which newbies would ask, and easy rep seekers would reply to.
Also, because Ciro Santilli only goes for long term reputation, which often means hard questions, this shot his yearly reputation rankings up without him doing anything, because all the guys who answered easy questions were decimated.
This was followed by Stack Overflow attempting to immorally and likely illegally trying to restrict free access to its previously commendable data dumps:which people were using to train LLMs.
This can be very clearly seen by several metrics on Stack Exchange Data Explorer, e.g. Ciro Santilli noticed that very clearly at: Total reputation in Stack Overflow over time how activity has been steadily falling since 2020.
Related posts:
Video 1.
ChatGPT Vs. Stack Overflow Be Like by Mr. P Solver
. Source.
Number of unknown rationality by Ciro Santilli 37 Updated +Created
This section is about numbers that we don't know if they are rational or not.
Bibliography:
Irrational number by Ciro Santilli 37 Updated +Created
Physics is a way to predict the future by Ciro Santilli 37 Updated +Created
It is quite beautiful to look at it like that.
That which previous generations would treat as magical, and divine.
We are doing better and better right now.
Of course, in a way, humans are trying and often successfully predicting certain daily aspects of the future all the time. Will this car stop if I cross the road? Will this glass break if I drop it?
But there's a beauty to the level of precision that can be achieved with physics and other natural sciences.

Unlisted articles are being shown, click here to show only listed articles.