Viewing profile — DVk6dqsfyx5i3ii
DVk6dqsfyx5i3ii
HN member- Joined
- Mon, Mar 22, 2021, 2:55 PM UTC
- HN karma
- 39
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About DVk6dqsfyx5i3ii
No profile information was provided.
Recent public activity
-
comment
Comment #26661630
LinkedIn is working on adding "Clubhouse" functionality to their site. https://archive.ph/tT2Z7
-
comment
Comment #26634809
Unless by older you mean over 5 years old that is incorrect.
-
comment
Comment #26634764
Henry Ford had to fight what was essentially a patent troll when he started his motor company. https://www.fool.com/investing/general/2012/11/05/the-origin...
-
comment
Comment #26626989
There is a decline in Christianity but there is not a decline in religion. The religions many preach today are non-theistic and secular but they are religions nonetheless and they …
-
comment
Comment #26624798
After Egypt intentionally blocked the Suez Canal during the Six Day War and an operation was taken to reopen it after the Yom Kippur War it took around 7 months to clear the ships …
-
comment
Comment #26621025
Perhaps the benefits of JiT inventory exceed the costs of occasional disruptions.
-
comment
Comment #26557824
Judging from this anecdote it seems diesels subs can be stealthier than nuclear ones[0]. [0] https://www.popularmechanics.com/military/navy-ships/a197847...
-
comment
Comment #26557610
To provide more context, Alcatel-Lucent was a merger of the French Alcatel and Lucent. And Lucent was formed when AT&T divested technology business units including Western Electric…
-
comment
Comment #26542299
> as generated by for example `head -c 30 /dev/urandom | base64 | tr -d '+/='` If you want exactly 30 alphanumeric characters you could do `tr -dc '[:alnum:]' < /dev/urandom | head…