• 0 Posts
  • 216 Comments
Joined 2 years ago
cake
Cake day: December 7th, 2023

help-circle
  • Russ@bitforged.spacetoProgramming@programming.devThe Copilot Delusion
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    21 days ago

    As long as it is done properly and honest, I have nothing against a “Pro” and a “Contra” article.

    Neither do I, personally. Though I am certainly less than inclined enjoy an article where the author is oddly preachy/“holier-than-thou”, sayings things such as you’re not a “real” programmer unless you sacrifice your health debugging segfaults at 3AM or have done the handmade hero challenge (certainly an interesting series to watch, but one that I have zero interest in replicating). Yet the author accuses copilot of having a superiority complex. I cannot say for sure, however I would assume if the article was in favor of AI rather than against, then there would definitely be comments about exactly this.

    The overarching tone of the article seems like if it were written as a direct comment toward a user instead, it would run afoul of beehaw’s (and surely other instances’) rules, or at the least come really close to skirting the line - and I don’t mean the parts where the author is speaking of/to copilot.


  • I don’t see how that’s going to work out well. That’s asking to end up with a mess that you’re just going to have to rewrite anyways.

    I do not even have a complete hatred for AI like a lot of folks do, but I don’t trust it that much (nor should anyone).

    You’d be better off with an actual deterministic transpiler for that (think TypeScript -> JS but the other way around I suppose), not something with a ton of random variables like an AI.


  • Patching Comic Code? It was quite a while ago unfortunately, so I don’t have the exact commands available, but I used their Font Patcher tool in order to do so.

    From what I recall, the tricky thing was actually getting the dependencies it required to be installed properly, Font Forge would be up and running but then the script’s errors indicated that it couldn’t resolve all of the necessary dependencies. Not sure what OS you’re on so your mileage may vary - but for Linux they now have an AppImage that looks to contain everything it needs, and for macOS/Windows if you have Docker available there also appears to be a pre-built container for it. There’s also quite a few examples that I don’t think were there when I used it, since I also recall not being 100% sure of what flags were needed to run it


  • I pretty much agree, personally I rarely ever downvote a comment/post - to the point where I cannot even recall when my last downvote was, unless I accidentally have done so via a mobile gesture (I try to be cautious about this). If I were at my PC, I’d check my instance’s database, but alas.

    [The rest here on is more of a “6 o’clock in the morning stream of thoughts from my perspective” thing. My friends know me as being very verbose - last paragraph is where I try to steer back on track]

    If I do upvote something, generally it’ll be something that I feel is driving forward a discussion in good faith (even if I don’t necessarily agree with the content itself) and is respectful of all parties involved.

    Though a lack of an upvote from me doesn’t indicate disagreement either.

    An actual flat-out disagreement from me tends to be more on the rare side of things. Because so many comments are an opinion / viewpoint rather than solid fact. It’s one thing to say “No, 2+2 does not equal 5” since that is rooted in fact.

    Whereas I have to feel pretty strongly about something to directly challenge an opinion, especially since it super easy to misjudge tone on the Internet/across text and I’m not here to unintentionally start a war over something that doesn’t have a right or wrong answer (within reason - but even that itself is something that isn’t binary). I try to be cautious about asserting something is wrong unless I’m very sure of it (even if I do often fail at that, given the previous issue of tone being hard to judge across text), and of course in most cases you can’t really say another person’s opinion is unequivocally wrong.

    I don’t mind giving a different viewpoint, but again I try to be cautious about it because I don’t want to come across as “My viewpoint is ultimately right and yours is wrong” and that is unfortunately how a lot of discussions end up being seen (or I just simply make the human error of just having a far too strong opinion of my own).

    I do my best to keep my tone as neutral as I can, though as they say “The road to hell is paved with good intentions.” My original comment is a good example of this, because I do agree that downvotes are far too often used in the manner that you stated. I also agree that they’re typically a poor way of criticizing someone if they don’t include a corresponding reply (if I say something that is factually wrong - or even just poor taste, I usually want to know about it so I don’t keep doing so!), my only divergence from the matter was that they are a criticism - just a really bad way of doing so.



  • Oh hey, someone else who uses Comic Code - greetings!

    I remember when I first saw it, I laughed - and then it grew on me. Then it turned into “I can’t believe I am buying a derivation of comic sans” but it is actually a really nice monospaced font.

    Only thing I didn’t like was having to figure out how to use Font Patcher to make a copy of it that supports nerd fonts, but it was a one and done process.

    (I also don’t really like how it looks in my IDE the few times I find myself on Windows, but I don’t really blame the font for that one - looks perfect in the same IDE on Linux…)



  • I think downvotes are criticism/judgment - even if it’s more of a silent type (in lieu of actually replying, as you pointed out).

    Even from the standpoint of “You should only use downvotes to indicate that a comment/post is off topic for the community” that Reddit originally tried to (naively IMO, you can’t enforce it not being a “I disagree” button, but I digress) have is still what I’d consider to be criticism. Mainly because regardless of the vote being cast as that vs a general “I disagree”, it’s still an indication of disapproval of the commenter.

    Criticism of course comes in a lot of forms, and can vary on the “level” of it - I wouldn’t say that downvotes are a high level of criticism, but one nonetheless.

    That’s just my view of it, at least, I can’t see how they wouldn’t be a form of criticism - you shouldn’t use them as a “This breaks the rules” indicator because that should be a report instead of a vote IMO, otherwise it’s far less likely to be acted upon/handled.



  • I can only speak for myself, but honestly I’ve never been able to figure out that root of why it’s so complex to me and difficult to keep track of / understand. The only thing that seems to have a “rational” explanation to me is… Selective memory. It has been a burning question to myself for so long.

    For a while I just said “It’s too arbitrary and not logical” except math is built upon logic - 1 + 1 is clearly 2 because if I hold one finger on one hand then bring another finger from my other hand I have two fingers held.

    (Imaginary numbers though can fuck off)

    I got into programming long ago because it is logical - there’s (almost) always a reason why a computer does $THING even if I can’t tell you, someone surely can. Though generally the answer is “someone told it to do the wrong thing”. If I dig deep enough, I can usually find the answer. My life is full of so many questions that I’ll probably never have the answer to, and I found refuge in the fact that I can get the answers here.

    However… computers follow a set of rules, just like mathematicians do. So for me to call it arbitrary would just be wrong. I mean sure, a lot of the rules and formulas certainly seem arbitrary to me, there’s a reason why they are the way they are and it can be tracked down just like you can track down why a computer does $THING.

    When it comes to numbers though, my brain just doesn’t seem to hold on to it properly. I can randomly recall weird functions and quirks in libraries that I use - even remember plenty of arbitrary “things” like Vim motions… Yet ask me what nine times seven is and I can’t tell you what the answer is without doing the weird finger trick.

    So the only explanation that I can come up for that is just selective memory. I like computers and as such my brain is willing to actually memorize these things. Whereas I’ve never liked math and so my brain doesn’t see a reason to “memorize math”.

    It really frustrates me because math and computer science intersect in a lot of ways, and I’ll always be held back by this. Games for example, they run really well on your GPU because GPUs happen to be excellent at math, specifically in parallel. Encryption? Fancy math equations! Almost everything at a low level comes down to math.

    Similarly, for as much as I love logical things, I could never hold the concepts of logic gates in my head. I mean, logic is literally in the name! Even when I was heavily into Minecraft I couldn’t pick it up through Redstone.

    As such, I think for me, the “logic” argument doesn’t hold up as much as I like to think it does. The analyst in me says that I want it to be something as logical as “math is illogical” because that’s easier to admit and sounds better than “I just don’t like math”. Even worse, perhaps that subconsciously stops me liking it, thus blocking myself from ever being able to excel at it… And yet, here we are (or rather, “here I am”).


  • You absolutely do not need AI in order to sound different in one context versus another. I mean, I highly doubt most people on Lemmy speak to their bosses in the exact way that they write their comments here.

    Hell, I’d be surprised if they spoke to their friends and family the same way all the time (yes, I’m aware that you can generally be more lax around friends - but there’s a time and place for it, whereas comments on message boards tend to just be lax all the time).

    That very concept has been around far longer than “AI” has.


  • I really don’t think there was any malice intended by them. Pretty sure the intent was more along the lines of"Yes, it has gotten better. Here’s a quick demonstration using the current conversation as context." (which reads very similar to what they said)

    They could’ve left it at “Yes it’s gotten better” but I suppose it’s similar to the idea of “A picture is worth a thousand words”. Rather than “Ugh your grammar is terrible.” Of course no one should expect perfect grammar on Lemmy or similar platforms.

    (Unless I’m just missing a giant ‘whoosh’ moment here - in that case, I’m sorry)


  • It really makes me wish I could turn back the clock. When I was a kid, my pediatric GI was very aggressive with my treatment - each appointment that I had she would ask how I’m feeling and if the answer was anything less than “I feel fantastic!” then she would start to come up with a way to pivot my treatment along with finding more tests (where applicable) to continue trying to tackle the issues. All other answers meant there was still work to be done.

    As a kid it wasn’t something that I understood and could appreciate, from my limited perspective it just looked like she kept wanting to put me on new things that had the potential to make me feel even more sick (I vividly remember having to take a course of antibiotics at one point that made me sick for weeks), or to be put through more machines, have more of my blood taken, etc. I’d do anything to get that back though, as you mentioned, doctors are incredibly dismissive.

    I don’t even know when doctors (at least here in the US) started to turn sour. Even as a kid, before I got referred to GI my PCP was incredibly dismissive of my concerns and that of my parents - their “best” theory for why I was practically just skin and bones came down to “He probably has an eating disorder that you’re not aware of”. The other thing I liked about my pediatric GI was that she spoke to me, not “about” me to my parents. Even though my parents obviously don’t go to my doctors appointments now, in a way it still feels like I’m being “spoken about” rather than spoken to with most of the doctors I see.

    In comparison, almost all other people that I’ve interacted with in the medical world are fantastic - lab techs, nurses, nurse practitioners, phlebotomists, etc. Its just the doctors that are terrible.

    I constantly hear about how medical science is so advanced, but with the way doctors generally act… well, “could’ve fooled me” is usually my words on that.


  • Yep, I definitely am all too familiar with that experience. I’ve tried to accept that this usually comes from a genuinely good place - people often don’t know how to interpret the news and want to say something positive. But sometimes I wish for more honesty of “Wow, that fucking sucks, I’m sorry”. Most of the time I don’t even share the (lack of) updates anymore unless its very explicitly asked for.

    That all being said, I do hope your partner gets some good news soon - I truly feel for them. Not knowing creates problems of its own.



  • Hmm, do you mean whether they’d find an answer (or even what the answer might be)? If so, it’s tough to say.

    Edit: This is a much longer response than I intended to give… My bad!

    One of the issues I’ve been dealing with for example is I’m constantly incredibly tired. The feeling that most people have when they first wake up for a couple of minutes where they’re not fully awake even though they’re “physically awake” is the closest I can describe it, except I have it all day most of the time.

    Doesn’t matter how much sleep I get, the result ends up pretty much being the same. I do often have sleep issues, but sometimes I think that it’s a cyclical result of me being too tired throughout the day and thus not doing enough, and so my brain doesn’t think that it’s time to sleep because I haven’t done anything (but then because I don’t sleep well, the next day I still end up doing “not enough” because I’m even more tired from the lack of sleep)… I’m not even sure if that makes sense, but when I bring it up to doctors they don’t seem to think it’s a crazy theory.

    Trying to find out the root cause though has not been easy, as sadly lethargy and fatigue are very generic symptoms - the amount of things that can cause it (even on a chronic level like mine) is… quite a list. And then if you eliminate one, that doesn’t mean that others aren’t affecting you either.

    So for example, it’s common for me to be low on iron and other essential vitamin levels because I have Crohn’s Disease which one of the side effects is that you have a hard time absorbing those nutrients. Nowadays I consistently see a hematologist who checks for these things, and I can have iron infusions done to fix low iron levels.

    A couple of years ago, my results were so low that the lab tech called my doctor saying it was dangerously low, who then called me at 8PM in the day saying that I needed to drop what I was doing and go straight to the ER for an emergency blood transfusion. One of the jobs of iron to my understanding is to be a binder for oxygen so that it can be carried throughout your body - if it gets too low, you risk your organs basically not getting enough.

    Then last year we found out my testosterone levels were practically that of an 80 year old man - I’m in my late 20s… So I had to start TRT, and everyone hoped that would be the magical fix - sadly, it wasn’t (though it still needed to be addressed anyways). That however comes with its own issues.

    Now they want me to get a sleep study done because their next idea is that I might just never (or very rarely) be entering REM sleep - if you don’t enter REM sleep, then you’re pretty much not actually sleeping (an 8 hour sleep without REM is practically just an 8 hour “power nap”). But even if that were the case, and we got it fixed, there’s still no guarantees that there isn’t some other issue that is triggering the fatigue.

    As to my gut feeling, I know there is certainly an answer - I just don’t know what the answer is. But there is absolutely zero chance that the majority of the humans on this planet can go about their lives and actually be awake with enough energy to do “normal things” such as work an 8 hour day, and that I’m somehow that unique to just be missing some vital gene or such, especially when I used to be among those people. I haven’t even hit my thirties yet!

    Somewhere along the way, something went critically wrong and I lost that “ability”, but as to what that “something” is I unfortunately just don’t know because after all these years I’ve exhausted the list of things I think it could be based off my limited medical knowledge (I of course never went to medical school, but living with an autoimmune disease since before you even started puberty you do at least learn a little bit).

    I guess the other tangential fear I have is that I’ll spend the rest of my “good years” trying to figure this out, and that eventually the doctors will just blame it on old age. Time only flows in one direction, once March 16th 2025 has come and gone, it’ll never swing by again - there’s no do-over if they just don’t find the answer in time.


  • You know, every time I mention this I get strange looks (I also have now just realized that makes me sound like I bring this up very often - I’ve done so maybe twice):

    My odd specific fear is based around the fact that I have quite a few medical issues, a lot of the symptoms haven’t been resolved yet due to not knowing the root cause. This has been the case for years… I fear that I’ll end up leaving this planet in some strange way that ends up triggering an autopsy being performed on me. The examiner then basically says “Wow, this guy lived a tough life. If only his doctors had known about XYZ, these issues could’ve been easily solved” - and that effectively all of this that I deal with is “for nothing”.

    On one hand, I like to think that if seeing numerous specialists for how long I’ve been doing so hasn’t resulted in answers, then it’s probably not super likely that an ME would just randomly find the answer on a simple autopsy.

    On the other hand, quite a few of the doctors that I see don’t really listen, and are always in a rush to get you out the door in five minutes… So maybe not.

    In the end, I try not to think about it too often - there’s nothing more that I can do, at least not reasonably. I mean sure, I could go to medical school and try to become a doctor and hope by then I have the knowledge to diagnose myself, but I wouldn’t really call that “reasonable”. Plus, I hear doctors make terrible patients.


  • That’s a tough one. While I do think AI can be fun to play around with (though I personally prefer the ones I can run locally), there’s always a sort of “monkey’s paw” element to it. Text generation? Hallucinations. Image generation? All sorts of weird artifacts, and are heavily influenced by the training data (yes of course they all are, but what I mean is, if you pick a model that is heavily inspired by NSFW content for example, then you’re very likely to get NSFW content - sounds “common sense”, but nonetheless).

    So I suppose in a world where it’s “perfect” then I’d want it to make some form of media that can make everyone happy. If everyone on the planet were happy, then it’d be a much better place.

    Or if we’re talking less altruistic desires, probably a continuation of some TV series that I enjoyed which ended on a cliffhanger.


  • Russ@bitforged.spacetoAsklemmy@lemmy.mlWomen in Metal
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 months ago

    Hmm, I always have a hard time picking favorites, but I’ve always enjoyed Halestorm! Pretty sure “can u see me in the dark?” has been pinned in the number one spot of my On Repeat playlist on Spotify for a couple of months now… Lzzy’s vocals are fantastic in it!

    Also, a couple of years ago Alex Reade joined Make Them Suffer, and I’ve been enjoying their latest album (also called Make Them Suffer), a few of the tracks from that album (Epitaph, Oscillator, Weaponized, and Small Town Syndrome) have also coincidentally been stuck in my On Repeat playlist for a while.


  • I’ve never had to downgrade Firefox, most of the time I don’t even notice its been updated unless it pops up a “Welcome to Firefox vSomething” page which it hardly ever does.

    I did try out Zen, and its certainly an interesting browser, but there’s a couple of issues with it that I have:

    • It’s a browser that is as far as I understand, maintained by one person - I learned a while ago not to use critical software that is only maintained by one person
    • It’s still in alpha, and things change very quickly with it. Unlike Firefox I do notice when Zen updates because some behavior will have heavily changed. A few weeks ago there was an update for example that completely removes the new tab page (pressing Ctrl + T or the new tab icon just opens the URL bar and then when you submit your address/query then it navigates directly to it in a new tab). Interesting change for sure, I’m not sure I dislike it but that is a major behavior to change in an update with no prompt about it being updated, and it wasn’t togglable in the settings menu - you had to go to about:config to change it back. When I looked at the GitHub issue regarding this, the dev seemed a bit… unhappy with people’s reaction, to put it lightly.
    • Because its still in alpha, there can be stability issues like you mentioned; I recently finally switched back to Firefox when I noticed for some reason Zen was causing my GPU to run in high power mode and using high utilization as if I were running a game and dragging the rest of my system down. Thought maybe I’d left a video running in a tab somewhere and that it was just HW accelerated decoding, but nope.

    Obviously those last two points as mentioned are more understandable because the browser is in an alpha stage, but browsers are for better or worse very critical pieces of software. I can’t have it just randomly crashing out on me, or behavior changing out from under me every week. This combined with people selling Zen as if its the next coming of Christ has kinda left a bad taste in my mouth for it. Don’t get me wrong, what the dev has pulled off is incredibly impressive and major props to them for it, but I’ll be waiting for it to leave the alpha stage until I’m able to daily drive it. For now I’m just back on regular mainline Firefox.