Readit News logoReadit News
jgalentine007 commented on Retailers will soon have only about 7 weeks of full inventories left   fortune.com/article/retai... · Posted by u/andrewfromx
Workaccount2 · 10 months ago
Americans buy a ludicrous amount of stuff they only think they need. American consumerism is unrivaled in the world.

In the US the poor are the ones who suffer from obesity. From having too many calories available cheaply. Let that sink in. The US is so much further from "needs not being met" than anyone understands.

jgalentine007 · 10 months ago
It's more expensive to buy and prepare fresh food than shelf stable ultra processed foods and requires more time. Poor people have access to 'poor' calories. I would wager that children would also inherit the eating habits of poor parents.

https://pubmed.ncbi.nlm.nih.gov/20720258/https://pubmed.ncbi.nlm.nih.gov/14684391/https://pmc.ncbi.nlm.nih.gov/articles/PMC4254327/

jgalentine007 commented on Rainfrog – a database management TUI for Postgres   github.com/achristmascarl... · Posted by u/achristmascarl
jgalentine007 · a year ago
I really like this, and I think others will too. Please be judicious with feature requests - so far the simplicity and ease of use is what I like most about it!
jgalentine007 commented on Don't Refactor Like Uncle Bob   theaxolot.wordpress.com/2... · Posted by u/thunderbong
morgante · 2 years ago
I can't believe this "refactoring" is actually presented as good—creating unnecessary abstractions for a simple function.

If anything, I would go in the opposite direction. There's no need to use parameterized variables at all. Just write out the message 3 times:

  private String generateGuessSentence(char candidate, int count) {
      if (count === 0) {
          return "There are no " + candidate + "s";
      } else if (count === 1) {
          return "There is 1 " + candidate;
      } else {
          return "There are " + count + " " + candidate + "s";
      }
  }
Maybe this isn't "clean" (I'd claim it is) but it's certainly the easiest to understand.

jgalentine007 · 2 years ago
I agree!
jgalentine007 commented on Microsoft will switch off Recall by default after security backlash   wired.com/story/microsoft... · Posted by u/georgehill
k8sToGo · 2 years ago
Are you switching to Mac?
jgalentine007 · 2 years ago
I did - I had a Macbook air on and off on the side, but Windows was home base for 30 years. I ditched Windows for good when 11 came around, it has become untenable.
jgalentine007 commented on Coding in Vision Pro   willem.com/blog/2024-02-1... · Posted by u/willemlaurentz
gumby · 2 years ago
I am thinking of upgrading my work station and I suppose this is cheaper than three 5K TB monitors. But is it really as good?
jgalentine007 · 2 years ago
LG 24" 4k monitors are like $350 - might be worth a try. I have two with my M3 Pro and they look fantastic - sharp text, good color and viewing angles.
jgalentine007 commented on PostgreSQL is enough   gist.github.com/cpursley/... · Posted by u/cpursley
cpursley · 2 years ago
Handling business logic in the database is often going to be an order of magnitude faster than the application layer of some of the popular language stacks (looking at you, Rails, Node, etc). It also will outlive whatever webstack of the day (and acquisition which of en requires a re-write of the application layer but keeps general database structure - been there done that).
jgalentine007 · 2 years ago
Maybe faster... but I've met very few developers that are good DBAs (that understand procedures, cursors, permissions etc.) Database schema versioning / consistency is a whole other level of pain too.
jgalentine007 commented on Using GPT-4 Vision with Vimium to browse the web   github.com/ishan0102/vimG... · Posted by u/wvoch235
ishan0102 · 2 years ago
Hey! Creator here, thanks for sharing! Let me know if anyone has questions and feel free to contribute, I've left some potential next steps in the README.
jgalentine007 · 2 years ago
Very cool use for Vimium, I like the approach!
jgalentine007 commented on Americans falling behind on auto loan payments at record pace   foxbusiness.com/economy/a... · Posted by u/sbmthakur
Moldoteck · 2 years ago
Interesting if this will propulse bike infra development
jgalentine007 · 2 years ago
I see so many new $80k trucks in my area that people can’t possibly afford. They’re the last people that would ride a bike or vote to improve infrastructure like that, unfortunately.
jgalentine007 commented on Full Speed Ahead: EV Study Reveals Impacts of Fast Charging   recurrentauto.com/researc... · Posted by u/Analemma_
ClumsyPilot · 3 years ago
> degradation power wise on a ICE… over 30 years

Yeah, for a Toyota that's owned by an expert car mechanic, who's hobby is doing full engine rebuilds every Tuesday.

Our BMW was a write-off after 12 years.

jgalentine007 · 3 years ago
I think the BMW is more of the issue than anything else…
jgalentine007 commented on Perils of not being attractive or athletic in middle school   fau.edu/newsdesk/articles... · Posted by u/geox
jgalentine007 · 3 years ago
And now those unfortunate to be both unattractive and athletic, have quickly dwindling opportunities with the increasing cost of college and advances in AI and automation. The intelligent, introverted, artistic are ducked.

u/jgalentine007

KarmaCake day199May 2, 2018View Original