Hacker Newsnew | past | comments | ask | show | jobs | submit | fleshmonad's commentslogin

He needs mouse bites to live

This vexes me.

I too am in this episode.

>These people are now dependent on their level of income.

Kinda sucks if you take a seven figure per annum job and are now dependent on their level of income. Quick question: Is this true for everyone? If I take a job that pays twice of what I earn now, my food spending is going to double for instance? Or is this an american thing?


I used to live on $20K/yr working a restaurant job, now in tech and six figs I'm still check to check. It's a lifestyle/personal choice thing in my case I'm dumb/waste money.


It's actually in some verticals of the American industrial/business sector a bit of a shibboleth I think. There's a certain mentality around "visible conspicuous consumption" that is a signal to those in the upper class that you're a prime candidate for leaning on. You're hungry, will do anything to stay where you are, and can be relied upon to "play ball with the big boys" in part because if you don't, and try to take them down, they know what you did to get there. Someone who doesn't participate in such is something to be wary of. Less purchase for manipulation. Possibly an indication of a lesser degree of skin in the game. An indication of different priors I guess. I've often wondered if there's a similar distrust between the nouveau riche and old money for similar reasons. Wouldn't know myself though. Haven't bumped around in quite those high circles myself.


There's a (maybe new?) focus on health in America, and it is tied directly with dollars spent for the most part. If I made $50k more a year, it would disappear down the drain on purchases like lean bison meat instead of fatty ground beef. I'd get more expensive, locally grown and better tasting vegetables. I'd get a home where I could have a cold plunge, sauna, and whatever new toys that data or rumor backs that promise to reduce brain fog, increase energy, etc. As always, America has so much diversity in what you can buy and food/health is no different.

I imagine it'd be hard to take your family from healthy meals back to rice and beans.

Or they all just get fancy cars and big houses to show off, who knows. I certainly can't be sure how my life would change with 7 figures.


Yeah, otherwise the USA would have been invaded by Cuba, Iraq, Vietnam, Syria, Afghanistan, Yemen and a hundred more, and they all would have a fight over who can have it. Thank god the US defended themselves against those terrible guys. Especially the WMDs were quite the close call, the Iraqis were minutes away from nuking the land of the mart.


Cuba's an odd rhetorical choice given https://en.wikipedia.org/wiki/Cuban_Missile_Crisis


> otherwise the USA would have been invaded

Yes, invading Hawaii was part of imperial Japanese planning. If you don’t understand that defense spending is still worthwhile even if you don’t blow anything up with it, I’m not sure how we connect.


You haven't shown the value. There are multiple countries that have a very low defense spending and since WW2 haven't been invaded.


But... you ARE blowing things up with it?


>...abandons the family to do drugs and alcohol? How can you blame “the system” for that?

We don't live in a vacuum and there a reasons why people turn to drug use that the system exacerbates. But that is completely irrelevant, because this blog post is a systemic critique, even if it is told through the life story of an individual. To cherry pick one stanza of the entire blog post to dismiss it on the grounds that the father who left is a drug addict is one more example of the delusions or strategies of the moralizing capitalist.


Vim is my only text editor, I use it for writing everything. Emails, scripts, messages, 100k+ lines codebases, prose, never needed this plugin. One line for 80 char wrap on certain filetypes, and a that is it, never needed such a plugin.

For prose, you can simply hard wrap at 80 (arguably you should), and vim supports this via a single config line. OOTB vim soft breaks anyway and you can navigate between in those broken lines via gj, gk etc.

Seems like bloat to me.


I'm your opposite. I use Pages for letter writing, Word for documentation, PyCharm for Python, Visual Studio for C++, VSCode for Javascript, Outlook for email, vi for bash and config files, SublimeText for markdown and html, OneNote for todos and project planning, Obsidian for my work log and outlines, the Notes app for on-the-go capture, etc...


This is the way.

For a community that prides itself on "one small tool for a specific purpose," people sure like to use VIM for a thousand different purposes by hacking plugins. This used to be derided as the microsoft way decades ago.

For writing prose, I use an app specifically designed for writing prose: Scrivener. See elsewhere saying "you should change how you write in order to use version control when writing prose." Totally forgetting that there's been a version control for prose for literal decades: tracking changes in a word processor.

Do you want to process words? Use a word processor. Not a text editor. Writing prose isn't editing text.


The thing is, in this context "editing text" is seen as the one job, that one tool should do.

So when you're working with multiple applications, all of which are trying to force you to use their own way of editing text, it feels highly fragmented and un-unixy

