HN user

voctor

1,005 karma
Posts45
Comments37
View on HN
www.youtube.com 3mo ago

A Camera That Freezes Rotation | Stroboscopic Video

voctor
1pts0
home.cern 4mo ago

LHCb Collaboration discovers new proton-like particle

voctor
2pts0
blog.platformatic.dev 4mo ago

Node.js needs a virtual file system

voctor
275pts251
www.willwhang.dev 4mo ago

Building a Reader for the Smallest Hard Drive

voctor
97pts31
en.wikipedia.org 4mo ago

Committee for Liquidation or Subversion of Computers

voctor
2pts0
www.lrb.co.uk 5y ago

How Fungi Make Our Worlds, Change Our Minds and Shape Our Futures

voctor
4pts0
paper.dropbox.com 5y ago

Announcing Actix Web v3.0

voctor
3pts0
github.com 6y ago

JPSX: Fast and efficient PlayStation emulator written entirely in Java

voctor
1pts1
techcrunch.com 7y ago

Google’s Stadia game-streaming platform kills downloads, lets you play anywhere

voctor
3pts0
medium.com 7y ago

Crafting the Perfect Pull Request

voctor
1pts0
www.strathweb.com 7y ago

Collectible assemblies in .NET Core 3.0

voctor
6pts0
twitter.com 7y ago

Analysis of some of The Shadow Brokers speech patterns

voctor
2pts1
olegpy.com 7y ago

Scala exercises: cats-effect

voctor
3pts0
github.com 8y ago

OpenLayers 5.0.0

voctor
4pts0
bytes.schibsted.com 8y ago

JSLT: An open source language for JSON processing

voctor
1pts0
motherboard.vice.com 8y ago

We Tracked Police and Military Planes at the G7

voctor
3pts0
github.com 8y ago

Sony PlayStation chip reverse engineering

voctor
2pts0
www.satine.org 8y ago

The Skia Source Code Dilemma (2007)

voctor
1pts0
github.com 8y ago

React Native DOM

voctor
4pts0
www.zdnet.com 8y ago

US cell carriers are selling access to real-time phone location data

voctor
1630pts625
fuckinggodateformat.com 8y ago

Fucking Go Date Format

voctor
4pts0
blog.ircmaxell.com 8y ago

Why I Don't Recommend Scrypt (2014)

voctor
6pts1
imaginarysoundscape2.qosmo.jp 8y ago

AI-generated soundscapes

voctor
2pts1
github.com 8y ago

Don't let TC39 use smoosh or smooshMap

voctor
14pts9
www.uliwestphal.de 8y ago

Elephas Anthropogenus

voctor
2pts0
www.jeroenboeye.com 8y ago

Solar panel analysis pt 3: Scanning for objects

voctor
3pts0
github.com 9y ago

Why modern systems need a new programming model

voctor
2pts0
github.com 9y ago

Socket.io 2.0.0

voctor
4pts1
medium.com 9y ago

Thanks for breaking our connected homes, Amazon

voctor
1pts1
blogs.gnome.org 9y ago

1 KB = 1024 Bytes? No, 1 KB = 1000 Bytes (2008)

voctor
1pts2

I've only worked with Akka Graph DSL to build some data pipelines or protocol stacks. And I've loved working with it!

The equivalent of atopile signal would be port with Akka I think. A combination of ports gives us a shape. A source shape is just one OUT port. A flow shape is one IN and one OUT port, etc.

I'm very new to electronics so I don't know if it makes sense, but connecting all these ports with directional arrows was really helpful to understand the data flow.

This is really interesting! I've hoped of a scenegraph based web in the past, all rendered in a canvas (indexing can be done by serving a simplified html representation by checking the user agent). I think the most challenging part is text rendering, but some people have done some work in this area (https://github.com/astiopin/webgl_fonts). Also, we may need some sort of API to trigger keyboard showing on mobile device. Anyway, congratulations!

"All Mac portables with the Apple T2 Security Chip feature a hardware disconnect that ensures that the microphone is disabled whenever the lid is closed." It's interesting, I don't know if other brands do that?

Yes, but Citus can also parallelize on multiple cores when used on a single machine ("If you’re running Citus on a single machine, this will scale queries across multiple CPU cores. and create the impression of sharding across databases."). Will this functionality becomes obsolete with the 9.6 ?