

But I bought only one HDD 😞


But I bought only one HDD 😞


Wer einem Kanzler Rassismus vorwerfe, relativiere alle Rassisten, sagte Klöckner.
Was für eine dumme Argumentation.
Merz tut rassistische Dinge, dann ist er ein Rassist.
Wer einen rassistischen Kanzler schützt, Rolle und Amt vor Tätigkeit, der ebnet und relativiert Rassismus.
Es ist so unglaublich irritierend und frustrierend unter dieser Regierung.


Yeah, I experienced a similar barrier.
I got interested and hooked on the description, but hadn’t used it productively or made the switch. Trying to use it felt quite irritating. After a few instances like that (maybe three to five), I had something I wanted to do and committed to finding the appropriate commands and syntax. After one or two such cases, I felt more comfortable, and progression was much easier through needing and finding additional individual commands, etc.
Because it’s so different, there’s definitely a barrier, which I think is mainly the set of commands you have to know and, at times, data transformation flow (records vs tables vs lists, and the appropriate mental model to use the correct operations on them).
I didn’t use special resources or a full guide or introduction that was not the official docs.
Mainly official Nushell docs, command help/docs, web search, and at times LLMs.


Die Betragshöhe von 100 Euro sind auch fair. Ist kein großer “Schadenersatz”.


Nushell - I love that it exists, and I find it a joy to use over other shells - stable and rich enough as a productive driver, and being actively developed towards a stable 1.0
C# - three more days until the next release, which adds only a few useful-to-me extensions, but the existing base, stability, and usefulness are part of its charm


“requires” may have been a more fitting term, but it implies/can be read as the removal hasn’t happened yet


The comment I replied to expands from a cat death to a person being dragged. It expands to general accountability.


Verpflichtung raus aber den Anbietern erlauben die Nachrichten zu sehen und zu verarbeiten.
Neben der Intention würde man böswilligen Anbietern ihr agieren erleichtern und gleichzeitig relevante Anbietern könnten es weiter ignorieren.


Chatvielleichtkontrolle


My safe code is 1234. What are you using?


Burry similarly made a long-term $1 billion bet from 2005 onwards against the US mortgage market, anticipating its collapse. His fund rose a whopping 489 percent when the market did subsequently fall apart in 2008.
We may have to wait for another three years.
I looked into the article to find out how long a timeframe he is betting. Unfortunately, it does not say.


Help, I’m in a loop - between this ask Lemmy and this comment


Alternative title: Trump administration forces YouTube to delete more than 700 videos documenting Israeli human rights violations


Safety is part of the business strategy because it has to be, at least to the degree of public image and in business risk assessment.


This is not only about data transmitted to the US, but also about data located in the EU - but still under the Microsoft umbrella, a US company.
Even if you know or strongly suspect something it is important to confirm and have it on record.
Also, many people don’t have the technical or judicial expertise. It’s obvious to you because you already know it.
This admission and the following press coverage was likely a significant revelation and wake-up call for a lot of people.


People get jail time, what do we do with machines?
Hold the manufacturers and operators (specifically for company operated) accountable?
The machine is the product, not the operator. We don’t jail classic cars either. We hold their operators accountable. The one in control. Self driving has a shift of who is in control - now “indirectly”.


Did you get it as a tattoo as well?


I read numerous times about concerns of digital sovereignity, efforts, projects, etc. Press reports about some recent movements and efforts to open source, away from US Corp.
I’m used to implementing C# LINQ (method syntax) queries, which I like a lot (for simple queries) as a functional style linear data transformation process.
It’s a bit different than classic procedural scripts, but most things and scripts operate on data either way, where it’s no worse and can be better in terms of scoping.
When the simple, direct implementation does not succeed, I tend to do it step by step. Query into a variable, then I can print out the variable, verify my assumptions, and then start from the variable, continuing with the next set of transformations. Using stored json files instead of just variables can also be helpful.
It could certainly change some more, given that it’s not a 1.0 stabilized API. Still, I find it comparatively stable. Specifically, the core stuff.
I’ve used Nushell at work to work with a mass of BSON files for managing “IoT” devices. After implementing a Rust plugin for BSON, Nushell was very useful, and everything else would have been much more of a hassle.
There’s also !nushell@programming.dev, btw.