Live data from Hacker News

Viewing profile — pubg

pubg

HN member
Joined
Sun, Sep 17, 2017, 9:13 PM UTC
HN karma
52
Public activity
32 items

About pubg

"but what if he shot you in the face?"

https://www.youtube.com/watch?v=wr5j9SukUro&t=101s

Recent public activity

  1. comment
    Comment #40652227

    Maybe you weren't burned by the near periodic massive GCP outages from 2019 - 2023. More power to you, but I'm not signing up for more of that.

  2. comment
    Comment #40652023

    Lots of shade being thrown, I'm surprised at all the toxic bile. All cloud providers are fundamentally in a race to the bottom for commoditization of compute infrastructure. The co…

  3. comment
    Comment #40641011

    You are right, and also Israel as a region is still highly unstable. Do you want to travel there today? I'll pass, thanks :)

  4. comment
    Comment #40446128

    Strangely the website links do not work unless you enable Javascript (e.g. to the GitHub project page). Why do people make things this way? Let a plain old link be a link..

  5. comment
    Comment #40446048

    > I am wondering why not take an existing language like python, and compile that to bash? You'll run into the Alternative Implementation Problem https://pointersgonewild.com/2024/0…

  6. comment
    Comment #40445834

    It's interesting Amber doesn't seem to be leveraging Bash-native Regexes via: if [[ "${foo}" =~ ^someReg[e][x][p][r]$ ]]; then ... What value exists in going to such great lengths …

  7. comment
    Comment #40445791

    This is a well-informed observation. It's unfortunate Amber doesn't have a Map data type, pretty big limitation. I can think of ways of doing it, e.g. something along the lines of:…

  8. comment
    Comment #40350239

    Discussed in the past: Show HN: https://news.ycombinator.com/item?id=11555527 (April 23, 2016 — 241 points, 68 comments)

  9. comment
    Comment #40350213

    How do you hail an Uber or Lyft upon arrival? Endpoint navigation is not optional for me. I suppose you could pre-login to only those apps, but still, there is nothing that interes…

  10. comment
    Comment #40320677

    Clicky links: SeaweedFS - https://github.com/seaweedfs/seaweedfs 289 hits: https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que... JuiceFS - https://github.com/juicedata/ju…

  11. story
    Ask HN: What distributed file system would you use in 2024?

    What distributed file system would you use for a greenfield homelab project today? Requirements / desires: * Reliable * Performant * Easy to setup and operate Some options: Seaweed…

  12. story
  13. comment
    Comment #40236830

    This is the correct title, but a more informative one would have been: OpenSSL releases will now be distributed through GitHub Dmitry Misharov's reasoning: > Safety first: The web’…

  14. story
  15. comment
    Comment #34665673

    What functional overlap is there between TypeScript and Scala.js?

  16. comment
    Comment #30785221

    Let these types live in their supreme know-it-all fantasy world, they're not worth a thought. Anyone with a little common sense will see through their shenannigans and proceed to i…

  17. comment
    Comment #29707616

    > If you: > Completed the primary series of Pfizer or Moderna vaccine over 6 months ago and are not boosted > OR Completed the primary series of J&J over 2 months ago and are not b…

  18. comment
    Comment #29707597

    That's not what it says at all.

  19. comment
  20. story
  21. comment
    Comment #25179660

    It's rather straightforward to create .bashrc aliases on Linux to transform xclip or xsel into pbcopy and pbpaste [0]: alias pbcopy='xclip -selection clipboard' alias pbpaste='xcli…

  22. comment
    Comment #24828340

    Also https://archive.is/Aji4r

  23. story
  24. comment
    Comment #22932561

    I thought MS Surfaces use ARM chips?

  25. comment
    Comment #16855132

    How does this compare to google's cs/slash code-search frontend? That's what I'm really after... it was a super useful tool for finding working examples across gazillions of LoC.