guilloche's comments

guilloche | 9 years ago | on: Show HN: Alacritty, a GPU-accelerated terminal emulator written in Rust

I am the one with you. If you decide to add scrollbar later, please at least make it optional.

I am using firefox with pentadactyl, and the firefox is configured as a minimal terminal like st. Basically, firefox becomes my GUI terminal. But what I want is a much lighter weight GUI terminal than firefox.

I am using three terminals, st for regular use. mlterm for its image support (sixel). and firefox for heavy-GUI needs. Alacrity seems perfect to replace st now.

Thanks for good work.

guilloche | 10 years ago | on: Show HN: ExDOS 64-bit version source code release

Very impressive. Maybe it can be used in unikernel with freestanding applications.

Some Suggestion: do not focus on GUI at first, since it will not be usable soon as desktop OS anyway.

I could imagine that a barebone ExDos to manage multiple unikernel ExDOS virtual machines as web services is quite useful.

Any comments?

guilloche | 11 years ago | on: Why Racket? Why Lisp?

When visited with w3m I got spaces breaking words frequently. Is there any justification to use complex html to control intra-word spacing for a web page?

guilloche | 11 years ago | on: Choose Firefox Now, Or Later You Won't Get A Choice

I hope that FF keeps to be different from chrome. Otherwise why not use chrome directly.

I am using firefox because it is multi-threaded (vs. chrome's multi-process) and thus lighter. My version is still 28 since it has less dependencies than current one.

Be different, otherwise FF may die.

guilloche | 11 years ago | on: Standing desk experiment and consequent knee injury

It seems that I am not the only one gotten hurt by standing all day long.

In my case, the knees are fine, the joint between my right thigh and body got hurt baddly.

So, do not stand a lot, do not sit all day long either.

Do drink water regularly, (kidney stones for sitting programmers) too much water will cause kidney problems too.

guilloche | 11 years ago | on: Open Letter to the Linux World

systemd seems bloated and could not be cleanly replaced.

I'm using arch linux, even if I removed systemd completely, all daemon-related packages would still install systemd configuration files.

guilloche | 11 years ago | on: 'Naked PCs' lay bare Microsoft's emerging markets problem

I have bought 4 laptops with windows pre-installed. Immediately after getting them, I erased all windows and installed arch linux.

As I know, the pre-installed windows cost around $50, so the total cost of microsoft tax is $200 for me. The only thing MS brings to me is the trouble to erase them and install linux.

guilloche | 11 years ago | on: My First Unikernel

Since unikernel still needs to run in hypervisor, so I believe the performance is worse than docker.

Am I right?

guilloche | 11 years ago | on: Python 3 is killing Python

I had both versions installed(arch linux). I wanted to remove one of them long time ago, but there are lots of dependencies on python2 in arch (gdb mercurial etc.).

python3 do break many of 3rd-party scripts I am using, so I make /bin/python symlinks to python2. Each python3 update will break these scripts and I needed to symlink python again. So, finally, I removed python3 completely.

These 3d-party python codes are well maintained, but the authors seems not to bother to port them to python3 if python2 is still available.

guilloche | 12 years ago | on: Lessons learned from my failed startup after 2 years, 300 users and 0 revenue

Questions for peer founders:

As a developer and solo founder, I just can not finish a serious project in one year. For example, it took me two years to get version 1 of torapp guilloche designer (www.torapp.info). We did not get consistent/significant customers and need a new product to survive.

To evaluate more ideas and to be familiar with respective areas took me another year easily (without deep knowledge in the area, how can you beat your competitors?).

So how can you guys roll out a product in 3 months? How can you quickly pivot? (pick up ideas and evaluate them quickly)

guilloche | 12 years ago | on: Lessons learned from my failed startup after 2 years, 300 users and 0 revenue

As a developer and solo founder, I just can not finish a serious project in one year. For example, it took me two years to get version 1 of torapp guilloche designer (www.torapp.info). We did not get consistent/significant customers and we need a new product to survive.

To evaluate more ideas and to be familiar with respective areas took me another year easily (without deep knowledge in the area, how can you beat your competitors?).

So how can you guys roll out a product in 3 months? How can you quickly pivot?

guilloche | 12 years ago | on: Moving forward on improving HTTP's security

Cannot agree more. Besides $100 annually, a CA certificate is harder to manage (considering cloud hosting etc.), and it is not worth doing for many casual sites.

I predict that https only http/2 will be doomed.

guilloche | 12 years ago | on: Wireshark is switching to Qt

Why bother wasting effort on GUI?

GTK3 is good enough and QT seems more bloated and has more dependencies.

Anyway, I will use tcpdump.

Byebye, wireshark.

page 1