I'll hopefully manage to set up lemmy-ui locally at home after work and make that pull request - I edited that in with webdev tools since didn't want to lose that thought before I get home (sorry if this just pollutes the discussion).
Yeah there's a lot to consider here, good points. The language specific texts too to make it more search selection context based. This would need to be thought through to not make it more confusing.
I'm not a UI or UX expert, but I wonder if it would make the search page nicer if instead of the search target (form select) would be tabs instead of a dropdown since it is distinct selection from the other filters in the search?
using bootstrap tabs (I didn't put any effort into styling just added bootstrap tabs and removed the form select butto dropdown):
Edit: now that I think about it, the tab might be kinda confusing unless also the other dropdowns are slightly altered to give more context in the current form selection tab, e.g. (text changes):
But yeah I just wanted to throw out ideas, I'm not sure about them myself. The search inside a community is nice addition!
I've never bumped into the term before lemmy, but that's probably because English is not my first language. In my native language it also sounds like that and I wouldn't use it.
While I personally wouldn't want this and agree with the comments about simplicity, old forum style, privacy talking points, I just don't understand why people downvote this post.
It's a good question that creates good discussion (you know, purpose of lemmy) and doesn't really lead to anything concrete necessarily. Just interesting discussion.
People use downvote as a disagree button but it does have a real impact on the feed: this post will get buried by some post feed filters and some people will never see the good discussion going on in here.
But to answer the question (even though there are already good answers): I personally think it's also a stressful feature that will just make people feel like they need to answer to replies / will make lemmy look dead because only a handful of people use anything but "invisible" status.
It's gonna be ok, you got this. We are all still just the little humans we were when we were children, in an adult body, with just more experience and knowledge than back then.
It's ok to feel overwhelmed, stressed, like an impostor, etc. You and everyone else have gotten through struggles before. This too shall pass.
All you can do is your best, you can't do more and that's ok.
Just a headsup incase you try it on windows 11 before you do on linux:
LibreOffice, out of the box, is slow and buggy sometimes on windows 11 and the user interface doesn't look as smooth as on linux. You might have to tweak some graphics settings to bearable.
LibreOffice looks and works significantly better on Linux.
Haha no worries, I know what you mean. I love Joplin and personally like the style, but it is bland compared to alot of other apps. Hoping that it will evolve and offer more themes :)
I don't do journaling full time, but Joplin has been great. FOSS, cross-platform, allows you to pick sync target (if you want any, I use my cloud provider) and on top of it all it supports e2e encryption of your notes.
Nicest thing (personally): allows you to export markdown/html/pdf/etc..
Solders, on the other hand, has been found to incorporate a post-install script in its package.json, causing the malicious code to be automatically executed as soon as the package is installed.
"At first glance, it's hard to believe that this is actually valid JavaScript," the Veracode Threat Research team said. "It looks like a seemingly random collection of Japanese symbols. It turns out that this particular obfuscation scheme uses the Unicode characters as variable names and a sophisticated chain of dynamic code generation to work."
Decoding the script reveals an extra layer of obfuscation, unpacking which reveals its main function: Check if the compromised machine is Windows, and if so, run a PowerShell command to retrieve a next-stage payload from a remote server ("firewall[.]tel").
This second-stage PowerShell script, also obscured, is designed to fetch a Windows batch script from another domain ("cdn.audiowave[.]org") and configures a Windows Defender Antivirus exclusion list to avoid detection. The batch script then paves the way for the execution of a .NET DLL that reaches out to a PNG image hosted on ImgBB ("i.ibb[.]co").
"[The DLL] is grabbing the last two pixels from this image and then looping through some data contained elsewhere in it," Veracode said. "It ultimately builds up in memory YET ANOTHER .NET DLL."
Furthermore, the DLL is equipped to create task scheduler entries and features the ability to bypass user account control (UAC) using a combination of FodHelper.exe and programmatic identifiers (ProgIDs) to evade defenses and avoid triggering any security alerts to the user.
The newly-downloaded DLL is Pulsar RAT, a "free, open-source Remote Administration Tool for Windows" and a variant of the Quasar RAT malware.
Honestly, at this point the hacker deserves to empty my bank account.
Oh god.. You'll have to learn IIS. Internet Inf🤮rmation Services.
In all seriousness Windows Server is much more enjoyable than Home/Pro/Enterprise or whatever the desktop versions are called. You have more control over the system and they don't hinder you from configuring stuff unlike on the desktop version.
Someone already suggested to get a VPS and just get to know the system. A tip though if you have to spin up a windows server on Azure vs somewhere else: search for info with the keyword "azure". Microsoft stuff seems to work worse on their own cloud than anywhere else. MS SQL Server and Azure's version of MS SQL Server differs and lacks features.
Been a long time since I had to use any of the above so things might have changed.
Ah good point!
I'll hopefully manage to set up lemmy-ui locally at home after work and make that pull request - I edited that in with webdev tools since didn't want to lose that thought before I get home (sorry if this just pollutes the discussion).