🤖 Log in

Death Burger

http://deathherald.tumblr.com/

DEATH HERALD DEATH BURGER DETH It's drawings

nonbeard 2017-03-29 16:16:13

Attack of the Killer Microseconds

http://cacm.acm.org/magazines/2017/4/215032-attack-of-the-killer-microseconds/fulltext
2017-03-27 12:56:43

GitHub - maralla/completor.vim: Async completion framework made ease

https://github.com/maralla/completor.vim

code completion for vim

nonbeard 2017-03-26 15:58:03

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/3SzHDXiGErw
nonbeard 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.html

Hn

nonbeard 2017-02-27 19:33:05

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

nonbeard 2017-02-26 16:53:56

GitHub - haypo/hachoir3: Hachoir is a Python library to view and edit a binary stream field by field

https://github.com/haypo/hachoir3

Came up on HN in the discussion about the SHA-1 collision

nonbeard 2017-02-23 21:41:19

ASLR on the Line: Practical Cache Attacks on the MMU [pdf]

http://www.cs.vu.nl/~herbertb/download/papers/anc_ndss17.pdf

Very cool description of timing attack on cached page table entries.

nonbeard 2017-02-15 21:46:36

http://www.yellow5.com/pokey/archive/index610.html

http://www.yellow5.com/pokey/archive/index610.html

The mysteries of time itself!!!!

2017-02-09 12:17:29

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"

nonbeard 2017-02-05 00:13:15

Rosalie's Medieval Woman - Sumptuary Laws

http://rosaliegilbert.com/sumptuarylaws.html

1363: 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).

nonbeard 2017-02-05 00:10:46

Mathematical universe hypothesis - Wikipedia

https://en.wikipedia.org/wiki/Mathematical_universe_hypothesis

Max Tegmark, with a Schmidhuber cameo

nonbeard 2017-01-29 20:58:44

PIMETA v2 Headphone Amplifier

http://tangentsoft.net/audio/pimeta2/
nonbeard 2017-01-28 19:47:14

Ant Simulator canceled after crowdfunding money spent on liquor and strippers | GamesBeat | Games | by Dean Takahashi

http://venturebeat.com/2016/02/01/ant-simulator-canceled-after-kickstarter-money-spent-on-liquor-and-strippers/

"The sound of dirt crumbling echos through the underground tunnels. Your tiny mandibles loosen debris from the walls. "

nonbeard 2017-01-25 18:57:25

How insects like bumblebees do so much with tiny brains

http://www.bbc.com/earth/story/20170123-how-insects-like-bumblebees-do-so-much-with-tiny-brains
nonbeard 2017-01-24 13:30:07

Zipf’s Law Arises Naturally When There Are Underlying, Unobserved Variables

http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005110

Really interesting proposal that Zipf's distribution arises so frequently because latent variables with narrow energy distributions, when combined, give a distribution with wide energy distribution, which is necessary and sufficient for a Zipfian distribution. Example: Zipf on word distributions can be explained by the distribution of parts of speech (where the word frequency within parts of speech is not Zipfian, i.e. has narrow energy distribution).

nonbeard 2016-12-30 12:00:08

Woolf's Reading of Joyce's Ulysses, 1922-1941 - Modernism Lab Essays

https://modernism.research.yale.edu/wiki/index.php/Woolf's_Reading_of_Joyce's_Ulysses,_1922-1941

"Never did I read such tosh. As for the first 2 chapters we will let them pass, but the 3rd 4th 5th 6th--merely the scratching of pimples on the body of the bootboy at Claridges. Of course genius may blaze out on page 652 but I have my doubts."

nonbeard 2016-12-28 17:40:47

Clozure CL

http://ccl.clozure.com/

CL being "common Lisp". This is not Clojure. (hn)

nonbeard 2016-12-09 21:25:10

Brain Computation Is Organized via Power-Of-Two-Based Permutation Logic [pdf]

http://journal.frontiersin.org/article/10.3389/fnsys.2016.00095/full
nonbeard 2016-12-04 13:25:06

The limitations of Android N Encryption – A Few Thoughts on Cryptographic Engineering

