HN user

mikewhy

1,296 karma

The year is 2022, Hacker News is largely American Centrists, erring towards supporting big corporations, with a touch of Nazi sympathizing. I'm out

Posts10
Comments764
View on HN
Blocking Kiwifarms 4 years ago

So you've verified the person in the screenshot saying they've arranged for bombs to be planted has been banned?

Learn PWA 4 years ago

> dramatically improving security

How so? That seems pretty dubious to me

With an electron app, I have access to your file system and can start deleting things. Yes, some operating systems might gate access but it's not standard or granular enough.

While the file system api in browsers requires your approval.

Hmm, I suppose that could work, didn't think about targeting the Pipewire api.

I didn't play around with it much, but the controller did appear as a 5.1 (or was it 7.1?) in Linux.

Oh, and I forgot, the controller itself also has a headphone jack. The controller itself can take 3 audio streams, two of which can be used for sound.

I was playing Spider-Man with a dual sense and got wondering. That game puts out audio to your speakers, a separate audio stream to the speaker in the controller, and _another_ stream of audio for the haptics. Is this any bit possible with any Linux audio solution?

So if I was heading a project and we had one CI provider and someone suggested adding another, my response would be either "no", or try to have the benefits of this alternative service explained to me. And if it is better, would only accept the new one if we converted all old pipelines over to it. Is that wrong?

curl has 7???? I would love to understand why. The article has "reasons", but not many justifications. Load balancing is understandable. "not all eggs in the same basket" less so to me. Are they running identical suites on multiple providers? If so, what's the plan when one suite fails on one but works on another?

Just seems mad to me. "If this is stuff you like to tinker with, we could use your help" best of luck with that!

I don't know of a site, but Taki Udon on YouTube follows them very closely.

Retro Dodo does as well.

"The best" is very subjective unfortunately. And the answer will change based on what you're looking for.

IE I've searched for "the best" and ended up with an android phone in a telescopic controller before getting a Steam Deck.

I love that CircleCI flaunts it's speed compared to other providers, meanwhile we can clearly see the CircleCI steps take the longest in our builds.

Not to mention the constant failures.

Not sure those are the same at all? The submission copies all applied styles, complete with breakpoints. A class / id is only a portion of applicable styles, multiple selectors can match the same element. This is more like copying the non-auto rules in the "Computed" tab, with breakpoints.

Chrome has "Copy Styles", but that doesn't get breakpoints. I don't know if Firefox does, but I haven't looked very much. It doesn't look like Safari does either.

At work we squash and use standard-version to create a generic change log, then have a script that ingests that change log and goes to the PR to grab any associated tickets, screenshots, and release notes the developer may have written. The body of the PR is split into sections (just using markdown headers), so there is control over what goes into the release notes.

A git log is not a change log, sure. But PRs can contain a lot of useful information.