cypherpunks

joined 2 years ago
MODERATOR OF
[–] cypherpunks@lemmy.ml 2 points 1 month ago

They had to make it the default though. That was unavoidable.

For it to be useful at scale, sure, but reading this it sounds like Chrome's version of it is still "experimental" and opt-in. Hopefully the backlash prevents it from being developed further.

[–] cypherpunks@lemmy.ml 7 points 1 month ago (1 children)

It has come to my attention that many of the people complaining about #Firefox's #PPA experiment don't actually understand what PPA is, what it does, and what Firefox is trying to accomplish with it

The documentation under the "Learn more" link next to the "Allow websites to perform privacy-preserving ad measurement" checkbox in Firefox preferences explains very clearly what it is and how it works. Asserting that people who read that and are indignant about it being enabled by default just... "don't actually understand" it is absurdly insulting and basically gaslighting.

[–] cypherpunks@lemmy.ml 6 points 1 month ago

adding all compiled file types including .pyc to .gitignore would fix it

But in this case they didn't accidentally put the token in git; the place where they forgot to put *.pyc was .dockerignore.

[–] cypherpunks@lemmy.ml 24 points 1 month ago* (last edited 1 month ago) (2 children)

It seems to me that switching SIMs provides little privacy benefit, because carriers, data brokers, and the adversaries of privacy-desiring people whom they share data with are obviously able to correlate IMEIs (phones) with IMSIs (SIMs).

