Viewing profile — pgn674
pgn674
HN member- Joined
- Mon, Jan 23, 2017, 9:35 PM UTC
- HN karma
- 227
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About pgn674
No profile information was provided.
Recent public activity
-
comment
Comment #48910166
Title is inaccurate. They're BBB- now, not BBB.
-
comment
Comment #47569854
According to an opinion piece at The Register, California's is vague and nobody knows, including the law's proponents: https://news.ycombinator.com/item?id=47398798
-
comment
Comment #47271436
I think this is the way that Linux desktop distributions are endangered, quoting from the article: "... apps and websites will not assume liability when a signal is not provided an…
-
comment
Comment #44177162
On the Android app, tap the share button at the top of the recording play screen. This lets you export the audio WAV file. Select some other audio player app to share to, such as P…
-
comment
Comment #44177122
I'm definitely impressed with the sound ID. One time there was a cacophony of birds singing outside my house at varying distances, and the app was able to identify 6 different bird…
-
comment
Comment #40534910
https://news.google.com/ is having trouble for me. Sections aren't loading, with the error "Uh-oh, something went wrong. Please try again." On Android, the Google News app says "No…
-
comment
Comment #36776201
Got posted a minute ago. Operational issue - Amazon CloudFront (Global) Service Amazon CloudFront Severity Informational RSS Elevated Error Rates Jul 18 10:26 AM PDT Between 9:37 A…
- story
-
comment
Comment #33811528
> "This can be avoided by having the process listen on localhost, and then have the login flow redirect to localhost (including the token) on successful completion." I think this i…
-
comment
Comment #31260491
If this stands and is enforced, will this be the first time ever in the US that an ISP providing internet access to home subscribers is forced by the government to block something?…
-
comment
Comment #31260489
If this stands and is enforced, will this be the first time ever in the US that an ISP providing internet access to home subscribers is forced by the government to block something?…
-
comment
Comment #31260485
If this stands and is enforced, will this be the first time ever in the US that an ISP providing internet access to home subscribers is forced by the government to block something?…
-
comment
Comment #31241448
If this stands and is enforced, will this be the first time ever in the US that an ISP providing internet access to home subscribers is forced by the government to block something?…
-
comment
Comment #29943246
Take a look at xerxes901's comment in this post. Looks like they got through to someone internally. And their comment history checks out; it appears they do with for or with Zendes…
-
comment
Comment #29865383
I was clicking around and found documentation explaining what they'll be doing for the next 5 months, after the insertion burn and after it cools down enough: https://jwst-docs.sts…
-
comment
Comment #28984229
Two things I hate but can't fight: Tetrahedra almost tessellate but don't quite do it: https://www.pnas.org/content/pnas/103/28/10612/F1.large.jpg In music, the frequency ratio of …
-
comment
Comment #28667450
Wonder is it's related to the AWS's Degraded EBS Volume Performance in Northern Virginia? https://status.aws.amazon.com/
-
comment
Comment #28667432
It mentions an issue at an upstream service provider. Is it AWS and their Degraded EBS Volume Performance in Northern Virginia? https://status.aws.amazon.com/
-
comment
Comment #28655655
A long time ago, I made a version of this by taking a 3D Hilbert Curve, coloring the line with a 24 bit RGB color cube, and repacking the line as a 2D Hilbert Curve: http://niftyth…
-
comment
Comment #28217680
At least in both situations there Sheets allows you to undo the delete, so the closeness to other commands isn't so lethal. I've got no UX or UI training, but I gotta imagine that …
-
comment
Comment #28031388
What do you use as a daily task list app? I'm using TickTick on Android, but daily tasks is not its strong point.
-
comment
Comment #27872424
Aww man, I've got an Android phone. Anyone know of any alternatives for Android? I'm currently using TickTick, but daily or activity based repeatable tasks isn't its focus. I was o…
-
comment
Comment #27572199
I thought that pseudo random referred to the way that the seed number was generated. Like, by sampling disk I/O metrics, thermometer readings, and mouse movements and combining the…
-
comment
Comment #27534288
If you want to see how an emoji will render on various platforms, or generally search what's available, Emojipedia is good for that: https://emojipedia.org/kiss-woman-woman-medium-…
-
comment
Comment #27484351
> Shell parsing is hard. In general, not for SSH specifically, I tend to close quoted bash strings instead of trying to figure out how many escapes I need. Especially useful for aw…