Sublimation (psychology) - Wikipedia
https://en.wikipedia.org/wiki/Sublimation_(psychology)Sexual sublimation is the transformation of sexual impulses into creative energy.
I wonder if this is what Orwell had in mind in Nineteen Eighty-Four when he talked about about transformation of sexual impulses into love for the Party. (K)
Solid state drive - SSD MacBookPro 15-inch Retina Mid 2015 | SSD for MacBookPro11,4 Mid 2015 Retina |
https://www.flexxmemory.co.uk/categories/apple-mac-hard-drives-ssds/macbookpro11-4-15-inch-retina-mid-2015.htmlgod fucking dammit
How Izumi Suzuki Broke Science Fiction’s Boys’ Club - ArtReview
https://artreview.com/how-izumi-suzuki-broke-science-fiction-boys-club/‘There is something wrong with our present society, and I can’t stand SF written by people who don’t understand that,’ she once wrote
How to Caramelize Onions
https://www.seriouseats.com/how-to-caramelize-onions-classicThe key is that most recipes actually just want you to brown or soften the onions, which takes far less time and has a different flavour profile.
Evan Doorbell's Telephone Tapes by Telephone World
https://www.evan-doorbell.com/It's like a long and very nerdy podcast series about the telephone system in the (60s and?) 70s in the USA.
How T. S. Eliot Became T. S. Eliot | The New Yorker
https://www.newyorker.com/magazine/2011/09/19/practical-cat(hn)
Mirepoix - Wikipedia
https://en.wikipedia.org/wiki/MirepoixUsually the vegetable mixture is onions, carrots, and celery
"Ikuzo": A Bit More Than Just ‘Let's Go’
https://linguaholic.com/linguablog/ikuzo-meaning/Way more than you could ever want to know about 行くぞ
Dasein - Wikipedia
https://en.wikipedia.org/wiki/DaseinHeidegger uses the expression Dasein to refer to the experience of being that is peculiar to human beings. Thus it is a form of being that is aware of and must confront such issues as personhood, mortality and the dilemma or paradox of living in relationship with other humans while being ultimately alone with oneself.
The Dhall configuration language
https://dhall-lang.org/#A functional configuration language
GitHub - rdicosmo/parmap: Parmap is a minimalistic library allowing to exploit multicore architecture for OCaml programs with minimal modifications.
https://github.com/rdicosmo/parmapOCaml map/reduce/map-reduce library looking basically the same as Python's multiprocessing.
UNBEATABLE [white label] on Steam
https://store.steampowered.com/app/1290490/UNBEATABLE_white_label/Rhythm game.
How to get useful backtraces? - Learning - OCaml
https://discuss.ocaml.org/t/how-to-get-useful-backtraces/1279/2ocaml backtrace hints
Growing Neural Cellular Automata
https://distill.pub/2020/growing-ca/“Differentiable morphogenesis” (via g)
Some Thoughts on the Common Toad | The Orwell Foundation
https://www.orwellfoundation.com/the-orwell-foundation/orwell/essays-and-other-works/some-thoughts-on-the-common-toad/nonbeard 2021-06-05 16:30:14.869701
Three.js Lights
https://threejsfundamentals.org/threejs/lessons/threejs-lights.htmlVery good super quick intro to three.js lights. I like the fact that it introduces all the helpers -- the hardest part for me is working out where to put things in 3d space.
What I wish I knew when learning OCaml — Daniil Baturin
https://baturin.org/docs/ocaml-faq/Cool, knew most of this! Most. I have so far skipped over all the OO aspects, but aside from those OCaml seems like a satisfyingly simple language.
A lot of Python's complexity seems to come from its not supporting anonymous closures. List comprehensions ([expr for expr in expr if expr]), generators ('yield') and context managers ('with') (off the top of my head) could all be replaced using anonymous functions without needing any extra syntax. The syntax makes Python more readable (assuming you're comfortable with it), but it does somewhat increase the cognitive load of writing code: rather than the lambda hammer, one has to decide which piece of specialised syntax to make use of for a particular requirement.
On the third hand, having your functional choices straight-jacketed and presented nicely is a good way of constraining code creativity, which is not altogether bad. For example, list comprehensions are very simple to understand for almost anyone in ways that passing a random block of code to Array.init is not. Being introduced to context managers through Python got me thinking about the whole concept of lifetime management in ways which might not have occurred to me if I hadn't had them presented to me so straightforwardly. In other words, Python's extra syntax is the result of several experts working out the best way to take a particular concept and make it broadly accessible while keeping the majority of its features.
ELIZAGEN - The Original ELIZA
https://sites.google.com/view/elizagen-org/the-original-eliza?authuser=0Written in MAD-SLIP! (hn)
To Codon Optimize or Not: That is the Question
https://blog.addgene.org/to-codon-optimize-or-not-that-is-the-questionChoosing the most-efficiently-expressed codon from a set of synonyms can improve protein expression rate, but sometimes the stability of the protein depends on a less-efficient expression (for example, one that takes longer, which can sometimes affect the way in which the protein folds).
MQTT Explorer | An all-round MQTT client that provides a structured topic overview
https://mqtt-explorer.com/Quentin's recommendation
GitHub - ocaml/ocaml-lsp: OCaml Language Server Protocol implementation
https://github.com/ocaml/ocaml-lspOCAML LSP. This worked easily with coc-nvim!
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.