Kid_Thunder

joined 11 months ago
[–] Kid_Thunder@kbin.social 3 points 4 months ago

I see some comments recommending wordpress but wordpress is a security problem, especially if you're using 3rd party plugins. It is such a bad problem that their are 'wordpress security' applications but even then wordpress sites get hacked all the time. If you are going to use it, it is best to let some other host handle it for you if you don't know a whole lot about what you're doing.

There are many, many other content management systems out there. Some are lighter than wordpress and some heavier. They are all about posting and managing content. Most of them have some sort of user and authoring system. Once you're webserver is set up, many are written in a mixture of php and python so setting them up is generally drag and drop with either minor configuration file edits or wizards. Many of them have sections that you can set up using a labeling/tagging system. Most of them allow you to have the 'stories' as private or draft where you have to actually click publish before people can view them. Some have user roles systems where you can limit viewing and even editing between different roles for sections.

Generally, once their setup is done, they are point and click to do everything.

Here's a nice list of FOSS CMS' (which includes Wordpress of course).

[–] Kid_Thunder@kbin.social 4 points 4 months ago* (last edited 4 months ago)

Just to be clear, if you're in the US, you 100% have copyright protection as soon as you put pen to paper.

[–] Kid_Thunder@kbin.social 7 points 5 months ago

For the big products, I think Google Assistant will be next followed by barely doing anything further with Android Auto until it dies a few years after GAS starts getting pushed out while it probably either won't or will stop supporting 'legacy' Android Auto apps, so AA dies 'because developers aren't supporting apps anymore -- totally not our fault and we're sorry to see this happen.'

[–] Kid_Thunder@kbin.social 44 points 5 months ago (2 children)

Former Googlers have always said that the big issue with sustaining products at Google is that it is highly competitive and Google rewards new products, not sustaining current products. So, most people want to continuously join/form teams for new products leaving little resources for current products. This has been the way since Google started becoming a large company -- so decades now.

This makes sense as to why Google puts out applications that seemingly do the same thing as something else but ever so slightly different and why there are sometimes cool new products that die on the vine years later and if there was no slightly different thing available it just dies or if there is then there is a half-assed migration.

In the Reddit AMA the Google Home team answered a few questions and only the very few softball ones. One interesting comment they made though is that because of the Nest products and generally new products, they believe it is a challenge to support the older hardware, including integrating Google and Nest hardware, so basically you get features removed to make it all work. Of course, there was the promise and supposed internal roadmap that puts these features back eventually, but we've seen that kind of promise over and over from Google and it rarely happens. They are trying to replace Assistant with their Gemini AI which you can do now but it comes with even less features (but parity is coming -- they promise!...one day!). Is that parity with current Assistant which seems to be supporting less and less and working worse?

Google is losing a lot of consumer trust in products I think and it's going to get worse for them as this trickles to the general consumer-base.

[–] Kid_Thunder@kbin.social 16 points 5 months ago

This list is so bad, it has to be a troll.

[–] Kid_Thunder@kbin.social 31 points 5 months ago (2 children)

Ah yes from the party who constantly whines about their first amendment rights being 'violated' on social media fires librarians for speaking out against actual censorship from the government.

[–] Kid_Thunder@kbin.social 14 points 5 months ago

I accidentally overwrote /etc/passwd once and I allowed /boot to run out of space during a kernal update and I created a local user with the same user that was also on the realm/domain that I had joined and various bash script issues.
Some stuff I've had to fix that someone else did:

  • named a file rm -rf
  • rm -rf /bin instead of ./bin -- Also the fact that they had sudo was crazy and also I guess this was the second time
  • chmod -R 777 /
  • Various software bugs running swap out of space or hitting the inode limit by creating files over and over again with a timestamp in the filename and having to remove all of them because there was no backup to the OS
  • Someone disabled SELinux because something wasn't working but didn't tell anyone -- ugh
  • Compiled java because they googled some issue and followed some old tutorial without understanding anything instead of using alternatives and symlinked the old java from /bin to /home/theiruser/java -- had sudo because he was a Windows domain admin.
  • Cybersecurity guy didn't know what some VMs did so he turned them off and figured he'd find out if/when someone complained. Caused a massive core services outage.
  • Same Cybersecurity guy deleted a bunch of data because he wanted to see how the sysadmins would respond and witness backup restorations. He did not inform anyone.
  • Cybersecurity guy above still has Domain Admin and sudo everywhere. I would have personally removed his privileged access regardless of what 'CyberSecurity' management thought but I was leaving for a new job by then anyway so I figured I'd just let them eventually lie in the bed they made.

There's more but I don't want to keep going because it is Sunday and I don't want to ruin it.

[–] Kid_Thunder@kbin.social 5 points 5 months ago* (last edited 5 months ago) (1 children)

You can use Gnome Boxes to give you a front-end for KVM/qemu like VB. With the spice-webdavd package, you can share files similarly to the guest or send files directly to it.

As far as Samba goes, it is just a FOSS implementation of Microsoft's SMB. Just like with Windows, you'll have to open Explorer to the IP/Hostname of your Samba server or I guess have both join the same workgroup with the same name on the same subnet.

[–] Kid_Thunder@kbin.social 8 points 5 months ago

Set is quiet as they are waiting for Mr. Ed to say his line.
"Do you need the Lion Mr. Ed?"

[–] Kid_Thunder@kbin.social 5 points 5 months ago

I apologize. I didn't know I had replies when I deleted my post. Yeah I know you can set that behavior in some editors. And other than what I just replied with on another comment, I like tabs because I also don't have to worry about styling guides that some set down as '2 spaces' or '3 spaces' or '5 spaces' or whatever. It is basically just universally a horizontal tab.

[–] Kid_Thunder@kbin.social 2 points 5 months ago

Sorry I didn't realize I had replied with I deleted my comment. I understand some editors allow you to set tab and you can set actual spaces, like in vi. However, personally I feel like hitting tab gives me the whitespace I want for readability already.

For programmatic parsing it is simple because it's just looking for an HT.

view more: next ›