Viewing profile — ericpp
ericpp
HN member- Joined
- Tue, Aug 31, 2021, 10:24 PM UTC
- HN karma
- 57
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About ericpp
No profile information was provided.
Recent public activity
-
comment
Comment #48677322
You can continue using normal Windows 10 if you have a Microsoft account attached to it. They give you the option to sign up for free extended updates (until 2027).
-
comment
Comment #48399373
"The exact cause of this breach is unclear but is most likely due to multiple factors, including interruptions in sterile fly production due to the COVID-19 pandemic and illegal ca…
-
comment
Comment #48270132
Nice native ad for Waymo
-
comment
Comment #47288800
I first got it in 2015 after playing Fallout 4 almost nonstop for the entire weekend. The game ran poorly and the low stuttery fps caused a massive migraine in my head. I took Tyle…
-
comment
Comment #46408620
Meanwhile Sears is still thriving in Mexico under different ownership.
-
comment
Comment #45843774
Unfortunately we use the proprietary HD Radio spec in the US. The company requires paying a license to use it and so many stations and manufacturers don't support it. I wish we use…
-
comment
Comment #45408261
This was really fun to play with at VCF Midwest. It makes me curious to see it working with other vintage computers.
-
comment
Comment #44981457
I'm glad that they kept the anime girl rather than replacing her with a sterile message. The Internet should be a fun place again.
- comment
-
comment
Comment #41752468
McDonald's as well http://al.com/news/2023/12/fast-food-chains-use-alabama-pris...
-
comment
Comment #41547792
It's a common mistake that newcomers to the language make. You assume empty is an empty string check when it's really a falsy check that is equivalent to: (!isset($var) || !$var)
-
comment
Comment #41545410
There are a lot of dead podcasts in general. It's tough to sustain a podcast and many people give up after doing a handful of episodes.
-
comment
Comment #41545369
V4V is a concept and not a technology. It's simply that the podcaster provides something valuable to you with their podcast and you're expected to return an equal amount of value b…
-
comment
Comment #40270951
No surprise since he spends most of his time on Nostr nowadays.
-
comment
Comment #38841783
Technology connections has a good video about retroreflectors https://youtube.com/watch?v=Bi_Tp1H9CDs
- comment
- story
-
comment
Comment #37024956
Apple runs the Internet's defacto index of podcasts, due to iTunes popularizing podcasting, and provides an API that many/most podcast applications use to find podcasts. When they …
-
comment
Comment #37018356
This shows why it's important to have open alternatives to Apple's podcast index. The Podcast Index still has it indexed https://podcastindex.org/podcast/1112548
-
comment
Comment #34698573
I was hoping they would do more than just put ChatGPT into Bing. For instance, the question about travel should generate a result of suggested places that includes photos and links…
-
comment
Comment #33854828
PHP 8 does exactly what he suggested and omits the token name: Parse error: syntax error, unexpected token "::" https://3v4l.org/2T8qQ
-
comment
Comment #31019364
if time.hour == 12 && time.ampm == AM: return 0 elif time.hour == 12 && time.ampm == PM: return 12 elif time.ampm == PM: return time.hour+12 else: return time.hour
-
comment
Comment #31018665
The vast majority of clocks in the US use 12 hour time. 24 hour time just isn't used here outside of limited applications (military, computing, etc). People generally aren't used t…
-
comment
Comment #31011555
It's indecipherable to most people in the U.S. who refer to it as "military time".
-
comment
Comment #28374406
A better strategy to me would've been to keep it free and tightly integrate it with Docker Hub to push people towards Docker Hub services. This software is already installed on mos…