Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AU
AusatKeyboardPremi @lemmy.world
Posts 19
Comments 227

Suggestions for a complimentary typeface to JetBrains Mono for reading and writing documents or prose

cross-posted from: https://lemmy.world/post/16240755

> Suggestions for a complimentary typeface to JetBrains Mono for reading and writing documents or prose > > I am looking for a typeface that complements well to the one that I use to write code (JetBrains Mono). I will be using this to write documents and articles. > > For further context, I am configuring Emacs' org-mode where I would be using both typefaces together. I could use JetBrains Mono for both purposes as I find it capable. But I would like to explore my options. > > I have also looked at Iosevka. It offers variants for coding, reading, and writing. But I would prefer to stick with JetBrains Mono as much as I can for coding purposes.

1
Typography @lemmy.ml AusatKeyboardPremi @lemmy.world

Suggestions for a complimentary typeface to JetBrains Mono for reading and writing documents or prose

I am looking for a typeface that complements well to the one that I use to write code (JetBrains Mono). I will be using this to write documents and articles.

For further context, I am configuring Emacs' org-mode where I would be using both typefaces together. I could use JetBrains Mono for both purposes as I find it capable. But I would like to explore my options.

I have also looked at Iosevka. It offers variants for coding, reading, and writing. But I would prefer to stick with JetBrains Mono as much as I can for coding purposes.

