Viewing profile — buzzdenver
buzzdenver
HN member- Joined
- Mon, Oct 12, 2015, 11:48 PM UTC
- HN karma
- 604
- Public activity
- 310 items
- HN profile
- View on Hacker News ↗
About buzzdenver
Recent public activity
-
comment
Comment #44997898
IAM Role change is more recent though
- story
-
comment
Comment #42853532
He is such an interesting character to me. I've read a few of his books and some principles he brings up are super interesting and overlooked imo, while majority of the stuff he wr…
-
comment
Comment #42657868
Mind sharing that that affordable 3rd party service is?
-
comment
Comment #41051976
Lol, that was my first reaction too. Funny how much language has changed in about 100 years.
-
comment
Comment #39622953
Yes, breaking it up would work, but that is not a solution for streams. The regex is dead simple: /Authorization: Basic (.*)\ngrant_type=refresh_token/ "." does not match newline, …
-
story
Ask HN: Regex on a File or Stream
I just ran into this seemingly not that hard issue of trying to match a multi-line regex against a 3Gb text file. What is the right tool for this? grep and perl failed running into…
-
comment
Comment #39545079
For those of us who are only good at derivation: are these problems like chess where a computer will always beat a human?
-
comment
Comment #39060867
That's great info. I have an Adder laptop and both my hardware and software experience are poor...
-
comment
Comment #39057944
So around 3x of what AWS has? I guess this is more about what motherboard they have, and not an on-prem vs cloud difference.
-
comment
Comment #39056478
Can somebody eli5 how this works, or point me to some description? Let's say I'm pip installing it. How does the rust code turn into something that python can call?
-
comment
Comment #38917631
As an engineer, saying that $20k, the price of a cheap car, is 1/1000th of a GDP of a whole country does not pass the smell test. Google says that Yemen's GDP is $21.61b, so a dron…
-
comment
Comment #38907314
> I'd rather see van der Poel do inhuman things. Cadel Evans era was boring How does doping make cycling a more interesting sport? I'm a mediocre fan, but Armstrong winning every y…
-
comment
Comment #38907268
Can you describe in a sentence or two what he has been doing? That 2-hour podcast is quite the commitment.
-
comment
Comment #38492979
They're at really high altitudes only a low percentage of time
-
comment
Comment #38214249
It was definitely vivid. I can't say that I was convinced it was there because tetris blocks do not appear in nature, so I obv knew it was a hallucination.
-
comment
Comment #38214192
The only time I hallucinated was after a single-day double crossing of the Grand Canyon, a 15-hour run/hike iirc. I would see a random tetris game in front of me even though I neve…
-
comment
Comment #38213858
IANAL, but having a certain reputation is not enough. If you run a site where the mean time before penis is 30 seconds, you probably have to be upfront about that and promote it as…
-
comment
Comment #38213512
Exposing yourself without consent is a crime in most places. Omegle was full of that. Watching porn is obviously voluntary.
-
comment
Comment #38101363
IMO the crux of the issue is that CC companies can legally forbid you from charging a different amount for CC vs cash transactions.
-
comment
Comment #38100297
You're paying the same taxes whether customers pay with cash or CC, aren't you? What am I missing here? I've been to a few restaurants that are cash only. Is that an option for you…
-
comment
Comment #38098293
I do not have an answer for you, but I have a very low level of trust in the deep sleep numbers, as they are based on heart rate and not brain waves.
- comment
-
comment
Comment #37936266
It is an exercise in trolling. The president, Aron D’Souza, is a Peter Thiel buddy, and sounds like somebody who would find bullet points like "Inclusive Language" and "How to come…
-
comment
Comment #37900144
"The HTTP HEAD method requests the headers that would be returned if the HEAD request's URL was instead requested with the HTTP GET method. ". So it goes against the HTTP spec.