The argument here is that psychedelics are more than "chemicals" and comparing them to drifting in and out of sleep is not a real comparison. Can't argue against them sometimes being problematic though, of course, but the argument here isn't acknowledging the real psychedelic experience. If curious, check out some reports on https://www.youtube.com/@Vivec
HN user
cyberpip
I'm on the internet!
Cloudflare tunnels also create multiple connections to Cloudflare for increased reliability. See https://blog.cloudflare.com/argo-tunnels-that-live-forever/
Sinple. Provide a low effort option that rewards the user for their time.
I've discovered this way of looking at work as well, though I apply it more to outside of work personally. It really amazes me how much gets done when I decide "just do it for a chapter or two" or whatever the measurement is.
Coffee + L-Theanine = Balance
imagine not typing out the full/basic git commands the rest of your life and all the time that'll save though
I believe lying to some degree must be done in order to meet the challenge of the modern tech job posting. Interviews do not reflect reality. I think we just need to demonstrate competency of core concepts, get the job, and then rise to the occasion as fast as possible.
If an industry demands the impossible, let's pretend we can do the impossible as well, and let reality be somewhere in-between the two. Being honest here only allows for the dishonest to succeed, so let's join them in mass self-deception.
This only works if you're ready to "download" the information you need once you're given the job though!
Would love you to elaborate on how you organize and catch up - it's a constant battle. I get a LOT done but I definitely sacrifice other aspects of life in the name of getting things done.
Back on the topic of blogging, I agree with your points about maintenance. I think if the goal is purely writing and having it be accessible on the internet, html and a minimal amount of css are going to have the lowest overhead, best performance, be portable, and be easiest to maintain, won't it? It depends on if you want extra functionality of course but if the intention really is just to write, html works fine?
Markdown files using Nextcloud - I can edit and the files on my phone/browser. When it comes to note taking, I want something fast and everywhere.
It even handles regex (and capture groups!)! I think the issue here though is that it's not always available by default depending on repo.
That does sound stressful and annoying but I'd have to assume the tests given are given because the interviewers are extremely familiar with the problem and can read into every choice you make and form opinions (be they right or wrong) about how you work, face problems, overcome them, etc.
There are more and more studies emerging (see https://maps.org/research/ and https://hub.jhu.edu/2019/09/04/hopkins-launches-psychedelic-...). That said, Erowid, and anecdotal reports, can be very valuable as well.
Let them vape just like we, as a society, let people smoke cigarettes, drink alcohol, and consume fast food and sugar. I feel like the trend to outlaw things like kratom and vaping is so hypocritical, I can only assume it's because they compete against big tobacco/pharma, not any kind of altruistic research.
Google is an ad company that just happens to make other tech. They need to bifurcate the two in meaningful ways to re-establish trust.
NextCloud and GitHub. I use NextCloud for the browser/mobile syncing and more journal/quick todos type of notes. I use GitHub for my technical notes. My big thing is minimizing the time between a thought and getting it down and freeing that space in my mind. Whatever is fastest is what I need because I forget things pretty quickly, or I don't trust my memory. Being able to pull out my phone, open the NextCloud Notes app to make a note, and then being able to access that anywhere in a browser really cuts down on syncing issues and delays. This is an evolution from my earlier years where I wrote in notebooks which I favored that for the longest time until I saw the value in minimizing the delay between thought and writing.
I use markdown for everything and have txt files going back to 2013 that I'm slowly formatting to markdown as they were dumped from a Google Docs exodus I haven't made the time to clean up. My goal is to eventually make a database of my thoughts and look for patterns and insights while learning the tools required to do that in the most modern ways :)
Design by committee that goes against the initial spirit of the site in hopes of increasing monetization in spite of user grievances. It's a race to the bottom and they simply want to get as much money out of the site as possible at the expense of user experience because someone, or some people, decided the cost (user experience) was worth the benefit (monetization).
I want a new internet.
I think the issue may be that this can come from both within the individual and from society externally. Internally you feel low worth and then you see it confirmed externally moving around in society. Speaking as someone who got laid off and had to take one step back career-wise, I feel this but also, on better days, realize I create my reality at the same time. It's a difficult balancing act of who and what to give the most credence to.
Bit of a side note, but I've been playing with http://sonic-pi.net/ and it's teaching me so much about synthesizers AND music (even though I have a bit of a background in both).
I do this all the time and didn't realize it was a power move. I find myself saying it to curb additional discussion I feel like is going to be superfluous - especially over slack or whatever. Noted!
Such synchronicity for me considering I decided to learn tarot two days ago!
Just want to mention self-hosted rss app tt-rss (https://tt-rss.org/). It can publish to a feed URL itself if you want, or just use the tt-rss app.
Check out https://infosec.mozilla.org/guidelines/openssh for a nice overview of best-practices on SSH.
The Samsung Chromebook Pro form factor is nice but did ship with an older kernel, which is preventing them from enabling Linux app support. You should be able to find one around $400ish though.
With Android app support, I use termux and just SSH into a server I keep my command line environment set up on. Termux has the emacs package too though (https://github.com/termux/termux-packages/tree/master/packag...).
FWIW, it will unlock when there is no signal. I unlock mine with my phone using Smart Lock (https://support.google.com/accounts/answer/6160273?hl=en).
Chrome OS is okay but typically leaves me wishing I had a more flexible system. Sure, you can install Linux apps on some models (not my Samsung Chromebook Pro because of the old kernel it shipped with!), or flip the developer switch, but I'd hate for this to be my main system. They're making strides with every release but given Google's track record with support and listening to community feedback, I probably wouldn't purchase another (though maybe a sub $200 "disposable" model?). They also EoL these things so one day it will be frozen in time and your only option will be to flip the developer switch which warns you on every boot that you're in developer mode, though there may be a way to remove that with hardware a hardware modification. There is some chatter on the product forums about enabling "unknown source" installations on ChromeOS, but it's been open for years now and progress is slow on that front. I'd only suggest it as a supplemental system, not a main one. A used Thinkpad can run Chrome.
I'm curious too. Nextcloud seems to take a lot of security concerns into consideration: https://scan.nextcloud.com . Though there are still going to be server specific security issues Nextcloud won't be able to scan for (outdated packages, firewall configs, etc), not sure what's considered more secure except something offline?
Love this optimistic outlook!
Pihole and Pivpn on Google Cloud Platform free tier is working great for me: https://github.com/rajannpatel/Pi-Hole-PiVPN-on-Google-Compu...