Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
daffl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
daffl
5y ago
One thing that I think is often overlooked when it comes to Deno is how the combination of secure defaults, web API compatibility and the dependency loading system can essentially eliminate the need for actual deployment builds and containe
2.
▲
by
daffl
7y ago
This is interesting because it definitely seems to be different for different types of projects like frontend and end-user applications vs. backend and other libraries.
3.
▲
by
daffl
7y ago
A big challenge I'm seeing is when it comes to tests. Even though it is documented in the contribution guide and - I'd like to think - fairly easy to get running (Clone, `npm i`, `npm test`) many first time bug-fixes or features d
4.
▲
by
daffl
7y ago
Absolutely. I really enjoy helping get people involved in open source, too and help run a once-a month workshop on how to get started with open source here in Vancouver. I'm just not sure if this is something all open source projects -
5.
▲
by
daffl
7y ago
I'd really like to hear the perspective and success stories of "Good first issue" labels and other means of encouraging open source contributions from other open source projects. In my experience it unfortunately often hasn&#
6.
▲
by
daffl
7y ago
I believe this is happening because it is using the same peer connection. If you start to separate instances of the browser (e.g. in a VM or another machine) you should be able to see both users. The design is taken from the Chat guide for
7.
▲
by
daffl
7y ago
A while ago I made a demo of a P2P chat application that runs on the beaker browser and uses the experimental P2P APIs. It's running at dat://feathers-chat.hashbase.io (slides from the talk at https://vanjs-decentr
8.
▲
Natural Language Processing and Machine Learning in JavaScript
(medium.com)
2 points
by
daffl
9y ago
|
0 comments
9.
▲
by
daffl
11y ago
To handle the real-time event syncing we created https://github.com/feathersjs/feathers-sync . It uses a central Redis DB or a MongoDB tailable collection to to synchronize service events between different application i
10.
▲
by
daffl
11y ago
That sounds like something worth keeping track of. Do you want to create an issue at https://github.com/feathersjs/feathers/issues for it? The nice thing is that you most likely won't have to change your serv
11.
▲
by
daffl
11y ago
Express claims to be a "Fast, unopinionated, minimalist web framework for Node.js" so we decided that minimal fits well because Feathers at it's core is just a very small extension to and in the spirit (or so we'd like t
12.
▲
by
daffl
11y ago
Feathers doesn't assume much on the client. You can use a module loader or the bundled Feathers client which works right out of the box. To be able to use ES imports in the browser I personally use http://stealjs.com
13.
▲
Feathers 2.0 – a minimalist real-time JavaScript framework
(blog.feathersjs.com)
202 points
by
daffl
11y ago
|
81 comments
14.
▲
by
daffl
11y ago
Full disclosure - I am one of the Feathers developers. I think part of it is a philosophy difference. If you want a one-stop solution you will very likely always end up more locked in and might be happy with Meteor. But, as cool and advance
15.
▲
JavaScript – The weird parts
(medium.com)
2 points
by
daffl
12y ago
|
0 comments
16.
▲
Feathers – ExpressJS just got real-time
(feathersjs.com)
2 points
by
daffl
12y ago
|
0 comments
17.
▲
by
daffl
14y ago
The download builder ran out of space on MongoDB and started returning empty files some time today. It should generate everything properly again.
18.
▲
by
daffl
14y ago
Thanks for pointing that out. It should be fixed now.
19.
▲
by
daffl
14y ago
It has been tested on all major browser including IE 7 and up. ES5 getters, CSS animations etc. will only be used conditionally if the browser support it.