HackerTrans
TopNewTrendsCommentsPastAskShowJobs

znhll

63 karmajoined hace 10 años
Just another SWE...

comments

znhll
·hace 9 días·discuss
> I don't think a single one ever required any serious repairs beyond replacing consumables

I think your experience has been an outlier. I've had several printers from different brands also, and have had some that last a long time, and still print with decent quality even with off-brand ink/toner. However, quite a lot have also failed due to bad capacitors, bad power modules, or the printer or it's firmware just refused to work/print for whatever reason and the manufacturer response was: "buy a new one." There's definitely planned obsolescence built into these machines, and that's why people dislike them, aside from the fact they can be a pain to configure. That's in addition to the ink DRM and other shitty cartel like bs from printer manufacturers.
znhll
·hace 5 meses·discuss
They named their video conference tool "Visio" ? lol

Meanwhile... Micro$lop: Aha! Sharpen your lawyers, mes amis!
znhll
·hace 5 meses·discuss
MS Access was on its way out by the time I started working in software, but the simplest explanation I can give about why the "forms" question is this, let's say you're a business person and...:

  * You have a huge Excel document that's basically a DB. (What Access kinda was)
  * You want users to interact with said data document, i.e add record, find/query record(s), edit records
  * You add a "form" for users to do just that. You can also add a "login" form to give some users more permissions.
It's basically if you could turn a SQlite file into a low-coded desktop app.
znhll
·hace 6 meses·discuss
> Because that seems like a bare minimum to collaborate at all.

Now you're getting a clue why Google had like 3-4 competing communication tools at some point lol
znhll
·hace 6 meses·discuss
> It would take 2 seconds for anyone at Google to confirm this.

Not really... Google is literally too big, and the fact that they've offshored and/or automated support away and compartmentalized it all where no single IC employee could possibly do much.

I had a billing/tax issue come up with my small biz Google Workspace, and I was getting nowhere via the normal support channels... So I asked my brother in-law who literally works at Google (but not in that team) for help. He could not help me as he had no idea who or what department could handle that and neither did his team members, and it would take weeks apparently to find the right person. I'm not the only paying Google customer with that experience. Google products are great, until you run into an issue you need to talk to a human.
znhll
·el año pasado·discuss
I recently started making the switch from docker (and docker compose) to using podman and quadlet, but holy crap is the documentation for podman quadlets a big f-you wall-of-text mandoc that would make Torvalds proud. I've read thru that and am still not quite sure of how to get from point A to point B.

To replace a single docker compose file, sounds like one needs to manually create a number of .container, .volume, .network, .kube files correctly so systemd can spin up a container pod? Is that what I'm reading? Is there nothing that can generate that from a docker-compose.yml?