

We are boycotting Amazon products until they make another season of The Expanse
With the time skip, that’s going to be a long boycott.
We are boycotting Amazon products until they make another season of The Expanse
With the time skip, that’s going to be a long boycott.
I’ve not had a Brother printer so, can’t say from experience. My Epson Ecotank needed a driver to work. Setting it up on an RPi 3B with a CUPS server took care of it.
Because the built-in networking stack on printers is garbage and having to install drivers on every client sucks.
Printer manufacturers: Of course your printers need to be connected to the Internet… For… Reasons…
You can indeed buy better hardware for many purposes for cheaper.
Want a gaming laptop? Or a runs Linux out of the box laptop? FW is not even close to the best value there.
Want a laptop with well-documented physical specs, including CAD drawings to make readily modifiable and upgradeable, potentially being the last laptop chassis that one needs to buy? Nothing else comes close to touching FW.
I avoid ads, so, maybe they’re inappropriately marketing as gaming laptops. I’d not call that a scam but would say that it’s ethically questionable, at best. FW is a laptop for people prioritizing long-term repairability and tinkering over everything else.
…FW16 is a great Linux machine. It also had CAD drawings available that have been allowing me to sketch out possible physical modifications. It also has a PCIe 4.0 x4 available for either the GPU they sell or any other device that I decide to make.
What specifically about Framework do you think is a scam? I’d genuinely like to know since that’s been the opposite of my experience.
Yeah… I’d argue, from my anarchist view point, that Marx nearly had it. Humans and unjust hierarchies have existed longer than economics, so, I feel that to be an oversight on his part. To my thinking, economic division is a mechanism of creating or sustaining a hierarchy of classes. The problem isn’t purely economic nor sociological but both, that is socio-economic (like electricity and magnetism are make up electro-magnetism).
Economics (wealthy disparity), religion (castes), and violence are all mechanisms used to separate people into hierarchies of power and allow a small number to exercise power over others. Any hierarchy of societal power results in repression. The Soviets betrayed the Makhnovists, rolled tanks into Czechoslovakia to prevent self-determination, and committed genocide via forced relocation of “problematic” ethnic groups to destabilize any resistance to their hierarchy of power that made all subservient to Moscow.
I’m posting another comment because you seem to be genuinely interested in discussion the concepts that you are bringing up in your essay. I haven’t yet fully read it, though I have skimmed and will spend some time giving out a fair read.
I do not think that I’ll have much positive in my critical analysis based mainly upon my philosophical orientation (anarchist) and neurodivergence (AuADHD so, have strong feelings about what I perceive as just/unjust ex. hereditary rule is intrinsically unjust). From a writing style/communication perspective, it does seem, at a high level, to be well-written.
I’ll try to remember to get some time to read through the rest of it on the weekend.
No kings. No gods*. No masters.
*“gods” here referring to use of organized religion to coerce others.
Yeah. That makes a lot of sense. The general inaccuracy/untrustworthiness of LLMs makes me very uncomfortable in their use for data processing and transformations. I’d rather take a while to get it right than to potentially hand off a CSV with glaring problems due to use of an LLM.
“make all the dates in this CSV iso-8601”
This is a use of AI/LLM processing that I could agree with, if it could be trusted. Since it cannot, better to open in vim and regex replace, or process with Python.
That said, I’d rather store as epoch and display as ISO-8601 as the arithmetic is much less prone to error in epoch than any other format.
it’s ok for people to profit off of their IP
Absolutely. I just have trust issues with closed source software and platforms. Burned too many times.
When your education revolves around dehumanizing people and turning them into abstract numbers, it’s not that far of a leap, unfortunately.
That’s unfortunate. Both for throwing out all of your work and replacing it with an objectively inferior solution with poor track record of long-term sustainability.
Those who produce MBAs at it again.
Modifying software that might not be within the scope of the company that I work for, much less my team, on systems that I explicitly do not have authorization to make such changes on? No, I would not be doing that.
An important thing to remember is that going all-in on a given tool is going to result in a bad time. You suggestion of SQL, for example, excels in querying and modifying data that lives in a database and follows the expected structures in said database. Most data is not in databases, nor is it structured in a compatible manner, if at all. The workarounds needed to coax SQL into performing such tasks would result in syntax both more arcane and more verbose than the regex necessary to transform it into something compatible.
Use the right tool for the right job. For transforming semi-structured and unstructured data into something useful in a practical amount of time, regex is frequently the right tool.
Why would I use SQL to to reformat a poorly structured log file for programs whose source I have no input in during a live debug with a customer on system that I don’t own and can’t install anything on? Or to extract and format things like hosts from a similar file?
That’s stuff that’s quickly and easily done in vim (which is generally part of the base install) with regex. There’s a lot of use cases that have no overlap with SQL.
Deleted by user.
I don’t believe that they’re even that capable. Probably really on LLMs to write every script for them and don’t know whether or not it actually works.