HN user
voctor
I think Y.js 14 and the new y-prosemirror binding fix a lot of the encountered issues
Not related at all but the elephant illustration remind me of the Grand Elephant https://www.lesmachines-nantes.fr/en/discover/the-grand-elep...
There is a small series of posts on the BitSquid blog about memory allocation which is worth reading! http://bitsquid.blogspot.com/2015/08/allocation-adventures-3...
From the post:
In conclusion, the off-center “x” is real and probably an artifact of the display or how it is rendered. It is unlikely that it is the result of chromatic aberration.
By reading some code here https://github.com/Timot05/logic-card/blob/main/elec/src/log...
I wonder if with directional arrows, instead of writing "out ~ switch.in; switch.out ~ power.gnd", we could write "out ~> switch ~> power.gnd" instead?
But without distinction between in and out ports it may not be possible to check if connections are valid ones.
Anyway, this project really makes me want to learn electronics! Congrats!
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.
It reminds me of the Akka Graph DSL[1]
[1] https://doc.akka.io/docs/akka/current/stream/stream-graphs.h...
As part of our efforts to comply with new privacy rules in Europe
aside from the viewpoint of it being one more external dependency
This is exactly the point. One more dependency, one more executable. Redpanda get rid of that.
There is also libhydrogen [1] which is a "small, easy-to-use, hard-to-misuse cryptographic library".
[1] https://github.com/jedisct1/libhydrogen/blob/master/README.m...
And one in Java: https://github.com/kilograham/jpsx
There is JEB Decompiler too: https://www.pnfsoftware.com
I've often noticed this pattern but only ask myself now, so, yes, in general. From what I remember I never learnt that in school, but I'm obviously not a native English writer. @Raphmedia already gave me a good link, but thank you for the one you gave me too.
Off-topic: Why almost all words in the title begin by an uppercase letter?
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!
Unrolled version: https://threadreaderapp.com/thread/1075376106033827840.html
They say that "The camera is not disconnected in hardware because its field of view is completely obstructed with the lid closed."
If the trigger is mechanical it's ok, but if the trigger is electrical (and handled by some hardware) then the chip is useful.
"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?
People do car-sharing in the US? I've seen many countries where cars only drive their driver on the way to work.
Yes, someone can be considered poor because the only thing he/she got is money.
Maybe this is not a security vulnerability, but a feature, intentionally put here as a backdoor. This would not be the first time such behaviours are observed.
Some other examples: https://twitter.com/alteredq/status/976497616870629376
The author made a video of it: https://www.youtube.com/watch?v=VVrPhvfAXko
There's also https://www.nidium.com
Source code: https://github.com/Song-Li/cross_browser Demo: http://www.uniquemachine.org
Previous discussion here: https://news.ycombinator.com/item?id=6314961
Momentarily, yes. But it's just another central hub.
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 ?