Viewing profile — pubg
pubg
HN member- Joined
- Sun, Sep 17, 2017, 9:13 PM UTC
- HN karma
- 52
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About pubg
https://www.youtube.com/watch?v=wr5j9SukUro&t=101s
Recent public activity
-
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.
-
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…
-
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 :)
-
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..
-
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…
-
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 …
-
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:…
-
comment
Comment #40350239
Discussed in the past: Show HN: https://news.ycombinator.com/item?id=11555527 (April 23, 2016 — 241 points, 68 comments)
-
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…
-
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…
-
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…
- story
-
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’…
- story
-
comment
Comment #34665673
What functional overlap is there between TypeScript and Scala.js?
-
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…
-
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…
-
comment
Comment #29707597
That's not what it says at all.
- comment
- story
-
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…
-
comment
Comment #24828340
Also https://archive.is/Aji4r
- story
-
comment
Comment #22932561
I thought MS Surfaces use ARM chips?
-
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.