Hacker Newsnew | past | comments | ask | show | jobs | submit | OneOffAsk's commentslogin

It’s all speculation (you too), but I think the effect you’re describing is instead getting calibrated to the model’s limits. Next time a new model comes out, wait a month before trying and see if you have the same feeling of rapid quality decline after a few days. I did after I jumped back into it mid 5.x or whatever ChatGPT after paternity leave. Blown away for a few days, worried about my job for a few days, then increasingly aware of its limits.

People often need a little nudge not to be on the defensive. I usually try to find a point that I agree with and let them know “that’s a good point”. It takes some listening and a lot of patience, but folks tend to reciprocate. It takes two to tango.


> because just like in actual fracking, it is immensely harmful to the long-term health and sustainability of anything it is applied to

An otherwise good article, but weakened by this bit. Fracking and the use of natural gas is actually pretty great ecologically compared to the other ways we get and use fossil fuels. It got a bad rap because it probably really stunted US adoption of renewable resources… and it’s my theory the coal industry was behind the public damnation.


There’s a natural desire for people to want to make things. Most of the time it’s physical: homes, crafts, woodworking. But for a few of us it’s ok for it to be non physical. Actually, that’s part of the allure of programming: you don’t need much more than a computer and some thinking to build incredibly intricate… things. AI is like a brand new power tool. It’s fun to use because you can build faster. I felt a sense of giddiness the first time I used a table saw after using a push saw my whole life.


I think you’re missing the op’s point. Yes it’s fun but you don’t personally get any of the gains. Just more work


Well fun can be the gain


I think you're missing the point. The person you replied to wrote:

> a natural desire for people to want to make things

... and all you can think of is "gains"?


This is pretty textbook antisocial behavior. Also, every one of those points is a normal way to deal with someone you don’t like or want to distance yourself from.


do normal people think its okay to abandon plans without notice and to report their colleagues to HR etc? sounds extremely disrespectful to me


You're only getting one side of the story, here. I suspect the user called "anal_reactor" who is a fan of "edgy humor" and thinks "most people have very little depth" miiight have a hard time with in-person socialization.


Yes, I do have a hard time with in-person socialization, but that only reinforces the point that at least from my perspective, people suck.

Imagine that you move to a foreign country. At work you get to know Bob and Bob tells you that he likes traveling. Next week you ask Bob if he's going on holiday somewhere, and the week after you get a call from HR because asking people for their holiday plans is considered extremely rude and this is the final warning before they fire you. Okay. You try to ask around if someone is interested in sports or anything, and turns out, watching paint dry is people's favorite social activity. People gather, and just stare at the wall. They eat some snack that smells like shit and discuss how fast different types of paint dry under different conditions - apparently there is huge disagreement whether blue or pink paint dries faster to the point that they organize official paint drying tournaments. One day you meet Alice. You're doing your best to be nice and make a friend. You suggest grabbing a coffee together. She replies "yes, definitely, what about Wednesday 3AM in front of the homeless shelter?". You can't tell if she's for real or just fucking with you, so you do show up there. Strangely, so does she, but she comes at 4AM. Turns out, it was faux-pass on your side to show up on time, which is why there won't be a second date.

Whenever you try to vent how you don't fit into the culture people point out that it's your fault you're the weirdo. Also, the incident with Bob will follow you for the next five years.


That sounds legitimately hard and I don’t envy you. Hopefully (to carry your analogy) you can find punctual sports fans who freely share their holiday plans.

> Whenever you try to vent how you don't fit into the culture people point out that it's your fault you're the weirdo.

Surely it’s pretty self evident why this is the case.


I don’t think UI’s natural interface is visual. I think the natural interface is a state machine.

The most reliable and performant UI code I’ve written usually tackles this head on by thinking through all the possibilities of different states the application can be in and how the transition of each state should look. This can very quickly get mind boggling complex.

Systems programming languages seem like they model their problems better because it’s less common to ask a systems programmer for a like button that shows bubbles when you press it. If you model your UI explicitly like a state machine, you can say “no” to the bubbles like every systems programmer says “no” to most features, because you realize the explosion of state will be unmanageable. Or you can use a JavaScript framework and download a bubbles package and wonder why your app is buggy, but have job security.


That sounds like something you fight harder on instead of being defeatist.


Zero shielding may actually help. Shielding acts as an antenna when not properly grounded and continuous, which is more common than not.


Having recently terminated a nice name brand Cat6A jack (ICC brand), I’m quite unimpressed by the state of category cable shielding:

The termination comes with basically no instructions.

The connector shell contacts the shield by squishing it between the shell and the cable jacket. With a zip tie, helpfully supplied with the connector. Good luck applying much (any) compression force. Never mind that CAT6A cable jackets come in various sizes, are not manufactured to tight tolerances (why would they be?), and are quite squishy.

Compare to a high quality F connector, which is highly engineered, less expensive than a decent Cat6A jack, and makes excellent contact to the cable shield without much fiddling.

The switch that connects to it has no grounding terminal of any sort. It uses an external isolated power supply. Admittedly, the ground connection on a switch is probably doing very little at frequencies of hundreds of MHzz


> Fonts look fat or washed out

Disable font smoothing and restart/relogin.

  defaults -currentHost write -g AppleFontSmoothing -int 0


I bought one for coding. I no longer can read text for an extended period with lower DPI monitors.

There’s a few reasons why.

1. Non integer scaling sucks on Linux. It sucks on all OSs, but it’s just unusable on Linux IMO.

2. Text antialiasing sucks for most OSs except Microsoft ClearType, but I hate Windows.

I currently use an old LG UltraFine 5k. It’s physically cracking / falling apart and has atrocious burn in. I tried replacing it with a Dell 32” 6k monitor. The stupid matte coating on it and seemingly all other high DPI screens is so, so bad.

I just want glossy 5k at 120Hz with decent build quality and color accuracy.

I don’t even like the fact it’s mini LED. Blooming is pretty awful on those things. I hope there’s a way to turn it off.

So yes, I bought a $3,500 monitor to read text because no one else can seem to do it even remotely acceptably.


So how is the blooming while editing code with a dark background?

Im also considering purchasing one of these for codework.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: