Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
alexis_read
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
alexis_read
7y ago
Not too complex really. The #1 thing is to encourage flexible working so we can work locally more often - shared office spaces (if required) can be a great resource eg. You get to know people who can provide a great painting service etc. Af
2.
▲
by
alexis_read
7y ago
These are great ideas! Tbh I think that much of the reason that these don't exist is the configurability of software UIs - these controls in Linux/ Windows/ OSX would need to be specifically programmed for by the programmer,
3.
▲
by
alexis_read
7y ago
You could try nodered-self hosted or cloud options. It has plugins for most stuff including GPIO, MQTT, HTTP, email, twitter. https://nodered.org/
4.
▲
by
alexis_read
7y ago
The best way is probably a bootstrap script ie. ps1 or sh which supplies the platform-specific parameters, and can pip install any script dependencies. So, 3-file solution. Additonally, this can be generalised to a CI platform as python can
5.
▲
by
alexis_read
7y ago
Agree :) Sorry I do want nitpick here as it's seen so often - "innocent until proven guilty" might imply that they haven't been found guilty yet (until). "Innocent unless proven guilty" I think is a better phra
6.
▲
by
alexis_read
7y ago
I believe it's to testify against Assange, which she has decided not to do as Assange's case is a legal grey area to say the least. I wouldn't say it's Manning's choice so much as a 'testify if you want to get
7.
▲
Dark matter heats up in dwarf galaxies
(arxiv.org)
1 points
by
alexis_read
8y ago
|
0 comments
8.
▲
by
alexis_read
8y ago
IMHO I think that one of the main problems with CSS is that it doesn't have an explicit model of text. If you have that, then a constraint-based designer can take you through wizards to ask to to consider eg. When there's more tex
9.
▲
by
alexis_read
8y ago
https://project.hubzilla.org/page/hubzilla/hubzilla-project This is what hubzilla can do, along with using the Zot protocol for distributed identity.The main issue really is having an easy wizard-based installatio
10.
▲
by
alexis_read
8y ago
Just as an FYI for the kids, I've ported node-red to mobile devices: https://github.com/alexisread/noreml I need to finish creating a table plugin, but it's now possible to create apps, including UI, for mobi
11.
▲
by
alexis_read
8y ago
Quick plug for my node red port to android (and can do ios) https://github.com/alexisread/noreml It's missing a table component really for UI programming, but can support visually programming apps on mobile device
12.
▲
by
alexis_read
8y ago
EDIT: Ran out of time to finish the comment: Allowing this to run on mobile means that you can develop/monitor systems on mobile, cluster the systemsphone with other nodered instances, and develop mobile apps (the package is basically
13.
▲
by
alexis_read
8y ago
Exactly this. The best example here is NodeRed, Javascript underneath and a dataflow UI on top. You can get connectors for pretty much anything eg. Raspberry pi robot/ home automation, twitter, http, email, mqtt, SQL, openCV, parallel
14.
▲
by
alexis_read
8y ago
After re-reading this, I realised I wasn't clear on the taxation - this would apply to manufacturers not consumers, thus incentivising them to advertise green credentials as a feature, and to cut down packaging or pass the cost on (at
15.
▲
by
alexis_read
8y ago
Tbh the main issues in the UK are 2: Non-homogeneous packaging eg. Cardboard food containers with plastic windows - maybe a tax applied to this package type would help. Inconsistent disposal/recycling between boroughs/counties - t
16.
▲
by
alexis_read
8y ago
I've not watched the series, but the full stack (ie. Cpu and gpu design in verilog, hdmi, bootstrapped mutitasking os dev, not your average FullStack marketing-speak) for a platform is done by bitwise: https://m.youtube.com&
17.
▲
by
alexis_read
8y ago
If you're looking to program a GUI, you'd be best taking a look at Go's parent AOS/ Active Oberon, and the accompanying GUI (Bluebottle : A Thread-safe Multimedia and GUI Framework for Active Oberon): http://e
18.
▲
by
alexis_read
8y ago
I'd suggest that the perfect tool here is Zeppelin (notebooks), basically a centralised multi-user sandbox with built-in versioning and scheduling. Deployment of a json notebook to different environments can be handled easily while sec
19.
▲
by
alexis_read
8y ago
I have a node-red instance that does a similar thing, to allow drag-n-drop programming (Including UI), and (using dnr) heterogeneous cluster processing on mobiles (ios and android). It starts a node-red server on the device, and uses cordov
20.
▲
by
alexis_read
8y ago
I have a node-red instance that does a similar thing, to allow drag-n-drop programming (Including UI), and (using dnr) heterogeneous cluster processing on mobiles (ios and android). It starts a node-red server on the device, and uses cordov
21.
▲
by
alexis_read
8y ago
I think Scuttlebutt might be more suitable for you? Extract the text from a conversation on each robot. The offline story is easy here. The other option would be some sort or CRDT-based system - Antidote perhaps?