HN user

dmak

949 karma
Posts32
Comments598
View on HN
news.ycombinator.com 3y ago

Ask HN: Where can I find discussions on technical architectures?

dmak
3pts2
news.ycombinator.com 3y ago

Ask HN: I'm looking for a challenge. What problems do you have?

dmak
2pts1
news.ycombinator.com 4y ago

How do you manage your CloudFormation processes?

dmak
7pts4
news.ycombinator.com 6y ago

How do you manage finances in a relationship?

dmak
2pts1
news.ycombinator.com 8y ago

Ask HN: Why can't I unsubscribe to privacy policy updates?

dmak
1pts4
morimori.tokyo 9y ago

Will Apple be the last tech company to support the LGBT community in Japan?

dmak
10pts6
www.esquire.com 10y ago

4 Men with 4 Very Different Incomes Open Up About the Lives They Can Afford

dmak
2pts0
status.circleci.com 10y ago

CircleCI Post Mortem - 18 Hours Downtime

dmak
1pts0
news.ycombinator.com 11y ago

What are some monitoring services for front-end frameworks (Angular/Ember)?

dmak
1pts0
uk.businessinsider.com 11y ago

Swipe may soon be obsolete, Finger control from Google

dmak
6pts0
news.ycombinator.com 11y ago

What are some frameworks for building APIs straight away?

dmak
1pts3
www.bloomberg.com 11y ago

Professional Football Player Publishes a Study in a Math Journal

dmak
2pts0
news.ycombinator.com 11y ago

What are some complex and large AngularJS websites in production?

dmak
1pts0
news.ycombinator.com 11y ago

Fake API back end?

dmak
2pts1
www.browserstack.com 11y ago

BrowserStack Post Mortem (Shell shocked)

dmak
113pts33
www.spotifyartists.com 11y ago

Spotify CEO Responds to Taylor Swift

dmak
20pts6
github.com 12y ago

OpenHyperloop: A GitHub project with Wiki to crowdsource the hyperloop design

dmak
3pts2
news.ycombinator.com 13y ago

What are some Japanese Payment Gateways?

dmak
5pts8
d3tetris.herokuapp.com 13y ago

This guy made Tetris with the D3.js Library

dmak
2pts0
news.ycombinator.com 13y ago

Any jQuery plugins out there for image annotation like Kotaku?

dmak
2pts0
news.ycombinator.com 13y ago

How does the programming behind transforming a picture work?

dmak
4pts4
news.ycombinator.com 14y ago

What are some options available to a recent graduate who wants to move to Japan?

dmak
2pts0
news.ycombinator.com 14y ago

Uh... Shouldn't ad posts have e-mail contact information?

dmak
4pts2
news.ycombinator.com 14y ago

What was the link to the amazing algorithm slides on HN a while back?

dmak
1pts2
xenonauts.com 14y ago

Pre-orders are scams according to Paypal

dmak
81pts52
news.ycombinator.com 14y ago

Where does computer science fit in?

dmak
4pts2
news.ycombinator.com 15y ago

How can I get more impressions for facebook ad campaigns?

dmak
1pts1
news.ycombinator.com 15y ago

How do I know if I am good enough?

dmak
37pts34
news.ycombinator.com 15y ago

How can I learn to parse a Starcraft 2 replay?

dmak
1pts0
news.ycombinator.com 15y ago

Combining all my domains into one, how to keep SEO?

dmak
1pts2
Arc Browser 1.0 3 years ago

"Arc is the Chrome replacement I’ve been waiting for."

I can't leave Chrome until I can replace Google's single sign on

Everything in React is just a function, so there is expectation of how it works. The data binding in Svelte is a bit magical and not always clear if there are race conditions, but I'm a Svelte noob trying to port my existing app to it.

Master Plan Part 3 3 years ago

Ad hominems aside. I am guessing you are working in the renewable energy industry since you are pretty confident in other ways of increasing adoption. I'm not familiar on the topic, so I would like to hear from an expert like yourself. Could you elaborate how?

Hacking is the act of identifying and then exploiting weaknesses in a computer system or network, usually to gain unauthorized access to personal or organizational data.

In this case, they weren't exploiting any weakness of the system thus they did not hack. Logging in is an authorized action. Who is using those credentials is another story. Clearly it is a user mistake. It's like leaking your SSN and saying people hacked your credit card.

For DB systems, I had to specifically choose this as a deep course and dived into creating a database from scratch.

I would argue those are specialized areas, not base knowledge. Moreover, what kind of questions are you asking? It is more likely that you have a misaligned assessment of an undergraduates knowledge.

I don't get how anyone can build a serious application on vanilla JS. I love vanilla JS, but it would require one to re-invent the wheel to manage all the state. You'll end up borrowing tons of ideas and rolling your own framework. At that point, you might as well have used something like React, Svelte, etc...

If you're doing anything animation related, there is no point in using React's useState because it causes re-renders. The right approach here is to use useRef.