HN user

outlog

157 karma
Posts6
Comments29
View on HN

What would you want us to build?

A simple BUY button - take away all the mess for me as "end-user" who just want a board (I don't want to spend hours of BOM files, jlpcb, soldout parts etc.) - take away the mess for the creator of building a community around a design, monetize it, etc etc.

diyBMS recently did a short video on setting up shop https://www.youtube.com/watch?v=Qkg1Fu41QHE

(also group buying would mean huge savings as pooled productions would yield big production runs.. etc.)

ElixirDesktop renders a webview/browser, in that way it's similar to electron - but using the BEAM instead of nodejs..

Some day it may make more than sense to have a local BEAM instance on the device with LiveView Native running on the local BEAM, for true offline, and zero lag performance - and then that BEAM instance can always connect to a remote server, via phoenix channels or similar for it's data management/syncing..

I'm in elixir land - but have a look at https://github.com/elixir-desktop - they even have an ios app in the app store..

basically wxwidgets comes with a webview, and that one is loaded up - and everything is packaged as an app - so you can use phoenix (liveview), or even react or anything to your liking..

believe certain improvements were made to OTP 25, so multiple things will land soon - even livebook https://github.com/livebook-dev/livebook are aiming at shipping a native app..

"..This issue was supposed to be addressed, according to the vendor, on May 15th 2019 but Apple started dropping my emails."

I believe Apple could easily have asked for an extension, if solving it was complex.. Apple chose not to.

(from the information available to us..)

"Apple can simply decide to prevent people from running code on their phones."

no - you are free to run any code on YOUR phones with the enterprise program - you are clearly not free to run any code on OTHERS phones using this program..

just give us ARM/apple Ax processor macs already - a 8/16/32 core mac would run corners around any intel stuff..

especially as the thermal properties of intel turboboost is really horrible nowadays on macbook/laptop for dev usage.. (imagine maybe due to the meltdown/spectre slowdown..)

Specific product changes include:

Providing the option to not store end-user IP addresses, and by default, not storing the IP addresses of end-users from countries within the EU.

For all clients, beginning on May 21st, 2018, we will discontinue building data models with data nor will we monetize any EU user data with our business and analytics partners. For our Enterprise clients, we have introduced a Data Processor Agreement (DPA) which formally designates us as a Processor for all data.

Releasing updated versions of our SDKs to make it easier for our clients to prevent user data from being sent to OneSignal until a user explicitly consents,

Adding support to our API for the deletion of user data. Additionally, we are reducing our data retention period of deleted data to 72 hours.

Updating our user data exporting capabilities to make it easier to search for and export user data from OneSignal. This will help our clients meet individual user requests for restriction, erasure, and data portability.

Preparing a guide on how to use OneSignal for push notifications without sending us personal user data.

this is let's say not great advice, and that is being friendly;-)

url: [scheme: "https", host: "mysterious-meadow-6277.herokuapp.com", port: 443], force_ssl: [rewrite_on: [:x_forwarded_proto]]

means that if you accessing the server over http it will redirect to the specified host and over https, so setting host: to you yourdomain.com would solve it.

If you have multiple domains you can remove the host: config or do a host: nil - then it will redirect to https for whateverdomain.com that is hitting the server.

all the best

given that site is static content, it's more than easy to use something like cloudflare, which afaik even on their free plan will cache it on their global cdn.

(honestly I would consider the possibility of the "crashing" being part of a PR strategy - makes a good story)

these two vids are pretty great, obviously they favor FP/elixir, but great advise from two expert people.

Elixir Should Take Over the World by Jessica Kerr: https://www.youtube.com/watch?v=X25xOhntr6s

What every Node.js developer needs to know about Elixir - Bryan Hunter: https://www.youtube.com/watch?v=q8wueg2hswA

FP and the Erlang VM gives you a great deal of advantages, which you should be aware of.

Ultimately I would also look into node.js, since it's so popular it's becoming a reference, and jobs for javascript/node are easy to get.