HN user

WesleyJohnson

843 karma

I make stuff for the web.

Posts7
Comments449
View on HN

I knew I shared a name with a former NBA Forward, but I did not know about some of the other well-known figures. Sadly (or thankfully?) I'm not listed anywhere, even in the hallucinations.

You certainly stumbled onto it much sooner in life than I did. It wasn't until I had children in my late 30s that this dawned on me - and has perplexed me ever since. Funny indeed.

I'm sure this isn't an original thought, but I wonder how others see colors. Irrespective of color blindness, is what I know as red appear as blue to someone else? How would you even know or describe it? "Red, like a strawberry, tomato, or apple." And they say, "Yes, exactly." But what they're truly seeing is what YOU know as blue. They see something different than you do, but to them that color has always been called red - even though, if you were to see it as them, it's blue.

This discussion has been particularly insightful. I'm 47 and have been drinking 2 to 3 Mtn Dew Kickstarts a day for probably 10 years. I don't feel high, or jittery, or like I'm bouncing off walls. I have no trouble falling asleep, even drinking caffeine right up until bed time. But, I also have trouble focusing, am working with a psychologist on a possible ADHD (primarily inattentive) diagnosis, never dream, and am very forgetful.

Based on everything I'm reading below, and a "discussion" with Gemini, it's highly probable all of this is related. I know AI isn't a doctor, and confirmation bias and all of that, but even if it's all nonsense - backing off on caffeine or quitting entirely can only help.

So I'm going to star to day, by trying to not have any after 2pm. My regular bedtime is around midnight, so that's 10 hours. We'll see how it goes.

Thanks HN!

The issue I had with RAG when I tried building our own internal chat/knowledge bot was pulling in the relevant knowledge before sending to the LLM. Domain questions like "What is Cat Block B?" are common and, for a human, provide all the context that is needed for someone to answer within our org. But vectorizing that and then finding matching knowledge produced so many false positives. I tried to circumvent that by adding custom weighting based on keywords, source (Confluence, Teams, Email), but it just seemed unreliable. This was probably a year ago and, admittedly, I was diving in head first without truly understanding RAG end to end.

Being able to just train a model on all of our domain knowledge would, I imagine, produce much better results.

What businesses were legitimately going to go bankrupt by the increased tariffs? I'm not defending the tariffs, mind you, but I don't buy that every company had to increase prices to offset the additional taxes. Many could've taken the hit and been fine, except profits would be down and shareholders would be angry.

All Look Same? 5 months ago

Very uncultured and untraveled caucasian here. I got 10/18, surprising myself. Probably plenty of luck, but at least 5 or 6 I was quite confident about. Not sure how.

Sizing chaos 5 months ago

The article has mounds of data that to speak to exactly how the clothing sizes ARE the issue. Inconsistencies within brands, across brands, shifting vanity sizes, and shapes designed to fit only 12% of women. And yet, the top comment is about obesity...

Yes, obesity is clearly an epidemic. But discounting the entire article's premise to point that out?

Sizing chaos 5 months ago

But they're not lowest-common-denominator products. If they were, clothing designers would be tailoring clothes for a rectangular figure. The article clearly shows that only 12% of women have that "hourglass" figure and yet, by design, almost all the clothing manufacturers are tailoring their clothes for this shape, regardless of size.

My disconnect is I can't read sheet music. So I can hear it, then memorize where it is on the piano/keyboard... but that just teaches you play piano by ear. It doesn't teach you how to play music in the traditional sense.

I guess this showing you the sheet music as you find the notes can help with that, but as others noted - I'd like a "mess around" mode, before a "test" mode.

Any tips or resources on how to get started? I drew a lot of comics as a kid/teen, and I've done 3d modeling as a hobbyist. But using physical media for sculpting has always seemed daunting.

  manage.py makemigrations myapp --empty --name add_some_view
(in the migration file)
  operations=[migrations.RunSQL("Create View some_view AS ....", "DROP VIEW IF EXISTS...."]
(in your models.py)
  class SomeView(models.Model):
       class Meta:
           db_table = 'some_view'
           managed = False

  manage.py makemigrations myapp --name add_some_view_model

So you're openly saying you're fine with quantity over quality.... in software engineering? That's fine for a MVP, maybe, but nothing beyond on that IMHO unless they're throw away scripts.

"Houston, we have a problem."

"Yeah, but we did it in a 10th of the time"

What languages and frameworks? What is the domain space you're operating in? I use Cursor to help with some tasks, but mainly only use the autocomplete. It's great; no complaints. I just don't ever see being able to turn over anywhere close to 90% with the stuff we work on.

Orion 1.0 8 months ago

I know it's just a google away, but I use Arc and I'm not in the loop on them poo-pooing on their users. Can you elaborate?

It goes beyond that though. There are games and in-game content that aren't being reviewed. There are claims of player skins where the characters are wearing a t-shirt with an actual photo of Charlie Kirk's death (the shot to the neck).

Anyone can make a Roblox game and publish it, and there doesn't seem to be a lot of moderations or verification going on. And you don't need to "talk", voice or text. You can emote, type on signs, and communicate in other ways.

I would add that there is psychology at play as well. Someone might scoff at a $200 ticket, thinking it's ridiculous to pay that much, even if you could then eat at the venue for $20.

But they'll pay $100 for a ticket, feeling it's reasonable, and then end spending $120 on concessions and beer anyway. The smells, sights, atmosphere and wanting to "just enjoy it" are compelling forces to reach for your wallet IMHO.