[-] [email protected] 21 points 2 days ago

He uses a version of Emacs called MicroEmacs.

I recall seeing his MicroEmacs configuration a while back when I was exploring options to start using Emacs.

[-] [email protected] 23 points 1 month ago

Refurbished ThinkPads are available in countries where Framework, System76, and Pine64 do not ship.

Besides, ThinkPads are really well-built machines that perform well for everyday tasks at a fraction of their (or the aforementioned competition's) original price.

I love my two machines, which are from before Lenovo took over completely. Their keyboards, port selection, and repairability are almost unparalleled compared to today's competition.

14
submitted 1 month ago by [email protected] to c/[email protected]

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

I have an old ThinkPad T42 coming my way. I plan to use it alongside my daily driver mainly for reading, emacs, and retro gaming. I will be dual booting a lightweight flavour of Linux (TBD) and Windows 98 on it.

However, I am a bit concerned about its ability to handle today's internet, with all of its heavy websites.

I would love to hear from those of you who are still using old ThinkPads (or other vintage laptops) in 2024. How do you make it work? Do you use lightweight browsers, specific configurations, or lightweight websites to get around the limitations of older hardware?

Are there any specific tips or tricks you can share for getting the most out of an old ThinkPad on the modern web?

Looking forward to hearing about your experiences!

36
submitted 1 month ago by [email protected] to c/[email protected]

I have an old ThinkPad T42 coming my way. I plan to use it alongside my daily driver mainly for reading, emacs, and retro gaming. I will be dual booting a lightweight flavour of Linux (TBD) and Windows 98 on it.

However, I am a bit concerned about its ability to handle today's internet, with all of its heavy websites.

I would love to hear from those of you who are still using old ThinkPads (or other vintage laptops) in 2024. How do you make it work? Do you use lightweight browsers, specific configurations, or lightweight websites to get around the limitations of older hardware?

Are there any specific tips or tricks you can share for getting the most out of an old ThinkPad on the modern web?

Looking forward to hearing about your experiences!

7
submitted 3 months ago by [email protected] to c/[email protected]

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.

2
submitted 3 months ago by [email protected] to c/[email protected]

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.

10
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]

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:

hello ​ world
hello ​ world
hello ​ world
hello ​ world
hello ​ world
hello ​ world
hello ​ world
hello ​ world
hello ​ world
hello ​ world
81
submitted 3 months ago by [email protected] to c/[email protected]

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

6
submitted 4 months ago by [email protected] to c/[email protected]

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.

[-] [email protected] 32 points 4 months ago* (last edited 4 months ago)

Seems like Apple’s convoluted guidelines around external payment systems is working out for them.

E: added link to said guidelines.

49
submitted 4 months ago by [email protected] to c/[email protected]

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

[-] [email protected] 22 points 5 months ago* (last edited 5 months ago)

First time I am seeing Conan O’Brien in a meme.

The Hot Ones interview seems to have worked wonders for him and his show, regardless of which stills are taken from the interview. :D

3
submitted 5 months ago by [email protected] to c/[email protected]

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?

3
submitted 5 months ago by [email protected] to c/[email protected]

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?

10
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]

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?

[-] [email protected] 31 points 6 months ago* (last edited 6 months ago)

The logo/brand devolved, IMO.

Coincidentally(?), their software devolved just as much!

I don’t want to install multiple applications to just use a mouse.

[-] [email protected] 20 points 6 months ago

A quick question, should the software engineer lick the monitor screen or the keyboard?

I… uh… am asking for a friend who is a software engineer.

I am a butterfly instructor.

[-] [email protected] 48 points 6 months ago* (last edited 6 months ago)

Exiting Vim is for beginners.

Veterans stay in Vim till the end of time. Probably for the same reasons why the meme in post was made.

[-] [email protected] 26 points 9 months ago* (last edited 9 months ago)

Beside mentions of Jetbrains license model, I would like to mention the license model of a note taking app called Agenda[1].

It has a subscription wherein the customer retains the software and all of its functionality even after the subscription expires. One may resume the subscription down the line if they see a new feature worth having.

The creators of the app liken it to a magazine subscription wherein the customer retains the magazines even after the subscription lapses.

From my own experience of using it, I purchased the license for a year back in 2021 and let it lapse as I did not find the any of the new features to be worthwhile. I still keep an eye on their updates as it is my daily driver.

[1] https://agenda.community/t/get-all-features/21

26
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]

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.

[-] [email protected] 37 points 10 months ago

This meme is from an older time when all of this was true.

For all the people here commenting here about macOS updates being free forever, I guess they haven’t really used the OS long enough.

https://www.wired.com/2013/10/apple-ends-paid-oses/

Should the meme be updated before it is eventually reposted? Yes. But should it misinform people? No.

[-] [email protected] 34 points 1 year ago

There’s a bonus panel on the artist’s website.

https://lastplacecomics.com/mind-machine-bonus/

[-] [email protected] 42 points 1 year ago

Where are the rest of the tips? Asking for a friend.

[-] [email protected] 77 points 1 year ago

I thought the person in the picture was reading code on a tablet device, and was wondering what is wrong with the picture. :D

Why is the code printed in dark mode!?!

view more: next ›

AusatKeyboardPremi

joined 1 year ago