• 0 Posts
  • 12 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle

  • I’d say it’s the tooling that sucks more than anything. I’ve had installations fail because of bad caches (and resolved it by doing things NPM advised me not to do), installations that take forever and seem stuck on one dependency, conflicts with ES and Common modules, node_modules folders that dwarf other folders in size, nobody makes proper use of devDependencies, some odd dependencies on Java or Python, and so on. I think the ease of learning JS has done it a disservice as you get millions of devs contributing but not all are trained as devs or computer scientists and you get a flood of libraries that all do the same thing and often even reproduce built-in functionality.

    I really do enjoy coding in it more than any other language but when it comes time to run or build is when my rage kicks in.

    Wait… what were we talking about? Oh, yeah.

    Shitty web apps aren’t really the fault of the underlying tech. This is a problem of design and I don’t think the programming language really has much of an effect on the usability.








  • Depends. You could argue that economically speaking it’s not worthwhile to stop and cite people for speeding. Police do have discretion on that kind of thing so not the best example, but still, there’s probably stuff that isn’t good for the bottom line that just needs to happen. The government is not a business.

    Now when I say “depends”, I would be more inclined to go after a small number of people committing massive fraud than a large number committing minor acts of fraud. In the first case I think charges would discourage future abuse but in the second probably not. It wouldn’t be a vast, organized network of people doing the same thing, but a bunch of people that happened to notice the same opportunity. I think you’d do just as well having applicants read and sign a paper that goes over the penalties of abuse (while spending very little resources on enforcement).



  • The struggle with KeePass conflicts is real. Put basically the problem occurs when you change a DB on device A, change the same DB on device B, and then you sync them using Syncthing. That might happen for me once a month.

    I think I found a process that can reduce the occurrence of conflicts, mostly, not entirely. Instead of one DB that every device shares I have one DB per device (i.e. the KeePass file includes the name of the device). Most of the time this can’t possibly cause a conflict because device A only saves to its own DB. The only time it could create a conflict is if I need to pull in an entry that I made on another device. That’s a manual process for me and it makes me more aware that a conflict could happen. I make sure the device I’m syncing from is active in Syncthing, and if it is there’s almost no chance of a conflict.

    A one-way sync option for KeePass would make conflicts almost impossible so I think I’ll propose that or work on a plugin for it.