HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hypomnemata

no profile record

Submissions

Sharing data between CSS and JavaScript using custom properties

christianheilmann.com
3 points·by hypomnemata·há 5 anos·0 comments

Offline Algorithms in Low-Frequency Trading

queue.acm.org
349 points·by hypomnemata·há 5 anos·100 comments

What's New in PHP 8.1

stitcher.io
133 points·by hypomnemata·há 5 anos·108 comments

How Patents Made Facebook’s Filter Bubble

spectrum.ieee.org
3 points·by hypomnemata·há 5 anos·0 comments

Knowledge is why you build your own apps

pluralistic.net
7 points·by hypomnemata·há 5 anos·0 comments

How to Be Clear

gilest.org
195 points·by hypomnemata·há 5 anos·56 comments

Capturing Hacker News Mentions with Node.js and MongoDB

developer.mongodb.com
2 points·by hypomnemata·há 5 anos·0 comments

If memristors act like neurons, put them in neural networks

spectrum.ieee.org
83 points·by hypomnemata·há 5 anos·39 comments

High-Low Frequency Detectors

distill.pub
31 points·by hypomnemata·há 5 anos·4 comments

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

cacm.acm.org
241 points·by hypomnemata·há 5 anos·167 comments

Moore's Law: What Comes Next?

cacm.acm.org
3 points·by hypomnemata·há 5 anos·0 comments

A Review of the Semantic Web Field

cacm.acm.org
126 points·by hypomnemata·há 5 anos·70 comments

LAMBDA: The ultimate Excel worksheet function

microsoft.com
7 points·by hypomnemata·há 5 anos·0 comments

Dask: Scalable Analytics in Python

dask.org
4 points·by hypomnemata·há 5 anos·0 comments

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

ray.io
34 points·by hypomnemata·há 5 anos·0 comments

Payback time-frame for research in software engineering

shape-of-code.coding-guidelines.com
2 points·by hypomnemata·há 5 anos·0 comments

Overchoice

en.wikipedia.org
4 points·by hypomnemata·há 5 anos·0 comments

How Is This a Good Idea: Car Dashboard Video Games

spectrum.ieee.org
3 points·by hypomnemata·há 5 anos·1 comments

Is PHP Still Relevant in 2021?

medium.com
3 points·by hypomnemata·há 5 anos·0 comments

Building a Stereoscopic Camera with the Raspberry Pi 4 Compute Module

spectrum.ieee.org
6 points·by hypomnemata·há 5 anos·0 comments

comments

hypomnemata
·há 5 anos·discuss
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.
hypomnemata
·há 5 anos·discuss
Excellent website. I really like your graphs to quickly show where the book's focus lies.
hypomnemata
·há 5 anos·discuss
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.
hypomnemata
·há 5 anos·discuss
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.