Ask HN: What are some available force multipliers that most people don't know?
All software is a force multiplier, but some tools, like Zapier/IFTTT are in a class of their own.
Likewise concepts like Compound Interest and arguably knowledge of fallacies, such as "sunk cost fallacy".
What are some force multipliers that are available to most people, but which most people don't regularly put into use?
481 comments
[ 4.3 ms ] story [ 282 ms ] threadThat click of understanding the basics and being able to develop problem-fitted solutions although not perfect/professional is a game changers for most of the people. Specially people with jobs outside IT.
Like in manufacturing, the leverage of technology comes mainly from automating and scaling the repetitive. It's a shame most tools aimed at regular computer users de-emphasize, or fail to recognize entirely, the concept of batch processing.
I don't see it this way at all.
- In MS Word, OSX TextEdit, and most other editors/word processors, search and replace is front and center. Heck, search itself (both within local files and search engines) is the ultimate example of automating and scaling the repetitive, and it's everywhere.
- In OS X Finder, you can batch-rename files by highlighting them, right-clicking, and clicking "Rename [N] Files..."
- Mail merging has been a thing in MS Word and other processors for a long time.
- In Excel, all kinds of repetitive, menial tasks are immediately discoverable to even a complete beginner: highlight more than one numeric cell and the status bar instantly displays the average, count, and sum. Conditional formatting, number formatting, sorting, filtering, and all kinds of data-reshaping tasks are baked into the UI.
What about batch S&R in multiple files? What about S&R by regular expressions? What about both? There are entire dimensions of basic automation that aren't covered, except in editors used by programmers.
> In OS X Finder, you can batch-rename files by highlighting them, right-clicking, and clicking "Rename [N] Files..."
Didn't know that. I have only seen "batch rename" in Windows Explorer, and it's pretty basic (and not even advertised - whether you select one or multiple files, the option is always called just "Rename"). So if you want to turn "foo.exe" and "foo.dll" into "bar.exe" and "bar.dll", that'll work. If you want to turn a bunch of files into "foo1", "foo2", "foo3", I'm not sure if you can do that.
> In Excel, all kinds of repetitive, menial tasks are immediately discoverable to even a complete beginner
Agreed. On top of that, working with Excel is essentially programming (FRP at that), just not advertised as such. Altogether, this makes Excel one of the best pieces of software written in the history of mankind. But it's an exception that proves the rule.
That assumes the essentials of proper sleep, nutrition and basic fitness are taken care of [3]. Aside from this meta 'help' stuff, the one tool that was a 100x force multiplier for me is Karabiner [4]. Share it on HN all the time but no one uses it. :|
1: https://www.swyx.io/writing/learn-in-public/
2: https://joelhooks.com/digital-garden
3: https://wiki.nikitavoloboev.xyz/health
4: https://wiki.nikitavoloboev.xyz/macos/macos-apps/karabiner
I think the people who are inclined to be constantly learning are probably less inclined to focus on broadcasting their life to others.
That's not to say that there aren't people who learn in public and create valuable content in the process, they just seem rare.
I also hope more people make an open learning repo [1] where they test out new technology in the open. It's been a nice productivity boost for me.
1: https://github.com/lpil/learning & https://github.com/nikitavoloboev/learning as examples
I have a notes SVN repository dating back about a decade with over 600 text files. I could split them into many more files as these notes aren't "atomic" as Zettelkasten folks say.
The main barrier to release at this point is that many of these notes contain private information, or have brutally honest assessments of certain things that I don't want to be made public. If I had written them with public consumption in mind from the start then I would have done things differently.
Another problem is that the quality of many of these notes is not at a level I'd be comfortable releasing. If I had intended to release these notes in the first place I would have spent some extra time to clean them up earlier on.
My current plan is to slowly ramp up a public repository once I revamp my personal website, but as with many plans, I keep pushing that into the future.
I have a huge problem with this and I'm not sure how to fix it. When I start researching something, I don't write about it, because I don't feel like I know enough and I don't want to repeat the same "generic advice" that many people already presented. Then, when I reach my desired level of understanding, I start writing a blog post. I start with "fundamentals" I had to grasp before I could understand the topic. Then, after 6000 words, some diagrams, and several tens of hours put in, I start writing about the topic, but at that point it's almost guaranteed I'm already interested in something else. So, obviously, I leave the previous topic to rot in the "unpublished" folder forever.
It would, thinking realistically, take someone paying me for the extra time to finish one of these posts, which would become either a really looong article, or a short book/pdf. That won't happen, because most of my enquires about how to be paid for writing something like this lay in the same "unpublished" folder... That's on top of the topics being rather peculiar (most recent example: "Using Haxe's Lua target to script my (Awesome) Window Manager" - started from quick intro to OCaml, two fixes I made to the Haxe compiler (which is written in OCaml) to get Lua target really going, quick intro to Lua and LuaJIT, plus AwesomeWM architecture and class library... at which point I stopped, and switched to the next topic: "Wiring and writing a Home Security-like system with RaspberryPis and Erlang/Elixir", which will turn into another abandoned try at a write up.)
Basically, I start writing at the point I'm pleased with the solution to a problem (eg. the state of my WM, the monitoring around the house, or most recently a working Tizen Studio for native devel on non-Ubuntu Linux), which rids me of the problem, so then I have no motivation to write about it, or its solution anymore. I could go back, change the title, and generally edit whatever I have already scribbled, but that feels like work, and at that point I'm already learning about something else entirely...
This is why this:
> I think the people who are inclined to be constantly learning are probably less inclined to focus on broadcasting their life to others.
seems plausible to me, at least. Though whether my broadcast would be more valuable to others than the "generic advice" (or more specifically, shallow posts on some tech, in "3 things you didn't know about IEx"-like style) is doubtful.
[1]: https://timothyandrew.net/learning
HammerSpoon: https://www.hammerspoon.org/
For me, the two biggest improvements were:
1. App switching (hold F then use all keys under the right hand, each key bound to launch and/or focus a particular app)
2. Window management (hold W then use right hand as arrow keys to snap windows)
Paired with a keyboard that lets you remap held keys to modifier combinations (I use Ergodox) has been great.
See https://www.dcmembers.com/skrommel/downloads/ or https://www.autohotkey.com/docs/scripts/ for a larger collection.
For example, I would have never thought of AltEdge ("Sends Alt-Tab when the mouse is on the left edge of the screen and keeps cycling through the windows") or Barnacle ("A programmable toolbar that fits inside any window") or MonitOff ("Turns off the monitor at user defined idle times during the day") but it took 10 seconds to download the executable and try out one of these (AltEdge).
https://www.dcmembers.com/skrommel/download/altedge/
For me, Windows' programmability, especially AutoHotKey, has been a major reason to find Mac OS rather unattractive. Over the years, AutoHotKey has solved several minor-but-daily annoyances for me.
Ha, never knew you could do that. Pretty cool.
That's it :-)
It uses Lua for its scripting engine.
Not sure there's quite an equivalent for the executable feature, but it does support publishing and installing modules written by users, which are called 'spoons', IIRC.
My config: https://github.com/nikitavoloboev/dotfiles/blob/master/karab...
Article to explain how to achieve this: https://medium.com/@nikitavoloboev/karabiner-god-mode-7407a5...
[0] Of course there are exceptions to this rule, especially in e.g. mathematics. I bet Terrence Tao can eat almost everybody's lunch in math.
“The popular image of the lone genius ... is a charming and romantic image, but also a wildly inaccurate one, at least in the world of modern mathematics.”
All jokes aside - Learning a section of domain you interact with regularly just enough to be dangerous.
Example is, as a programmer, doing product management job for 6 months or vice versa.
Danger here is it's easy to wield that new found knowledge as a weapon for evil - such as talking down at people, when really you want to be using it to be more effective.
But thankfully, most people have seen it done well in one form or another - a product person who can speak technical and not be jerked around or an engineer who has a keen eye for product flow or growth efforts.
This is the entire collected set, but individual collections for each specialization are also available. https://store.hbr.org/product/harvard-business-review-guides...
It is shocking how fantastic this series is and how little the tech world knows about it.
People get all worried about losing their followers & social connections. The social fabric is very adaptable. It does not require public technological codification. You realistically only need fewer than five good friends to be happy; text them. I can guarantee your followers don't care about you at all. The ones who do will reach out to you in other ways.
Since the OP also listed a fallacy, one in the same vein is the endowment effect - where people value things more simply because they already possess them. Consider the example of you holding a stock priced at $200. Now consider an alternate universe where you didn't own that stock but had $200 cash (plus some extra for transaction costs). Would you buy the stock? If not, you should probably consider selling it. This same thought process can be applied to nearly anything in your life: job, significant other, city in which you live. It's good for keeping you out of traps.
I worked hard to start reading longer form articles and books again, but my attention span was so crippled! It was a really weird experience to quit reddit and social media. I still get memes from my friends, and I would have found them funny before, but now I’m so out of the loop I find the majority of them to be so half hearted. I guess memes are funnier when you’re reading tons of them and get that quick jolt of amusement.
I've completely dropped twitter/facebook/etc, but have found that I keep coming back to HN and reddit primarily to keep some level of awareness of things that happen outside of my "bubble".
How would you maintain that level of awareness while still dropping those social media platforms?
Well that's just the thing! We observe Trump attacked from all sides of the establishment - the left, (some of) the right, and the entire government bureaucracy ("the deep state").
There is a rift somewhere in the system, and we're not discussing it...
However, it does praise some actions that Trump and the Republicans have done with regards to covid19. I overall find that it greatly tones down the extreme takes / perspectives I see on Reddit, and finds lots of nuance
Nonpartisan, yes. Nonpolitical? Absolutely not. The reason for its foundation was (specifically) to campaign against a policy held dear by the government of the day, and (generally) to promote a specific politico-economic worldview, that of free market capitalism with a strong emphasis on cross-border trade. Sometimes this can make their positions appear a little more left-leaning than a classic US libertarian could stomach, such as supporting the existence of the EU, if not every one of its actions; and tending to prefer at least a light touch of regulation on the markets, so long as it keeps the wheels of international commerce turning smoothly. Also, they are at pains to separate their news reporting (usually impeccably balanced and impartial) from their opinion pieces. As an answer to OP's question, I would actually second the recommendation of The Economist as an excellent way to keep abreast of world events while cunningly sidestepping the hysteria and sensationalism of nearly all other media (yes, including most "serious newspapers" these days).
https://en.wikipedia.org/wiki/The_Economist#History
Four years later he's gone, even allegedly called Trump a "fucking moron" on the way out.
The Economist loves free markets and a more laissez faire. GOP types quack about that stuff but lack in delivery.
Awesome content, but if you read pay attention closely, you can basically write the story without reading, because you know what the answers will be.
The paper NYT and WSJ are a great way to go. You get clear editorial contrasts and lots of content. Science Times and other feature sections are always a treat.
Most of the time that side is going to be the free market technocratic solution, hence the parent comment about being able to predict where the article will go, but even then I feel like I have an idea what the argument is and where the sides are.
Scheduled violations of the rules seem to paradoxically help you follow the rules. Tim Ferris advocates for one dietary cheat day per week, with the idea that it takes incredible will power to give up donuts forever, but almost anyone can put it off until Friday.
Schedule your cheats.
Edit: scheduling is also great for beating procrastination. “I will change my oil at 7:30pm Tuesday” is way more effective than “I need to change my oil soon”
He also spent a lot of time with me on understanding that motivation and discipline are most times just thin wrappers around what people actually want. Thinking less about "If I were just more disciplined I would be able to do this" and more about "If I actually wanted to do this I probably would", and then focusing on what you actually want, or why you don't want something, is probably a much more valuable of a use of time for some people than thinking about motivation or discipline.
I am not posting this to say "If you're a disciplined person, you're wrong" - but moreso "If you're a person that believes you struggle with motivation/discipline, maybe you can rethink those concepts".
I'm not going to debate you because there isn't a debate.
He said "Be tougher."
To paraphrase the context: mental toughness is a choice, and if you aren't as tough as you want, you just have to be tougher. Choose it. In each moment when you are tested.
Thanks for your comment. For a while I had been wondering why I couldn't focus, wasn't able to accomplish some simple long term goals, etc. Be tougher was my fix, and your comment expands on some ideas in a way that makes sense to me.
The technique they mention (AVRT addictive voice recognition technique) is actually useful for all sorts of things. “That’s my anxiety speaking. It is separate from me and I don’t have to listen to it”, etc.
You can personify and diminish all sorts of negative personality traits. “That’s my impulse to complain / interrupt / lash out / etc”
Twitter and Reddit are flexible enough that you can use them strictly professionally and be better for it.
One thing which helped a lot was realizing just how slow things really move. People post very interesting technical things every day, but those are usually the products of maybe a year of intensive offline effort. You don't fall behind by skipping reading those. You do fall behind by endlessly reading those and doing nothing with your own time. Four hours sitting with a textbook in your area of interest is worth more than a month's worth of twitter posts. As a corrolary, you needn't worry about falling behind in general - because of how slow things move, you'll always be able to catch up. It takes probably two orders of magnitude less effort to understand a concept than to research & come up with it in the first place.
As you develop an area of interest and talk with other practitioners, you'll naturally hear about interesting things eventually. The rest is just brain candy you wouldn't have cared about anyway.
The only thing I find unique to Hacker News is much higher quality analytical comments about politics, economics and tech industry labor issues. Almost everything else is in one ear out the other.
If I do post on Reddit I'll disable inbox replies and just check once a day or something for any replies.
Edit: Also since HN doesn't have a 'disable inbox' type (that I know of?), 75% of the time I'm not logged in. I'll log in if I really have a comment and then log back out.
I do agree with you overall though. I have a virtual desktop dedicated to social sites, and a separate desktop for work, and I keep myself always aware of what "mode" I am in.
Facebook is utterly useless, I deleted my account years ago.
For me, it's the exact opposite. In the case of Reddit, you can filter it down to only subreddits you are interested in, which increases the signal-to-noise ratio significantly.
Twitter would be the first thing I would get rid of tbh. It encourages shallow retorts and memes more than anything else. The only thing I still get from it is news, but Reddit gives you that with potentially interesting discussions on top.
I do a lot of "reddit [thing I want to know about]" in DDG, just to kick the Reddit results to the top over all the webspam. Not "!reddit [thing I want to know about]" because Reddit's internal site search is, like most, worse than DDG or Google.
Are these learnings useful in your daily life and career? I too have learned a bit from these sites but I really do not know if that knowledge is useful in practice. Sure one can argue that our ability to think and connect things improve, any knowledge is useful etc and there is some truth to it. But at what cost though? Looking at the amount of time I spent on Reddit over the years, anything I might have learned seems miniscule. ROI is so low.
HN gives me a treasure of information in so many areas I have found invaluable when I need it.
Just use something like Zotero so when you see something interesting, you just give a quick look at it, and save it without spending a significant amount of time.
And also learn to manage yourself. Without it you will not need facebook to waste your time, you will fantasy dream while looking at the window or staring against the wall.
However, keep in mind that the 16:9 aspect ratio is better suited for movie watching and somehow the whole industry (except for Apple, and Dell also seems to have picked that up in its latest XPS line) uses that, even in professional settings. 16:10 is way better. 1920x1200 displays do exist and I recommend that. Used ones are a bit more expensive than used 1920x1080.
I'll forever miss the 1400x1050 display that I had on my ThinkPad T42. It was awesome for displaying content vertically (think code and/or documents).
Maybe it is becouse widescreens have more inches diagonaly for the same area as 4:3 that there was a push for consumer TVs with widescreen?
I wish there were more options for ratios in the stand-alone display market. Rumor has it, Microsoft will be creating a line of Surface displays. [2]
In my opinion 16:9 is unappealing for productive work.
[1] https://en.wikipedia.org/wiki/Microsoft_Surface#Model_compar...
[2] https://www.theverge.com/2018/11/29/18117584/microsoft-surfa...
16:9
16:10
16:10.66 (almost 3:2)
16:12 (4:3)
I'm sure you can tell the difference between 16:12 (old TV) and 16:9 (widescreen).
Think about it: when you're writing code or working in a shell or reviewing a configuration file or working on a word document you'll probably use vertical space more than horizontal space.
On linux I like using a 4k display at 100%. I don't really care about window chrome, icons, etc. I care about text and mainly use a text editor, terminal and browser. They all allow me to set the text size. This way I get the best of both worlds: unobtrusive window chrome and legible text. This works great on a 24" display.
I also started taking 1mg melatonin an hour before I want to sleep. That works wonders for me.
https://slatestarcodex.com/2018/07/10/melatonin-much-more-th...
... and, umm, mindfulness, I guess.
(I am not a doctor)
It's worth noting that many allergy meds (like diphenhydramine) are anticholinergic, but only ones which pass the blood-brain barrier are linked to cognitive decline. So newer allergy meds like cetirizine and loratadine are better.
https://pubmed.ncbi.nlm.nih.gov/25879993/
- Temperature control. I sleep with the AC set at 65, a fan and a BedJet device.
- Blue light control. I wear blue light blocking glasses at night time
- Wind down routine. I am careful not to exercise, watch exciting shows or do anything that raises my hearth rate at least an hour before bed.
- No alarm clock. I have found that when using an alarm clock I invariably get anxious about it going off.
Hope some of that helps.
What really helps is silicon earplugs (they warm up to body temperature and mold to fit, so comfortable I've forgotten to take them out until I'm half way to work) - a lot of my issues are I require silence to sleep and stay asleep and the modern world just isn't conducive to that at all.
Do you have a thick blanket then? Or are you just covered with a thin bed sheet while the air around you is 65 degrees F (18 degrees C)? That sounds like it would be freezing.
2) I can't sleep with few or no blankets anyway. I mean I could probably adjust to it over time, or if I'd hiked 20 miles that day I bet I could, but I certainly can't right now under ordinary circumstances.
I don't start to think a room's too cold for comfortable sleeping until it's under like 60F. My sleep gets worse if it's over about 68.
- Exercise, even if just 10min daily
- Sleep in a colder room
- Maybe is a lot of noise around you, and night is the time for your brain to work cleanly. Reduce it (I find this recently)
- Stop being worry about not get sleep. The more you worry, the less you get.
- If can, sleep when you feel it, get up when not. Not force to get sleep if you know you can't. I think this help to reset the clock. After a while things start to settle.
- Substances amplify what is wrong, maybe. I think is better to fix the macro stuff, the routine, and then maybe use something.
... so yeah, as a married guy with kids and a job, falling asleep is hell basically every night.
Now if it would be possible to get a 27" 5k screen like the new imacs, that would be absolutely great. Same "actual resolution" as the older 27" but with much sharper text.
Personally, I'm in the preferring-two-monitors camp. If I can't have two, I'll have three, please. And large ones. Particularly when I'm doing web work, the convenience of having an editor with ample space to open many source files at once on a main screen, an auto-reloading browser with accompanying dev tools on one side monitor, and multiple pages of documentation on the other side is a huge win.
I know other people who are also in this camp, and others still who for similar reasons to others commenting here aren't a fan of lots of monitors. They typically have very consistent patterns in how they set up their working environments and often multiple desktops that they switch between frequently.
I suppose the conclusion is not so much "have multiple monitors" but rather "invest a bit of time and if necessary money in customising your work environment to work well for you".
I can use my tech skills to MASSIVELY enhance the trades side of the business. While i can do enough of the trades myself to cover my employees sick days, emergencies, etc, i dont do it day to day. I run the business and make sure i'm using my primary tech skills to grow us. Its working well so far.
When we started we did anything, painting, small handyman jobs, fences, carpets, gardening, etc. But I ended up just concentrating on kitchens and bathrooms, as they are generally the most investment worthy home improvements a homeowner will want, which means larger profit per job and also they're more room to take away a homeowners problems. Typically if they project managed it themselves, they'd need to bring in a large list of separate trades. Labourers for demolition, plumbers, electricians, joiners, tilers, cabinet fitters, flooring fitters, decorators etc.
The people i hire, with backup from myself, can do everything the job needs, which means they only need 1 company to do it. We have a wonderful woman in the office that does all the customer service, we take away all the old crap we've removed, we help them pick the new bathroom suites and kitchens they want, etc. Its a full service. I think in America, the term for this is General Contractor, over here in the UK, its not typically used.
My advice for you, if you're starting from scratch, is to get some DIY skills to begin with, start with your own home. Try things, Youtube is the second best tool for learning anything in my opinion, only surpassed by actually doing it. If at all possible, whatever you are trying for the first time or are unsure of, try it, then pay a professional to inspect your work AS your doing it and sign it off at the end. Get them in before you start too. Any tradesperson that wont do give you advice that you're willing to pay for isnt worth knowing IMO. The ones that are, are the ones you hire when you do bigger projects that you need help on. Plus anyone that can explain their own job to an outsider, generally is pretty good at what they do.
I'd be able to give you more specific advice with more information, happy to answer any questions.
What does your software business do (if you dont mind telling me!)
Also what's your profit margin on say a bathroom or a kitchen?
For hobbies: I do Karate, I do aquascaping, and play guitar (acoustic, electric, bass) and sing (mostly church related weekend gigs).
For languages: Indonesian, English, Japanese (still not proficient but I can get by, Kanji reading is still working on it).
Not sure how I combined all of those. Totally unrelated lol.
There are people out there that provide a very specific service cutting kitchen worktops, explanation here: https://www.youtube.com/watch?v=Ux3EZhhYdZo
Its typically done with a jig and a router, its not that hard IMO, but a lot of kitchen fitters either cant do it well or hate doing it and they hire someone to do this (as well as other things like sink cut outs) and they get paid DAMN GOOD money to do that, especially if you can show up at a new housing development where you can bash out 30-100 homes as one job.
Personally, while i have no experience with CNC's, i know what they are and how they work and i reckon theres a way to make this job more efficient by having a CNC machine in the back of a van that can be setup to cut these joints. I've not tried this idea, but i may do it one day.
This is the kind of different persepective you can have from completely different skillsets and experiences that people who do the same thing day in day out for years just dont arrive at.
A lot of doctors and health professionals will say that this is bad advice and that it encourages people to obsessively flush electrolytes and minerals out of their bodies.
Which doctors, specifically?
https://duckduckgo.com/?q=too+much+water+electrolytes
These results seem to indicate one has to drink a lot - not just enough for clear pee
But it's not hard to find warnings:
https://www.mayoclinic.org/diseases-conditions/hyponatremia/...
> Drinking water is vital for your health, so make sure you drink enough fluids. But don't overdo it. Thirst and the color of your urine are usually the best indications of how much water you need. If you're not thirsty and your urine is pale yellow, you are likely getting enough water.
You see it all the time - young people drinking eight litres of water over an hour or something stupid like that during arduous physical activity because they think they should 'drink until their pee is clear', then wondering they their legs don't work anymore.
What does that even mean? If your body contained toxins that you needed to « detox », you’d be having a pretty bad day and kidney failure.
Detox is meaningless. It’s not like your body is « polluted » and and you can only clean it by « detoxing ».
Healthy skepticism that this makes a difference in day to day human health may be warranted, but skepticism that the claim is even meaningful in the first place is not. Your body does routinely contain a lot of toxins, and it has mechanisms to clean them out. “Polluted” is not a binary yes/no attribute anywhere else in the world and it hits not binary in your body either; it gets more or less polluted as it excretes less or more waste.
See https://duckduckgo.com/?q=detox+fallacy for more in depth explanations.
Shipping and revenue should be your goal. Sure, aim for a polished product, but don't waste time with things that don't further your goal (unless it's a security/correctness/legal issue, sure)
- You don't need to rewrite your frontend in the latest .js library just because. Ship first, think about rewriting later
- You don't need to apply those 5% micro-optimizations if your site is working fine (at least not before shipping)
- You don't need your resources in a global redundant CDN right off the bat. Use existing CDNs (for .js for example)
- The thing that will break is not how you initially thought it would go. Avoid premature optimization unless it's really obvious (example: front page optimizations).
You might not even need code at first. MVP your thing.
It's really difficult advice to follow because, very often, the thing you don't need is actually quite fun to work on. You start out wanting to work on it, so the hypothesis becomes flipped: "why shouldn't I build this", or, "If I can build this, I should".
Focusing on the category of things that fall under 'optimizations', the key here is that the problems they solve are not the problems you have when you launch something, and you will only have them at all if your thing is a significant success. They're nice problems to have. I wrote a short blog post on this theme recently: https://davnicwil.com/if-its-a-nice-problem-to-have-dont-sol...
No. My productivity is much better with just one monitor.
More monitors just mean some workspaces are switched between by moving my head instead of switching what’s on screen. For some tasks it’s easier for others it’s not.
I do find a larger higher resolution monitor more useful than having two or three small ones, especially for my IDE where I have splits and such. I use a 34” 1440p currently but would love to go larger/higher resolution (but 4K at those sizes is out of my budget right now)
Pretty much what I do with my single screen. Probably down to being a contractor for a long time and never knowing from one day to the next if I even had a desk to sit at, never mind a monitor or two.
I'd rather flick my eyes over to the browser window documenting function signatures, error cases, etc. than alt+tab through potentially several windows to find said docs window, then alt+tab ing back to my coding window to use said information.
But apparently some people prefer to do that, than to spam a few win+arrow key combinations, to spread their windows out for initial setup.
However, if I have ~10-12 windows I regularly need to switch between (2-3 related projects in the code editor, 2 browser windows - 1 browsing/docs, 1 the actual app I'm working on, terminal, db mgmt tool, Figma, Slack, email, Calc for some of the data, file manager), a tiling manager or multiple desktop on just one physical screen make things significantly harder for me...I might be missing something obvious in how it's supposed to be used.
Learn and understand a niche business or industry. Gain expertise in a knowledge or industry domain. Software is just a tool that brings a means to an end.
I really want to find a mentor but not sure where to even begin.
The way I have found mentors is by starting with taking lessons in a skill from people, which establishes the necessary boundaries in the relationship. If they are the best at what they do, mentoring becomes the effect of the relationship itself, since mastery above the skill is what you are learning.
Mentoring someone means sharing the right experience at the right time, which means you have to be around to do it, so it's less of a transaction than a way of relating, but it can start with the lessons/transaction based relationship.
Since many of us are taking online calls now, this is a great time to record your side to hear how you really sound like. You may be quite surprised - it's not just that your voice sounds different, how often you use filler words, repeat yourself, ramble and the tone that you used can be quite different than what you thought it was. From there, you can identify your weak points, practice (speak on your own and record it) and improve.
2. Read smarter material.
3. Write more and edit your writing more than you normally would. That will force you to think about where you can improve your verbal expression.
I guess the opposite is true if you're the one dominating conversations :-)
https://sambleckley.com/writing/church-of-interruption.html
I'm currently between roles (COVID layoffs), and I got feedback on my webcam interview demeanor and speaking style.
My approach for this was to practice my answers to common interview questions out loud while recording myself with Photobooth and then watching the recordings.
There are a couple of dimensions in which I've found this helpful:
As a note, if you're anything like me you'll probably hate the sound of your voice. The thing that clicked for me was realizing that this is just the voice that everybody else hears and my friends & family love, and so there's nothing to be ashamed ofThis would give my GCSE Chemistry teacher apoplexy.
Clear is not a colour.
If your urine stream has much color, you are dehydrated or perhaps sick:
https://media.healthdirect.org.au/images/inline/original/uri...
Pretty clearly talks about colour.
Yes, there's plenty of confusion, given "clear" is not a colour. Your urine can be perfectly clear while still being yellow.