HN user

type4

615 karma
Posts22
Comments14
View on HN
www.youtube.com 2mo ago

Car Dealerships Scam America [video]

type4
2pts0
www.ft.com 2mo ago

China blocks Meta's $2B purchase of AI group Manus

type4
2pts0
www.nytimes.com 1y ago

Meta Permits Its A.I. Models to Be Used for U.S. Military Purposes

type4
114pts106
www.ft.com 2y ago

A new galactic superstructure could undo science's theory of the universe

type4
3pts0
www.wsj.com 2y ago

Amazon Cuts Dozens of House Brands as It Battles Costs, Regulators

type4
105pts87
www.wsj.com 3y ago

Google DeepMind CEO says some form of AGI possible in a few years

type4
190pts371
www.cbsnews.com 3y ago

Nearly three-quarters U.S. millennials live paycheck to paycheck, survey shows

type4
5pts3
www.ft.com 3y ago

Generative AI set to affect 300M jobs across major economies

type4
3pts2
www.wsj.com 3y ago

At Marc Benioff’s Salesforce, It’s One Big Family–Until Trouble Hits

type4
3pts0
news.ycombinator.com 3y ago

Ask HN: Transitioning from a single EC2 instance to something more resiliant?

type4
2pts2
www.ft.com 3y ago

Amazon’s hardware teams first to face axe as tech giant downsizes

type4
5pts0
www.ft.com 3y ago

Meta employees prepare for mass job cuts

type4
4pts1
www.ft.com 3y ago

Amazon shares plummet after dismal sales forecast

type4
19pts17
seekingalpha.com 3y ago

'Big Short' investor says white-collar jobs bubble is 'bursting'

type4
207pts312
www.wsj.com 3y ago

If Your Quiet Quitting Is Going Well, You Might Be Getting ‘Quiet Fired’

type4
32pts35
www.wsj.com 3y ago

Everyone’s a Landlord–Small-Time Investors Snap Up Out-of-State Properties

type4
1pts0
www.wsj.com 3y ago

Twitter Warns Staff of Potential Cuts to Employee Bonuses

type4
2pts0
news.ycombinator.com 4y ago

Ask HN: Relearning mathematics after high school?

type4
12pts14
news.ycombinator.com 6y ago

Ask HN: How to build a resume/get a job as a perennial slacker?

type4
6pts4
news.ycombinator.com 9y ago

Ask HN: How can I monetize ____rooms.com?

type4
2pts0
www.newyorker.com 9y ago

The Gig Economy Celebrates Working To Excess

type4
329pts434
www.washingtonpost.com 9y ago

Scientists create ‘designer yeast’ in major step toward synthetic life

type4
2pts0

I have a really mixed feeling about Costco. I hate it, I going there, I hate the crowds, the parking, the people, being hawked a credit card, a cell phone, whatever the vendors are selling. It makes me feel like a pig in a slaughterhouse waiting to get out of the store, I feel like it's the platonic form of consumption. We all go to the nice little consumption center like good piggies to get our sustenance and to get milked further (maybe I should buy some electronics!)

Yet, I keep going. I like the cranberry bread, the cheap chicken, the granola, I like not thinking about what to buy so much. I like that it's of an acceptable quality at an acceptable price. I like that I can return stuff easily without getting shit for it. I like "scoring" deals on stuff that seems like a good value.

GPT-5.5 3 months ago

I have a directory of skills that I symlink to Codex/Claude/pi. I make scripts that correspond with them to do any heavy lifting, I avoid platform specific features like Claude's hooks. I also symlink/share a user AGENTS.md/CLAUDE.md

MCPs aren't as smooth, but I just set them up in each environment.

What are people using to cost efficiently use this? I was using a Google Ultra sub which gave enough but that’s gone now.

ChatGPT $20/month is alright but I got locked out for a day after a couple hours. Considering the GitHub pro plus plan.

Maybe when I was 15 or 16, PHP stuff in order to maintain a website. I never really became interested in coding itself, I learned it for practical reasons and I studied it informally (forced myself through some boring books) when I was in my early 20s and wanted to get a real job.

But taking a bird’s-eye view of what happened that day? A table got a new header. It’s hard to imagine anything more mundane. For me, the pleasure was entirely in the process, not the product.

I think that's where I differ from a lot of the artful programmers, I've never found pleasure in a perfect, beautiful solution. I get annoyed when I have to dump hours and hours into something that 'should' be simple! I don't want to spend my time fiddling with layouts, CSS, Oauth handshakes, etc. I want to build stuff and get paid for it, that's how I view my job as well. Less logician and more mechanic.

I use ChatGPT as much as I can, to do all I can and then fix the output when it's needed. I view it as a higher level programming language, that spares me from the burden of thinking of low-level details. It's same the reason I code in Python/Javascript rather than C++ or other languages, the goal is to make something of use. That's my goal to stay employed, become one with the language du jour, in the same way I've jumped from PHP to Jquery to React to ...

Well, could go either way on the healthy/unhealthiness of it. I would argue that it's accurate though. I've had good bosses too! They're not demons, just doing their job. It doesn't change that relation between us though: I'm subject to their whim, for payment. We're not peers, not collaborators, it's a hierarchical relationship of dependence with clear boundaries. I recognize the lines can be more blurred with more layers of management in large corporate structures, when the direct manager is subject to similar pressures that the end-worker is under.

Camaraderie is an illusion with management or your boss. We're not comrades, we're their subjects. We can have comradeship with our peers, of course, but that's unlikely to provide a safety net where none of us are unionized.

So no, I don't feel safe. I smile and say polite things when they mention how great the company is or how the sales are, or what a great year it will be!(how will any of this benefit me, besides more work) I consider this performative act part of what they pay me for, even if it is very painful. I'm not in a FAANG though, just slumming it.

It seems the only thing that's missing is some type of fact-checking function. The interaction, from a user perspective, is much nicer than sorting through Google results.But the results can be confidentially wrong and if you're not familiar with the subject matter already, you won't really know that.

That said, I'm basically using it as a replacement for Google for stuff that isn't up-to-date (code, philosophy) then double checking the output to see how it's wrong.

I appreciate this methodology for getting stuff done, It's how I do my programming work, but I really do want to just "learn math" for the fun of it, like a puzzle, not make work. I was reading Descartes and he was writing about how the practice of math structured his thinking and I'd like to try to recreate that in myself. Maybe creating a project would be the best way to do it, but that seems like work rather than play to me.