HN user

hypomnemata

635 karma
Posts31
Comments4
View on HN
christianheilmann.com 5y ago

Sharing data between CSS and JavaScript using custom properties

hypomnemata
3pts0
queue.acm.org 5y ago

Offline Algorithms in Low-Frequency Trading

hypomnemata
349pts100
stitcher.io 5y ago

What's New in PHP 8.1

hypomnemata
133pts108
spectrum.ieee.org 5y ago

How Patents Made Facebook’s Filter Bubble

hypomnemata
3pts0
pluralistic.net 5y ago

Knowledge is why you build your own apps

hypomnemata
7pts0
gilest.org 5y ago

How to Be Clear

hypomnemata
195pts56
spectrum.ieee.org 5y ago

If memristors act like neurons, put them in neural networks

hypomnemata
83pts39
distill.pub 5y ago

High-Low Frequency Detectors

hypomnemata
31pts4
cacm.acm.org 5y ago

Let's Not Dumb Down the History of Computer Science (2014)

hypomnemata
241pts167
cacm.acm.org 5y ago

Moore's Law: What Comes Next?

hypomnemata
3pts0
cacm.acm.org 5y ago

A Review of the Semantic Web Field

hypomnemata
126pts70
www.microsoft.com 5y ago

LAMBDA: The ultimate Excel worksheet function

hypomnemata
7pts0
dask.org 5y ago

Dask: Scalable Analytics in Python

hypomnemata
4pts0
ray.io 5y ago

Ray: Fast and Simple Distributed Computing – Build any application at any scale

hypomnemata
34pts0
shape-of-code.coding-guidelines.com 5y ago

Payback time-frame for research in software engineering

hypomnemata
2pts0
en.wikipedia.org 5y ago

Overchoice

hypomnemata
4pts0
spectrum.ieee.org 5y ago

How Is This a Good Idea: Car Dashboard Video Games

hypomnemata
3pts1
medium.com 5y ago

Is PHP Still Relevant in 2021?

hypomnemata
3pts0
spectrum.ieee.org 5y ago

Building a Stereoscopic Camera with the Raspberry Pi 4 Compute Module

hypomnemata
6pts0
techcrunch.com 5y ago

An argument against cloud-based applications

hypomnemata
3pts0
www.tbray.org 5y ago

When You Know

hypomnemata
76pts55
www.snoyman.com 5y ago

Haskell: The Bad Parts

hypomnemata
4pts0
meiert.com 5y ago

In Critical Defense of Front End Development

hypomnemata
4pts0
www.nature.com 5y ago

Mechanical memory written and read remotely

hypomnemata
3pts0
jpaulm.github.io 5y ago

Flow-Based Programming

hypomnemata
217pts103
github.com 5y ago

x86 Bare Metal Examples

hypomnemata
4pts1
www.edge.org 5y ago

Mary Catherine Bateson: Systems Thinker

hypomnemata
2pts0
thegradient.pub 5y ago

Knocking on Turing’s Door: Quantum Computing and Machine Learning

hypomnemata
2pts0
github.com 5y ago

Trouble in Paradise: Fibonacci

hypomnemata
4pts1
thegradient.pub 5y ago

A Visual History of Interpretation for Image Recognition

hypomnemata
40pts3

I wish dang would remove the flag function or modify it in some way. I understand it's there to stop spam, flamewars, etc but it can be abused and kill any chance of a decent debate.

I'm aiming to read Zen And The Art Of Motorcycle Maintenance. I'm always being told I should read it, but the title has always put me off.

I used to read a lot, but over the past few years I've read less and less. 2020 was definitely not a good year for deep reading.

From the intro:

Haskell is a lazy language, which has its consequences. In this post I'll demonstrate just how easy it is to shoot yourself in the foot with laziness using the classic example of computing Fibonacci numbers, which very ironically virtually all relevant Haskell documentation gets wrong, given that it's the primary use case for Haskell.