defunct account

  • 1 Post
  • 67 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle



  • Reddit was (still is?) considered as the “front page of the Internet” for over a decade. It’s likely we all need time to unlearn the habits we picked up from Reddit. I know I still have that habit of refraining from commenting in certain threads because I don’t want to potentially get bitched at.

    I do wonder if a forum-based UI would help promote the kind of community you’re looking for. Some people have suggested that text-only posts might help encourage more discussions and that is essentially what the forums are like. If you want to link to something for context, that just goes into the body text, rather than have the content show up first and foremost. That said, I don’t think Beehaw is interested in switching to a forum-based UI. I could be wrong though.



  • My thoughts on this is pretty much voiced by some of the others.

    For instance, there was a tool that could be used to repost things from a reddit user page. I’ve warned (and the dev have added the warning to the repo itself) that the tool can cause one to be banned. Now the only way I can see that working without inciting a ban is if the tool was triggered by a command, and only took one link at a time. Assuming the mods already gave permission. Something like the wiki bot I’ve seen over on reddit that posted the overview of a wiki link. However, I would rather be able to trigger it with a !wiki or something to that effect.

    The only exception I would take with this is with an automod that reminds users to include specific things in their posts…but I’m also meh about this. If people post without reading the sidebar, they’re probably not going to bother coming back and reading a comment. This issue would be better solved through other means (a reminder of the community rules in the New Post page, after choosing a community).

    The bots 100% need to have the bot tag on. No bots impersonating as people, please.

    That’s my 2¢ for now.


  • That being said, CSS frameworks are still wonderful, used right they can save a lot of time during early development by outsourcing the majority of design to the framework devs.

    That’s actually my intent with using a CSS framework. A personal project of mine reached minimum viable product statud status (phones…) recently, I included bulma, and used some of its components for stuff like menus and modals. It was definitely faster than writing everything by hand early on. But I also ended up writing my own CSS anyway, especially with the grid, which is the foundation on which my app works on (it’s a grid-based colour mixing app).

    I agree, I think CSS frameworks have a place for prototyping and we shouldn’t rely on them as a project moves towards a proper release 🤔

    Then again, some people might think the obfuscation in 20+ classes is somehow a good thing…frankly, I think it’s worse than inline styles. It’s basically obfuscated inline styles!


  • My reasons for taking notes is basically “yes” to everything you mentioned.

    Recently, my notes came in handy when I finally submitted my project as a final project for an online course I was taking. It spanned about 4 months of start and stop progress so a lot of my initial thoughts would have been lost if I hadn’t journalled about what I did on days I worked on the project.

    In my last job, I would take notes of what I’m doing by hand. Or sketch out plans of what I want to do with the internal tools I made just so I’m not wasting time or falling into the trap of feature creep.

    I also do it to practice writing.

    I’ve done most of my note taking in Obsidian.md (and I sync them with git), but sometimes I leave notes in a private Discord server if it’s something I want instant access to.











  • Until this gets implemented, have you tried using the mouse middle-click? At least on Firefox, it opens a link in a new tab.

    I vaguely recall there being a setting to force all links to open in a new tab as well…I’ll edit this comment when I have a chance to look into it.

    I’ve been doing a little bit of digging into lemmy-ui’s codebase. No promises, but I’m definitely curious about adding the feature now 🤔 I would like to just have links open in a new tab automatically, as well.

    Edit 1: I’m a derp. I realized this is going to require a change in the backend too, in order to save the setting to your account on the server. So the more immediate fix is to either force all links to open in new tabs…or save the option client-side. Which means you’d have to make this change on every single browser you browse beehaw on.

    Edit 2: According to luciole’s comment (https://beehaw.org/comment/666753), the feature was already added. Just gotta wait for the admins to upgrade the instance 😊



  • Natron is essentially the FOSS version of Nuke. And Nuke may seem overkill, but using it for simple tasks at first is a great way to familiarize yourself with the tool before using it for more complex ones.

    I used to use Nuke just to do some colour grading, or composite two animations together, back when I was in school for 3D animation. “Simple” stuff that Blender could’ve handled, but I liked how Nuke was designed specifically for composition and VFX. The focus helps, I find. Which made me happy that Natron is a thing (although I recall it having some stability issues with me).