HackerTrans
TopNewTrendsCommentsPastAskShowJobs

csdvrx

no profile record

comments

csdvrx
·tahun lalu·discuss
I use both: they are extremely fast - faster than Wordpad (on a native windows installation), much faster than libreoffice (on linux with wine).
csdvrx
·2 tahun yang lalu·discuss
The real question is, when will I be able to use my FSA/HSA to buy my Oreos?
csdvrx
·3 tahun yang lalu·discuss
> This is nothing like hello world.

Full disagree. Ripping a CD in 2023 should be as complicated as hello world.

> The post you're replying to gave several reasons

Let's go through them!

> Packages are available for just about any distro

I use windows.

> It's based on python with relatively obscure requirements

So include the modules along with the cosmopolitan python

> that also calls out to system binaries

Put that logic into the cosmopolitan binary: if Linux then do this, if Windows then do that etc

> Take a look at the build docs and you'll see just how many existing projects (python and otherwise) it takes to deliver the end result.

Do the same to these extra projects.

> most straightforward way

The lazy way? Yes.

Like if you can't be bothered to implement basic features, have a billion dependencies. If as a consequence you code is unstable, put it into a container, and orchestrate.

Here's a simple C equivalent: if you have memory leaks because you know malloc() but don't know about free(), the right solution isn't to kill and respawn when you go above some memory quota, but to learn about free().
csdvrx
·3 tahun yang lalu·discuss
> Still not a single binary but as you note with it being written in python and based on cdparanoia, etc how would that work?

Cosmopolitan python is a good starting point: https://ahgamut.github.io/2021/07/13/ape-python/

> IMO Docker is one of the "best" and most straightforward ways to package up all of this

No. Using containers has its place. But would you use containers on hello world?

Likewise, if you've got to use a container for cd ripping tool, you've failed somewhere.
csdvrx
·4 tahun yang lalu·discuss
It may take some time to explore the site, however I believe more in revealed preferences (here, the time spent) than in declared preferences ("omg my work is so important!")

My hypothesis is understanding the social fabric we live in is of the utmost importance, so maybe spending a day (or more, personally I spent weeks on tvtropes!) means that we unconsciously realize that, since it's more important than immediate productivity.

To say that differently, since we live a social life and interact with others, I think the long-term gains that come with a better understanding of the "common mental picture" allowing more fruitful interactions may be way more important than writing a few more lines of code.
csdvrx
·4 tahun yang lalu·discuss
> It's rather inconsiderate to refer to $1K as "dirt cheap" when replying to someone who says they can only just afford a soldering iron

That's like 10 bucks on amazon? Skip 2 meals, or panhandle for 4 hours. Done - soldering iron.
csdvrx
·5 tahun yang lalu·discuss
I fully agree. When you know what to take from Windows, it's a great OS. The hackability of the UI with AHK is way above what Gnome or even KDE can offer.

Yet in a funny way, when I explain to seasoned Linux hackers that my OS of choice is Windows, they look at me in a funny way :)
csdvrx
·7 tahun yang lalu·discuss
Funny, me too! I was adding some features yesterday, a few more today, but I took a few minutes to do screenshots and join the discussion.

If you are focused on better controls, our work may be complementary. Would you like to join forces on a high quality fork? A few things concern me with tmux currently.

Please read the following links and tell me whether you share these concerns: https://github.com/tmux/tmux/issues/1019#issuecomment-318284... https://github.com/tmux/tmux/issues/1502#issuecomment-429710... https://github.com/tmux/tmux/issues/44#issuecomment-11975530... https://github.com/tmux/tmux/issues/1391#issuecomment-403267... Please tell me more about your color support issues, and check https://github.com/csdvrx/sixel-testsuite to see if you can diagnose them more precisely
csdvrx
·7 tahun yang lalu·discuss
I do. I have found yesterday and today several strange issues, and a pattern of breaking more things with new features - like deciding to silently drop lines.

So I decide to work a little more on my fork on https://github.com/csdvrx/sixel-tmux

You can see how it handles SGR attributes (bold, italic, underline) and also sixels. I love sixels!