Developer, 11 year reddit refugee

Zetaphor

  • 0 Posts
  • 40 Comments
Joined 1 year ago
cake
Cake day: July 19th, 2023

help-circle





  • This has nothing to do with rockstar culture and everything to do with the fact that you’re spending 10x the amount of typing complaining about an issue than it would have taken you to just go and fix it and be done with this. So either you don’t want it fixed because you prefer to complain and die on your sword, or you don’t know how to fix it.

    Either way I’m done with the conversation. If there is actually an issue I expect someone else who is actually levelheaded and reasonable will identify it and submit a PR. Because that’s how you improve open source software, not by throwing tantrums and making wild assumptions about peoples agendas. Go touch grass or something.



  • It’s amazing how you have fallen hook line and sinker into believing that the problem is difficult to solve. It’s the agenda that is the problem.

    If the problem is easy to solve, then go solve it, open a PR, and come back here once you’ve done so.

    If you’re going to signal that something needs to be done, and you want people to join you in supporting that belief, then actually put something forward that people can get behind. What would me getting angry alongside you actually accomplish? If there was a PR then the community could go and say “Here is a solution, here’s why we think it’s worth merging” and a discussion could actually be had.

    Instead you’re just giving rhetoric about how they don’t want to solve this without any evidence, actually creating a PR and having it rejected would be all the anyone needs to see to support your opinion, so go do it.

    They have people like you who will not read actual code to see that they only care about the fact that “Rust is cool programming language” and crashing code doesn’t get any priority.

    I’ve have merged PR’s in the Lemmy repos. Don’t assume you know anything about me or my position, because you don’t. I don’t have any particular stance on Rust and if this is actually an issue it’s one I’d like to see resolved, so go open a PR and get the conversation started instead of whinging here.

    They even started a new front-end Rust application this month, because they don’t care to bother with the core of the site

    Are you referring to this repo that Dessalines forked and hasn’t made a single commit against? That hardly seems like they’re abandoning the current frontend and more like a dev messing around with various tech as we all do.

    PostgreSQL doing INSERT and SELECT statements to load comments.

    If you know what’s wrong, and you know how to fix it, then either put up or shut up. Go make a PR and fix the problem and show us that they rejected the PR because they’re not interested in improving performance. There’s folks like Phiresky actually making meaningful contributions to the backend to help improve Postgre performance, something both dessalines and nutomic have said they’re not well experts in. Be like Phiresky, actually put your code where your mouth is.

    Lastly, I don’t know if you were aware of this, but the Lemmy devs don’t owe you anything. Even less so if you’re not actually contributing code or money to help move this project forward.






  • Let’s assume the machine works one of two ways. It either destroys the original as it’s read into the machine and reconstructing on the other end, or it’s not destroying the original and simply reading and copying simultaneously.

    In the first case there are zero complete copies of you in existence as you’re undergoing a phase of removing information from place and reconstructing it in another, I’d call that death and cloning.

    In the second case there are two identical copies of you in existence until they destroy the original, I’d call that a clone.


  • Quantum entanglement would mean that while it reads your initial state and encodes the new state there are two copies of you in existence, that is cloning, then the initial state dies. Unless the process of reading that state is destructive, then you just die and are cloned.

    The method between the two you suggested also means you die momentarily and then are recreated. For the period of time it takes to encode your atoms into a method of transport and then reassemble them at your destination, you no longer exist in complete form.


  • This question all comes down to your opinion of what makes a person a person, whether that means we have something greater than the collection of our atoms, or whether we are simply the emergent outcome of the complex arrangement of atoms. If you subscribe to the former then you also need to believe that this machine is somehow capable of either transporting/transplanting that “soul” for lack of a better expression. Where if you subscribe to the latter than this is most certainly a suicide cloning machine.

    I personally subscribe to the idea that consciousness is an emergent property of complexity. Given a sufficiently large enough series of inputs you can observe new and unexpected outputs that appear to be on higher orders of complexity than their inputs. This response is an example of that, from electrons flowing through transistors we end up with operating systems, hardware IO, web browsers, networking protocols, ASCII standards, font rendering, etc. All of that complexity emerges from a massive amount of on/off switches arranged in patterns over time.

    Following this chain of reasoning I believe that making an exact duplicate of me down to the state of each atom is no different than that entity being me, however as a conscious being with human ethics and morals I put value in the singularity of my existence, and so a plurality of Zetaphor is something I find undesirable as it fundamentally challenges my perception of what it means to be myself.

    So assuming the entity leaving the transporter is me, there’s two ways to approach the way a machine like this could operate:

    • It reads my state in its entirety and then destroys (or encodes for transport) that state
    • Or it’s creating the new instance of me bit by bit as it reads my current state

    That means one of two things, either there is a brief moment of time where two identical copies of me are in the universe, or there is a period of time where zero complete copies of me exist in the universe. So either I stopped existing momentarily and then was recreated from scratch (death and clone birth), or I existed in two places at once and then died in one (cloning and suicide).


  • If all I experience is being one place one moment and another place the next, then it’s me

    If I make an exact molecular copy of you and set that copy free into the world thinking it had just successfully transported, but then I take the original you that entered the transporter and lock them up in a basement somewhere, how is that any different? From the perspective of the conscious being that came out the other end their continuity is uninterrupted. They will think they are the only version of themselves to have ever existed and that they simply moved from one place to another, as opposed to being a duplicate of the original entity, and that the original entity may be dead or in this case locked in a basement.


  • This is where ChatGPT and Codium.ai has been a godsend for me. Something that would have taken me a few hours to 1+ days to iterate on is now reduced down to anywhere from minutes to an hour. I don’t even always see it all the way through to completion, but just knowing that I can iterate on some version of it so quickly is often motivation enough to get started.

    If you’re paying for the Plus subscription, GPT-4 with Code Interpreter is absolutely OP. Did you know you can hand it a zip file as a way of giving it multiple files at once?



  • That entirely depends on the employer, but in my anecdotal experience that has been the case. Especially in more recent years versus the start of my career (nearly 20 years ago).

    The reality is that Computer Science is useful for building strong engineers over the long-term, but it doesn’t at all prepare you for the reality of working in a team environment and contributing code to a living project. They don’t even teach you git as far as I’m aware.

    Contributing to open source demonstrates a lot of the real-world skills that are required in a workplace, beyond just having the comprehension and skill in the language/tool of choice you’re interviewing for.