

Dude, top ten expositions of all time. Up there with the importance of pizza delivery.
Dude, top ten expositions of all time. Up there with the importance of pizza delivery.
I mean say what you want, but thats legit how new tech is being developed right now. My favorite book is Cryptonomicon. It came out in 1999, But the premise was that the main characters were going to build a currency backed on cryptography. There was even a side story in the book where one of the man characters is looking for a specific investor who is obsessed with trading cards. The main character sells the investor on the idea by saying how the technology could easily be adapted for distributing digital trading cards.
The dude basically predicted Bitcoins and the rise of NFTs in 1999.
Lol, Interestingly enough. The hacker who steals the book realizes that each copy he makes can’t have a ractor so he substitutes it with a computer generated voice. I distinctly recall him acknowledging that it’s not as personal as a ractor but is adequate enough for the purpose.
Everyday we get closer to the book The Diamond Age by Neil Stephenson where the main character has stolen from him a book he created called, “A Young Ladies Illustrated Primer” The thief turns out to be a hacker and mass produces copies of the book for orphans.
The book itself is an AI that assess the users surroundings and intelligence level before creating stories that are relevant to the user that also educates them.
I can see this being a net positive if done correctly. But I don’t think the tech is there yet.
Are you talking about an ERP system like SAP? If so it’s all about data collection of business operations. Sure you make some no brainer decisions to do things that are practical but it always devolves into “how much did this improve the bottom line?” You start to get data on what business has the highest margins in sales and what products are proving to be a PITA to the bottom line due to customer support eating through labor.
spreadsheets are good but you start hitting walls when the company expands. Suddenly Purchasing managers are making entries to a file, but simultaneously works in production are changing the same file to reflect what they consumed in production. You then start auditing things and don’t know what the QTY row numbers mean. Is that actual inventory? Is that a mix of inventory on order? does this reflect what the production consumed today? if so when?
It gets messy without the right tools when the company scales.
The embedded IoT crowd would like to refute your claim that there are no operating systems that you can install and forget.
The collective would like to stress that any operating system can be installed and forgotten. Please note, that usefulness and security may be impacted.
/s
Also, to be technical there is CollapseOS which is an install once and forget sort of thing.
I mean, if they are gonna get rid of it, I will take one for free. Free EV is a free EV if it breaks down 5 days later then I am in the same situation I was before getting the truck.
My first new computer was an Acer Aspire One netbook with Windows 7 starters. I quickly realized what “starter” meant and discovered Ubuntu 10.10 Netbook Remix. The rest is history.
Not sure, currently have 8 nodes and 40 apps running
Use tailscale for host nodes, use tailscale docker container in a compose stack with an app that you sidecar to. That way that app is on your tailnet as if it is its own computer. Use tailscale serve for reverse proxying support of the apps. Then, setup a vps node (I use linodes $5 node) with tailscale and configure that to be your DMZ into your tailnet.
For DMZ, use Caddy, UFW, and fail2ban. Also take advantage of ACLs in the Tailscale admin console to only have the VPS able to route traffic to specific apps you want to expose. My current project is to work in Authelia into this setup so a user logs into one exposed app and is able to traverse to other exposed apps through header / token authentication.
Oh also, segment the tailnet using different authentication keys. Each host node should have its own key, all the apps on a host node should have a shared key, and all public facing clients should have a common shared key. That way in case of compromise you can revoke the affected keys without bringing down your network.
When you end up having a mini homelab look into komo.do for container orchestration over the overkill options like kubernetes or portainer
In windows defense (no means sticking up for them now) It was a pretty unobtrusive OS in Windows 7 and arguably in Windows 8 (but don’t get me started with the UI/UX choices). Windows 10 was decent and for the first year or two felt good running it. But after that yikes…… Then windows 11 comes to the scene and I lost the plot. Looking forward to October though when people throw out their 7th Gen Processor rigs. I got no issues rocking an I7-6700K that is not AI ready
If it has “smart” capabilities please don’t make it dependent on an APP try making it compliant with the Matter Protocol so that people can buy it and integrate it into their household regardless of ecosystem
hackernews its like reddit but the user submitted links are tech and research of hardware heavy. A good portion of my RSS feed is from blogs that posts were submitted to there.
Not as impossible sounding. I mean I would never attempt it but you might be able to get away with it using a stencil, solder paste and one of those fancy toaster ovens with a broil setting. ROI would suck since you are probably gonna fail the first couple of times.
I really wanted window 10 phones to take off. Their development into their now defunct projects such as Continuum and Munchkin in my opinion could have jump started and sustained smartphones as a legitimate productivity PC. Imagine having a cellphone you can dock anywhere and have a full blown windows OS to do things on…. That’s where they were heading.
Alas, the best we got is Dex and stage manager both being cellphone OS solutions for work PC tasks.
.exe to .sh low key turn all windows machines to Linux machines
Disclaimer: If you want to explore window managers then go ham! Linux is all about exploration.
Now, If you think the grass might be greener on a different desktop manager then stick with gnome. By no means am I saying Gnome is the best, but its more of a situation where it will devolve into the quirks you know vs the quirks you don’t know situation.
Personal Antidote, I started with Gnome and used Gnome for years. Got curious and started jumping around I tried KDE, I3W, XFCE, Pure X, Etc. There were things I liked about each one of them but the quirks of each deviating from my expectations coming from gnome was too much and I ended up sticking with gnome.
That being said, out of necessity due to system constraints I run XFCE when I need a light weight DE. A close second in that realm is LXDE But I don’t like its default aesthetic nor do I feel like customizing it since I do most of my computing in a terminal.