Viewing profile — chadpaulson
chadpaulson
HN member- Joined
- Tue, Sep 29, 2009, 1:28 AM UTC
- HN karma
- 41
- Public activity
- 50 items
- HN profile
- View on Hacker News ↗
About chadpaulson
Recent public activity
- story
-
comment
Comment #47920983
Yeah, I agree after thinking about it. Connecting other social networks makes it difficult to distinguish Friendster as an intimate and honest platform free of spam. The intimacy l…
-
comment
Comment #47917898
I agree. There should be a hierarchy of intimacy, as it were, in order to initiate a friendship. * Tapping Phones * Confirming Phone Number * Confirming Email * Connected via Other…
-
comment
Comment #47655307
I love this framework, pun intended. I made a clone of Atari's Missile Command with it many years ago when the Portal / Mario mashup game made with LÖVE was popular. https://github…
- story
-
comment
Comment #47200932
The market forces (the Jack Dorseys of the world) have made the decision for us. I have since attempted to embrace automatic programming / vibe coding and have seen interesting res…
-
comment
Comment #47186886
RIP CNN.
-
comment
Comment #47165818
I've heard good things about carbon steel. Particularly, nitrided carbon steel. The pans are treated to be non-stick and are safe. It's what Alton Brown, the host of Food Network's…
-
comment
Comment #47165709
I use ceramic, but recently learned that nitrided carbon steel pans are the way to go. They are both useful AND safe. Do yourself a favor and invest in one.
-
comment
Comment #46620258
https://chadpaulson.com
- story
-
comment
Comment #38760550
Merry Christmas!
-
comment
Comment #38314735
I think so. Just did a few searches, pretty decent quality. I think it might be an aggregator.
-
comment
Comment #37658374
https://web.archive.org/web/20230926013605/https://www.nytim...
- story
-
comment
Comment #37538667
The Python user base is perfectly fine. Of course, any additional package installed outside of Django and Wagtail can introduce security risks. Since Wagtail and all of its additio…
-
comment
Comment #37538029
You had also mentioned you were looking to create a platform for invoicing. There are several Django apps that offer invoicing functionality. I do not have experience with any of t…
-
comment
Comment #37537957
I have used both Django-CMS and Wagtail. Wagtail is much more user-friendly and extensible. You can create Wikis, Blogs and regular content pages with models and maintain it all th…
-
comment
Comment #37537928
In my other reply I offer the suggestion of using Wagtail, a Django CMS used by Nasa and Google. It offers up much of the same features and user experience as Wordpress and is much…
-
comment
Comment #37537767
Django has a CMS called Wagtail, which has some really nice features including custom content blocks which allow you to easily create unique looking pages. Wagtail has over 15,000 …
-
comment
Comment #14329187
I always credit the artists, as well as the Noun Project itself, in cases like this. https://chadpaulson.github.io/react-cassette-player/
-
comment
Comment #13527888
The Holographic Universe: The Revolutionary Theory of Reality by the late Michael Talbot is a must read for those interested in exploring this topic.
-
comment
Comment #13192173
Here is a video from a UX Engineer on the Google Web Designer team, dated May 2016, which overviews new UI features. https://www.youtube.com/watch?v=x8x6kENKG0M
-
comment
Comment #13067623
From the Logojoy How it Works page. The last step isn’t actually AI – it’s a genetic algorithm. As you ‘favorite’ logos, we apply a natural selection type process to generate more …
-
comment
Comment #12465943
There is already a planned Channels integration for DRF to enable realtime API support. http://www.django-rest-framework.org/topics/mozilla-grant/ Initial plans for the Mozilla gra…