I do understand what you're saying, it's just that I wish the text editing portion of most of these tools is abstracted to a degree that allows for my text-editing tool of choice to be used within it


> For a community that prides itself on "one small tool for a specific purpose," people sure like to use VIM for a thousand different purposes by hacking plugins. This used to be derided as the microsoft way decades ago.

I'm not sure that this is the meaning of the slogan. The slogan says that a programmer shouldn't try to make one tool to do all things, not, I think, that users shouldn't be given the freedom to adapt their favorite tool to do all the things that they want to do. (Imagine, for example, if one applied this understanding of the slogan to C, and regretted the thousand and thousand thousand different purposes to which users were putting it!)


This doesn't have to be the way. I write documents using typst, with the occasional latex document sprinkled in by necessity. Not everybody needs a WYSIWYG editor. Most of them are WYGIWYG anyway. You're free to use whatever tools you like, but claiming that something is _the_ way would be absurd. And if you like little bloat, a system that just works across many domains, you don't need 100 different "apps" that each try to implement the features you get when chaining together the coreutils.


My issue is that word processors mostly amount to bad typesetting tools. Your editor doesn't need configurable document margins or page numbers. Semantic styling should be visible but unobtrusive, e.g. markdown.

If I were a Mac user, I'd probably use iA Writer. Instead, I'm very happy with Sublime. I appreciate Scrivener's bells and whistles but I find I never need more than documents, folders, and headings (although I wouldn't say no to Obsidian-style wikilinks).


Yeah, I do think different uses require different editors. I write novels, and Scrivener works better for me than iA writer. I used Sublime as a code editor a decade or so ago, but never for anything more.


> For a community that prides itself on "one small tool for a specific purpose,"

You think this "community" is a tech community? Let alone a unix community? And using a text editor for text processing is definitely aligned with the "unix way" than your way.

> This used to be derided as the microsoft way decades ago.

No. Your way was derided as the microsoft way. The unix way was to treat everything as text! Programs/processes feed/pipe text to each other.


Seems like bloat to me, too

I prefer writing with a mechanical pencil

For editing text on a screen, I prefer UNIX utilities ed, sed, ex/vi and custom filters written in C. The later can be used within ed or ex/vi via

   :!filter
The slow, error-prone step is getting the text _accurately_ from the paper to bits in the computer. A personalised OCR that can recognise own handwriting might be helpful


I agree - sometimes it is too easy to get lost when people create plugins for simple configuration options that are already built-in.


I feel similarly, but I could see folks who use vim as more of an IDE finding this useful.


Yes, this. Vim needs no plugins for writing prose.


Imagine paying for a file browser. This is why windows will always win. They have the most docile userbase ever. They'd rather pay 250 bucks for a file picker than to change OS.


If you use software that is $10k/year and Windows only, a few bucks here and there to improve your quality of life is a rounding error


I wonder if a lot of Windows users are also BMW drivers. If they're willing to shrug off $250 a year to be able to copy files efficiently on their computers, they are likely also to applaud the wonders of $50 a month for heated seats.


> BMW drivers

£50 for a heated seat, perhaps, but you also get by far one of the best turbocharged inline-6 engines ever put in a 4-door saloon, the S58. Analogous to Windows NT, a well-engineered kernel.


$250 (currently $200) is a single perpetual license. Annually it's $40/yr.

It's easy to lose a few minutes each day to Explorer shenanigans. For people making real money that adds up fast.


Hey Total Commander is free/shareware (if you can live with the nag screen) and superior to anything on any OS


My solution to the nag screen was that I never turned off my computer, just put it to sleep, so Total Commander was always running.

Interestingly, TC was one of the few software that I considered paying for, but in the end I didn't because they asked for too much information at the time. Not long later I switched to Linux, and I couldn't use TC there.


This is more of a macOS thing.

Windows users just don't pay and keep using Explorer.


It's all so tiresome


Author currently unemployed type post to state in zoomerspeech


Maybe not posting such comments would increase the value of this site.


Welcome back Plan9


Even more so: The 9P protocol https://en.wikipedia.org/wiki/9P_(protocol)

Maybe the most mainstream incarnation is its use in the Windows Subsystem for Linux (WSL).


It never left :p (I think that there are still active forks of Plan9 and Plan9 itself has definitely influenced some linux features or so I have heard)


Yes there is the great 9front and the useful plan9port. I run 9front on an old thinkpad, but I plan on doing a little more with it, having a dedicated CPU server, storage server etc will be the next step


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: