randomascii.wordpress.com
https://randomascii.wordpress.com/2018/01/07/finding-a-cpu-design-bug-in-the-xbox-360/Speculative execution of a prefetch instrn on ppc caused cache incoherence even if it wasn't retired
GitHub - jfdelnero/HxCModPlayer: A simple and lite MOD (music module) player.
https://github.com/jfdelnero/HxCModPlayerLightweight mod etc player, in case sdl_mixer sucks
The Neural Network Zoo - The Asimov Institute
http://www.asimovinstitute.org/neural-network-zoo/architecture of many types of NN (circa 2016) with descriptions. via hn
Firefox is on a slippery slope | Drew DeVault’s Blog
https://drewdevault.com/2017/12/16/Firefox-is-on-a-slippery-slope.htmlnonbeard 2017-12-16 18:41:15
Introducing the GoodWatch - A Good Watch
https://goodwatch.org/posts/introducing-the-goodwatch/Dammit, this is just what I wanted to do with the F-91W
Pentti Saarikoski - Poetry & Biography of the Famous poet - All Poetry
https://allpoetry.com/Pentti-SaarikoskiHe'd done that on purpose: so people would see how mad he was and buy more briskly.
Von Neumann–Morgenstern utility theorem - Wikipedia
https://en.wikipedia.org/wiki/Von_Neumann%E2%80%93Morgenstern_utility_theoremIn systems which meet some self-consistency criteria, the appropriate action can be modeled using a utility function which assigns points to each possible action. In such a system the rational thing to do is to choose the action with the highest utility value.
Terrain rendering
https://github.com/s-macke/VoxelSpaceoldschool terrain rendering
Headphone attenuation adapter | DIY-Audio-Heaven
https://diyaudioheaven.wordpress.com/headphones/headphone-attenuation-adapter/This worked!
bunny - Wowhead Search
http://www.wowhead.com/search?q=bunny#npcs:0-2+1Most effects in WoW are generated by invisible bunnies.
DIY Human CRISPR Guide
http://www.the-odin.com/diyhumancrispr/Good intro to design (via bw)
Dask
https://dask.pydata.org/en/latest/Python distributed-task thing with API emulation for popular libraries such as numpy and pandas (via matt)
Haferman Carpet
https://www.reddit.com/r/coding/comments/7123wd/i_used_genetic_programming_to_create_a_simple/Great into to string rewrite systems.
Motte and bailey - RationalWiki
http://rationalwiki.org/wiki/Motte_and_baileyE.g. "on average, women and men have marginally different performance at certain tasks" and "women aren't as good at programming as men, and the diversity program at Google is hurting the company." Via hacker news
How do you find the integer solutions to x/(y and z) and y/(x and z) and z/(x and y) = 4?
https://www.quora.com/How-do-you-find-the-integer-solutions-to-frac-x-y+z-+-frac-y-z+x-+-frac-z-x+y-4/answer/Alon-Amit?share=1This was great.
Plant tissue culture - Wikipedia
https://en.wikipedia.org/wiki/Plant_tissue_culture#Techniquesmight want to do this at biohackspace
X11: How does “the” clipboard work?
https://www.uninformativ.de/blog/postings/2017-04-02/0/POSTING-en.htmlEven worse than I thought. 1. Clients retain the data, so must keep a window around to 'own' the selection, but not the primary one because that may close. 2. You can specify a data type to get the data in, but there's no guarantee it'll be specifiable as MIME so good luck figuring out how to request the type you want. 3. Even though the client retains the data you can't request more than about 256k at once and everything larger must be retrieved in chunks via the X server. 3. There are two common clipboards and it is basically a matter of trying one and then the other. 4. There are also more clipboards (by convention) and in fact unlimited clipboards (the identifier is just an X atom). 5. Working around this with a clipboard manager is humourously inefficient because to re-host the clip data the manager needs to retrieve it with all its target types, and there is no way to discover which ones don't require the client to do extra work (e.g. GIMP providing 50 mime types for image data)
The skeletal system is part of the brain, too | neuroecology
https://neuroecology.wordpress.com/2017/07/22/the-skeletal-system-is-part-of-the-brain-too/This bone-based signaling is a new finding and totally and completely surprising [...] substantial computations are performed all throughout the body that affect how we think. Animals that are hungry make decisions in a fundamentally different way
Shtetl-Optimized » Blog Archive » Is “information is physical” contentful?
http://www.scottaaronson.com/blog/?p=3327nonbeard 2017-07-21 09:08:05
GitHub - hansemannn/iOS11-NFC-Example: 📱 Example showing how to use the Core NFC API in iOS 11.
https://github.com/hansemannn/iOS11-NFC-ExampleLooks like it may be possible to write to RFID tags using Core NFC in iOS 11. Finally!
Gaussian elimination - Wikipedia
https://en.wikipedia.org/wiki/Gaussian_eliminationSolve system of linear equations. Actually invented by Newton, but in fact actually invented by a Chinese person at least 1500 years before Newton wrote it up.
Exploring LSTMs
http://blog.echen.me/2017/05/30/exploring-lstms/Short LSTM intro
An intro to web components with otters – Monica Dinculescu
https://meowni.ca/posts/web-components-with-otters/Can't beat otters
What Really Happened with Vista – Hacker Noon
https://hackernoon.com/what-really-happened-with-vista-4ca7ffb5a1a1. MS neglected important hardware trends (mobile) because they were focused on software innovation; key features of successful devices in the 2000s (battery life, connectivity) were not really about software. 2. The focus on managed code as a response to security vulnerabilities was terribly overambitious and resulted in MS dropping the ambitious parts halfway through the development cycle.
Please, enough with the dead butterflies! – Emily S. Damstra
http://emilydamstra.com/news/please-enough-dead-butterflies/Living butterflies don't push their wings forward like that. hn
Everything that Works Works Because it's Bayesian: Why Deep Nets Generalize?
http://www.inference.vc/everything-that-works-works-because-its-bayesian-2/nonbeard 2017-05-25 21:16:39
Where Our Number Concepts Come From
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3489488/?report=classicvia benno
Crash course to Amiga assembly programming - Reaktor.com
https://www.reaktor.com/blog/crash-course-to-amiga-assembly-programming/via HN
RFID-Zapper(EN) - 22C3
https://events.ccc.de/congress/2005/static/r/f/i/RFID-Zapper(EN)_77f3.html"The RFID-Zapper might [...] lead to dangerous behavior, like speaking your mind, using freedom of speech, fighting for your rights, all of which are bound to ultimately lead to the communist world revolution ;-)" (via HN)
JSON Meta Application Protocol Specification (JMAP)
http://jmap.io/Seems okay -- no really good reason for JSON apart from "you have to use something", and some disadvantages (verbose, separate protocol for attachments since they're binary), but otherwise nothing sticks out as odd.
Stop Saying the Brain Learns By Rewiring Itself - Facts So Romantic - Nautilus
http://m.nautil.us/blog/stop-saying-the-brain-learns-by-rewiring-itselfNot a compelling case. :( He criticises neuroscientists for not knowing the details of their own theory, but doesn't present any of his own.
Is Matter Conscious? - Issue 47: Consciousness - Nautilus
http://m.nautil.us/issue/47/consciousness/is-matter-conscious2017-05-07 13:57:23
Chernoff face - Wikipedia
https://en.wikipedia.org/wiki/Chernoff_face"Chernoff faces display multivariate data in the shape of a human face. The idea behind using faces is that humans easily recognize faces and notice small changes without difficulty."
Is the Hard Problem of Consciousness Connected to the Hard Problem in Physics?
http://nautil.us/issue/47/consciousness/is-matter-consciousFrom my notes to M: not that convincing: Basically the argument is, as I understand it: 1. Science doesn’t tell us about “things in themselves”, but only about how they relate to other things. In other words we can accurately describe how a photon behaves, but we can’t say what exactly a photon fundamentally *is*. 2. It doesn’t make sense to have a universe of relationships between things but no actual things. 3. Consciousness is a way of describing things-in-themselves (the concept of “something being red” for example, which is something you understand as a thing even if you can’t really describe it) 4. So we posit that this set of things-in-themselves is the actual structure of the universe (the hardware) and everything we do is just describing interactions between those things (the software).
Consciousness is an Inevitable State of Matter – Evan Warfel – Medium
https://medium.com/@evanwarfel/consciousness-is-an-inevitable-state-of-matter-c745cf0f98eThis claims to talk about consciousness, but actually ends up making the argument that to efficiently and dynamically make predictions one needs a) a rich variety of input categorisations and b) a locus of attention, neither of which require consciousness.
What is this colored fiber in my chicken? | Hacker News
https://news.ycombinator.com/item?id=14076320Disgusting.
Death Burger
http://deathherald.tumblr.com/DEATH HERALD DEATH BURGER DETH It's drawings
Attack of the Killer Microseconds
http://cacm.acm.org/magazines/2017/4/215032-attack-of-the-killer-microseconds/fulltext2017-03-27 12:56:43
GitHub - maralla/completor.vim: Async completion framework made ease
https://github.com/maralla/completor.vimcode completion for vim
http://wick.works/crescentloom-ks-postmortem/
http://wick.works/crescentloom-ks-postmortem/nonbeard 2017-03-19 23:28:30
Watch "Primary - Nitrous Oxide" on YouTube
https://youtu.be/3SzHDXiGErwnonbeard 2017-03-12 01:34:12
Selfie: tiny self-compiling C compiler, MIPS emulator and MIPS hypervisor
http://selfie.cs.uni-salzburg.at/nonbeard 2017-03-02 22:30:02
Emscripten/HTML integration tips
http://floooh.github.io/2017/02/22/emsc-html.htmlHn
Rookie » DIY Finger-Knitted Scarf
http://www.rookiemag.com/2013/11/marlena-scarf-diy/the other week I learnt that you can finger knit with more than one finger
GitHub - haypo/hachoir3: Hachoir is a Python library to view and edit a binary stream field by field
https://github.com/haypo/hachoir3Came up on HN in the discussion about the SHA-1 collision
ASLR on the Line: Practical Cache Attacks on the MMU [pdf]
http://www.cs.vu.nl/~herbertb/download/papers/anc_ndss17.pdfVery cool description of timing attack on cached page table entries.
http://www.yellow5.com/pokey/archive/index610.html
http://www.yellow5.com/pokey/archive/index610.htmlThe mysteries of time itself!!!!
Sumptuous Sumptuary Laws | In Custodia Legis: Law Librarians of Congress
https://blogs.loc.gov/law/2011/10/sumptuous-sumptuary-laws/Edward III's 1336 law limiting all his subjects (not just the poor!) to only two courses: "two sorts of victuals at the utmost, be it of Flesh or Fish, with the common sorts of pottage, without sawce". For their own good of course: "through the excessive and overmany sorts of costly Meats[...] many mischiefs have happened"
Rosalie's Medieval Woman - Sumptuary Laws
http://rosaliegilbert.com/sumptuarylaws.html1363: Carters, ploughmen, drivers of ploughs, oxherds, cowherds, swineherds, dairymaids and everyone else working on the land who does not have 40 shillings of goods: no cloth except blanket and russet at 12d per ell, belts of linen (rope).
Mathematical universe hypothesis - Wikipedia
https://en.wikipedia.org/wiki/Mathematical_universe_hypothesisMax Tegmark, with a Schmidhuber cameo