mot0rola
|
4 years ago
|
on: Jack Dorsey has regrets about building Twitter
How does recovery work though? Without delegating to multiple other people or a centralized service?
mot0rola
|
4 years ago
|
on: Countering threats from North Korea
I am receiving increased SMS spam past week. Is connected to this exploit? Msgs are all different domains with unique ID appended.
mot0rola
|
4 years ago
|
on: Ask HN: Is the past disappearing on the web?
yeah, this annoys me as well. although maybe not intention, appears deceitful.
actually, maybe this could be useful for blockchain tech.
i don't know of another way you can check the date on a webpage from frontend?
mot0rola
|
4 years ago
|
on: Tools to Download Netflix / Disney / Apple TV Content
lazy web: do these not require an account to get content?
mot0rola
|
4 years ago
|
on: Scientists develop ‘cheap and easy’ method to extract lithium from seawater
Had the same thought, are there repercussions?
mot0rola
|
5 years ago
|
on: Aerobics instructor appears to capture Myanmar coup in dance video
i think it's a step that cuts it off, does look like it though
mot0rola
|
5 years ago
|
on: How bad is your Spotify?
i did not understand the need for the hostile language.
i regret letting this access my account. i would recommend others to not give this tool access, it is not worth it.
mot0rola
|
5 years ago
|
on: Do Not Follow JavaScript Trends
Stay curious, try new things! Party of being a developer is exploration and discovery. Do not discourage!
mot0rola
|
5 years ago
|
on: Hertz SEC Filing: Up to $500M Common Stock
mot0rola
|
5 years ago
|
on: Hertz SEC Filing: Up to $500M Common Stock
Agreed. Actually just returned a nice jeep cherokee this morning back to Hertz. Had it for a week out of their Newark airport location. $240 for the whole week! The return lines were completely full from people who rented during the weekend. Had to take the airtrain over to the terminal to get an uber, airport was eerily quiet. Hopeful that things will pick back up once we get a vaccine.
mot0rola
|
5 years ago
|
on: Tell HN: Triplebyte reverses, emails apology
wtf, had a bad experience interviewing with them.
mot0rola
|
7 years ago
|
on: Ask HN: What are the best hacks to fight depression?
I think best advice would be to see a doctor. Depression is not a game and not something to take lightly!
While I agree with a lot of the other commenters, it seems like they would be more appropriate in a "Healthy lifeStyle choices for programmers" thread. .02
mot0rola
|
11 years ago
|
on: Exploring Flow, Facebook's Type Checker for JavaScript
The TypeScript compiler does indeed barf when it encounters JSX.
mot0rola
|
11 years ago
|
on: Exploring Flow, Facebook's Type Checker for JavaScript
How well does flow play with third party libraries? ie. TypeScript has type definitions that are pretty well established for most commonly used 3rd party libs. I'm wondering if there is a similar project for Flow?
mot0rola
|
11 years ago
|
on: 31C3 Streaming: Saal 1 – SD Video
w00t, thank you!
mot0rola
|
11 years ago
|
on: 31C3 Streaming: Saal 1 – SD Video
Does anyone know if these will be recorded so they can be played back later today?
mot0rola
|
11 years ago
|
on: Show HN: Flux and ReactJS implemented in TypeScript
flow looks cool. I just have not had time yet to give it a chance. I use typescript a lot at work and I really am digging react on the side so that is why i chose to do this. typescript is nice in that it gives you type checking plus classes, modules, lambdas etc today. I am looking forward to class support for react components (0.13?)
mot0rola
|
11 years ago
|
on: Show HN: Flux and ReactJS implemented in TypeScript
Yes, the props and state are defined by interfaces so if you try to pass in a prop object which does not meet definition of the interface, typescript will complain. I think typescript is not so bad of an option until native ES6 support becomes more mainstream.
mot0rola
|
11 years ago
|
on: Firebase is Joining Google
Congrats Firebase! Keep up the great work!
mot0rola
|
11 years ago
|
on: Build hybrid apps with the Ionic Creator
JavaScript is fairly fast, the DOM is what is slow in my experience. I too am hopeful that the hybrid app space takes off as well.
It would be really cool to see Ionic have some support for windows. Then I could really see this being adopted at my company.