HN user

idibidiart

95 karma
Posts36
Comments260
View on HN
gist.github.com 8y ago

Poor Man's Algebraic Effects in JS

idibidiart
3pts0
www.youtube.com 8y ago

Bringing Web's Responsive Design to React Native

idibidiart
1pts0
github.com 8y ago

Bringing the Web's Responsive Design to React Native

idibidiart
3pts0
www.inverse.com 8y ago

Human Mini-Brains Growing Inside Rats Bodies Starting to Integrate

idibidiart
2pts0
hackernoon.com 9y ago

Alternatives to Server Side Rendering (SSR) of React Apps (Updated!)

idibidiart
1pts0
medium.com 9y ago

Headless Chrome as Alternative to Server Rendered React

idibidiart
4pts4
medium.com 9y ago

Alternatives to Server Side Rendered (SSR) React

idibidiart
2pts0
github.com 9y ago

GraphQL Launchpad Open Sourced

idibidiart
1pts0
github.com 9y ago

Universal Apps with React Native

idibidiart
2pts0
m.youtube.com 9y ago

Universal Tiling Using React Native Responsive Grid

idibidiart
2pts0
github.com 9y ago

Show HN: React Native Responsive Grid

idibidiart
1pts0
gist.github.com 10y ago

GraphQL/Relay and React: Why This Matters

idibidiart
3pts0
gist.github.com 10y ago

GraphQL/Relay: The End of Redux? (Perhaps?)

idibidiart
2pts0
news.ycombinator.com 10y ago

Show HN: FREE React Native app development incl. custom natuve UI components

idibidiart
2pts0
developer.mozilla.org 10y ago

ES6: Iteration Protcols

idibidiart
2pts0
www.youtube.com 10y ago

React Native Custom Keyboard

idibidiart
1pts0
evolvingtrends.wordpress.com 10y ago

Why React Native Is a Huge Deal

idibidiart
1pts0
news.ycombinator.com 10y ago

Ask HN: Microsoft PR machine unleashed on HN?

idibidiart
2pts3
news.ycombinator.com 10y ago

Ask HN: do you need a responsive site if you also have Android and iOS apps?

idibidiart
2pts8
news.ycombinator.com 10y ago

Brewster Is the Worst App Ever

idibidiart
8pts7
www.youtube.com 11y ago

Reagent Reactive ClojureScript

idibidiart
4pts0
gist.github.com 11y ago

[ClojureScript] Aerobics with Reagent's Cursor

idibidiart
1pts0
news.ycombinator.com 11y ago

Reusable Reagent* Components with App-State-Driven CSS Transitions

idibidiart
1pts0
www.youtube.com 11y ago

What Makes 'Reagent' Special: Presentation [video]

idibidiart
2pts0
www.meetup.com 11y ago

Reagent: Minimalistic React for ClojureScript

idibidiart
1pts0
reagent-project.github.io 11y ago

Reagent: Minimalistic React for ClojureScript

idibidiart
12pts1
news.ycombinator.com 11y ago

Ask HN: Is there a master list of software-focused accelerators?

idibidiart
1pts0
news.ycombinator.com 11y ago

Ask HN: Place for investors to review ideas before they're built?

idibidiart
1pts1
evolvingtrends.wordpress.com 11y ago

Of Frameworks And Religion

idibidiart
2pts0
www.youtube.com 12y ago

Please help me identify this physical phenomenon [video]

idibidiart
5pts1

If they start losing money they will have a much stronger motivation to act. I feel like they say they are for it but they are not spending considerable resources (they should be) to stand up to the FCC.

If we stage a nation-wide boycot of Amazon, Walmart.com, and a few other big retailers (and stop using Google, Bing et al) I can almost guarantee it that they will move mountains to bring back net neutrality. You have to get the big corporations a profit motive to get anything done in this country.

ISPs can block all P2P traffic (bits flowing between residential IPs) and removal of Net Neutrality regulations will embolden them to do so, but it's also about the trend toward ISPs being giving the green light to do whatever they want, with eventually no regulation whatsoever.

Last mile includes my last mile and your last mile and cannot see why blocking P2P traffic would not be part of the definition of last mile. Each user would be limited to a set of approved centralized services. No user to user routing. Only user to approved service and approved service to user.

Also like I said removal of net neutrality regulations means ISPs esp big ones can kill Bitcoin by blocking the default port used by the Bitcoin client and ISPs can more than just blocking a certain port. ISPs can identify and block all P2P traffic (anything that is not being sent or received to/from an approved central service) and do it in the name of protecting MPAA member revenue or whatever blanket execuse like killing off encrypted p2p communication like Signal et al)

Also like I said removal of net neutrality regulations means ISPs esp big ones can kill Bitcoin by blocking the default port used by the Bitcoin client and ISPs can more than just blocking a certain port. ISPs can identify and block all P2P traffic (anything that is not being sent or received to/from an approved central service) and do it in the name of protecting MPAA member revenue or whatever blanket execuse like killing off encrypted p2p communication like Signal et al)

I don't buy that it isn't be there problem. The UX will be broke. What good is a search engine if I can't get anywhere.

Just because you're sure of your opinion, it doesn't mean it's correct Yet you assert ... :)

Their biggest and most lucrative service is search. What if I click a link in google's search result and my ISP refuses to take me there? Or does it work differently?

Start communities that use solar/wind energy, grow their own food (maybe using this in urban areas: https://www.media.mit.edu/groups/open-agriculture-openag/ove...), use WiFi mesh networking, maybe launch their own satellites (for inter-community links: https://newatlas.com/tubesat-personal-satellite/22211/), build their own things with multi-material 3D printers (maybe even print semiconductor components, who knows...) and employ barter rather than artificially scarce magical paper or e-coins. Also, employ "DIY Bio" in ethical life enhancing way, open production (open source everything etc) The technology and paradigms exist today or will fully exist soon.

First time I hear he had a sister who is also a scientist. I've not read any of his books or seen any of his lectures but I've heard plenty about his work and insights, just nothing about his sister, who is also a brilliant mind... I wonder why (rhetorically)

What is a good example of needing to cancel a promise besides the data fetch scenario? If any other type of async action takes long enough to run to be cancelled it would have to be in a worker thread (so it won't run in the UI thread) in which case you can post a message to stop the process (if it's async) or just remove the worker listener if the process is sync and let it finish. Maybe JS needs a way to kill a worker lol