[-] Kissaki@programming.dev 7 points 2 days ago* (last edited 2 days ago)

This is not a supply chain attack, it is sudden extreme enshitification. according to the article, the attacker also bought the GitHub repo

I don't see how buying the GitHub repo as well makes it not a supply chain attack but enshitification.

They bought into the supply chain. It's a supply chain attack.

11

That intro though.

[-] Kissaki@programming.dev 3 points 4 days ago* (last edited 4 days ago)

Where would/should the mapping happen? Probably not the Set constructor. JSON.parseSet()?

JSON.parseSet = json => new Set(JSON.parse(json));
JSON.parseSet('["A", "B", "C", "A", "B"]'); // Set(3) [ "A", "B", "C" ]

/edit: JSON.parseMap()

JSON.parseMap = json => new Map(Object.entries(JSON.parse(json)));
JSON.parseMap('{"a":1,"b": 2}'); // Map { a → 1, b → 2 }
[-] Kissaki@programming.dev 3 points 5 days ago

In my Firefox I get a NS_BINDING_ABORTED error on the Google Fonts font request.

And they didn't specify a font fallback, only their external web font. It would have worked if they had added monospace as a fallback.

[-] Kissaki@programming.dev 2 points 5 days ago

Ignoring secondary email addresses, what was my primary [onlineaccount] E-Mail address has changed four times.

[-] Kissaki@programming.dev 4 points 5 days ago* (last edited 5 days ago)

No readily-compilable project is still a worthwhile barrier. So I don't think it's a bad argument.

If it's about open-source licenses, it typically allows that kind of repackaging. Which is not the case for closed-source/proprietary.

33
4

When you pause while debugging, you can hover over any delegate and get a convenient go to source link, here is an example with a Func delegate.

If you already know about delegates, there's not a lot of content in this dev blog post. Not that that's necessarily a bad thing either.

5
8
[-] Kissaki@programming.dev 51 points 3 weeks ago* (last edited 3 weeks ago)

no no no, this is the wrong way around

because sales and marketing sell it before it even exists

17

Mapping C# array types to PostgreSQL array columns or other DBMS/DB JSON columns.

4

Available and enabled by default from version 17.11 Preview 2 onwards.

New resource explorer additionally supports search, single view across solution, edit multiple files and locales at once, dark mode, string.Format pattern validation, validation and warnings, combined string and media view, grid zoomability

[-] Kissaki@programming.dev 61 points 1 month ago
[-] Kissaki@programming.dev 28 points 1 month ago* (last edited 1 month ago)

I don't see how it solves the mentioned issues. Instead, federation introduces new issues of complexity, multi-layered moderation, and potential for distributed inefficiency, confusion, or more malicious attacks.

I think we can see on Lemmy some of the problems it introduces. But for an Encyclopedia, which is supposed to be a source of truth, I think it's much worse.

If you depend on instance admins as curators, it's not that different from Wikipedia roles, which at least has open governance and elections.

They say other projects didn't reach critical mass. I don't think spreading your contributors thin - even while connecting them to some dynamic degree - is how you reach critical mass.

[-] Kissaki@programming.dev 35 points 3 months ago

Is it because c++ devs need half their day for recovering from the trauma of reading and writing c++? /s

6

cross-posted from: https://programming.dev/post/11720354

UI Components: Smart Paste, Smart TextArea, Smart ComboBox

Dependency: Azure Cloud

They show an interesting new kind of interactivity. (Not that I, personally, would ever use Azure Cloud for that though.)

12

UI Components: Smart Paste, Smart TextArea, Smart ComboBox

Dependency: Azure Cloud

They show an interesting new kind of interactivity. (Not that I, personally, would ever use Azure Cloud for that though.)

17

Backwards compatibility is a key principle in .NET, and this means that packages targeting previous .NET versions, like ‘net6.0’ or ‘net7.0’, are also compatible with ‘net8.0’. […]

The new “Include compatible frameworks” option we added allows you to flip between filtering by explicit asset frameworks and the larger set of ‘compatible’ frameworks. Filtering by packages’ compatible frameworks now reveals a much larger set of packages for you to choose from.

11

Truly astonishing how much generalized modding seems to be possible through general DirectX (8/9) interfaces and official Nvidia provided tooling.

As an AMD graphics card user, it's very unfortunate that RTX/this functionality is proprietary/exclusive Nvidia. The tooling at least. The produced results supposedly should work on other graphics cards too (I didn't find official/upstream docs about it).

For more technical details of how it works, see the GameWorks wiki:

10

cross-posted from: https://programming.dev/post/11034601

There's a lot, and specifically a lot of machine learning talk and features in the 1.5 release of Opus - the free and open audio codec.

Audible and continuous (albeit jittery) talk on 90% packet loss is crazy.

Section WebRTC IntegrationSamples has an example where you can test out the 90 % packet loss audio.

[-] Kissaki@programming.dev 60 points 3 months ago

I scale by dropping requests

[-] Kissaki@programming.dev 75 points 3 months ago

Turned into a skeleton in 10 minutes

[-] Kissaki@programming.dev 43 points 3 months ago

The site name’s a play on “The Onion” so it’s gotta be satire, right? I couldn’t find an about page to confirm.

Yes, it's satire.

The page is run by one author https://www.theolognion.com/about and no description or goal described

Runs on "substack" platform (standard software)

The story reads like a story, and the mentioned company does not exist

view more: next ›

Kissaki

joined 1 year ago