https://blog.cryptographyengineering.com/2016/11/24/android-n-encryption/

Interesting article on something I didn't know anything about: full-disk encryption isn't suitable for phones because they're on all the time (meaning the keys are always in memory). Instead you want file-based encryption and per-file control, so that you can throw away the keys to most stuff when the device is locked, but still retain access to files which must be accessible at all times. Android 7 has made a small move in this direction, but it sucks, whereas Apple has been doing it better for the last five years.

nonbeard 2016-11-28 23:33:13

Depressing Finland, Some cheery Finnish Christmas charols!

http://depressingfinland.tumblr.com/post/68773575251/some-cheery-finnish-christmas-charols

lol depressingfinland.tumblr.com

nonbeard 2016-11-27 18:01:15

BashPitfalls - Greg's Wiki

http://mywiki.wooledge.org/BashPitfalls

Bash (and all shells except possibly fish) is fucking terrible. The whole in-band signalling concept that shells are built on is a nightmare. When abominations like 'cd -P -- "$(dirname -- "$f")"' are the correct way to do basic stuff like "cd to the file's directory" we should just give the whole thing up and go back to meaningful column positions. I defy anyone who has not read "bash pitfalls" to come up with that cd line by themselves (including Stephen Bourne). And the whole page is full of those. Some of them are for exotic things (filenames starting with -, or containing newlines) but in 2016 it's routine to find new shell scripts and Makefiles which don't even deal with spaces, and the reason is that nobody banging out a quick shell script has the time to read through "bash pitfalls" to ensure they're doing it right. More like "bash pits of despair". Burn it all.

nonbeard 2016-11-27 12:16:10

Enzymes from nine organisms combined to create new pathway to use CO2

http://arstechnica.com/science/2016/11/enzymes-from-nine-organisms-combined-to-create-new-pathway-to-use-co2/
nonbeard 2016-11-17 23:33:38

A list of headless web browsers

https://news.ycombinator.com/item?id=12898927
nonbeard 2016-11-09 00:31:21

I. J. Good - Wikipedia

https://en.wikipedia.org/wiki/I._J._Good

Worked with Turing; apparently the originator of Good-Turing smoothing (if Wikipedia is correct, Turing's contribution was merely to observe that the non-smoothed model wasn't very good -- Good then came up with the smoothing method).

nonbeard 2016-11-07 23:27:59

Is This What Quantum Mechanics Looks Like? : videos

https://www.reddit.com/r/videos/comments/5aqcu0/is_this_what_quantum_mechanics_looks_like/

interesting demonstration of, and discussion surrounding, the pilot wave interpretation of quantum mechanics.

nonbeard 2016-11-02 22:24:58

Grenouille Bouillie: The dawn of 3D games...

http://grenouille-bouillie.blogspot.com/2007/10/dawn-of-3d-games.html

Interesting discussion of microoptimisations for 3d graphics on 68000-based computers such as Amiga and ST. But I note no mention of the blitter...

nonbeard 2016-10-29 10:54:24

Light level geolocator - Wikipedia

https://en.wikipedia.org/wiki/Light_level_geolocator

Use day length and time at sunrise and sunset (actually "threshold time" when light intensity passes a certain threshold) to determine latitude and longitude. Advantage is light sensor-based loggers are much smaller and more power efficient than GPS. Via hn

nonbeard 2016-10-28 11:28:16

Keras-based molecular autoencoder

https://news.ycombinator.com/item?id=12783673
nonbeard 2016-10-25 23:40:22

Beyond Ctrl: Make That Caps Lock Key Useful - Economy of Effort

http://www.economyofeffort.com/2014/08/11/beyond-ctrl-remap-make-that-caps-lock-key-useful/

Remap caps lock to BOTH ctrl and escape, in advance of Apple's new BS esc-free laptop

nonbeard 2016-10-25 21:39:15

rpi-open-firmware/README.md at master · christinaa/rpi-open-firmware · GitHub

https://github.com/christinaa/rpi-open-firmware/blob/master/README.md