What kind of specific privacy threats do you think are mitigated by using different SIMs in the same phone (especially the common practice of using an "anonymous" SIM in a phone where you've previously used a SIM linked to your name)?

[–] cypherpunks@lemmy.ml 9 points 1 month ago (2 children)

At my workplace, we use the string @nocommit to designate code that shouldn’t be checked in

That approach seems useful but it wouldn't have prevented the PyPI incident OP links to: the access token was temporarily entered in a .py python source file, but it was not committed to git. The leak was via .pyc compiled python files which made it into a published docker build.

[–] cypherpunks@lemmy.ml 116 points 1 month ago (7 children)

this isn’t remotely how this meme is used lol

"Robin Holding a Whiteboard" meme format with left column labeled "people who use this meme format correctly" and a tally of one, and the right column labeled "people who use this format like glasses dog" and a tally of 21

[–] cypherpunks@lemmy.ml 3 points 1 month ago

lol, i just accepted the title tag from the page which the create post form auto-filled 🤡

[–] cypherpunks@lemmy.ml 32 points 1 month ago (6 children)

Redhat, however, found this solution too simple and instead devised their own scheme for assigning network interface names. It fails at solving the problem it was created to solve

I somehow first read "Redhat" as "Reddit" in this sentence, and so was briefly thinking that perhaps this bad idea originated there 😂

[–] cypherpunks@lemmy.ml 28 points 1 month ago

Otoh, the Washington Post and their "experts" didn't think any of those civil rights movement direct actions they're celebrating now were reasonable at the time either 🤡

[–] cypherpunks@lemmy.ml -1 points 2 months ago

brent rambo thumbs up kid gif animation meme

rare meta w

1
Protagonist (lemmy.dbzer0.com)
 

image descriptionSide-by-side pictures of actors Judge Reinhold and Alan Tudyk, labeled with blue text in a Star Trek-reminiscent font "Judge Reinhold as Tom Paris" and "Alan Tudyk as Paul Stamets"

 

cross-posted from https://lemmy.ml/post/15044893

https://www.radiomuseum.org/forum/first_silicon_transistors.html

image descriptionImage of a magazine advertisement with the title text "silicon transistors now in production!"

Text at the bottom left identifies it as the June 1954 issue of ELECTRONICS.

The advertisement consists of a row of eight three-pin solid state components "growing" in a field. There is a building in the distance behind them. The components are alternately labeled with Texas Instruments' Map-of-Texas logo and the number "900". From left to right, each component is closer to the viewer, and the fifth-to-closest one is labeled "actual size".

This text is overlaid on the image:

silicon transistors — long awaited by the electronics industry — are finally out of the laboratory and on the market ... brought to you first by Texas Instruments, a leading transistor manufacturer. A new and unrivaled degree of design freedom is created by the TI n-p-n grown junction silicon transistor, now available in production units with glass-to-metal hermetic sealing, silicon transistors radically improve temperature stability and power handling while retaining the best amplification and frequency characteristics of previous semiconductor devices.

write today for detailed information on the silicon transistor!

TEXAS INSTRUMENTS

INCORPORATED

6000 LEMMON AVE. DALLAS, TEXAS

 

image descriptionStandard "they don't know" meme format, featuring line art of "That Feel Guy" wearing a party hat standing in a corner while other people are dancing. An image of an icosahedron formed by three mutually perpendicular golden ratio rectangles sits in front of That Feel Guy. The caption text says "They don't know that three mutually perpendicular golden ratio rectangles, with edges connecting their corners, form a regular icosahedron."

https://en.wikipedia.org/w/index.php?title=Regular_icosahedron&oldid=1219666251#Construction

 

image descriptionAn infographic titled “How To Write Alt Text” featuring a photo of a capybara. Parts of alt text are divided by color, including "identify who", "expression", "description", "colour", and "interesting features". The finished description reads “A capybara looking relaxed in a hot spa. Yellow yuzu fruits are floating in the water, and one is balanced on the top of the capybara’s head.”

via https://www.perkins.org/resource/how-write-alt-text-and-image-descriptions-visually-impaired/

 

cross-posted from: https://lemmy.ml/post/14334283

transcriptScreenshot of github showing part of the commit message of this commit with this text:

Remove the backdoor found in 5.6.0 and 5.6.1 (CVE-2024-3094).

While the backdoor was inactive (and thus harmless) without inserting
a small trigger code into the build system when the source package was
created, it's good to remove this anyway:

  - The executable payloads were embedded as binary blobs in
    the test files. This was a blatant violation of the
    Debian Free Software Guidelines.

  - On machines that see lots bots poking at the SSH port, the backdoor
    noticeably increased CPU load, resulting in degraded user experience
    and thus overwhelmingly negative user feedback.

  - The maintainer who added the backdoor has disappeared.

  - Backdoors are bad for security.

This reverts the following without making any other changes:

The sentence "This was a blatant violation of the Debian Free Software Guidelines" is highlighted.

Below the github screenshot is a frame of the 1998 film The Big Lebowski with the meme caption "What, are you a fucking park ranger now?" from the scene where that line was spoken.

(for achievers who aren't following one of the most exciting computer security events in recent history, here is the context)

 

cross-posted from: https://lemmy.ml/post/14334283

transcriptScreenshot of github showing part of the commit message of this commit with this text:

Remove the backdoor found in 5.6.0 and 5.6.1 (CVE-2024-3094).

While the backdoor was inactive (and thus harmless) without inserting
a small trigger code into the build system when the source package was
created, it's good to remove this anyway:

  - The executable payloads were embedded as binary blobs in
    the test files. This was a blatant violation of the
    Debian Free Software Guidelines.

  - On machines that see lots bots poking at the SSH port, the backdoor
    noticeably increased CPU load, resulting in degraded user experience
    and thus overwhelmingly negative user feedback.

  - The maintainer who added the backdoor has disappeared.

  - Backdoors are bad for security.

This reverts the following without making any other changes:

The sentence "This was a blatant violation of the Debian Free Software Guidelines" is highlighted.

Below the github screenshot is a frame of the 1998 film The Big Lebowski with the meme caption "What, are you a fucking park ranger now?" from the scene where that line was spoken.

 

transcriptScreenshot of github showing part of the commit message of this commit with this text:

Remove the backdoor found in 5.6.0 and 5.6.1 (CVE-2024-3094).

While the backdoor was inactive (and thus harmless) without inserting
a small trigger code into the build system when the source package was
created, it's good to remove this anyway:

  - The executable payloads were embedded as binary blobs in
    the test files. This was a blatant violation of the
    Debian Free Software Guidelines.

  - On machines that see lots bots poking at the SSH port, the backdoor
    noticeably increased CPU load, resulting in degraded user experience
    and thus overwhelmingly negative user feedback.

  - The maintainer who added the backdoor has disappeared.

  - Backdoors are bad for security.

This reverts the following without making any other changes:

The sentence "This was a blatant violation of the Debian Free Software Guidelines" is highlighted.

Below the github screenshot is a frame of the 1998 film The Big Lebowski with the meme caption "What, are you a fucking park ranger now?" from the scene where that line was spoken.

view more: ‹ prev next ›