HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cuttysnark

no profile record

comments

cuttysnark
·vor 13 Tagen·discuss
I experienced this. I only lived in the U.K. for 6 months, but the number of chiefly British phrases/words/idioms that nestled their way into my way of speaking and stayed (20+ years on) was interesting and somewhat surprising.

For example, I never said "supposed to" again — "meant to" has always sounded and felt so much better. Similarly, "can't be bothered/asked" often exactly describes the situation in a way that "I don't want to" seemingly can't.

I'd also like to add "bum bag" v. "fanny pack" was a valuable lesson and a memorable laugh.
cuttysnark
·vor 29 Tagen·discuss
I've had some success with local models by chaining "agents" together in a workflow. Each agent has a different prompt and uses a different ollama model based on what their role is. The project manager, schema agent(qwen3:14b), etc. doesn't use the same model as the coding agent (qwen2.5-coder:7b). Between each step is an orchestrator and with a Playwright task which attempts to surface errors to the agent who introduced the previous code block. Only error-free blocks are forwarded to the next workflow step.

Probably the biggest improvement was including a backend-for-agents service definition which instructed the schema agent they were to only produce only a manifest based on the task, and to pass off that off to the next agent.

In short, I split tasks up into many pieces by defining a workflow where agents are only allowed to do very specific things before their work is passed along. This keeps them grounded and capable while also creating places for me to intervene if a workflow was say 25% or 90% successful.
cuttysnark
·letztes Jahr·discuss
Since then we've gotten: position: sticky — which is like fixed but only "fixes" itself once its Y offset is satisfied. Updating the bookmarklet to also check for that, in addition to position: fixed would help modernize it a bit.
cuttysnark
·letztes Jahr·discuss
Comments decrying or dismissing the disclosure to the public of long-hoarded information is saying that, IMO, and that's the joke. It sounds like a point no reasonable person would make. "there's too much going on right now for this long-awaited transparency" has got to be the silliest thing I've heard on HN in a while.
cuttysnark
·letztes Jahr·discuss
"No, don't finally release the top-secret files that have had a huge impact on our culture and have led to decades of confusion, distrust in government, and wild conspiracy theories."

..said no one, ever.
cuttysnark
·vor 2 Jahren·discuss
> Afaik bootstrap is getting replaced by tailwind.

By whom? Not by me.

> Which is actually pleasure to work with.

Have you heard of jQueryUI, by chance?
cuttysnark
·vor 2 Jahren·discuss
> Something's not right there.

I agree. To me, TWBS is just a collection of intuitive components that have been tested vigorously. They also function in a way that way people are used to because of their lineage. That they can be styled in a way that makes them not look stock...ices the cakes.
cuttysnark
·vor 2 Jahren·discuss
jQuery got the Nickelback treatment. Except I really did enjoy using jQuery, and only moved on because "the industry" was and I didn't want to be left behind.

Looking back now, we all were lead down a path of needless complexity. Even thought I'd never use jQuery or jQueryUI professionally now, I still have a voice in the back of my mind that will pop up every now and then to say "well, if it's not gonna be complex or long-lived..." when something calls for a quick UI.

I feel this way about Bootstrap and maybe now am old enough that I don't care if it upsets other developers.
cuttysnark
·vor 2 Jahren·discuss
Saying it out loud made it click. Thank you.
cuttysnark
·vor 2 Jahren·discuss
> it's a little heavy on the ass

I hadn't heard this idiom before so I looked it up and I couldn't find anything relevant. What does this phrase mean in this context?
cuttysnark
·vor 2 Jahren·discuss
cc: 4242424242424242

cvc: 424

exp: 2/4/24

Fond memories of speed-running the checkout flow in Stripe sandbox.
cuttysnark
·vor 2 Jahren·discuss
I'm in love, I didn't know I wanted this, and now here it is. With an explanation from the author that touched on things I was feeling but couldn't quite but into words. To ice the cake, saved the file to disk and ran it with WiFi off, just to see. Sure enough, it's all in there, self-contained with no fetched dependencies.

