Viewing profile — SomeCallMeTim
SomeCallMeTim
HN member- Joined
- Wed, Feb 17, 2010, 11:56 PM UTC
- HN karma
- 4,107
- Public activity
- 1,490 items
- HN profile
- View on Hacker News ↗
About SomeCallMeTim
https://coderescue.com
Recent public activity
-
comment
Comment #42248535
No, and Jeffries' analogy suffers the same strawman fallacy. The proper analogy would be if no one knew the rules of football/baseball and everyone ended up playing Calvinball inst…
-
comment
Comment #42123081
Ha. Just did almost exactly that, but with a Go script--I wanted my Docker Compose to auto-update when I built on my CI server. I found Watchtower, but polling just struck me as th…
-
comment
Comment #42071589
In Colorado you get an email when they mail a ballot to you, another email when they receive your ballot, and a third when it's counted. Colorado came out way against Trump, though…
-
comment
Comment #41406307
It's easier to know where you're going when you've gone to similar places a hundred times. I just think about a problem for two seconds and then have the entire path mapped out.
-
comment
Comment #41406304
Nah, it was something unrelated to databases. I can't even remember the details. It's like trying to remember nonsense sentences; they don't stick because they don't really make se…
-
comment
Comment #41385034
Funny that you should say that. Just met with a group of very senior engineers today and two of them said they weren't using VS Code any more. Instead they used: 1. https://www.try…
-
comment
Comment #41384856
I saw some code in a job I was just starting where they had added several abstractions that I found...confusing. After taking an extra long time to understand what the code actuall…
-
comment
Comment #41070832
I am actually surprised that there are thousands of people working on Alexa. WTF are they all doing?! It's pretty much unchanged from the outside in any way that's relevant to me c…
-
comment
Comment #41070595
It's not a TypeScript mistake. You could argue that it was a C++ mistake. It makes parsing harder, but otherwise seems to work as expected, so I don't consider it a mistake, but yo…
-
comment
Comment #41070524
As long as Node understands to use the project-specific version of TypeScript (i.e., the one in node_modules or the PNP equivalent), that should be fine. But it would be a step bac…
-
comment
Comment #40740918
Agreed with pretty much everything. I couldn't agree with the article on almost any point. One additional point: You can get "mildly dynamic" websites by using services. I have a c…
-
comment
Comment #40740831
> Which version of node? Latest LTS. Why wouldn't you? > Which version of npm? The one that comes with Node? Duh. Or just `npm update -g npm` to bring it up to the latest. > ...a d…
-
comment
Comment #40723001
Well, I think you could say I've worked in games too. [1] In fact, it's in games that the artists, especially when working with 3d, had the hardest time getting the precise kinds o…
-
comment
Comment #40721078
No company I've worked for in the past decade has told me what kind of computer I should work on. Even the W2 gigs have allowed me my choice of Mac/Linux/Windows. I work for tech-s…
-
comment
Comment #40721003
I'm stuck with CorelDraw X8 which dates to 2016. If they were selling a buy-it-once license in 2020, I wasn't aware of it. I swear they had switched to subscription-only by then? B…
-
comment
Comment #40720940
> I don't know why you wouldn't ask the artist to make the edit. Have you ... worked with artists? To get them to produce technically precise artwork? The point would be that somet…
-
comment
Comment #40720864
> ask them for the files exported into a format you can open They already do that. That's not the problem. If the original Photoshop file has 200 layers, and 60 of those layers hav…
-
comment
Comment #40720802
Realistically, I'm looking for artists that are good first. And 98% of them use Photoshop. Not going to restrict myself to non-Photoshop artists.
-
comment
Comment #40709149
But not all of us make a living off of Photoshop. I'm a programmer. I periodically need to make a tiny tweak in a file that's been created by a real artist, or I want to edit a pho…
-
comment
Comment #40709076
CorelDraw is great, but for years they were also subscription-only. In the last six months or so they finally started offering a single-price license again--at a prohibitive level.…
-
comment
Comment #40253346
I'm not confusing anything. I'm familiar with the Chinese Room Argument and I know how LLMs work. What I'm saying is arguably philosophically related, in that I'm saying the LLM's …
-
comment
Comment #40214817
> LLMs can form new memories dynamically. Just pop some new data into the context. No, that's an illusion. The LLM itself is static. The recurrent connections form a soft-of tempor…
-
comment
Comment #40214793
There's no way brains have the "right answers" fed into them as required by backpropagation.
-
comment
Comment #40185870
No. We know how current deep learning neural networks are trained. We know definitively that this is not how brains learn. Understanding requires learning. Dynamic learning. In ord…
-
comment
Comment #40183987
LLMs are good at tasks that don't require actual understanding of the topic. They can come up with excellent (or excellent-looking-but-wrong) answers to any question that their tra…