How I felt 10 minutes ago when I fixed a bug just after zipping it for release.
redditor since 2008, hoping kbin/the Fediverse can entirely replace it.
How I felt 10 minutes ago when I fixed a bug just after zipping it for release.
Do you think giving the aggressor what they wanted is a good way to promote future peace?
deleted by creator
Read that again, nobody called vegans unhealthy.
I can’t stand Musk, but SpaceX is going really well, so I’m not sure what that’s supposed to mean… If you’re referring to Starship, they didn’t expect it to work 100% on the first few tries (unlike some media, who report on it as if they failed).
What does that have to do with this article? I see no allegation that he was killed/hurt by anybody at all?
It also seems his death is not at all confirmed FWIW.
This is about the website.
10x more?
Here’s a 3 meter UHS certified HDMI cable for $9.99. I doubt you can find one for much less that handles 4K 120 Hz w/ HDR properly.
I’m all for open source services, but realistically, what potential issues are there with using GitHub?
Every contributor has a copy of the Git repo, so isn’t the worst case basically losing access to issues and similar data? And even that is very unlikely.
20 feet is fine unless you want 4K 120 Hz and stuff like that. I’m which case 20 feet may also be fine with a passive cable, but a bit on the edge of where AOC starts to make sense.
As for 1080p and 4K30 I think 10 meters can work passively.
Edit: My in-head unit conversion was a bit off, 20 feet is probably a bit over what’s sensible for 4K120. But it’s probably fine for non-UHS HDMI.
Do most editors do that by default? If so, that’s great – if not, it’s just a downside for tabs, if you need to hit enter, backspace out the automatic indents and then press space 30 times rather than just hit enter and have it aligned automatically.
vim seems to auto-insert tabs when you hit enter mid-function definition, at least with standard settings.
How does that work, and with which editor settings? If you simply set the tab width (tabstop) in vim, things go south.
Say you have a function definition one indent level in, then 22 characters of text. You more want to align the next line to that. How does that work in practice with tabs?
The obvious way with tabs and ts=4 would be 6 tabs and two spaces(one tab for the initial indent, the rest to match 22 characters). But then someone with ts=2 comes along and barely gets half way there, or someone with ts=8 who overshoots by a lot.
The consistent appearance thing is probably more about how mixing tabs (for indentation) and spaces (for alignment, eg in multi-line function definitions of calls) looks like complete crap if you change the tab width.
There were tourist trips into the exclusion zone around Pripyat (closest town to the plant) all the time until Covid. I’m guessing they haven’t restarted because of the war now, but plenty of people visited with no ill effects.
Sure, but setting the .style attribute could really be argued as using CSS, just with a different interface. W3Schools refers to this as “inline CSS”.
It’s mind-boggling to me that this hasn’t been fixed (in Windows, I assume?), people have been complaining for years.
It’s not inherent to DisplayPort though. Some monitors that suffer from this issue can disable “deep sleep” and have the issue gone even with DisplayPort, but not all monitors allow turning it off.
(And others yet, like my old Acer XB271HU, doesn’t have the issue to begin with.)
CSS is used to create the design, basically the look (colors, layout and so on), but no substance.
JavaScript is used to implement code and logic.
HTML + JavaScript would typically (since you’re supposed to use CSS to create colors and design) look very dull, thus the black-and-white Oppenheimer.
Yes, that shouldn’t be an issue. I believe SFTP would be supported basically out-of-the-box if you install OpenSSH during the install, but you might want to create a group and configure access if you’re not the only user.
The version thing is what I’m doing with ZFS (also works with BtrFS, but it doesn’t feel as reliable yet). Basically I take snapshots every hour, and the entire state of the filesystem at that point becomes frozen in time, and can be accessed as long as the snapshots exists.
sanoid automates the process and cleans up so that there’s a reasonable amount of snapshots, not hundreds or thousands.
Of course, this means that you can’t really regain any space when you delete things, until the oldest snapshot containing the data is deleted.
It depends on what your goals are of course, but I use ZFS for the file system, sanoid to take snapshots on a schedule (hourly saved for a few days, daily saved for 1-2 weeks and so on up to monthly saved a year or two), Samba to actually share the files to Windows computers, Plex to share media to my TV.
Also rsync to a second (offsite) computer for replication/backups of the most important stuff. That computer also takes ZFS snapshots to get easy versioning of the files.
I wouldn’t recommend it for most people, but it’s nice if you’re comfortable working with Linux to begin with.
You can still block it easily with the command prompt (Shift+F10 during the install) as mentioned. But don’t let that stop you from switching to Linux if you feel like it.