

i’d avoid BIOS-based RAID… it doesn’t really offer many benefits over linux-based raid like MDADM, and MDADM offers a LOT of up-sides for portability, repairability, diagnostics, etc
i’d avoid BIOS-based RAID… it doesn’t really offer many benefits over linux-based raid like MDADM, and MDADM offers a LOT of up-sides for portability, repairability, diagnostics, etc
i don’t agree with that definition of creative… there’s lots of engineering work that’s creative: writing code and designing systems can be a very creative process, but doesn’t involve feeling… it’s problem solving, and thats a creative process. you’re narrowly defining creativity as artistic expression of emotion, however there’s lots of ways to be creative
now, i think thats a bit of a strawman (so i’ll elaborate on the broader point), but i think its important to define terms
i agree we should be skeptical of marketing hype for sure: the type of creativity that i believe ML is currently capable of is directionless. it doesn’t understand what it’s creating… but the truth lies somewhere in the middle
ML is definitively creating something new that didn’t exist before (in fact i’d say that its trouble with hallucinations of language are a good example of that: it certainly didn’t copy those characters/words from anywhere!)… this fits the easiest definition of creative: marked by the ability or power to create
the far more difficult definition is: having the quality of something created rather than imitated
the key here being “rather than imitated” which is a really hard thing to prove, even for humans! which is why our copyright laws basically say that if you have evidence that you created something first, you pretty much win: we don’t really try to decide whether something was created or imitated
with things like transformative works or things that are similar, it’s a bit more of a grey area… but the argument isn’t about whether something is an imitation; rather it’s argued about how different the work is from the original
that’s a lack of understanding of concepts though, rather than a lack of creativity… curation requires that you understand the concept that you’re trying to curate: this looks more like a dog than this; this is a more attractive sunset than this
current LLMs and ML don’t understand concepts, which is their main issue
id argue that it kind of does “think about its own thoughts” to some degree: modern ML is layered, and each layer of the net feeds into the next… one layer of the net “thinks about” the “thoughts” of the previous layer. now, it doesn’t do this as a whole but neither do we: memories and neural connections are lossy; heck even creating a creative work isn’t going to turn out exactly like you thought it in your head (your muscle memory and skill level will effect the translation from brain to paper/canvas/screen)
but even we hallucinate in the same way. don’t look at a bike, and then try and draw a bike… you’ll get general things like pedals, wheels, seat, handlebars, but it’ll be all connected wrong. this is a common example people use to show how our brains aren’t as precise and we might like to think… drawing a bike requires a lot of very specific things to be in very specific places and that’s not how our brain remembers the concept of “bike”
it’s only qualitative because we don’t understand it
when an LLM “experiences” new data via training, that’s subjective too: it works its way through the network in a manner that’s different depending on what came before it… if different training data came before it, the network would look differently and the data would change the network as a whole in a different way
and experience is ongoing learning, so if an LLM were training on things after the pretraining period then that’d allow it to be creative in your definition?
but in that case, what’s the difference between doing that all at once, and doing it over a period of time?
experience is just tweaking your neurons to make new/different connections
well now you’re just describing ansible
yeah stupid people like most tech workers who just need their tech to work as expected rather than be “customisable”
there’s value in the “just works” when not working costs you hundreds of $ per hour that it doesn’t work
$2000 for a phone is nothing when it’s a professional device
i’m sure they learned plenty of things about the old game engine they built
and now they have a new one… which was the whole point
“you know what worked real well? the metaverse! let’s copy their avatars!”
“ooooh yeah great idea bob! we don’t have any legs either so it’s perfect!”
afaik there’s options you can turn on that enable it
search .inputrc and set completion-ignore-case On
“magically know what they want” aka occasionally set you and your files on fire
i prefer not fire
also idk does zsh do this automatically? don’t think i’ve ever had this problem except on legacy AF servers
i mean… unless you don’t tab complete, but then who doesn’t spam tab 30 times every keystroke?
not multiple bulbs no, but those bulbs have multiple LEDs in them… LEDs only have a single colour, but you can produce variable colour (or colour temperature) bulbs by mixing R/G/B or warm white and cold white
philips hue bulbs for example have red, green, blue, warm white, and cold white LEDs so they can mix any colour or colour temperature
to have variable colour temperature requires a warm white and a cold white LED that get mixed, so they’re always being used at 50% or less (because 50% emission on both is the same brightness as 100% of 1)… commercial fixtures are likely to not give that option and only include a single LED at fixed colour temperature to avoid 2x the parts
colour temperature is only changeable when you “mix” other colours in: usually you have cold white and warm white LEDs and you mix them to get whatever temp you want
for commercial, i doubt they’d double the LEDs so you could adjust them… the name of the game in commercial lighting is buy what you need, buy it cheap, and don’t pay for things you won’t use
at the very least constant whip-lash from changes might see ISPs not being able to sign long-term contracts and businesses not being able to plan around availability of things like “fast lanes”, which might make them uncommon even if net neutrality keeps getting repealed
and years later the image in people’s head of people who used google glass didn’t change a bit
HTTPS is heavy when you’re talking about the extreme low power, bandwidth, and compute devices matter is intending to support
its also not a broadcast protocol - matter intends to connect many devices to many devices
those are off the top of my head; i’m sure there are more. HTTP is great, but new/alternate network protocols aren’t inherently bad: especially when you’re operating in a very constrained/niche environment
oh for sure! that part is totally BS when you’ve bought the product already
kinda the same reason people suggest something like linux mint over slackware, gentoo, arch, etc… mint is easy to install and is preconfigured to be an easy to use user desktop environment. you can configure any other option to be have like that, but they tend to be a bit more “DIY”, which is great if you know what you’re doing!
dedicated NAS OSes will have good software out of the box that make it easy to configure and manage various common disk-related configurations (RAID, SMB, NFS, etc). you can certainly do all this yourself, but it might not have a pretty, unified user interface, or you might have to deal with software that isn’t compatible with some version of a library that’s in your distro of choice… all resolvable things, but they take time to solve: anywhere from installing a package manually to applying a kernel patch and recompiling the kernel to get something to work