Reverse-engineering the initial bootloading binary blob for rpi. Christinaa has been heavily involved in vc4 reverse engineering iirc?

nonbeard 2016-10-19 13:04:50

RNA world - Wikipedia

https://en.wikipedia.org/wiki/RNA_world

The RNA world refers to the self-replicating ribonucleic acid (RNA) molecules hypothesised to have been the precursors to all current life on Earth.

nonbeard 2016-10-16 20:56:01

The Complete Android Activity/Fragment Lifecycle

http://staticfree.info/~steve/complete_android_fragment_lifecycle.png

"also known as the lolcycle" - hn

nonbeard 2016-10-13 09:45:59

Amazon Web Services — a practical guide

http://www.reddit.com/r/programming/comments/570du2/_/
nonbeard 2016-10-12 07:39:15

[Discussion] Hugo Larochelle's neural network & deep learning tutorial videos, subtitled & screengrabbed

http://www.reddit.com/r/machinelearning/comments/56zbbn/_/
nonbeard 2016-10-12 03:21:19

Why video game coders don't use TDD, and why it matters

http://www.reddit.com/r/gamedev/comments/56z43c/_/
nonbeard 2016-10-12 03:10:34

[1609.01596] Direct Feedback Alignment Provides Learning in Deep Neural Networks

https://arxiv.org/abs/1609.01596
nonbeard 2016-10-11 22:10:13

Route Planning in Transportation Networks

https://arxiv.org/pdf/1504.05140.pdf

Ref contraction hierarchies, as used by OpenStreetMap.

nonbeard 2016-10-05 10:20:51

Better Permissions in Android - William Edwards, Coder

http://williamedwardscoder.tumblr.com/post/13316924653/better-permissions-in-android

Symbian's permission system basically involves embedding

nonbeard 2016-10-03 12:10:02

GitHub - Tetrachrome/subpixel: subpixel: A subpixel convolutional neural net implementation with Tensorflow

https://github.com/Tetrachrome/subpixel
nonbeard 2016-10-02 09:31:15

Who the Hell Is This Joyce (1928)

http://www.theparisreview.org/blog/2016/09/21/who-the-hell-is-this-joyce/

"So I ask: Who the hell is this Joyce who demands so many waking hours of the few thousand I have still to live for a proper appreciation of his quirks and fancies and flashes of rendering? " It's not that bad.

nonbeard 2016-09-24 22:09:37

Research Blog: The 280-Year-Old Algorithm Inside Google Trips

https://research.googleblog.com/2016/09/the-280-year-old-algorithm-inside.html

A nice explanation of the intuition behind Christofides' algorithm, which gives an approximate solution to the travelling salesman problem.

nonbeard 2016-09-21 09:40:14

VIRTUAL DREAM

http://virtualdream.online/
nonbeard 2016-09-20 21:12:05

dmarc.org – Domain Message Authentication Reporting & Conformance

https://dmarc.org/

<warcraft 2 peon voice> more work?

nonbeard 2016-09-14 18:53:18

A Soviet scientist created tame foxes

http://www.bbc.com/earth/story/20160912-a-soviet-scientist-created-the-only-tame-foxes-in-the-world

"Hare suspects that, "like the foxes, and like dogs, we became friendlier first, and then got smarter by accident. This would mean that our prosocial skills, the skills that allow for cooperation and friendliness, were what made us successful."" (HN)

nonbeard 2016-09-14 14:35:29

Byzantine fault tolerance - Wikipedia, the free encyclopedia

https://en.m.wikipedia.org/wiki/Byzantine_fault_tolerance

In a consensus protocol, ability to reach consensus in the presence of faulty nodes which present different answers to different observers.

nonbeard 2016-09-14 14:29:31

how does this twisty scroller work? :: pouët.net

http://www.pouet.net/topic.php?which=7780&page=1

more precalculated blitter copying but with text.

nonbeard 2016-09-01 12:46:37

Help for code an effect called "Blitter Tornado" - English Amiga Board

http://eab.abime.net/showthread.php?t=79733

Very nice use of blitter effect

nonbeard 2016-09-01 12:45:43
📜 Boyfriend of Zelda