Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vmind
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
vmind
4y ago
The likely endgames of 'no tracking' (accelerated by automating rejection rate up to 100%) are: - drastically reduced free content (see the rise of paywalls on most news sites) - an arms race to find other ways to track (see rise
2.
▲
by
vmind
4y ago
Silico | Compiler Software Engineer | London, UK | REMOTE (UK) | FULL TIME | https://www.silicoai.com/ Silico is developing a flexible simulation and decision support platform, enabling businesses to better plan and evaluat
3.
▲
by
vmind
5y ago
The UK at least has legislation which applies during elections and referendums ( https://www.ofcom.org.uk/tv-radio-and-on-demand/broadcast-co... ).
4.
▲
by
vmind
5y ago
Silico | London, UK | Multiple Software Engineer Positions | Full-time | Fully Remote (UK Only) | https://silicoai.com At Silico we're building a simulation platform to enable businesses to use forecasting and simulation to
5.
▲
by
vmind
5y ago
Arrow itself is a standardised in-memory columnar data representation. The benefit of this is you can then send data between processes without needing to be concerned with serialise/deserialise. There's then a growing ecosystem ar
6.
▲
by
vmind
6y ago
Sheetless | London, UK | Full-Time, Remote (UK Only) | https://sheetless.io Sheetless makes it easy to model complex systems and explore decisions before making them in the real world. We're building a platform that allows
7.
▲
by
vmind
6y ago
Sheetless | London, UK | Full-Time, Remote (UK Only) | https://sheetless.io We're building a simulation platform for the modern enterprise, enabling organisations to build digital twins of themselves, to bring together data
8.
▲
by
vmind
6y ago
Excalidraw can store the files, although it's a little hidden: the link option in export gives a link that downloads an encrypted JSON from their server.
9.
▲
by
vmind
6y ago
Apologies, had the group configured incorrectly, this should now work. Thanks for letting us know!
10.
▲
by
vmind
6y ago
Sheetless | Front-End Engineer | London (Remote) | Full Time | https://sheetless.io Sheetless is creating a modelling tool to bridge the gap between spreadsheets and specialist packages, helping people to move their knowledge ab
11.
▲
by
vmind
7y ago
I've found Rust is great for doing heavy lifting (parsing/compiling/graph analysis, etc) on the frontend, as long as you can define the boundary between wasm/JS reasonably cleanly. And in that code I don't think the
12.
▲
by
vmind
7y ago
I don't think it's fair to say React hooks are optimising for writability, even if they are much shorter, but modularity. While lifecycle methods are 'obvious and straightforward', they often spread related functionality
13.
▲
by
vmind
7y ago
Personally, beyond development, I haven't found rollback migrations particularly useful. Once you've run migrations on a live database, it's often much simpler operationally to treat any rollback as a new migration, to keep t
14.
▲
by
vmind
7y ago
Sheetless | TypeScript Engineer | https://sheetless.io | London, UK | Full-time | REMOTE Sheetless is creating an IDE for simulations, helping people to move their knowledge about the systems they know out of their heads and spr
15.
▲
by
vmind
11y ago
1 round doesn't give a very good layout, 8-10 rounds seems to be enough for a good layout most of the time
16.
▲
by
vmind
11y ago
This doesn't seem to have been updated in a year. How does this compare to other projects such as https://github.com/jsverify/jsverify which are currently more active?
17.
▲
by
vmind
11y ago
Postgres used to have timetravel built in, but there's still a basic timetravel implementation in the contrib: http://www.postgresql.org/docs/9.4/static/contrib-spi.html
18.
▲
by
vmind
11y ago
Looks good, just giving a shot at integrating. On the API, it would be great if your events API would accept a user-agent string, would make generating events on the server easier, and lighten the JS blob for clients.
19.
▲
by
vmind
11y ago
"awesome" lists are rather common, there's even a meta-awesome list of them: https://github.com/sindresorhus/awesome
20.
▲
by
vmind
12y ago
Relay looks like it will partially replace Flux if you're using it to manage the client<->server state, but Flux still seems necessary if you have a lot of intra-client state to manage (such as in a document-editing SPA).
21.
▲
by
vmind
12y ago
Thanks, that's useful, I'll take a look at moving across.
22.
▲
by
vmind
12y ago
Is there much benefit in using Phoenix for the server for a SPA where 95% is API routes, over using Plug directly? I guess it might make adding websocket services easier in future? (I've been very impressed with Plug/Ecto, just wo
23.
▲
by
vmind
12y ago
Well yes, it's not ideal for all development, but you professed a need for smaller filesize, which it's ideal for. Naming conventions can alleviate most of the variable issues, it's just another way to solve the problem that
24.
▲
by
vmind
12y ago
If it's just a snippet, and require.js made up 20% of the filesize, then why not just have a single file, or assume a single closure and concatenate a few files together? You'll gain even better filesize from minifying inside a si
25.
▲
by
vmind
12y ago
Rust relies on a newer version of LLVM than Emscripten is based on (as Emscripten-fastcomp is based on the PNaCl fork of LLVM, which is lagging behind). Once the PNaCl fork is updated and Emscipten rebases, or they rebase onto LLVM proper,
26.
▲
by
vmind
12y ago
The second link by uulbiy ( https://www.reddit.com/r/privacy/comments/2j9caq/anonabox_to... ) shows they were much more deceptive (in direct questions) than just being vague on their kickstarter page.
27.
▲
by
vmind
12y ago
Not who you're replying to, but there's a similar class at Cambridge where you implement pong/game of life on an FPGA board. Some of the practical course notes are available publicly, though the full computer design notes ref
28.
▲
by
vmind
12y ago
Yes, this seems like a much better approach. I mean, creating components based on path state is completely trivial, once you have state driven by a router, and lets you be explicit about how state is moving around. react-router seems to be
29.
▲
by
vmind
12y ago
Do you mean a ClojureScript compiler compiled to JavaScript? ClojureScript can be compiled and run in v8 just fine right now.
30.
▲
by
vmind
13y ago
There are actually two main React libraries for ClojureScript, Om[1] and Reagent[2]. There are also other libraries for doing the templating if you prefer hiccup[3] or enlive[4] style templates, which I find a bit more readable than straigh
More ›