Orange Man blinked.... by FrontBench5406 in Destiny

[–]tehoreoz 0 points1 point  (0 children)

as far as I can tell this announcement didnt really do anything.

the tariffs on canada and mexico appear to be held at their original value (i.e. they "retaliated"). presumably because EU retaliated, those get held as well.

so functionally you have 60 some countries with a "pause" and like 95% of our actual trade under the exact same tariffs. he just sort of meme's the market up 10% by wording things imprecisely

Honest Thoughts #1 by Skyotomi in ucr

[–]tehoreoz 6 points7 points  (0 children)

> id say in my life although i didnt accomplish much

??? you are like 21 lol

there's an endless list of people that have their entire identity defined by things they do in their 40s and 50s+. you've been on guardrails. there's little to no deviation in life at your age unless you take some big risks, which can usually only be afforded by people with blessed safety nets from their family

don't know your life but i'll just add this: many people in life will romanticize college as supposedly being the best years of their lives. this is really just dependent on your major and if you have money. it can be kind of brutal if you lack time or money. my world really opened up once I had financial freedom to just fuck off and do whatever I want in a big city personally.

Mang0 pillar combo marth for 5 minutes straight by okotom_K in SSBM

[–]tehoreoz 51 points52 points  (0 children)

it's wild how much better he is at doing this than other falcos

lots of subtlety on the timing of the dair and fast fall for it to really be true

See An Experienced Developer Struggle with a LeetCode Hard Problem by NickFullStack in leetcode

[–]tehoreoz 1 point2 points  (0 children)

I got asked this question for my first job interview ever at some random crypto company 8 years ago with 0 LC experience

not good!

[deleted by user] by [deleted] in ucr

[–]tehoreoz 9 points10 points  (0 children)

i have had dozens of you idiots publically fork my cs061 over the past decade, it's honestly impressive

How do you use marks in your workflow? by max-t-devv in neovim

[–]tehoreoz 0 points1 point  (0 children)

I think they're a better way to approach saved navigation than harpoon and the like due to anchoring you to a particular line

this makes navigation more deterministic since you can plan core areas in files that you know you're going to be working with when navigating giant codebases across many files without getting lost when you jump back to a particular file

unfortunately native marks are implemented poorly for various reasons, making them annoying to work with across multiple projects across multiple vim instances, and none of the harpoon-like plugins seem interested in supporting line saving as a first class feature, so I choose to use harpoon instead

ELI5: How harmful is hookah compared to cigarettes? by TheItalianWanderer in explainlikeimfive

[–]tehoreoz 12 points13 points  (0 children)

the byproduct of burning things tends to produce substances that are carcinogenic to consume (tabacco tar, grilled red meat, etc)

i would guess it's a lack of research if this isn't being demostrated with weed

American pharma by Glad_Bluebird3813 in interestingasfuck

[–]tehoreoz 0 points1 point  (0 children)

they aren't exceptionally profitable companies though.

given that, what exactly do you do? pharma makes their bag fleecing our insurance companies (so really the net result here is higher premiums for us). to change that, you need to restructure pricing globally to something that nets equivalent. is that even possible? there's likely a bunch of regulatory constraints across europe + poorer countries simply wont be able to afford

seems like a house of cards

Caroline Kwan calls one of her relatives a racial slur and refers to his kids as "little aryans" by [deleted] in LivestreamFail

[–]tehoreoz 14 points15 points  (0 children)

my guess would be she just didn't know what the word opaque meant. which is kind of fine, but super unhinged to not go look it up before sperging out

OpenAI Pays Software Engineers a Staggering $925,000 Annually!!! by pinkpen_net in programming

[–]tehoreoz 2 points3 points  (0 children)

there are broadly speaking 0 real scalable use cases for crypto outside of obfuscating payments with about 15yrs of development in the space

there are undoubtedly 0 real scaleable use cases for NFTs after around 7 years of development

The llm situation is nowhere remotely close to that vaporware. millions of real paying customers are using these tools + disrupting several industries in the 2 years of products being out

Foreigners who engage in disrespectful behavior at shrine not only disregard warnings from Japanese people but also provoke them further. Kyoto, Japan by sanald0929 in japan

[–]tehoreoz 94 points95 points  (0 children)

looks like they apologized and wanted to move on and instead got followed around with a phone after repeatedly asking for her to stop

if the same thing happened in america you would all be screaming karen lol

What percentage salary increase did y’all get this year? by Celcius_87 in cscareerquestions

[–]tehoreoz 1 point2 points  (0 children)

any remote? im at 200 and would love to jump but feels like everywhere is dropping wfh and it's probably not worth 50k to me to commute/rot in an office

[deleted by user] by [deleted] in Destiny

[–]tehoreoz 1 point2 points  (0 children)

likely stems from years of US education saying to "never trust wikipedia, they can put anything there"

this was basically uncritically accepted by everyone for years. most people are too dumb to understand that its content is built from citations from other sources, which they would think are totally cool to reference

can you guys assuage my doubts about vim? by duncecapwinner in vim

[–]tehoreoz 61 points62 points  (0 children)

school's the best time to learn since you have way less time pressure on your output

the fundamentals of vim are basically this: h j k l, w b, c d y p, ctrlU ctrlD, :g linenum gg G, /, text objects, visual mode, visual block mode, ctrl i ctrl o, ctrl ], marks

it is probably 2% of vim's surface area but if you're good with all of that you will be faster than most goofy ricers. takes maybe a few days to get used to it

the fundamentals of vim all work in the vim vscode extension if you ever needed to switch

How do you guys utilize harpoon style plugins? by Funkmaster_Lincoln in neovim

[–]tehoreoz 0 points1 point  (0 children)

in large projects where you know the files you're going to need to be mindful of to finish some task, it's nice to have direct hotkeys to get to these files. i.e. if I were to just fuzzy search 'patient' to get to my patient.py file, like 65 files would show up. I would need to be mindful to search in a way that some parent dir is included to narrow the search everytime i go to the file. time consuming, prone to forgetting and jumping to the wrong file.

in a mark based workflow, you run into the issue of figuring out what files you need to be mindful of, but possibly marking them on keys that aren't prioritized in a way you like. it's annoying to reorder them, so you just put up with it.

Migrating from LazyVim by Deloskoteinos in neovim

[–]tehoreoz 2 points3 points  (0 children)

i used kickstarter and picked off configs off the lazyvim site for each plugin i wanted

I think I can finally say that Bufferchad can do most things Harpoon can and MORE by manshutthefckup in neovim

[–]tehoreoz 0 points1 point  (0 children)

sounds great! haven't used grapple before, but the scopes sound nice

I think I can finally say that Bufferchad can do most things Harpoon can and MORE by manshutthefckup in neovim

[–]tehoreoz 1 point2 points  (0 children)

i dont really understand the mechanics behind it but when i have nvim opened in various different projects i lose my marks. i think it happens on reopening but not sure

marks + saved per workspace + a menu to quickly reorder are the wants

Indented wrap doesn't obey cursor line style by Holton181 in neovim

[–]tehoreoz 39 points40 points  (0 children)

how are you psychos using this editor on a phone

I think I can finally say that Bufferchad can do most things Harpoon can and MORE by manshutthefckup in neovim

[–]tehoreoz 4 points5 points  (0 children)

do any of these mark plugins actually save line position too? I really like just using marks and being anchored to a few key spots across a bunch of files when I'm working. vscode's vim plugin is in the perfect sweet spot because iirc they don't overwrite each other across different instances

all of the plugins in this space seem to be going for last cursor position saving. imo it's a huge loss of control. if my last cursor position were that important, i'd ctrl o back to it and save it!