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

I had the same realization when seeing some one open up the outlook inbox and seeing a huge advert banner on the right of their screen. I had been so accustomed to using an ad blocker I realized the average person is bombarded with so much attention theft.


> Now that people don't care about Anti DDoS - this happens.

Could I prod why that is? I'm dealing with a ovh server and using their anti-ddos detection for an issue currently so this topic I'd like to learn about.


Autocorrect not getting simple character substitutions is beyond frustrating.


Do you know a corrector that "understands" a typo at the third or fourth character?

If it's 1st or 2nd, then it's ok.


A running txt file for each project/work capsule has been wonders. Then common txt files for anything you learned or, things you need to learn, notes/todos, etc.

I think I would be half as productive as I'd like without this.


Yes. I have started doing this with an Obsidian note for each project. Any ongoing lists go there, and each day has a heading with todos and thought process while solving the todos. Then in my main todo list or kanban I just link to the project with one sentence on where to resume the next day.


McKenzie stretched helped me rehab a pulled muscle in my lower back (originally thought it was a disc).

Deadlifts also helped strengthen lower back muscles. Tight hamstrings from sitting on the computer all the time also didn't help. I'll try dead hangs.


Deadlifts are how I got into that mess. There are two types of deadlifter: those who have ruined their back, and those who haven't yet ruined their back.

Romanian deadlifts are much safer. Also hip thrusts and weighted back extensions are good enough unless you're a competitive power lifter.


I always followed proper form and didn't ego lift, even though my deadlifts were the highest weight.

I think on retrospect deadlifts may have been my issue to, I did the deadlifts that day and later remember going to pickup something off the ground and getting the issue. Not sure if the deadlift was the cause, but I always thought my muscles were sore/tired and lax, thus when I went to lift the thing my lower back stability was compromised.

I'll try Romanian deadlifts and those other exercises, thanks for that suggestion.


I'm pretty much exclusively an RDL kind of guy these days but plenty of people go their whole lifting career being fine doing deadlifts.

I just don't like the stimulus to fatigue ratio for them and spend more time with cables, machines, and dumbbells than barbells these days.


> Compare this to Vim where, if it's the first time you're opening it,

If you open vim with a file, like you do with all file editors, there's no such examples. It's also at the bottom of auth/credit/contribution fluff in your example, which people would be expected to ignore.

> Because you can't read

I'm not arguing for more hand holding here, but saying the poster can't read is ironic. Reading is one part, comprehending is the other.


  > If you open vim with a file, like you do with all file editors, there's no such examples
I think you are being disingenuous here. I'm serious. VSCode isn't just plug and play. It isn't just "install and away you go". It's not much you have to be taught, but you did have to learn something from somewhere. Either from another IDE with similar visual language or because someone showed it to you.

Besides, your first usage of VSCode isn't going to be opening a file. It also gives you info at the startup.

Are you seriously telling me you haven't Googled how to use VSCode? Or did you just forget because you are now comfortable using it and used to it?

  > not sure why we're pretending vim is easy to use
Because it is! I don't know why you're pretending it is hard.

The conversation is no different than iPhone users fumbling their first time on Android and Android users fumbling their first time on iPhones. If you didn't have to learn things then this would never happen. Can there be better communication around vim? Certainly, that's always going to be true. But "run `vimtutor`" is pretty effective and I'm sorry, DEVELOPERS shouldn't be documentation adverse.

