Live data from Hacker News

Viewing profile — DVk6dqsfyx5i3ii

DVk6dqsfyx5i3ii

HN member
Joined
Mon, Mar 22, 2021, 2:55 PM UTC
HN karma
39
Public activity
9 items

About DVk6dqsfyx5i3ii

No profile information was provided.

Recent public activity

  1. comment
    Comment #26661630

    LinkedIn is working on adding "Clubhouse" functionality to their site. https://archive.ph/tT2Z7

  2. comment
    Comment #26634809

    Unless by older you mean over 5 years old that is incorrect.

  3. 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...

  4. 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 …

  5. 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 …

  6. comment
    Comment #26621025

    Perhaps the benefits of JiT inventory exceed the costs of occasional disruptions.

  7. 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...

  8. 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…

  9. 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…