HackerTrans
TopNewTrendsCommentsPastAskShowJobs

roblh

no profile record

comments

roblh
·20 hari yang lalu·discuss
Putting on my tinfoil hat. Did Anthropic even buy Bun because they actually use it or was it just an excuse to lob ridiculous PRs at things with at least a little bit of credibility behind them. Their way of trying to set a precedent for accepting AI code into bigger open source projects.
roblh
·bulan lalu·discuss
Great find, grabbed that. Thanks!
roblh
·2 bulan yang lalu·discuss
Seriously, “just review 5k lines a day for a month” is the most out of touch manager suggestion I’ve seen in a hot minute. As though you only need to read each line one single time in a review before magically committing its exact purpose, content, and overall implications to memory. The absurdity of which is multiplied for AI generated code which, based on what I see from my coworkers, is clunkier and weirder and less focused even than regular human code, on average.
roblh
·2 bulan yang lalu·discuss
pm2 has been buggy every time I’ve used it, no matter the OS. Incredibly convenient to begin with but simultaneously unpleasant to use software. Updating environment variables with a deployment has not once ever worked as intended.
roblh
·2 bulan yang lalu·discuss
Yeah, no. I installed a browser, I expect it to install the required components for it to work _as a browser_. I do not need a local AI model for it to do that. If there are features that need that, fine, but I expect it to at the very least ask permission since those are absolutely not required functions. It’s like if Word installed a bunch CAD modeling software in the background. There’s just no way it needs that to function for it’s primary purpose.
roblh
·3 bulan yang lalu·discuss
GitHub is going for “eight 8’s” at this rate.
roblh
·3 bulan yang lalu·discuss
And Void Stranger. I’m surprised not to see it mentioned anywhere in the comments.
roblh
·3 bulan yang lalu·discuss
For the love of god, yes. Slack is the worst for this with backticks. Editing the start/end points is a giant pain.
roblh
·4 bulan yang lalu·discuss
I feel like the stars are probably pretty easy to mask out since they’re very bright relative to the rest of the image. Once you have the mask, each one is small enough that you could probably fill it with the values from adjacent pixels. Kinda like sensor mapping to hide dead pixels. That’s just a guess though, I’m sure there’s more to it than that.
roblh
·4 bulan yang lalu·discuss
I haven't used all of them, but I have used both the 9 point and the 45 point types, and the difference is massive. The 45 point was far, far more tactile and responsive. I don't mean speed of autofocus, but the actual way that the points sit over top of the viewfinder and light up, it's hard to explain. I'm sure part of that is software, but owning an older model and then trying out a newer one in the camera store in like 2013 really was eye opening, it blew my mind. The 9 point feels like a toy.
roblh
·4 bulan yang lalu·discuss
I kinda love this. That sounds like an incredibly entertaining place to work for between 1 and 2 years in your late 20s and not a second longer.
roblh
·4 bulan yang lalu·discuss
Yeah, not even having an upgrade to 16gb or more makes this dead on arrival for anyone doing real work. Bummer, since otherwise it looks great. I guess it'd be the same price as a macbook air after that upgrade anyways though, so it doesn't really matter.
roblh
·4 bulan yang lalu·discuss
Kinda funny that the top image is capture one when Apple literally owns Photomator and gives you the option of bundling it when you buy.
roblh
·5 bulan yang lalu·discuss
It's a not a binary thing, it's a spectrum. There are many elements of uncertainty in every action imaginable. I'm inclined to agree with the other commenter though, the LLM slot machine is absolutely closer on that spectrum to gambling than your example is.

Anthropic's optimization target is getting you to spend tokens, not produce the right answer. It's to produce an answer plausible enough but incomplete enough that you'll continue to spend as many tokens as possible for as long as possible. That's about as close to a slot machine as I can imagine. Slot rewards are designed to keep you interested as long as possible, on the premise that you _might_ get what you want, the jackpot, if you play long enough.

Anthropic's game isn't limited to a single spin either. The small wins (small prompts with well defined answers) are support for the big losses (trying to one shot a whole production grade program).
roblh
·5 bulan yang lalu·discuss
My experience with elixir, as a scrub who spends every day at work writing javascript, is pretty in line with that. The language forces you to work that way, and you spend half your time just architecting your supervision tree. But the language itself is so easy to write business logic in that it takes half as long as it would in another language. So it works out to the same total time investment but the return is so much higher cause your program is better and more predictable and has scaling for free.
roblh
·5 bulan yang lalu·discuss
I unironically use this website everytime I forget a status code at work. The name is instantly memorable, it loads immediately, and I can ctrl-f it. It's basically muscle memory at this point.
roblh
·5 bulan yang lalu·discuss
Seriously, that’s a completely nonsense line.
roblh
·6 bulan yang lalu·discuss
Is this some kind of OEM Apple display? Or did they just put all that effort into machine out those spheres in the back of it so it looks like one?
roblh
·6 bulan yang lalu·discuss
9 day old account talking about “the left”. Go back to Reddit.
roblh
·6 bulan yang lalu·discuss
There’s a lot of factors. Depends how well your content lends itself to being cached by a CDN, the tech you (or your predecessors) chose to build it with, and how many unique pages you have. Even with pretty aggressive caching, having a couple million pages indexed adds up real fast. Especially if you weren’t fortunate enough to inherit a project using a framework that makes server side rendering easy.