

I like auto complete because I’m a terrible speller I’d write “int countOfCommplixThang”, but auto complete guesses “int countComplexThing” Sometimes it even comes up with a better name than I would


I like auto complete because I’m a terrible speller I’d write “int countOfCommplixThang”, but auto complete guesses “int countComplexThing” Sometimes it even comes up with a better name than I would


It has had AI since before AI became hype. They limit it to places where it is useful intead of claiming it does everything.
NAS can be two different things.
NAS is just “network attached storage”: a computer that has a bunch of disks attached to your network. IF you put a single disk on your network and nfs/samba to share it you have created a simple NAS - I strongly recommend you put in more drives for redundancy, but that is all NAS is.
Often NAS is taken to mean not just the above, but a custom machine that does the above. The downside is these custom machines are often slow, and put weird hardware/software on them such that if the whole box breaks (as opposed to just a single disk failing which they are good at handling) you may not be able to recover anything. One variation of this you want more space and discover you can’t upgrade it at all. They are an easy way into NAS, but the downsides are such that I can’t recommend them anyway.
Many NAS work like that though. Hardware RAID always seems to work like that so if you get a fancy card that supports RAID you been make sure you have a good long term support contract that will be there for you when there are problems (if you are not paying hundreds of thousands per year you don’t have a good support contract)
Not all are that way. Many run ZFS which is great for this and you can replace broken hardware and recover. BTFS is commonly used as well, probably not as good as zfs but likely good enough.
I’ve been using fastmail for a long time for this now. I’ve been happy, not to expensive. I’m surprised they haven’t been recommended, normally when the question is asked there are a million fastmail recommendations


Talk to your doctor and read those studies. If you have a heart condition you maybe someone who should start taking it. Or maybe you are amoung those who should never take it. I don’t know your exact situation (and I’m not a doctor), I know just enough that I would not be surprised if viaga would be helpful


could be, but this is hard to prove. And then we have ask what about people who wouldn’t get Alzheimer’s, is there harm from giving them to them? Lots of other questions come up when treating normal people that we can ignore for those who need help. (if this revered Alzheimers but caused death by Cancer in 5 years it is still worth it for those with Alzheimers)


Viagra was developed as a promising heart disease treatment. In trials the side effects we all know of it for came apparent quickly and so they got it approved for that since it is very easy to prove it is helpful. However there is still good reason to believe that it is helpful for a lot of other things and everyone should take it. What isn’t known is if there is anyone who shouldn’t take it, what the best dosage is, and lots of other details - but studies are happening and I expect in 10 years it will be a regular treatment for a lot of people who don’t care about the side effects.
Changed my family dashboard from magic mirror to a home assistant dashboard. I’m missing some cute things, but the major functions work better, and I get some options that I didn’t before.
RaidZ1 is not the same as a mirror. I’m not sure if you are allowed to have Z1 with only 2 disks, but if you are you still shouldn’t because while it scales down that far it still does parity calculations and writes that to the second disk instead of just writing a copy of the data (the parity calculations probably result in the same data, but I doubt this is optimized)
ZFS snapshots are easy to settup. If you don’t notice that you deleted all the snapshots for a month you never will.
you still should have offsite backups for a fire, but the notion that raid isn’t backup is not really correct since for most people the situations that raid with snapshots isn’t enough protection will never occure and to the risk is acceptable. Plus raid is a lot easier to get right. For that matter if you have a backup but don’t have the password after the fire you don’t have a backup.
though if you rely on raid alone I’d want 3 disk redundancy.
Everything starts with what my family needs/uses. Jellyfin for media. Grocy to track which kid has done their chores. Home assistant to make a nice dashboard in the kitchen to see the family calendar (still on google) and the chores. I’ve tried a few other things, but those are the ones important to me.
I only have leagally owned movies. I’m technically violating some law but since I can show the judge the originals and they are not available outside myhome they won’t dare go after me - a jury won’t convict and even if one would I’m a perfect ‘normal man’ who proved the law is unjust. I won’t be as well known as Rosa Parks in history but I’d be a perfect story to rally around to get the las changed and they won’t risk that


My supply managemet reys know that, I just know they talk about it is a routine thing and the suppliers salesmen act like it is normal. I’m not in those conversations often but I’ve heard them.


I don’t understand why legitmate companies are not in arms over this. When that many ads are scams your customers will learn that facebook ads are scams and not buy from you either. Fool me once…


There is no reason consumers cannot demand this even though they haven’t. There is no reason the law cannot demand it even though it hasn’t.
The important part is that the idea exists and is common enough in OTHER situations. When you ask for it there will be people who know what this means and there is a whole industry of “we escrow your code for you” that can handle the details. If you make a new law you have plenty of examples to look at and so are much less likely to accidentally create some unintended consequence that is worse than the current situation.


After verifying that OP’s intent was met I gave a more fun answer that abused the letter of what was asked.


Yes. However as others have already said odds are you don’t have the right devices. Still if you really work at it everything exists. Start by selecting one of the few TVs that support it, then get a good HDMI cable, make sure you have a video card that supports it, with drivers for the OS (you might have to write them yourself), then just setup networking. This would be an interesting hack, I’d love to see someone get it working and show their setup, but it is otherwise useless and will be a lot of work.


Consumer devices are not industry. they almost never get that treatment.
The AI is doing it though. I type “in [tab]” and I get the whole line. Sometimes I don’t even have to type anything.
I’ve never been able to get an AI promt to write useful code though.