Skip Navigation
CmdrKeen CmdrKeen @lemmy.today
Posts 5
Comments 50
Life Hack
  • I highly doubt it, most frameworks do indeed automatically prevent it these days. Still funny though.

  • Rebase Supremacy
  • No doubt. git rebase is like a very sharp knife. In the right hands, it can accomplish great things, but in the wrong hands, it can also spell disaster.

    As someone who HAS used it a fair amount, I generally don't even recommend it to people unless they're already VERY comfortable with the rest of git and ideally have some sense of how it works internally.

  • Thanks, TCP/IP
  • Damn, they must be charging an arm and a leg then, or your firstborn perhaps.

  • Thanks, TCP/IP
  • Here's another one, catch!

  • I Just Need a Programmer
  • This isn’t rocket science!

    No. It’s computer science.

  • They just sort of accept that whatever happens must be normal.
  • Oxytocin is one hell of a drug.

  • Question about modlog entities in the Lemmy API
  • Yeah, I wasn't asking for a fix, just for an explanation.

  • Suggestions for personal projects
  • I’m glad you agree. Honestly, as someone who has also struggled with this question, I wish I’d done this earlier, because there’s a lot of advantages to it.

    It takes a lot less planning and upfront time investment before you get to see your work make a difference in the world. It’s not immediate gratification, mind you, because pull requests can sometimes sit there for days or weeks before someone has the time to review them, but when they get merged, and you get to see the feature you worked on in an app you actually use, it’s still a great feeling.

    Most projects will also give you contributor credit, so your name and/or GitHub handle will show up on their repo, website, or in the app’s “about” page, and you can claim that on any job application you might submit in the future.

    I honestly think it’s a great way to scratch your own itch (because you can pick what issues you want to work on and build features you’d actually want to use) while also helping other people and benefitting open source as a whole. Any reasonably popular project generally has a massive backlog of open issues, so if you’re at a loss where to even start, you can just look through there and pick something that seems doable.

  • Mathematicians and software
  • Yeah, I think you're already on the right path with that, those are good basics for anything computer science related (and usually required classes if you take CS in college). Perhaps add Numerical Analysis to that list.

    Also, Operations Research has some interesting optimization algorithms, and Statistics is useful for anything related to Machine Learning.

  • Lemmy Support @lemmy.ml CmdrKeen @lemmy.today

    Question about modlog entities in the Lemmy API

    Hi, I'm working on modlog display for the Voyager client and I have a quick question regarding mod log item views, specifically, the ModBanView (https://join-lemmy.org/api/interfaces/ModBanView.html).

    If instance bans require admin rights, why is the person issuing the ban called "moderator" here?

    Same goes for some other items like ModAddView and ModAddCommunityView. Meanwhile, ModHideCommunity view uses "admin" instead.

    Unfortunately, there is no explanation in the API docs to help explain this apparent inconsistency. Can anyone help shed some light on this?

    2
    Mathematicians and software
  • I’m a mathematician by training who has worked extensively (and exclusively) in the software field. While I realize I’m probably biased here, I think I write very solid code and have rarely received any complaints from trained software engineers about it.

    I did however also take quite a few computer science classes in college and have spent a lot of time learning how to write better, more readable and maintainable code. Having had quite a few jobs at the start of my career where I was the only programmer on a project and therefore forced to eat my own dog food has certainly also helped.

  • Suggestions for personal projects
  • Instead of starting your own project, have you considered simply contributing to an existing open source project instead?

  • Feature missing? Do you plan to allow replying with an image like we can on desktop?
  • Yeah, sorry I didn’t realize the post was this old when I responded to it. Not sure why it popped up on my feed right among a bunch of much more recent ones.

  • [Feature Request] Long Press Comment to See Parent
  • It's been a while since Apollo stopped working and I never even knew about this feature back when it still did, so I have a bit of trouble picturing it. Can you explain HOW this worked, exactly?

    When you long pressed on a comment, would it scroll up to the immediate parent, or did it collapse all the other children of the same parent (or only those above the comment you pressed on), or what?

  • [Feature Request] Long Press Comment to See Parent
  • What if there was an option to customize what happens on a long press on a comment?

  • Feature missing? Do you plan to allow replying with an image like we can on desktop?
  • What are you talking about, you totally CAN reply with an image.

    See?

  • Feature request - Linking multiple photos/images in photo tab
  • This isn't any different from how OG Lemmy works.

    You can only have single image on the post itself, if you want to add more, you have to add them via Markdown in the body.

    Unfortunately there isn't any support for gallery type posts at the moment, but feel free to badger the devs about it. Looks like there's been an open issue about this since 2020.

  • BugNotice - App switcher icon
  • Weird, both the official Reddit app and Lunar for Lemmy also have a custom icon feature and they don’t seem to be having the same issue.

    Even after restarting my phone in order to fix it, Voyager “forgot” its icon again after simply closing and reopening it. I did not even change the icon.

    EDIT: after some experiments I found out that this problem only seems to occur when the “O.G.” is used. Is the iOS app perhaps simply missing a small version of that icon?

  • After editing a post this happened.
  • Yeah I don’t see it either.

  • Is there an easier way to start a new post?
  • I mean, if you can start a new post from anywhere but then still have to select the community to post it to from the post editor, I’m not sure how that saves you any clicks.

    What’s the advantage here?

  • Anyone else have trouble switching accounts occasionally?

    This is a weird one, because I can't even figure out how to reproduce it reliably, but when using the account switcher on the profile page, occasionally, after switching to another account, it will continue displaying the previous accounts' profile.

    This only appears to happen with certain accounts, and only on my phone for some reason. I've tried adding the same accounts on the web app so I could use the React DevTools to try and see what's going on, and I can't get it to replicate there. Sometimes the new profile will take a second to load, but it always shows up. Not so on my phone.

    Has anyone else noticed this or is it just me having this issue?

    EDIT: this only appears to be affecting the feed at the bottom, the comment/post counts at the top of the page update immediately.

    1