One caveat being that in the file:// protocol URL params don't work e.g. ?app=c53f8e9f-4b7a-4315-bb8a-f6557f6be30b

This is fixed by running a local webserver, which isn't a huge deal. I'd be happy to learn of an easier way.

Thanks for sharing this.
cuttysnark
·vor 2 Jahren·discuss
From where I'm standing, it looks like when Dorsey was CEO, leftist accounts got more leniency and were more likely to not be banned after being reported for offenses—be them legitimate or not; this was the opposite for accounts on the other end of the spectrum. When Musk took over, this phenomenon was completely and totally inverted. IMO.
cuttysnark
·vor 2 Jahren·discuss
While I tend to agree with your sentiment, this particular project resurrects bricked-by-corporate e-waste—I'd call that a win.

Plus, let's have fun while we can. On the next planet, cameras will be recyclable, limited to 12 holographic shots, and wrapped in humble cardboard. You'll have to take it to the local colony druggist for developing. Perhaps you'll browse Earth Imports section while you wait.
cuttysnark
·vor 2 Jahren·discuss
That mistake is that it's not true. Altman has earned a name for himself in the truth-telling/transparency department. He wasn't briefly sacked for his fashion sense.

In the article they quote Marc Fagel, who previously served as the regional director for the SEC's office in San Francisco:

"Misstating the qualifications of executives is something the SEC takes seriously,"
cuttysnark
·vor 2 Jahren·discuss
>karma: 9533

With respect, you're asking me why I care about a feature you have that I don't—that's only achievable by getting more points.

The candid answer: because I take it personally (which is my own fault).
cuttysnark
·vor 2 Jahren·discuss
I accidentally corrected someones use of a word on here and got downvoted so hard I was scared to comment for months. I guess what I'm saying is I'm surprised this very honest comment from hours ago never went grey. to be clear: I am just surprised.
cuttysnark
·vor 2 Jahren·discuss
In the video, we see the students briefly rotating the model in the CAD software—with translucency on—it looks like the one main stream is divided into many spiral chambers which then exit distributed along the rim of the attachment's opposite side.

With that in mind, I wonder how much, if at all, the reduction would be if the entire nozzle were designed this way, instead of just the end bit.
cuttysnark
·vor 2 Jahren·discuss
This is very cool. Discovered Ctrl+Option+F produces a florin 'ƒ' [on my machine] and the format function key-combo check is Ctrl+Option + regular ol' 'f'. Forked it and added the || 'f' and am now using this tool to organize lasercut jobs—on MDF, no less :) Thanks for sharing!
cuttysnark
·vor 2 Jahren·discuss
Have a look at SiteSucker[0] - an app that essentially lets you input a url and it will suck all the locally linked files/images etc. into a folder. Once you have the "guts" of the site, you can move it, grep it, edit and update it as needed. Given this appears to be a static site, you could even just open index.html in the browser (file:/// protocol) locally without having to spin up webserver while you develop.

This is the path of least resistance and perhaps the easier route versus rebuilding from scratch for a modern platform—which is also a different price tag. IMO, sucking the static site out without needing to deal with Dreamweaver on an old machine might be reason enough.

I'm not doubting the Dreamweaver claim, but I don't see any of the stink of a site generator—it looks rather simple and handwritten—doesn't even have the generator meta tag listing Dreamweaver—I wonder if Dreamweaver was only used for the FTP interface/connection to upload the files to Webhero.

My TL;DR Advice:

  1. Gain access to the old laptop only to get the FTP upload details/credentials for Webhero. 
  2. Use SiteSucker to get the whole website into a local folder on your machine.
  3. Make changes/updates by editing the files.
  4. Deploy by FTP Upload to Webhero.
[0]- https://ricks-apps.com/osx/sitesucker/index.html