I love some of the community responses to the initial Benchy madness, such as the 3D Boaty, which is a bench. https://www.printables.com/model/1141963-3d-boaty
Not to argue for or against Ozempic, but there is a difference between what motivated individuals can achieve on their own, and what one can expect of the general population.
I think your description of linting can be true, but not necessarily for every eslint configuration. I feel that I've landed on configs that feel useful to myself and the rest of the devs in the team. Even with a rule…
I don't interpret neither OP nor the first comment this way. What is brought up is the hypocrisy of talking down on any cannabis user while being drunk at work yourself, and positive drug tests that are not related to…
Or the 3D Bitmojis. My 2D one looks awesome, but the equivalent 3D version looks like a sex offender...
I highly appreciate the effort that goes into this! The only pity is that I need VMware Fusion and it seems to be broken in the patched Ventura with no fix in sight. Stuck on Catalina for now on my 2012 rMBP.
I would just add some console.log message explaining the issue you have with hotlinking the script. This will not disrupt users, but anyone who fires up their devtools will see that the site is getting shamed. And if…
While there are certainly problematic aspects of dark web markets, society do get some benefits. No physical contact between sellers and buyers, which reduces violence. Reviews of sellers and products makes it…
I have ADHD and my flavor makes me look well adjusted on the outside while struggling hard. My mother completely dismissed the possibility of ADHD based on things like me getting a Master's degree. People see the decent…
I think card companies and the related businesses have too much power. I am a board member of a BDSM club operated by a volunteer organization (we are legally a non-profit). We want to implement card payment on our…
I interpreted the post you replied to be directed towards the part about extortion, and not contrary to what you are writing. I agree with both.
The keyword here is "MTP device". Some phones mount as mass storage device and works out of the box, but MTP requires extra software/drivers.
I communicate with a lot of people on Facebook, but I hated that I ended up scrolling my feed. So I unfollowed everything and now I have an empty feed and nothing to scroll. I realize many have reasons to get rid of…
Even though I’m not going to use Windows 2000 again, this was an interesting read. On a related note: I have an old scanner that I use about once every year. Drivers max out on XP support, so I installed Windows…
Came here to say this myself. Do awesome stuff, and you will attract awesome people. You don't have to be the world's best in the thing you pursue either, to get noticed. For many hobbies and interests, there is a…
AppleCare is such a non-issue here in Norway. We have five years of "reklamasjon" (think of it as kind of a mandatory warranty). I wonder how electronics would have been built if this was a global thing.
I'm not going to dismiss your experience, or your knowledge about the environment you describe, but we are most definitively not doing small scale development. Our company has a large software stack comprised of several…
> Another common critique is that the pull requests encourage reviewers to only look at the code. They never even pull down the changes they are reviewing! Our CI automatically deploys a "review app" when someone…
While not a tiling WM, check if Divvy could suit your needs. You can set up hotkeys to resize windows to parts of the screen. The screen is divided into a grid.
For e2e testing I have seen various patterns, and the article mentions data-test-id for instance. In my own tests, I have opted for something similar, that has given a bit more flexibility. Singular elements:…
Thank you for elaborating! I remember I was really curious when they introduced them, since there had been a lot of focus in the community on stateless functional components before, and the benefits of their purity. Now…
That's a very general statement. I wouldn't accuse you of implying that it would also apply to e.g. Date.now(), but I firmly disagree that it applies to hooks. I get that hooks are declared in the form of functions, and…
I'm not sure they should. One thing is the environmental aspect, we want to avoid unnecessary waste and resource usage since that is one of the things destroying our planet. But another thing is, what happens when the…
In Norway, what we have today is something called TAB Xtra: https://www.coca-cola.no/content/dam/one/no/no/products/tabx...
I was convicted for drugs and firearms in Norway. The only time it has ever come up during my many years as a programmer, was when a consulting company I worked for had the police IT service as a candidate for my next…
I love some of the community responses to the initial Benchy madness, such as the 3D Boaty, which is a bench. https://www.printables.com/model/1141963-3d-boaty
Not to argue for or against Ozempic, but there is a difference between what motivated individuals can achieve on their own, and what one can expect of the general population.
I think your description of linting can be true, but not necessarily for every eslint configuration. I feel that I've landed on configs that feel useful to myself and the rest of the devs in the team. Even with a rule…
I don't interpret neither OP nor the first comment this way. What is brought up is the hypocrisy of talking down on any cannabis user while being drunk at work yourself, and positive drug tests that are not related to…
Or the 3D Bitmojis. My 2D one looks awesome, but the equivalent 3D version looks like a sex offender...
I highly appreciate the effort that goes into this! The only pity is that I need VMware Fusion and it seems to be broken in the patched Ventura with no fix in sight. Stuck on Catalina for now on my 2012 rMBP.
I would just add some console.log message explaining the issue you have with hotlinking the script. This will not disrupt users, but anyone who fires up their devtools will see that the site is getting shamed. And if…
While there are certainly problematic aspects of dark web markets, society do get some benefits. No physical contact between sellers and buyers, which reduces violence. Reviews of sellers and products makes it…
I have ADHD and my flavor makes me look well adjusted on the outside while struggling hard. My mother completely dismissed the possibility of ADHD based on things like me getting a Master's degree. People see the decent…
I think card companies and the related businesses have too much power. I am a board member of a BDSM club operated by a volunteer organization (we are legally a non-profit). We want to implement card payment on our…
I interpreted the post you replied to be directed towards the part about extortion, and not contrary to what you are writing. I agree with both.
The keyword here is "MTP device". Some phones mount as mass storage device and works out of the box, but MTP requires extra software/drivers.
I communicate with a lot of people on Facebook, but I hated that I ended up scrolling my feed. So I unfollowed everything and now I have an empty feed and nothing to scroll. I realize many have reasons to get rid of…
Even though I’m not going to use Windows 2000 again, this was an interesting read. On a related note: I have an old scanner that I use about once every year. Drivers max out on XP support, so I installed Windows…
Came here to say this myself. Do awesome stuff, and you will attract awesome people. You don't have to be the world's best in the thing you pursue either, to get noticed. For many hobbies and interests, there is a…
AppleCare is such a non-issue here in Norway. We have five years of "reklamasjon" (think of it as kind of a mandatory warranty). I wonder how electronics would have been built if this was a global thing.
I'm not going to dismiss your experience, or your knowledge about the environment you describe, but we are most definitively not doing small scale development. Our company has a large software stack comprised of several…
> Another common critique is that the pull requests encourage reviewers to only look at the code. They never even pull down the changes they are reviewing! Our CI automatically deploys a "review app" when someone…
While not a tiling WM, check if Divvy could suit your needs. You can set up hotkeys to resize windows to parts of the screen. The screen is divided into a grid.
For e2e testing I have seen various patterns, and the article mentions data-test-id for instance. In my own tests, I have opted for something similar, that has given a bit more flexibility. Singular elements:…
Thank you for elaborating! I remember I was really curious when they introduced them, since there had been a lot of focus in the community on stateless functional components before, and the benefits of their purity. Now…
That's a very general statement. I wouldn't accuse you of implying that it would also apply to e.g. Date.now(), but I firmly disagree that it applies to hooks. I get that hooks are declared in the form of functions, and…
I'm not sure they should. One thing is the environmental aspect, we want to avoid unnecessary waste and resource usage since that is one of the things destroying our planet. But another thing is, what happens when the…
In Norway, what we have today is something called TAB Xtra: https://www.coca-cola.no/content/dam/one/no/no/products/tabx...
I was convicted for drugs and firearms in Norway. The only time it has ever come up during my many years as a programmer, was when a consulting company I worked for had the police IT service as a candidate for my next…