This is an issue in many audio players. Maybe not as bad as in iOS (I don't know, can't compare), but the steps when the volume is low are nearly always too large. I like to play audio on low volumes, especially in quiet environments, and it seems designers/developers don't cater to that use case. One step is too low are even complete silent, one step louder is too loud.
Yeah, the default Android volume control had (has?) the same problem. I remember when I got an early Pixel model that I thought there wasn't a low enough volume - this issue was filed in 2015 and is still marked as open: https://issuetracker.google.com/issues/37035441
The point is: when I was a kid, all Lego sets consisted almost completely of general bricks. You could, and would, start building different things from the moment you got your first set, and the possibilities would increase exponentially once you got a few more sets. Any set contributed to your collection of building blocks to create new things.
I really don't get this sentiment. The only sets that I think didn't contribute like this were the bionicle stuff. Getting a few more unique parts with a set gives you more options, not less.
I think you have the same feeling I have with most modern sets (and especially technic ones): not blocky enough and too much smooth curved surfaces. But you can still make blocky stuffs if you want to, while being able to learn modern lego building methods and integrate those curved designs in your builds.
I don’t think this is true at all. What do you mean by “general bricks”? If anything there is more brick-built stuff nowadays.
For example the Creator 3-in-1 Castle (which I got for my son for Christmas) is pretty similar to castle sets I had as a child but basically way better and with brick built horses rather than large mould ones
The 3-in-1 sets (where the set numbers actually begin with 31) should really be the first thing you look at when choosing a set for a child, and they deserve more praise. There are a lot of cool 3-in-1 sets out there. That castle (31168) is really good (and those horses are too!), and the haunted mansion (31167) is just cool with minifigs which are a hit with any kid.
For a small and cheap present that hamster (31376) is just too cute to pass up too.
It feels like those sets are where the Lego designers get to do their thing and do it right, without the weight of licenced IP (of which there is so much) and the trite offerings of the City range.
Other ones that to me felt like completely fair value and better than anything I had as a child were the Creator Bunny, Space Telescope, and Space Robot. Something like £18/£25/£25 the second two having light bricks included.
JK Brickworks has an alt build for the bunny that doesn’t require a massive amount of different pieces and makes it lay mini eggs.
I know this is just one data point, but I don't notice any latency when typing code in VS Code. It takes a while to start up, and that is annoying especially for quick short editing jobs, but other than that I never notice any sluggishness. Is this something many people experience?
I can tell for you specifically because everything is specific: machine, hardware, setup, projects...
But I always noticed this latency for everyone I ever saw using vscode or computer that I tried.
To be clear, you might easily not notice it if you are used to that and don't know better. And it is consistent with most electron based apps or editors. But there is a very subtile latency between the time you hit the key in the keyboard and the time that it appears on screen. Basically you are typing letters a little bit in advance. With Kate it is like with a basic text edit, characters appears instantly.
The effect is the same when you type anything in web browsers. In form, editor or whatever.
Project size is obviously going to be a factor, but so is machine specs. It's much more noticeable on a spinning disk. One can partially compensate for the project size aspect by opening vscode as far into your project as possible (eg, the api subfolder) rather than at the root. No real solution if you don't have an ssd though.
I'll get into WSL2 situations where it seems like intellisense activity delays the display of characters I type. Feels like the old dynamic dropdown problem.
Dianna got better sometime last year as well, just in time to fly home to Hawaii for her father's funeral (yeah ...), but she got a lot worse again later. I really hope things will keep going well for Dianna now.
Props for her husband who's been incredible of taking care of her.
This is the nature of ME/CFS (caused by Covid or otherwise), it does vary somewhat over time although the course is not always to improvement or around the same level but sometimes to death. She received some form of experimental treatments in order to gain the prior recovery which was at least a stellate ganglion block, she has not mentioned what else she may have received.
Hopefully she maintains a higher baseline from here on out and the production of these videos doesn't produce further Post Exertional Mailise that could worsen her condition.
Many different viral infections and other immune pressures can kick off ME/CFS. We don't yet know what otherwise actually means really, Epstein Bar Virus and Influenza but there is likely many others and only 70% of patients with the condition say it was initiated with an infection. Its a question well worth good research, there just isn't much in the way of funding for ME/CFS.
At the moment, she appears to be progressing up. The user you are replying to was talking about a past up-swing followed by a down-swing. Hopefully there isn't a down-swing to follow this current up-swing.
tl;dr: I you scp -r to your homedir, expect scp to copy not just files and directories but their permissions as well (which I think isn't all that surprising).
It's not supposed to do that unless it's newly creating the destination, or you supplied the -p flag to preserve permissions... that's what the entire issue is about; it's a bug that was fixed in 10.3.
> > Won't this get flagged by anti-virus scanners as suspicious?
> Unfortunately, yes. We consider this a problem for the anti-virus scanners to solve.
I don't think the anti-virus scanners consider Zig important enough, or even know about. They will not be the ones experiencing problems. Having executables quarantined and similar problems will fall on Zig developers and users of their software. That seems like a major drawback for using Zig.
Yup. This sentiment expresses quite clearly how Zig has no significant understanding or interest in being a language used for widely distributed applications, like video games.
There's no way I can ship a binary that flags the scanners. This wouldn't be the first language I've avoided because it has this unfortunate behaviour.
And expecting virus scanner developers to relax their rules for Zig is a bit arrogant. Some virus scanners started flagging software built with Nim simply because Nim became popular with virus authors as a means to thwart scanners!
Yeah, I had this problem when shipping go binaries on Windows. Antivirus vendors really do not care that your program regularly shows up as a false positive due to their crappy heuristics, even if you have millions of users.
It was really bad a couple years ago because anything wrapped in Inno Setup kept being flagged. Now maybe one or two flag vendors do; Bkav Pro and CrowdStrike Falcon are the dominate culprits always.
Antivirus is going to flag you no matter what if you're not a big-name developer with an expensive certificate. Even a "hello world" GUI program done with MSVC and Win32 gets called the Wacatac Trojan without one. We shouldn't let their incompetence dictate how our software works.
reply