If you want to use vim you only need to know a few things. `i` to start typing (insert), esc (or ctrl+[) to go to "command mode", `:w` to write, `:q` to quit. That's literally 4 things. In the standard vim config you can use your mouse and arrow keys, so you don't even need to learn hjkl to get going.

Truthfully, the main difference is where the learning happens. vim forces the user to learn a few things up front (and not many). Getting all my python envs and configuring everything in VSCode took me much longer than the 15-20 minutes it takes to read vimtutor. You get your "Hello World" out faster, but it also makes dealing with environments and other things harder.

What I will admit is that vim is hard to master.

But mastery is very different than usage. Even intermediate level is not hard to achieve once you understand the design language. It's a different way of thinking but come one, it's aimed at programmers. You're really telling me it is hard to learn that there's a command mode and a writing mode? That commands are composed of actions + motions? Going through vimtutor means you should know a lot more commands than vimtutor introduces because of this design language. But mastery? It requires reading docs and years. But that's not a flaw because what you can do in vim is nearly unbounded. While that's also kinda true about VSCode there is a much steeper learning curve you need to do fancy things and that knowledge isn't going to make you really better at general VSCode usage.

  > It's a meme
So is the difficulty of assembling Ikea furniture.

People brag about how dumb they are all the time. I don't get how you think that's a defense. There's plenty of docs in the program itself and plenty more online. Many being well written. But ultimately vim isn't being targeted at the general audience (unlike Ikea furniture) and it's perfectly acceptable that it requires a little reading. By my screen you get all the commands I listed, and more, with two screens worth of text from vimturor. 1 screen if you split, since it is 80 chars width. That really isn't much reading. If that is the definition of "hard", for developers, then I have no hope for software. It shouldn't be "hard" or "too much" for anyone. Let's be honest. Are you really okay with the bar being so low that it's impossible for a blind person to trip over?

  > It's also at the bottom of auth/credit/contribution fluff in your example
Here's the message

                  VIM - Vi IMproved

                  version 9.1.857
             by Bram Moolenaar et al.
    Vim is open source and freely distributable

           Become a registered Vim user!
  type  :help register<Enter>   for information

  type  :q<Enter>               to exit
  type  :help<Enter>  or  <F1>  for on-line help
  type  :help version9<Enter>   for version info
Not even 10 lines...

If you brag about being lazy, expect to be called lazy.


I just was mainly motivated in replying to your accusation that the original poster couldn't read -- I feel like that claim is pretty disingenuous from the get-go and if I'm being accused of it, well, I'm in good company.

I don't even know what to reply to here, but I'm in general agreeance with most of what you wrote. I just don't agree users type "vim" alone their first time, I'd wager it's following some guide/tutorial online that already has 'vim filename.txt' snuck in there. The fact that people get stuck in vim feels like something intentional to weed out people, otherwise it's a funny problem people run into on other programs like ftp, ssh, screen, even the python interactive shell. There's no unified lexicon on cli tooling, except maybe the gnu clis. It makes you appreciate good GUIs.

The real big brain approach here is to divorce the idea of vim from the command line editor and use it as a plugin in an IDE. Best of both worlds.


  > There's no unified lexicon on cli tooling
While there isn't there is more than most people give credit to. It shouldn't be too much of a surprise giving cli people write cli tools getting inspiration from cli tools. I mean we can't even say there's a unifying language in the GUI space.

  > The real big brain approach here is to divorce the idea of vim from the command line editor and use it as a plugin in an IDE
Maybe I'll be convinced when a vim plugin or "vim bindings" represents something close to actual vim. I need a lot more than hjkl, gg, gG and such for movements. It's crazy how few even have H,M,L let alone <C-F>, <C-B>. I'm really surprised so many don't have / bit less surprised at * and the like. An ide giving me vim bindings needs to also give me :Ex, tabs, tags, and so on. I don't think I've ever seen a plugin give me :%s and I'd be really surprised if it gave me \\{-}.

I think there's a lot of confusion when it comes to vim. It's an editor. Editors aren't just for writing and the real power of vim is editing. It's a major bonus that I can do all this with less resource consumption that just a plugin

Frequently using vim bindings in plugins leads to me generating gibberish.

Frequently using vim bindings in plugins leads me to unintentionally closing windows


You are spending a fraction of $350/mo on food? I'm actually interested in learning more...


About $6/day, Canadian. Only for myself. Not counting energy costs.

The core of it is the stuff you'd expect, at least if you remember older stereotypes of the diets of the poor. But it doesn't have to be just the things that would drive you mad. There's room for quite a bit of variety, really. In fact, there's room to eat out sometimes at my current price level.

I buy a lot of dry food (naturally dry or dehydrated in processing) in bulk: flour, rice, dried fruit (carefully portioned out), legumes (split peas and kidney beans are what I like; I could get others if I wanted), skim milk powder (many culinary uses). Mostly frozen meat (not pre-made things in boxes), or ground meat that I buy in quantity and freeze. Boring old generic cheese in the full-sized bars, not sliced or shredded and definitely not the plastic crap. (I really should get eggs more often. Even at regular prices, which have nearly doubled since 2020 for the most basic offering, they're still reasonably priced for what you get.) Not a whole lot of fresh vegetables, or rather, just starchy ones like carrots and potatoes when they go on sale.

I drink tea that I make myself (I haven't crunched the numbers but I assume homemade drip coffee is comparable). I don't buy pop (er, "soda") and my selection of snack foods is quite limited: generally bottom-shelf generic-brand cookies and biscuits (even then I shop around) and sometimes generic-brand potato chips. I used to get generic-brand ice cream sometimes but those prices have gone way out of control.

And I read the flyers.


Thanks for sharing, this is useful advice for a fellow Canadian. If you don't mind me asking follow-ups:

Can I hear more about the frozen meat? I usually go for chicken thighs or pork (almost always one is on sale), it's about 8-9cad/kg. What's your cuts of frozen meat, and price point?

Also, no frozen nor canned veggies in your budget?

And finally, can you describe your typical breakfasts, lunchs, and suppers? You say it's "what you'd expect", but I grew up affluent and only recently going through a budget crunch so I don't really have any reference for what to expect.

Cheers.


> Can I hear more about the frozen meat? I usually go for chicken thighs or pork (almost always one is on sale), it's about 8-9cad/kg. What's your cuts of frozen meat, and price point?

I wouldn't get anything with the bones in if I can avoid it. Even fresh boneless skinless chicken breast is often under 11 cad/kg.

No Frills carries pre-cooked (I still fry them a bit to give flavour and heat them up) meatballs in 1.5 (used to be 1.8) kg bags for $10. If you check labels and do the math they're a pretty good deal. Ground chicken and turkey can be found a few places at $11 (or at least not much more) for 4 lb (beef has gone up quite a bit though). It's not the most pleasant looking stuff, but it works fine for things like chili.

Pork tenderloin often goes on sale in the cryovac 2-packs for $6.60/kg. Sometimes it's even Canadian produce.

Every now and then I might treat myself to some T-bone steak. It's harder to find on sale now, though, and when it is available it's often "cut from ungraded Mexican beef" which I find rather a turn-off. It's probably been a couple years now, actually.

> Also, no frozen nor canned veggies in your budget?

Frozen vegetables are probably still fine but I got annoyed seeing them go from $4 pre-COVID for a 2kg bag to at least $6.50 now. (I can still remember getting them at $2.79.) Canned have, overall, always been more or less a rip-off in my estimation, but I do still get canned tomatoes on sale. Again, chili is a great way to stretch out meat and get lots of healthy veggies and fiber.

(If you really just can't have pasta without a tomato sauce, 2 parts of crushed tomato to 1 part of a basic cream sauce — one of the many uses for that skim milk powder — should get you fairly close for less money. At least based on my reading the labels and doing some napkin math. I haven't actually tried it.)

> You say it's "what you'd expect"

I meant that things like rice and legumes make up a fair bit of it. (As another side dish, I also buy flour in large bags and make dumplings. Pasta is definitely more expensive than it used to be, but it's really going to be meat that drives expense when you cook for yourself.) I don't really eat on a typical schedule; I tend to cram most of my daily intake into a single meal and snack (and drink tea) the rest of the time.

Best of luck out there.


Cheers. This is great advice, thanks.


Thanks for sharing, I am also a Canadian. I'll read and digest (no pun intended) what you wrote.


Some of the recent Beelink ones have soldered ram though.


Some of them have 128GB of unified memory…


Enduring boredom is the antithesis of mindless doomscrolling.


Another thing I am curious about is time of day too -- I was told vitamin D/Multivitamins were better taken in the morning with food.


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

Search: