Using the __cleanup__ variable attribute in GCC — Amit Saha: Technical Writings
https://echorand.me/site/notes/articles/c_cleanup/cleanup_attribute_c.htmlDestructor for stack-allocated objects.
Simulant Shop - Hardware, Computers, Software and Retro computing
https://www.simulant.uk/shop/Retrocomputer shop in the UK
Aeromechanics and Evolutionary Morphology | Department of Ecology and Evolutionary Biology | Brown University
https://www.brown.edu/Departments/EEB/EML/nunununununununuBAT LAB
Speculation Control — The Linux Kernel documentation
https://www.kernel.org/doc/html/latest/userspace-api/spec_ctrl.html>Quite some CPUs have speculation-related misfeatures which are in fact vulnerabilities causing data leaks in various forms even across privilege domains.
>The kernel provides mitigation for such vulnerabilities in various forms. Some of these mitigations are compile-time configurable and some can be supplied on the kernel command line.
>There is also a class of mitigations which are very expensive, but they can be restricted to a certain set of processes or tasks in controlled environments. The mechanism to control these mitigations is via prctl(2).
(hn)
What is it like to be boring and myopic?
https://www.sfu.ca/~kathleea/docs/Boring&Myopic.pdfKathleen Akins' response to Nagel.
NNRG Publications
http://nn.cs.utexas.edu/pub-list.phpRistu Miikkulainen's research group at U Texas
Evolution of neural networks | Proceedings of the Genetic and Evolutionary Computation Conference Companion
https://dl.acm.org/doi/10.1145/3067695.3067716More generally, search re using statistical methods instead of random selection for evolution of GAs.
Autopoiesis - Wikipedia
https://en.wikipedia.org/wiki/AutopoiesisThe term autopoiesis refers to a system capable of reproducing and maintaining itself by creating its own parts and eventually further components.
[1803.03453] The Surprising Creativity of Digital Evolution: A Collection of Anecdotes from the Evolutionary Computation and Artificial Life Research Communities
https://arxiv.org/abs/1803.03453Experience paper with various examples of unexpected solutions achieved through evolutionary algorithms.
Chūnibyō - Wikipedia
https://en.wikipedia.org/wiki/Ch%C5%ABniby%C5%8DChūnibyō (中二病) is a Japanese colloquial term typically used to describe early teens who had grandiose delusions, who desperately wants to stand out they convinced themselves with hidden knowledge or secret powers. It translates to "second year disease (in Japanese lower secondary school)"
AirGradient DIY
https://www.airgradient.com/diy/CO2 and PM2.5 DIY air quality monitor. (HN)
Laurence Tratt: Fast Enough VMs in Fast Enough Time
https://tratt.net/laurie/blog/entries/fast_enough_vms_in_fast_enough_time.htmlAn extended talk about RPython. Via HN. To read.
About Us — Wildtype
https://www.wildtypefoods.com/about":By growing seafood directly from cells, we now have the ability to cultivate genuine salmon and other seafood without relying on wild or farmed fish. "
But $200 for 6 pc of sashimi according to HN.
Aesthetic Measure — George David Birkhoff | Harvard University Press
https://www.hup.harvard.edu/catalog.php?isbn=9780674734470This guy answered “What is Beauty?” back in the 1930s.
立秋
https://jisho.org/word/%E7%AB%8B%E7%A7%8B立秋, りっしゅう, the first day of Autumn. "The traditional East Asian calendars divide a year into 24 solar terms. [りっしゅう] is the 13th solar term. In the Gregorian calendar, it usually begins around August 7 and ends around August 23." (Wikipedia, abridged)
The Brain ‘Rotates’ Memories to Save Them From New Sensations | Quanta Magazine
https://www.quantamagazine.org/the-brain-rotates-memories-to-save-them-from-new-sensations-20210415/nonbeard 2021-04-17 22:16:07.300259
Book review: "A Thousand Brains" by Jeff Hawkins - LessWrong
https://www.lesswrong.com/posts/ixZLTmFfnKRbaStA5/book-review-a-thousand-brains-by-jeff-hawkinsSeems like Hawkins has been saying the same thing for 15 years and without much to show.
Compressing and enhancing hand-written notes
https://mzucker.github.io/2016/09/20/noteshrink.htmlThe main trick here is thresholding in HSV space.
Author points at at the end that he still needed to tweak parameters depending on the set of notes he's dealing with. I guess coming up with suitable defaults based on how the notes look might be something that would add value to commercial implementations of this such as Office Lens.
Shirataki noodles - Wikipedia
https://en.wikipedia.org/wiki/Shirataki_noodlestranslucent, gelatinous traditional Japanese noodles made from the konjac yam.
Python Releases for Windows | Python.org
https://www.python.org/downloads/windows/I should be using the Python "embeddable package" for Windows, which is smaller than the normal one apparently.
Ergodicity, what's it mean
https://avoidboringpeople.substack.com/p/ergodicity-whats-it-mean"Ergodicity means that the ensemble average is the same as the time average.". Very nice explanation though. (HN)
Butterick’s Practical Typography
https://practicaltypography.com/nonbeard 2021-04-03 00:15:33.887000
Docker login using pass credential store
https://steinbaugh.com/posts/docker-credential-pass.htmlwomp womp womp docker credentials
Five SF Stories in Which Kindness Prevails | Tor.com
https://www.tor.com/2021/03/16/five-sf-stories-in-which-kindness-prevails/Via Bryn
Entelecheia - definition of Entelecheia by The Free Dictionary
https://www.thefreedictionary.com/Entelecheia"In the philosophy of Aristotle, the actualization of the potential form or function of a substance."
This is part of the rules for /r/programmingcirclejerk, and I can say that it definitely had the (presumably) desired effect.
What Is A Tulpa? — Tulpa.io
https://tulpa.io/what-is-a-tulpa"A tulpa is an autonomous entity existing within the brain of a “host”. They are distinct from the host in that they possess their own personality, opinions, and actions, which are independent of the host’s, and are conscious entities in that they possess awareness of themselves and the world. A fully-formed tulpa is, or highly resembles to an indistinguishable point, an actual other sentient, sapient being coinhabiting with the host consciousness."
Gosh.
PMD source analyzer
https://pmd.github.io/I'm using it to find duplicates with pmd-bin-6.32.0/bin/run.sh cpd --minimum-tokens 100 --language python --files .
On repl-driven programming - by mikel evins
https://mikelevins.github.io/posts/2020-12-18-repl-driven/The key part of this (at least according to mikel evins) is that you can stop at any point (and in particular at a stack trace), inspect and modify live state including code *and then resume*. Few nonscheme things can do this.
wmctrl - focus most recent window of an app - Ask Ubuntu
https://askubuntu.com/questions/269574/wmctrl-focus-most-recent-window-of-an-appActivating an application cycles through its windows, so this script finds the most recent window by looking at the stack order of the root window. Didn't know this was possible.
Guest Blogger: Triangular Eating in Japan | Fed Up With Lunch
http://fedupwithlunch.com/2010/05/guest-blogger-triangular-eating-in-japan/A way of eating taught to kids to encourage balanced eating in which you eat a portion of each of mains, carbs, vegetables in sequence, then repeat. EG: omlette, rice, salad.
Punschkrapfen - Austrian recipes
https://www.strudelandschnitzel.com/punschkrapfen/Recipe for essentially petit fours with alcohol, a satisfyingly German name, and a history.
Anmitsu - Wikipedia
https://en.m.wikipedia.org/wiki/AnmitsuAncient desert of red bean paste on agar.
Spinach Puff Pastry Rolls with Feta & Ricotta
https://www.sidechef.com/recipes/2547/spinach_puff_pastry_rolls_with_feta_ricottaThis recipe worked really well!
Weird machines, exploitability, and provable unexploitability
http://www.dullien.net/thomas/weird-machines-exploitability.pdfProvides a definition of exploitability in terms of finite state machines: when the real state of the system can not be mapped to any state of the intended system (or an intermediate state when transitioning between any two intended states). Interesting notion of programming as writing an emulator for the IFSM.
Managing damp problems in old buildings
https://www.heritage-house.org/damp-and-condensation/managing-damp-in-old-buildings.htmlVery entertaining. "Yet another classic - the surveyor recommended these people have an injection damp proof course installed. Idiot!"
[Information] Vulnerable Driver Megathread
https://www.unknowncheats.me/forum/anti-cheat-bypass/334557-vulnerable-driver-megathread.htmlCollection of signed system drivers that let you read/write privileged memory or expose some other serious vulnerability. If the driver has input buffer validation for IOCTL codes please state so before submitting to the list.
Okra curry recipe - BBC Food
https://www.bbc.co.uk/food/recipes/okra_curry_68708Okra curry with kashmiri curry masala
Single hose air conditioners can't cool a room: Convert them to dual hose - Woolie.co.uk
https://www.woolie.co.uk/article/convert-ac-from-single-hose-to-dual-hose/"Background: Air conditioners are just refrigerators with fans"
THE CORRECT PRONUNCIATION OF LATIN ACCORDING TO ROMAN USAGE
http://archive.ccwatershed.org/media/pdfs/12/07/05/19-20-13_0.pdfGAHoo-deh-teh, GAHoo-deh-teh CHREE-stoos est NAH-toos / ex mah-REE-ah VEER-jee-neh GAHoo-deh-teh
Small Mailserver Best Current Practices : The Grumpy Troll
https://bridge.grumpy-troll.org/2020/07/small-mailserver-bcp/Ffs
On Moving from Statistics to Machine Learning, the Final Stage of Grief – r y x, r
https://ryxcommar.com/2019/07/14/on-moving-from-statistics-to-machine-learning-the-final-stage-of-grief/Really interesting take, via HN, of the difference between statistics and data science -- the former is focused on explaining the parameters, the later is focused on predicting the future. "The big one that made no sense to me the first time I encountered it back in 2017 is that data scientists split their data into “training data,” “validation data,” and “testing data.”"
Migrate a windows vmware virtual machine to Linux KVM - stafwag Blog
https://stafwag.github.io/blog/blog/2018/07/01/migrate-a-windows-vmware-vrtual-machine-to-kvm/virt-v2v mysteriously disappeared from libvirt-tools recently. This page was helpful -- once I realised that I needed to find the correct snapshot vmdk for the conversion.
Why Do Dogs Look So Sad? - The Atlantic
https://www.theatlantic.com/science/archive/2019/06/domestication-gave-dogs-two-new-eye-muscles/591868/"A paper published today in the Proceedings of the National Academy of Sciences found that dogs’ faces are structured for complex expression in a way that wolves’ aren’t, thanks to a special pair of muscles framing their eyes. These muscles are responsible for that “adopt me” look that dogs can pull by raising their inner eyebrows. It’s the first biological evidence scientists have found that domesticated dogs might have evolved a specialized ability used expressly to communicate better with humans." This is quite terrifying.
occam-pi and KRoC: blending CSP and the pi-calculus
https://www.cs.kent.ac.uk/projects/ofa/kroc/Stuff to read about CSP.
Developing Brains Fold Like Crumpled Paper to Get Their Convolutions - Scientific American
https://www.scientificamerican.com/article/developing-brains-fold-like-crumpled-paper-to-get-their-convolutions1/Brains fold like paper folds. More surface area = more folding. Thicker cortex = less folding. Gyri from in densely-interconnected regions. Sulci form between less-well-connected regions.
Research on the cerebellum yields rewards | Hacker News
https://news.ycombinator.com/item?id=225315042020-03-11 02:40:57
Setup LAN/WLAN Bridge with OpenWrt (LuCI) (updated) - Nerd Quickies
https://www.nerd-quickies.net/2019/08/20/setup-lan-wlan-bridge-with-openwrt-luci/Loath as I am to bookmark a site called "nerd quickies", this worked as a transparent bridge, except for the firewall part which I had to do by manually editing /etc/config/firewall.
HowTos/EncryptedFilesystem - CentOS Wiki
https://wiki.centos.org/HowTos/EncryptedFilesystemAlso supports encrypted disk images (though not sparsely).
Guide to the London Startup Ecosystem | Hacker News
https://news.ycombinator.com/item?id=22266722beard 2020-02-07 18:56:04
#892841 - Opening a file with O_CREAT fails - Debian Bug report logs
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892841smbnetfs patch -- this has been around for years but only just went in and isn't in debian