~archaeme

Canada

Lazy programmer, CS undergrad.

~archaeme/misc

Last active 1 year, 7 months ago
View more

Recent activity

[PATCH v2] Demonstrate that I can use git send-email 1 year, 8 months ago

From Francis Dinh to ~sircmpwn/email-test-drive

---
 Francis Dinh | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 Francis Dinh

diff --git a/Francis Dinh b/Francis Dinh
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
@@ -0,0 +1 @@
I have successfully used git send-email!
-- 
2.36.1
[message trimmed]

[PATCH] Demonstrate that I can use git send-email 1 year, 8 months ago

From Francis Dinh to ~sircmpwn/email-test-drive

---
 Francis Dinh | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 Francis Dinh

diff --git a/Francis Dinh b/Francis Dinh
new file mode 100644
index 0000000..6d0ecfd
--- /dev/null
@@ -0,0 +1 @@
I'm about to try git send-email
-- 
2.36.1
[message trimmed]

Re: Editing Gemini files in vim 2 years ago

From Francis Dinh to ~sircmpwn/public-inbox

On 2021-08-14 00:16, Daniel P. wrote:
> Since Gemini's native makeup language prohibites LF in paragraphs, how
> do you edit them without having long lines in your editor?
> 
> Do you just make your terminal less wide?

Vim lets you resize the editor window down to a certain size which 
effectively
soft-wraps text (doesn't add in newlines automatically).[0]

[0]: 
https://stackoverflow.com/questions/36950231/auto-wrap-lines-in-vim-without-inserting-newlines

Re: Fucking laptops 4 years ago

From Francis Dinh to ~sircmpwn/public-inbox

They aren't as easily serviceable as older Thinkpads. For instance, 
replacing the battery now requires you to open up the back cover and 
unplug a fragile ribbon cable, while with older Thinkpads (like the 
X200), you can simply slide a new one in. Pretty useful when you want to 
swap in battery on the go and you have a spare in your bag.

In some cases you can even replace the CPU and RAM (like on the T440P 
which I currently use). If I wanted to, I could upgrade to a quad core 
to get additional performance in many workstation tasks without getting 
a new laptop entirely.

[PATCH sr.ht-docs] Correct FSF name in license.md 4 years ago

From Francis Dinh to ~sircmpwn/sr.ht-dev

---
 license.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/license.md b/license.md
index 11f16c0..421b02b 100644
--- a/license.md
+++ b/license.md
@@ -17,7 +17,7 @@ which to use, we can offer some suggestions.

## I want others to share their improvements with me.

The GNU organization publishes the GNU General Public License for this purpose.
The Free Software Foundation publishes the GNU General Public License for this purpose.
[message trimmed]

Re: scdoc build fails on macOS with "ld: library not found for -lcrt0.o" 4 years ago

From Francis Dinh to ~sircmpwn/public-inbox

On 2019-06-04 5:17 a.m., Marcel Bischoff wrote:
> ### Environment
>
> macOS 10.14.5
>
> [...]
>
> cc -static -o scdoc .build/main.o .build/string.o .build/utf8_chsize.o .build/utf8_decode.o .build/utf8_encode.o .build/utf8_fgetch.o .build/utf8_fputch.o .build/utf8_size.o .build/util.o
> ld: library not found for -lcrt0.o

Try removing `-static` from LDFLAGS in the Makefile. The reason being is 
that on macOS, there isn't a static version of the crt0.o library.

See

Re: Dependency issues in Ubuntu 18.04LTS 4 years ago

From Francis Dinh to ~sircmpwn/aerc

On 2019-06-09 10:21 a.m., Francis Dinh wrote:
> As of the current master commit, these dependencies should be no 
> longer needed.
>
> It has been pretty helpful for me though, thanks.
>
Correction: Actually it still needs dante-client (for socksify) and w3m 
for the filters, but it doesn't need colorama anymore.

Re: Dependency issues in Ubuntu 18.04LTS 4 years ago

From Francis Dinh to ~sircmpwn/aerc

As of the current master commit, these dependencies should be no longer 
needed.

It has been pretty helpful for me though, thanks.

Re: [PATCH] implement index format to display message list in an organized manner 4 years ago

From Francis Dinh to ~sircmpwn/aerc

On Thu Jun 6, 2019 at 6:33 PM Yash Srivastav wrote:
> +++ b/config/aerc.conf.in
> @@ -10,10 +10,10 @@
>  index-format=%4C %Z %D %-17.17n %s
>  
>  #
> -# See strftime(3)
> +# See time.Time#Format
>  #
> -# Default: %F %l:%M %p (ISO 8501 + 12 hour time)
> -timestamp-format=%F %l:%M %p
> +# Default: 2006-01-02 03:04 PM (ISO 8501 + 12 hour time)
> +timestamp-format=2006-01-02 03:04 PM

Importing mail 4 years ago

From Francis Dinh to ~sircmpwn/aerc

Hello,

Is it possible to import or at least view email files (i.e. *.eml or
mbox files) in aerc?

Thanks,
Francis