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

help-circle

  • SpaceCowboy@lemmy.catoProgrammer Humor@programming.devchoas
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    1 month ago

    I mean, some of the taxanomic divisions do have common names as well - jawed fish and ray-finned fish

    Searching for “jawed fish” takes me here: https://en.wikipedia.org/wiki/Gnathostomata

    But that’s jawed vertebrates. So I’m not sure which taxonomic group you’re referring to when you’re saying “jawed fish”. The wiki page indicates salamaders are in the Gnathostomata group. Are salamanders considered to be jawed fish?

    I think this just goes to further prove that using english words for taxonomy just causes a lot of confusion. My search results for “jawed fish” also returns a lot of results from national park sites and yeah, that kind of terminology for a national park conversing with a layperson is fine. Close enough for a layperson, but for a biologist they probably should use Gnathostomata when that’s what they’re talking about.

    Was that the weird chapter that was just a biology lesson, but was also completely wrong?

    Probably, but it’s been awhile since I read it. But it would be insane to read Moby Dick expecting it to be a good biology text book. You have to read it as people’s understanding of biology and terminology in the past, which is why I referenced it in the context of the evolution of linguistics about ocean animals.


  • It’s why taxonomy uses latin for this… the definition of english words are based on common usage which isn’t going to line up to any kind of scientific categorization. English is always changing and scientific categorization is also always changing when there’s more empirical data. These changes are independent of each other so it was wisely decided long ago to not even try to make english words consistent with scientific taxonomy.

    So in common usage, yeah it’s based around the general shape but it isn’t a whale (big mammal) a dolphin (a relatively smaller mammal). A shark might be called a fish but more likely someone will just call it a shark instead of just using just “fish”. This is fine for communication among laypeople, if marine biologists are having a conversation about those same animals, they break out the latin and there’s no confusion.

    Also my understanding is that in medieval times, the word whale actually refereed to a specific species of whale… what we know call the Right Whale, which is nearly extinct. So a word for a species became a word for a group of species and then it was awkward how to refer to that original species. What kind of whale is that? “It’s a whale whale… you know the original whale… the proper whale… the right whale.” There’s actually a paragraph in Moby Dick about this.

    English is weird and changes in weird ways. Just use latin if you want to be scientifically precise.


  • Yeah this is more of a situation where because more applications are built for windows you’re more likely to encounter poor quality application level software on windows than on Linux. Especially if you stay within the walled garden that most distros provide.

    People see a pattern with having a lot more problems with applications on windows than they do on linux and wrongly assume it’s because of the OS.

    It’s really silly since there’s plenty of real bullshit going on with windows people could meme about. There’s no need to make up shit about windows being bad at something it actually does ok with.


  • One time a VP decided to jump in and be a developer and he just pointed a bunch of cards when the dev that was really going to do the work was off for the day. Obviously the points were way too low, so I just padded out the rest of the cards knowing the 7 points on the cards the VP pointed was going to be the entire two week sprint for the other dev and I’d need to to whatever else was put into the sprint.

    And that’s how I found out the Product Manager was putting the points into a spreadsheet to track how many points each individual dev was doing. He was actually upset at me for doing 20 points in the sprint. Sure, I padded them out, but why wasn’t he bothered by the cards that had too few points on them? Just upset his spreadsheet was screwed up, but couldn’t be angry at the VP that under-pointed a bunch of cards.



  • Waterfall is more like: You want to go to Mars. You start to build the rocket. Managers that don’t know anything about building a rocket starts having meetings to tell the engineers who do know how to build a rocket what they should be doing. Management decides to launch the rocket based on a timeline that’s not based in reality. Management tries to launch the rocket based on the timeline instead of when it’s actually finished. Rocket explodes. Management blames the engineers.

    The various methodologies don’t actually change what the engineers need to do. But some of them can be effective at requiring more effort from management to interfere in the project. Bad managers are lazy so they’re not going to write a card, so they can be somewhat effective in neutralizing micromanagement. I say somewhat, because bad management will eventually find a way to screw things up.





  • IMO it should even be hashed on the client side before being sent so that it doesn’t show up as plaintext in any http requests or logs. Then salted and hashed again server side before being stored (or checked for login).

    But if someone got that hashed version they could hack the client to have client side hashing code just send that hashed value to the server. You’d want to have the server to send a rotating token of some sort to use for encrypting the password on the client and then validate it on the server side that it was encrypted with the same token the server sent.

    Seems complicated to me… https is probably has good enough encryption, so eh, whatever.


  • Having a lot of joins can be expensive and non-performant.

    Only if you don’t know how to do indexing properly. Normalized data is more performant (less duplication of data, less memory and bandwidth is being used) if you know how to index.

    It may have been true decades ago that denormalized tables were more performant, I don’t know. But today it’s far more common that the phrase “denormalized tables are more performant” is something that’s said by someone that sucks at indexing and/or is just being lazy.

    But I do put JSON into tables sometimes when the data is going to be very inconsistent between different items and there’s no need to index any of the values in there. Like if different vendors provide different kinds of information about their products, I need to store it somewhere, so just serialize it and put it in there to be read by a program that has abstraction layers to deal with it. It’s never going to perform well if I do a query on it, but if all that’s needed is to display details on one item at a time, it’s fine.



  • It’s one of those things wher eI’m sure it’s fine if you learn it. But it’s not DOS CMD, but also not bash.

    So instead of improving CMD to have more features or just going all the way and offering an official bash implementation, they want me to learn a third thing. Just don’t have time for it.


  • SpaceCowboy@lemmy.catolinuxmemes@lemmy.worldNo Mercy
    link
    fedilink
    arrow-up
    20
    arrow-down
    2
    ·
    1 year ago

    Yup. And you can kill processes in Windows to in the task manager. Or probably with a Powershell command too, but nobody’s gonna learn Powershell LOL.

    There’s nearly always equivalent functions in both Linux and Windows, just in Windows you gotta click around in more bullshit forms and shit to find stuff. Or learn Powershell, but again, LOL. They are both OSes after all, they do similar things. Just one might do them better than the other.




  • Key bindings and a good GUI aren’t mutually exclusive.

    Key bindings are great for people that use the app a lot and want to be more efficient at the tasks they do most often in it. But most people aren’t going to be learning keyboard shortcuts the first time they use an app. And if someone uses an app a few times and find it frustrating to use, they never use it enough to want to learn keyboard shortcuts to improve their efficiency with the app.


  • SpaceCowboy@lemmy.catolinuxmemes@lemmy.worldCtrl + Shift + A
    link
    fedilink
    arrow-up
    25
    arrow-down
    5
    ·
    1 year ago

    So you open any other image editor, click the rectangle select button, draw a rectangle, then select a move button beside the rectangle select tool, then it moves the rectangle you just selected and you think “That’s fucking stupid, it should’ve moved the entire image, not the rectangle I just selected!”

    Really?


  • Apparently I’m Neutral Evil. But I consider myself to be Chaotic Neutral.

    I’ll fix the problem only when it’s actually a computer problem and when you can explain what the problem properly. I don’t care if it’s a ticket or an email. Though I might not get to the email today and tomorrow I might forget about it, so you might want to put a ticket in that’ll stay the until it’s closed. But the ticket system sucks, so I might not log into it and see your ticket for a few days. If you send an email, I might do it right away, but you might have to remind me about it in a few days because I might’ve forgotten about it.

    I don’t care about your job title. If you VP of whatever the fuck and think you’re important or if you were hired yesterday to an entry level position, you’re all users to me. But the issues aren’t fixed based on the order they come in, it’s based on how much effort you put into describing the problem. If you think you’re too important to describe the issue properly, you’re low priority. If you want a meeting to describe the issue verbally, oh you better believe you’re low priority, I’m not your fucking secretary that’s going to take down your dictation. You got a keyboard in front of you, use it. I might eventually get around to asking you for more details about the problem, but only after I’ve fixed all of the problems reported by people that made an effort. Your priority is based on your effort.

    Ok so maybe I’m Lawful Evil? But everyone thinks I’m Chaotic Evil because they don’t understand why some people get stuff done right away while they have to wait.