0
What’s the best ad blocker for you? - Firefox Add-ons Blog
  • Pardon me if I sounded dismissive. 1Blocker is good, and so is AdGuard.

    I remember those being one of the first ones to do the job well, back when Apple launched content blockers. Wipr came much later, and I only recently switched to it (around late 2022).

  • What is/was your distrohopping journey?
    • Windows 95, 98, 2000, XP, 7 spanning a decade and a half.
    • Ubuntu 10.04 going up to the release where Unity became the default DE (11.04, I think). Came back to 10.04, as it was an LTS release.
    • Linux Mint Maya because of Cinnamon, and it was terrible.
    • Fedora 16 to 25 or 26.
    • Linux Mint 19

    Been with Linux Mint ever since. It just works. LM19 was also around the time when I stepped into Apple’s walled garden with iOS and macOS.

  • Linux May Be the Best Way to Avoid the AI Nightmare
  • I do not agree with @[email protected]’s take. LLMs as these are used today, at the very least, reduces the number of steps required to consume any previously documented information. So these are solving at least one problem, especially with today’s Internet where one has to navigate a cruft of irrelevant paragraphs and annoying pop ups to reach the actual nugget of information.

    Having said that, since you have shared an anecdote, I would like to share a counter(?) anecdote.

    Ever since our workplace allowed the use of LLM-based chatbots, I have never seen those actually help debug any undocumented error or non-traditional environments/configurations. It has always hallucinated incorrectly while I used it to debug such errors.

    In fact, I am now so sceptical about the responses, that I just avoid these chatbots entirely, and debug errors using the “old school” way involving traditional search engines.

    Similarly, while using it to learn new programming languages or technologies, I always got incorrect responses to indirect questions. I learn that it has incorrectly hallucinated only after verifying the response through implementation. This makes the entire purpose futile.

    I do try out the latest launches and improvements as I know the responses will eventually become better. Most recently, I tried out GPT-4o when it got announced. But I still don’t find them useful for the mentioned purposes.

  • Show/highlight invisible characters like zero-width-space in Emacs
  • Thanks again! I already have shell scripts to take care of such characters for me, which operate on entire files. Having a function like this would help for certain regions of a file. :-)

    However, it does bug me a bit that some vim motions do not work exactly as intended. Going in, I knew evil-mode would have some gaps. But I assumed those would be some esoteric operations, and not something that I use daily.

  • Show/highlight invisible characters like zero-width-space in Emacs
  • Thanks. This helped me highlight the characters. But it still doesn't play well with vim motions on Emacs.

    Here is a demonstration, and below are the keystrokes.

    1. C-v to enable VISUAL-BLOCK mode.
    2. 9j to select all 9 occurrences.
    3. d to delete the selection.

    The above vim-motion works on Neovim but not on Emacs with evil-mode.

    If anyone wants to try out here is the text I am playing with:

    hello ​ world
    hello ​ world
    hello ​ world
    hello ​ world
    hello ​ world
    hello ​ world
    hello ​ world
    hello ​ world
    hello ​ world
    hello ​ world
    
  • Show/highlight invisible characters like zero-width-space in Emacs

    In my pursuit to migrate from Vim to Emacs, I have stumbled on yet another roadblock.

    When working with files that contain special whitespace characters, Vim/Neovim would automatically highlight these. This saved me a lot of time during debugging or data analysis, and is a functionality that I struggled to get to work on more modern IDEs.

    However, this does not work out-of-the-box neither on vanilla Emacs nor Doom Emacs. I am unable to find any working solutions online. I assumed whitespace-mode would have handled this, but it is not the case.

    It would be really helpful if the community here can help solve my problem as I deal with such characters on a daily basis. Until then, I have to pause my pursuit and stick with the trusty Neovim.

    U+200B in Neovim

    Notice Neovim highlighting the character as <200B>.

    !

    U+200B in Doom Emacs

    Notice the think cursor between "hello" and "world".

    !

    -----------------

    Thanks to the suggestion by @[email protected], glyphless-display-mode allows me to view the characters. But it still doesn't play well with vim motions on Emacs.

    Here is a demonstration, and below are the keystrokes.

    1. C-v to enable VISUAL-BLOCK mode.
    2. 9j to select all 9 occurrences.
    3. d to delete the selection.

    The above vim-motion works on Neovim but not on Emacs with evil-mode.

    If anyone wants to try out here is the text I am playing with:

    plain hello ​ world hello ​ world hello ​ world hello ​ world hello ​ world hello ​ world hello ​ world hello ​ world hello ​ world hello ​ world

    4
    [512Pixels] Logitech’s Mouse Software Now Includes ChatGPT Support, Adds Janky ‘ai_overlay_tmp’ Directory to Users’ Home Folders
  • Thanks. The app is free to try for 30 days.

    However, I can already see open issues that mention requiring the proprietary software from Logi to be installed in order for all the buttons and wheels to work.

    Having said that, I will use it for a while before forming a concrete opinion.

  • [512Pixels] Logitech’s Mouse Software Now Includes ChatGPT Support, Adds Janky ‘ai_overlay_tmp’ Directory to Users’ Home Folders
  • Cross posted this as I just noticed the “feature” on my machine.

    Any suggestions for alternative software for an MX Master 3 being used with macOS.

    Buying a whole other device seems wasteful as the mouse is in flawless condition, but if you have any suggestions I can take a note of it when it is time to buy a new device.

  • [512Pixels] Logitech’s Mouse Software Now Includes ChatGPT Support, Adds Janky ‘ai_overlay_tmp’ Directory to Users’ Home Folders

    512pixels.net Logitech’s Mouse Software Now Includes ChatGPT Support, Adds Janky ‘ai_overlay_tmp’ Directory to Users’ Home Folders

    I recently noticed a new folder in the root level of my Home directory, named ai_overlay_tmp: In preparation for a Mac Power Users episode, I've been playing with a bunch of AI software, and I assumed something I downloaded generated this folder. I deleted it, just to be frustrated when the folder r...

    Logitech’s Mouse Software Now Includes ChatGPT Support, Adds Janky ‘ai_overlay_tmp’ Directory to Users’ Home Folders

    cross-posted from: https://lemmy.zip/post/14145658

    > [512Pixels] Logitech’s Mouse Software Now Includes ChatGPT Support, Adds Janky ‘ai_overlay_tmp’ Directory to Users’ Home Folders

    24
    [512Pixels] Logitech’s Mouse Software Now Includes ChatGPT Support, Adds Janky ‘ai_overlay_tmp’ Directory to Users’ Home Folders
  • I just noticed the “feature” on my machine. The software is already janky enough with the number of software it install to provide basic functionality.

    Came here to ask for suggestions for alternative software for an MX Master 3 being used with macOS.

    Buying a whole other device seems wasteful as the mouse is in flawless condition, but if you have any suggestions I can take a note of it when it is time to buy a new device.

  • Bloomberg - Apple Says No Major App Developers Accept New Outside Payments

    cross-posted from: https://lemmy.world/post/15358589

    > Bloomberg - Apple Says No Major App Developers Accept New Outside Payments > > According to Apple, only 38 developers have applied to add such links — out of roughly 65,000 that could.

    0

    Bloomberg - Apple Says No Major App Developers Accept New Outside Payments

    According to Apple, only 38 developers have applied to add such links — out of roughly 65,000 that could.

    18

    HMD Pulse trio unveiled: affordable phones with 'Gen 1 repairability'

    > HMD is betting that consumers are moving to more environmentally-conscious products and are placing an emphasis on repairability. HMD says the Pulse range is built to “Gen 1 repairability” and that users can pick up self-repair kits from iFixit. Repairs include changing the battery, but also swapping the screen.

    5

    To all evil-mode users, how do you work with vterm?

    cross-posted from: https://lemmy.world/post/14012479

    > To all evil-mode users, how do you work with vterm? > > As a long time Vimmer, I have recently started using Emacs out of sheer curiosity. I chose Doom Emacs as it has evil-mode enabled by default, and do not want to dive down the rabbit hole of configuring the editor from scratch (at least, not yet!). > > After installing and enabling libvterm in Emacs, I am having a frustrating experience. I configured ZSH shell to use vi-mode keybindings which interferes with evil-mode whenever I press Esc or C-[. > > After having searched a little, I came across a workaround to disable evil-mode when in vterm. But it is still not a smooth experience. For instance, when switching between buffers (C-w C-w). > > I would like to know how others in the community tackled this problem. Is there a better solution to this problem? Or have you made peace with the aforementioned workaround? Or have you stopped using vterm entirely?

    0

    To all evil-mode users, how do you work with vterm?

    cross-posted from: https://lemmy.world/post/14012479

    > To all evil-mode users, how do you work with vterm? > > As a long time Vimmer, I have recently started using Emacs out of sheer curiosity. I chose Doom Emacs as it has evil-mode enabled by default, and do not want to dive down the rabbit hole of configuring the editor from scratch (at least, not yet!). > > After installing and enabling libvterm in Emacs, I am having a frustrating experience. I configured ZSH shell to use vi-mode keybindings which interferes with evil-mode whenever I press Esc or C-[. > > After having searched a little, I came across a workaround to disable evil-mode when in vterm. But it is still not a smooth experience. For instance, when switching between buffers (C-w C-w). > > I would like to know how others in the community tackled this problem. Is there a better solution to this problem? Or have you made peace with the aforementioned workaround? Or have you stopped using vterm entirely?

    0

    To all evil-mode users, how do you work with vterm?

    As a long time Vimmer, I have recently started using Emacs out of sheer curiosity. I chose Doom Emacs as it has evil-mode enabled by default, and do not want to dive down the rabbit hole of configuring the editor from scratch (at least, not yet!).

    After installing and enabling libvterm in Emacs, I am having a frustrating experience. I configured ZSH shell to use vi-mode keybindings which interferes with evil-mode whenever I press Esc or C-[.

    After having searched a little, I came across a workaround to disable evil-mode when in vterm. But it is still not a smooth experience. For instance, when switching between buffers (C-w C-w).

    I would like to know how others in the community tackled this problem. Is there a better solution to this problem? Or have you made peace with the aforementioned workaround? Or have you stopped using vterm entirely?

    12

    Paper cuts that come with every new software update

    After using Apple’s products exclusively for close to a decade, I have seen a pattern emerge with their software updates where every new update introduces a set of trivial regressions in the UX.

    1. Swipe to seek a video in iOS’ native player has stopped working since I updated to iOS 17. In fact, this paper cut is what prompted me to write this post. I believe it didn’t work on iOS 15 either but worked flawlessly on iOS 16.
    2. Across all of iOS 16 versions installed on my phone, long-pressing an item on screen (links, app icons, files, etc.) to show the contact menu and selecting an entry in the menu without listing the finger didn’t work. It did until iOS 15 and it does now in iOS 17.
    3. Spotlight in iOS 14 (and back in iOS 10 or 11, I don’t remember well) took slightly longer to load (and even stutter on iPadOS). I don’t find this issue anymore on the same devices that had this earlier.
    4. The magnifying bubble that popped up while moving the caret in a text field stopped working around iOS 14/15. It was reintroduced back in iOS 16.

    Now, I understand that these regressions are unintentional unlike the botched System Preferences on macOS or the poor handling of Safari UI across iOS 15 and macOS 12.

    I also understand that such regressions are bound to happen as no software is 100% QC-able, but it doesn’t mean one has to wait for an entire year to see these get fixed as is the case with the examples I have mentioned.

    It could also be the case that these issues are localised to my devices, and that the yearly updates perhaps cleans the slate (the good ol’ reboot-machine-to-rid-error fix). Regardless, I have raised bug reports for all these and more, along with feature requests.

    I would like to hear your experiences across major/minor software updates on Apple devices or services.

    Also, let this serve as a PSA to file bug reports if you have the time and effort to spare, it helps the developers a lot (Apple or otherwise). Here is a comprehensive guide to report bugs for a variety of Apple’s offerings:

    Bug Reporting: How and Why?

    E: Through one of the deleted comments made on this post, I learned that the removal of the magnifying bubble while typing in iOS 13 was intentional.

    15
    Unixporn @lemmy.ml AusatKeyboardPremi @lemmy.world

    Are there more themes that support a plethora of apps?

    I know that Nord, Catppuccin and Dracula support a range of apps. There is also Solarized and Gruvbox which have been ported by the community to many other apps.

    I have been using Nord (Solarized before it) for a long time and wanted to change things up. I am not really a fan of the use of purple in Dracula and Catppuccin. So, curious if there are more themes out there?

    5

    A feature I waited for ever since I switched to an iPhone - Photos app can now tag pets.

    I would submit a feedback every time I missed the feature while using the app.

    I can now stop using Google Photos. :D

    30

    What is the average number of iterations with Stable Diffusion? Is there a optimal/consistent configration that one can use?

    I have been struggling with getting a decent image from SD within fewer iterations.

    I have played around with different sampling methods, CFG values, and steps. But unable to find a consistent configuration that gives me decent images.

    Simple prompts that I am struggling with:

    1. a photo of a puppy, intricately detailed, realistic
    2. drawing of a bowl of fruits, manga style

    If I am unable to get good output for simple prompts, I am afraid the output for more complex or abstract prompts will be completely unusable.

    Are there any tricks that can reduce the iterations to give decent images? Any guidance would be really appreciated.

    Thanks!

    10

    Why is it so silent here? and a question on the community rules and policies.

    Itna sannata kyu hai bhai? [Why is it so silent here?]

    Arrived here after reading the post on lemmy.ml.

    However, the community is not as active as I hoped it would. Not many posts, and most posts have zero comments.

    What do you think could drive more engagement here?

    My initial thoughts on this.

    The community could be more active if the rules and moderation policies are made known.

    What are the rules for posting here? Are news articles allowed? Or is it just general articles? What about discussion posts? What topics are allowed for discussion?

    For example, I wanted to post about the recent events around casteism in Madhya Pradesh. But I wasn’t sure if it met the policies and rules. Moreover, recent articles are about general topics or listicles, so I ended up dropping the idea.

    17

    To encourage more posts, here is my daily driver

    • Zoom65 EE with case and PCB foam
    • GMK WoB
    • AEBoards Naevies V2 stock

    This is my sixth keyboard (fourth custom). The experience has been extremely good considering the mostly stock setup.

    Though I am going to stick with this for a while, I do know my next will be a split ergo. Do share your suggestions for a wireless split ergo.

    40

    Any guides or resources for a complete beginner to get started with AI art?

    I am completely fascinated by AI art, and would like to try my hand at it. I know that most of this boils down to prompt engineering.

    Can the community recommend a few resources that can help a complete beginner get bootstrapped quickly?

    I am not sure if this post breaks the rule. Please remove it, if that is the case. However, do point me to the right community where I can post this question again.

    -----------------------

    Edit:

    Resources I came across while researching.

    1. MidJourney - Produces much better results, but is a paid offering.
      1. https://docs.midjourney.com/
    2. Stable Diffusion - Free and Open Source Software (FOSS).
      1. https://huggingface.co/spaces/stabilityai/stable-diffusion
    3. Setting up Stable Diffusion locally using DiffusionBee - an easy to use wrapper over Stable Diffusion.
      1. https://github.com/divamgupta/diffusionbee-stable-diffusion-ui
      2. https://diffusionbee.com
      3. https://www.makeuseof.com/how-to-use-stable-diffusion-mac/
      4. I used an M1 Pro with 32 GB, DiffusionBee produced images within 20 seconds at 25 steps, within 40 seconds at 50 steps.
    4. Alternatively, try automatic1111 which exposes more features to tinker with.
      1. https://github.com/AUTOMATIC1111/stable-diffusion-webui
    5. A quick read on prompt engineering: https://www.assemblyai.com/blog/how-to-run-stable-diffusion-locally-to-generate-images/
      1. Refer to "Prompt Engineering" under "Tips and Tricks".
    6. For inspiration/exploration: https://arthub.ai/

    Thanks @[email protected] and @[email protected]!

    6