"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPO
Jump
Bottom right
  • Kalcifer Kalcifer 4h ago 72%

    Ha, a rare example of an accurate meme about libertarianism.

    Though, to be fair, libertarianism doesn't necessarily advocate for a market devoid of regulation (regulation being paradoxically required to ensure consumer freedom), but, generally, libertarianism seeks to maximize market freedom within the confines of the desired level and flavor of consumer freedom.

    10
  • Ont Conservatives hate bureaucracy until it fits their agenda
  • Kalcifer Kalcifer 5d ago 100%

    ?? Why? What could possibly be the rationale for this?

    16
  • A book costs $1 plus half it's price. How much does it cost?
  • Kalcifer Kalcifer 6d ago 100%

    Also, if applied recursively, it approaches 2:

    14
  • Pansexuals
  • Kalcifer Kalcifer 3w ago 62%

    From what landfill did you unearth this 2010 era edgy ignorant teen humor?

    7
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTH
    ThinkPad 3w ago
    Jump
    What ThinkPad for daily use?
  • Kalcifer Kalcifer 3w ago 100%

    T460, by my experience, has been perfect.

    3
  • Anyone else get a text from the B.C. conservatives?
  • Kalcifer Kalcifer 4w ago 100%

    Would anyone be able to provide some sources regarding John Rustad's and/or the BC Conservative Party's current positions on trans issues?

    8
  • Choose your fighter
  • Kalcifer Kalcifer 4w ago 100%

    2 or 8

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    datahoarder 1mo ago
    Jump
    Do you have any advice for digitizing VHS tapes?
  • Kalcifer Kalcifer 1mo ago 100%

    So, I bought an EasyCap device and ran some tests. I encountered a few things that I don't quite understand, and I would really appreciate your input!

    I used a test VHS tape that I purchased at a thrift store (I'm not 100% sure if it's NTSC or PAL, but I'm decently confident that it's NTSC) (I'm also not sure what its aspect ratio is — I think it's either 1.33:1 or 4:3). I'm playing the tape in a PV-D4745S-K VCR. I have the composite out of the VCR going into the aforementioned capture device which is connected to a computer running Arch Linux.

    First, I used the following ffmpeg capture settings:

    ffmpeg -i /dev/video2 out.mkv
    

    After capturing a short snippet of the test tape, I probed its metadata with ffprobe -i out.mkv, and saw that it was strangely in 25FPS, and 720x576 (which caused the video to be stretched vertically slightly), which is PAL. So, somehow the NTSC VHS being played in an NTSC VCR was being converted to PAL. In addition to that, the colors in the video were very overexposed. I tried a bunch of different manual settings like specifying interlacing with -vf "interlace", -standard ntsc, -vf scale=720:480, -vf fps=29.97, -standard NTSC, and none of them solved the issue. I then came across this answer on StackOverflow which stated that capture cards themselves have settings for the video feed, and ffmpeg can modify them with the -show_video_device_dialog true option. From the ffmpeg documentation:

    show_video_device_dialog

    If set to true, before capture starts, popup a display dialog to the end user, allowing them to change video filter properties and configurations manually. Note that for crossbar devices, adjusting values in this dialog may be needed at times to toggle between PAL (25 fps) and NTSC (29.97) input frame rates, sizes, interlacing, etc. Changing these values can enable different scan rates/frame rates and avoiding green bars at the bottom, flickering scan lines, etc. Note that with some devices, changing these properties can also affect future invocations (sets new defaults) until system reboot occurs.

    Unfortunately, when trying this option, an error popped up saying that the option was unrecognized. After some digging, and prompting ChatGPT, I found that apparently that option is Windows only as it relies on Windows' "DirectShow system". The way to modify it in Linux is to use the Video4Linux2 framework, which is controlled with v4l2-ctl. So, I ran the following:

    v4l2-ctl --device=/dev/video2 --list-formats-ext
    

    which showed the following entry:

    ...
    [0]: 'YUYV' (YUYV 4:2:2)
        size: Discrete 720x480
    ...
            Interval: Discrete 0.033s (30.000 fps)
    ...
    

    So it is able to output NTSC — ie 720x480 at 29.97fps (I guess it rounds up the fps for whatever reason). So I then tried

    ffmpeg -f v4l2 -video_size 720x480 -i /dev/video2 out.mkv
    

    and it was able to output the video at 720x480 29.97 fps as desired, and the colors were no longer super overexposed. Using the -vf "interlace" flag, I do seem to also be able to capture interlaced video, so it also doesn't force progressive which is nice.

    I thought that the capture card would be able to just autodetect what the input resolution was to allow ffmpeg to record at that, or at the very least, I would expect that specifying NTSC in ffmpeg would force the standard, but neither of those worked and I'm not sure why. There's also still an ongoing issue of the video being zoomed in/cropped slightly (I verified this by comparing against online sources of the same video (some were a VHS rip, others from non-VHS sources)). I tested the VCR's output on a regular TV, but unfortunately the TV forced 4:3 and cropped it even more, so I wasn't able to make a perfect comparison, though that was only additional horizontal cropping — the vertical cropping from before was still present. To be able to verify that, I'll have to pick up another test VHS tape to see if perhaps the test VHS tape that I currently have was just recorded in a cropped format.

    1
  • > there is no worry about keeping to our release date of October 21st [for Factorio: Space Age and Factorio 2.0] [1]. ::: spoiler References - "Friday Facts #428 — Reactor & Logistics circuit control". Klonan. Factorio Blog. Published: 2024-09-13. Accessed: 2024-09-13T21:47Z. https://www.factorio.com/blog/post/fff-428. - § "LAN Party Result" ¶ 3 :::

    73
    8
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    datahoarder Kalcifer 1mo ago 100%
    Do you have any advice for digitizing VHS tapes?

    I have a bunch of old VHS tapes that I want to digitize. I have never digitized VHS tapes before. I picked up [a generic HDMI capture card](https://www.amazon.com/Capture-Streaming-Broadcasting-Conference-Teaching/dp/B09FLN63B3), and [a generic composite to HDMI converter](https://www.amazon.com/ABLEWE-Converter-Composite-Supporting-Blue-Ray/dp/B0C281DRZR). Using both of those, I was planning on hooking a VCR up to a computer running [OBS](https://obsproject.com/). Overall, I'm rather ignorant of the process. The main questions that I currently have are as follows: - What are the best practices for reducing the risk of damaging the tapes? - Are there any good steps to take to maximize video quality? - Is a TBC required (can it be done in software after digitization)? - Should I clean the VCR after every tape? - Should I clean every tape before digitization? - Should I have a separate VCR for the specific purpose of cleaning tapes? Please let me know if you have any extra advice or recommendations at all beyond what I have mentioned. Any information at all is a big help.

    30
    18

    ## Solution This is a bug in KDE Plasma [1.1][2]. It appears that it might be fixed in KDE Plasma v6.2 [1.2][3]. ## Original Post I have noticed this behavior with [Element](https://archlinux.org/packages/extra/x86_64/element-desktop/) and [Signal](https://flathub.org/apps/org.signal.Signal) while playing [Deadlock](https://store.steampowered.com/app/1422450/Deadlock/). The game will have a pretty severe stutter, ie the frame-rate will substantially dip, for half a second or so at the exact moment that a message is received. It seems to happen with every message. Do note that these are only messages that would result in a system notification. All other messages that are silent, ie they have no pop-up notification, do not result in any stutter. - OS: Arch Linux, Kernel: v6.6.49-1-lts - DE: KDE Plasma v6.1.4 - WM: Wayland - CPU: Intel Core i5-4690k - GPU: AMD Radeon RX 6600 ## Updates - I have tried disabling this setting in Deadlock: ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fsh.itjust.works%2Fpictrs%2Fimage%2Ffb179d51-0f68-434f-9e10-6894588d8938.png) - I have tried windowed-borderless - I have noticed that the moment that the stutter occurs, my CPU spikes maybe 20% and my GPU drops to 0%. ::: spoiler References 1. [@narc0tic_bird@lemm.ee](https://lemm.ee/u/narc0tic_bird). "Have you ever experienced stuttering in a game if you receive a message in a desktop messaging app during gameplay?". sh.itjust.works. Lemmy. Published: 2024-09-09T23:12:24Z. Accessed: 2024-09-10T00:03Z. https://sh.itjust.works/comment/13818926. https://lemm.ee/comment/14674507. 1. > it’s a bug in KDE Plasma 2. > [the bug] might be fixed [in KDE Plasma] 6.2 2. "Bug 487780: Fullscreen game stutter when Plasma receives notifications.". Robert. bugs.kde.org. Published: 2024-05-30T03:58Z. Accessed: 2024-09-10T00:06Z. https://bugs.kde.org/show_bug.cgi?id=487780. 3. Zamundaaa. "Bug 487780: Fullscreen game stutter when Plasma receives notifications.". bugs.kde.org. Published: 2024-08-19T12:01:08Z. Accessed: 2024-09-10T00:13Z. https://bugs.kde.org/show_bug.cgi?id=487780#c13. > There are some remaining code paths that can block direct scanout - namely effects that haven't been fixed, or that may need to block direct scanout in some situations. There's a new API in 6.2 that effects can use though, https://invent.kde.org/plasma/kwin/-/merge_requests/6203, which blocks direct scanout only when really necessary. It's implemented for all built in effects, and external javascript effects automatically make use of this API too. :::

    36
    9
    https://youtube.com/watch?v=nSveAO61g5g

    ::: spoiler References - "Grandfathers Axe in Oblivion". danz. YouTube. Published: 2024-09-06. Accessed: 2024-09-09T19:48Z. https://youtube.com/watch?v=nSveAO61g5g. :::

    7
    0
    theophanesavery.com

    ::: spoiler References - "You Sexy Devil – The Story of the Genie du Maal". Theophanes Avery. Adventures in Gender Fuckery. Published: 2019-05-17. Accessed: 2024-09-09T18:20Z. https://theophanesavery.com/adventures-in-gender-fuckery/2019/05/17/you-sexy-devil-the-story-of-the-genie-du-maal/. :::

    3
    3
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Legal Advice Kalcifer 1mo ago 100%
    [SOLVED] Do Creative Commons licenses require one to reference the license when citing a licensed work if one is quoting content from that work?

    ## Solution It turns out that quotes fall under "fair-use" [4][5], so technically one isn't required to even give *attribution* to the source of the quote; however, in practical purposes, this means that there are simply no restrictions on how one *cites* a quote. ## Original Post Creative Commons licenses require that credit be given to creator of a work [1]. This is stated as: > Attribution — You must give appropriate credit , provide a link to the license, and indicate if changes were made . You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. [2] "Appropriate credit" is defined as: > appropriate credit — If supplied, you must provide the name of the creator and attribution parties, a copyright notice, a license notice, a disclaimer notice, and a link to the material. CC licenses prior to Version 4.0 also require you to provide the title of the material if supplied, and may have other slight differences. [2] This seems to be stating that if you, say, quote content from a CC licensed work, when you cite it, say, with MLA or APA, you'll have to also include a copyright notice, a license notice, and a disclaimer notice. This seems like way too much for a simple citation. MLA claims that you don't need to include the license [3], so I'm not entirely sure what is legally expected. ::: spoiler References 1. "About CC Licenses". Creative Commons. Accessed: 2024-09-07T05:29Z. https://creativecommons.org/share-your-work/cclicenses/ 2. "Attribution 4.0 International". Creative Commons. Accessed: 2024-09-07T05:28Z. https://creativecommons.org/licenses/by/4.0/ 3. "If I cite art, music, or other material that has a Creative Commons license, should I refer to the license in my works-cited-list entry?". MLA. Published: 2017-11-07. Accessed: 2024-09-07T05:26Z. https://style.mla.org/citing-works-with-a-cc-license/ 4. FAQ. "Can I Use Someone Else's Work? Can Someone Else Use Mine?". "How much of someone else's work can I use without getting permission?". Copyright.gov. Accessed: 2024-09-09T17:34Z. https://www.copyright.gov/help/faq/faq-fairuse.html. > Under the fair use doctrine of the U.S. copyright statute, it is permissible to use limited portions of a work including quotes, for purposes such as commentary, criticism, news reporting, and scholarly reports. There are no legal rules permitting the use of a specific number of words, a certain number of musical notes, or percentage of a work. 5. "17 U.S. Code § 107 - Limitations on exclusive rights: Fair use". Legal Information Institute. Cornell Law School. Accessed: 2024-09-09T17:46Z. https://www.law.cornell.edu/uscode/text/17/107. > Notwithstanding the provisions of sections 106 and 106A, the fair use of a copyrighted work, including such use by reproduction in copies or phonorecords or by any other means specified by that section, for purposes such as criticism, comment, news reporting, teaching (including multiple copies for classroom use), scholarship, or research, is not an infringement of copyright. In determining whether the use made of a work in any particular case is a fair use the factors to be considered shall include— > > (1) the purpose and character of the use, including whether such use is of a commercial nature or is for nonprofit educational purposes; > > (2) the nature of the copyrighted work; > > (3) the amount and substantiality of the portion used in relation to the copyrighted work as a whole; and > > (4) the effect of the use upon the potential market for or value of the copyrighted work. > > The fact that a work is unpublished shall not itself bar a finding of fair use if such finding is made upon consideration of all the above factors.

    11
    0
    www.youtube.com

    There's currently 2 follow up videos: 1. https://www.youtube.com/watch?v=t63zjRnJ9iI 2. https://www.youtube.com/watch?v=WbGFnIhf-6Y ::: spoiler References - "stranger illegally moved in, so i made her life a living hell". Asian Andy. YouTube. Published: 2024-08-11. Accessed: 2024-09-04T04:27Z. https://www.youtube.com/watch?v=WbGFnIhf-6Y. :::

    9
    1

    Git records the local timezone when a commit is made [1]. Knowledge of the timezone in which a commit was made could be used as a bit of identifying information to de-anonymize the committer. Setting one's timezone to UTC can help mitigate this issue [2][3] (though, ofc, one must still be wary of time-of-day commit patterns being used to deduce a timezone). ::: spoiler References 1. Git documentation. git-commit. "Date Formats: Git internal format". Accessed: 2024-08-31T07:52Z. https://git-scm.com/docs/git-commit#Documentation/git-commit.txt-Gitinternalformat. > It is `<unix-timestamp> <time-zone-offset>`, where `<unix-timestamp>` is the number of seconds since the UNIX epoch. `<time-zone-offset>` is a positive or negative offset from UTC. For example CET (which is 1 hour ahead of UTC) is `+0100`. 2. jthill. "How can I ignore committing timezone information in my commit?". Stack Overflow. Published: 2014-05-26T16:57:37Z. (Accessed: 2024-08-31T08:27Z). https://stackoverflow.com/questions/23874208/how-can-i-ignore-committing-timezone-information-in-my-commit#comment36750060_23874208. > to set the timezone for a specific command, say e.g. `TZ=UTC git commit` 3. Oliver. "How can I ignore committing timezone information in my commit?". Stack Overflow. Published: 2022-05-22T08:56:38Z (Accessed: 2024-08-31T08:30Z). https://stackoverflow.com/a/72336094/7934600 > each commit Git stores a author date and a commit date. So you have to omit the timezone for both dates. > > I solved this for my self with the help of the following Git alias: > > ``` > [alias] > co = "!f() { \ > export GIT_AUTHOR_DATE=\"$(date -u +%Y-%m-%dT%H:%M:%S%z)\"; \ > export GIT_COMMITTER_DATE=\"$(date -u +%Y-%m-%dT%H:%M:%S%z)\"; \ > git commit $@; \ > git log -n 1 --pretty=\"Autor: %an <%ae> (%ai)\"; \ > git log -n 1 --pretty=\"Committer: %cn <%ce> (%ci)\"; \ > }; f" ::: --- Cross-posts: - https://sh.itjust.works/post/24495692 - https://sh.itjust.works/post/24495744

    40
    9

    Git records the local timezone when a commit is made [1]. Knowledge of the timezone in which a commit was made could be used as a bit of identifying information to de-anonymize the committer. Setting one's timezone to UTC can help mitigate this issue [2][3] (though, ofc, one must still be wary of time-of-day commit patterns being used to deduce a timezone). ::: spoiler References 1. Git documentation. git-commit. "Date Formats: Git internal format". Accessed: 2024-08-31T07:52Z. https://git-scm.com/docs/git-commit#Documentation/git-commit.txt-Gitinternalformat. > It is `<unix-timestamp> <time-zone-offset>`, where `<unix-timestamp>` is the number of seconds since the UNIX epoch. `<time-zone-offset>` is a positive or negative offset from UTC. For example CET (which is 1 hour ahead of UTC) is `+0100`. 2. jthill. "How can I ignore committing timezone information in my commit?". Stack Overflow. Published: 2014-05-26T16:57:37Z. (Accessed: 2024-08-31T08:27Z). https://stackoverflow.com/questions/23874208/how-can-i-ignore-committing-timezone-information-in-my-commit#comment36750060_23874208. > to set the timezone for a specific command, say e.g. `TZ=UTC git commit` 3. Oliver. "How can I ignore committing timezone information in my commit?". Stack Overflow. Published: 2022-05-22T08:56:38Z (Accessed: 2024-08-31T08:30Z). https://stackoverflow.com/a/72336094/7934600 > each commit Git stores a author date and a commit date. So you have to omit the timezone for both dates. > > I solved this for my self with the help of the following Git alias: > > ``` > [alias] > co = "!f() { \ > export GIT_AUTHOR_DATE=\"$(date -u +%Y-%m-%dT%H:%M:%S%z)\"; \ > export GIT_COMMITTER_DATE=\"$(date -u +%Y-%m-%dT%H:%M:%S%z)\"; \ > git commit $@; \ > git log -n 1 --pretty=\"Autor: %an <%ae> (%ai)\"; \ > git log -n 1 --pretty=\"Committer: %cn <%ce> (%ci)\"; \ > }; f" ::: --- Cross-posts: - https://sh.itjust.works/post/24495692 - https://sh.itjust.works/post/24495795

    20
    0

    Git records the local timezone when a commit is made [1]. Knowledge of the timezone in which a commit was made could be used as a bit of identifying information to de-anonymize the committer. Setting one's timezone to UTC can help mitigate this issue [2][3] (though, ofc, one must still be wary of time-of-day commit patterns being used to deduce a timezone). ::: spoiler References 1. Git documentation. git-commit. "Date Formats: Git internal format". Accessed: 2024-08-31T07:52Z. https://git-scm.com/docs/git-commit#Documentation/git-commit.txt-Gitinternalformat. > It is `<unix-timestamp> <time-zone-offset>`, where `<unix-timestamp>` is the number of seconds since the UNIX epoch. `<time-zone-offset>` is a positive or negative offset from UTC. For example CET (which is 1 hour ahead of UTC) is `+0100`. 2. jthill. "How can I ignore committing timezone information in my commit?". Stack Overflow. Published: 2014-05-26T16:57:37Z. (Accessed: 2024-08-31T08:27Z). https://stackoverflow.com/questions/23874208/how-can-i-ignore-committing-timezone-information-in-my-commit#comment36750060_23874208. > to set the timezone for a specific command, say e.g. `TZ=UTC git commit` 3. Oliver. "How can I ignore committing timezone information in my commit?". Stack Overflow. Published: 2022-05-22T08:56:38Z (Accessed: 2024-08-31T08:30Z). https://stackoverflow.com/a/72336094/7934600 > each commit Git stores a author date and a commit date. So you have to omit the timezone for both dates. > > I solved this for my self with the help of the following Git alias: > > ``` > [alias] > co = "!f() { \ > export GIT_AUTHOR_DATE=\"$(date -u +%Y-%m-%dT%H:%M:%S%z)\"; \ > export GIT_COMMITTER_DATE=\"$(date -u +%Y-%m-%dT%H:%M:%S%z)\"; \ > git commit $@; \ > git log -n 1 --pretty=\"Autor: %an <%ae> (%ai)\"; \ > git log -n 1 --pretty=\"Committer: %cn <%ce> (%ci)\"; \ > }; f" ::: --- Cross-posts: - https://sh.itjust.works/post/24495744 - https://sh.itjust.works/post/24495795

    81
    16

    You can sort GitHub issues by most "upvoted" using this syntax: ```text is:issue is:open sort:reactions-+1-desc ``` Thanks to [gromenauer](https://github.com/gromenauer) for making me aware of it in [this GitHub comment](https://github.com/johannesjo/super-productivity/issues/25#issuecomment-2297448290). Full documentation for sorting GitHub issues and pull requests can be found [here](https://docs.github.com/en/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests). **EDIT (2024-08-27T05:20Z):** There are also UI options that enable sorting by most "upvoted": - On desktop (through a web browser): ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fsh.itjust.works%2Fpictrs%2Fimage%2Ff15d832b-f124-4115-985d-7b5c5eb11637.png) - On mobile (through the app): ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fsh.itjust.works%2Fpictrs%2Fimage%2F60263c6a-f66d-4bec-a30a-758ff524359d.png)

    21
    2

    I'm looking for a cheap and portable tablet that I can use for writing. Microsoft Surface Pro tablets, at least around the gen 4 models, are rather cheap to buy used, and they seem decently well made. Naturally, were I to buy one, I would have to install Linux onto it. I've been peripherally aware of [the Linux Surface project](https://github.com/linux-surface/linux-surface) for some time now. I looked at it recently, after having not for some time, and it seems that they have really made good progress compared to what I remember, and it's making me much more interested in trying to install Linux on a Surface Pro. Having never owned a Surface Pro, I'm not sure which models are the most reliable and sturdy. I'm not looking for something that's the flashiest; I want something that works well. I want something pragmatic — something akin to the idea of an older era of Thinkpad (eg T460). I want a pen with low input delay and good accuracy, reliable and responsive touch controls, and a decent display. I was thinking the Surface Pro 4 might be a good choice, but it's hard to know as there aren't many videos out there of people installing Linux on them, so I'm wondering what your experience has been with Microsoft Surface Pro's and installing Linux on one. --- Cross-posts: - https://sh.itjust.works/post/23997573

    62
    24

    In one of my posts, I noticed [this removed comment](https://ani.social/comment/6035528): ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fsh.itjust.works%2Fpictrs%2Fimage%2Fbc75c7ec-df61-452f-a07d-d541dbacdeaa.png) I was curious what it was, so I checked [the modlog](https://sh.itjust.works/modlog/14908), but it states that the last mod action in this community occurred a month ago: ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fsh.itjust.works%2Fpictrs%2Fimage%2F1bdf0d07-cacf-4c0d-9850-87401b7e47d7.png) What's up with this? Are mod actions being scrubbed from the modlog?

    20
    9

    I'm looking for a cheap and portable tablet that I can use for writing. Microsoft Surface Pro tablets, at least around the gen 4 models, are rather cheap to buy used, and they seem decently well made. Naturally, were I to buy one, I would have to install Linux onto it. I've been peripherally aware of [the Linux Surface project](https://github.com/linux-surface/linux-surface) for some time now. I looked at it recently, after having not for some time, and it seems that they have really made good progress compared to what I remember, and it's making me much more interested in trying to install Linux on a Surface Pro. Having never owned a Surface Pro, I'm not sure which models are the most reliable and sturdy. I'm not looking for something that's the flashiest; I want something that works well. I want something pragmatic — something akin to the idea of an older era of Thinkpad (eg T460). I want a pen with low input delay and good accuracy, reliable and responsive touch controls, and a decent display. I was thinking the Surface Pro 4 might be a good choice, but it's hard to know as there aren't many videos out there of people installing Linux on them, so I'm wondering what your experience has been with Microsoft Surface Pro's and installing Linux on one. --- Cross-posts: - https://sh.itjust.works/post/24035406

    40
    8
    196
    196 Kalcifer 2mo ago 99%
    Rule Fingers
    120
    5

    ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fsh.itjust.works%2Fpictrs%2Fimage%2F1301c188-f559-4441-a9b2-57cef5a53a63.jpeg) ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fsh.itjust.works%2Fpictrs%2Fimage%2F62e56a62-108b-4135-9ad3-58e16918037a.jpeg) ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fsh.itjust.works%2Fpictrs%2Fimage%2Fc20fd5b4-b920-4a19-a8d4-c0766561f7b8.jpeg) ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fsh.itjust.works%2Fpictrs%2Fimage%2Fe73cc3a2-b205-47ee-967f-e897dba0ea1a.jpeg) ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fsh.itjust.works%2Fpictrs%2Fimage%2F7d6348c0-3f1b-4195-a0b8-824515d1dad9.jpeg) Found in Cascadia/PNW in mid-August. If it is indeed chicken of the woods (ie laetiporus), I'm curious as to which species. --- Cross-posts: - https://sh.itjust.works/post/23666921

    37
    13

    ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fsh.itjust.works%2Fpictrs%2Fimage%2F1301c188-f559-4441-a9b2-57cef5a53a63.jpeg) ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fsh.itjust.works%2Fpictrs%2Fimage%2F62e56a62-108b-4135-9ad3-58e16918037a.jpeg) ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fsh.itjust.works%2Fpictrs%2Fimage%2Fc20fd5b4-b920-4a19-a8d4-c0766561f7b8.jpeg) ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fsh.itjust.works%2Fpictrs%2Fimage%2Fe73cc3a2-b205-47ee-967f-e897dba0ea1a.jpeg) ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fsh.itjust.works%2Fpictrs%2Fimage%2F7d6348c0-3f1b-4195-a0b8-824515d1dad9.jpeg) Found in Cascadia/PNW in mid-August. If it is indeed chicken of the woods (ie laetiporus), I'm curious as to which species. --- Cross-posts: - https://sh.itjust.works/post/23697229

    84
    13

    My config for reflector is currently set as follows: ``` # Set the output path where the mirrorlist will be saved. --save /etc/pacman.d/mirrorlist # Select the transfer protocol. --protocol https # Use only the most recently synchronized mirrors. --latest 200 # Sort the mirrors by synchronization time. --sort rate # Return, at most, the following number of mirrors. --number 20 # Print extra info. --verbose ``` I have Reflector set to run as a Systemd service, so it will run when my computer boots. The "issue" is that I update my system as soon as I boot. Since Reflector is sorting mirrors by their measured download rate, I wonder if downloading updates, or simply doing any action that downloads data, would interfere with those measurements and cause Reflector to choose mirrors that may not be the fastest. I *could* simply wait for Reflector to finish before using the computer, but it takes quite a while to sort through 200 mirrors. Is this concern justified? If so, are there ways to mitigate it that don't require me to wait for Reflector to finish? I've thought about setting it as a Pacman hook so that it runs *after* updating, but, then, that relies on me to perform an update for the mirrorlist to be refreshed, and that still leaves the concern of other actions eating up network bandwidth, thus skewing the measurements.

    7
    10

    I'm looking for an open-source medication/pill tracking app. Requirements: - Android support - Ability to create custom medication/pill entries - Ability to set notification reminders for taking pills - Ability to arbitrarily create entries at any date/time Nice-to-haves: - Data export/backup - Data-at-rest encryption - Data visualizations --- Cross-posted at https://sh.itjust.works/post/23572611

    20
    3

    I'm looking for an open-source medication/pill tracking app. Requirements: - Android support - Ability to create custom medication/pill entries - Ability to set notification reminders for taking pills - Ability to arbitrarily create entries at any date/time Nice-to-haves: - Data export/backup - Data-at-rest encryption - Data visualizations --- Cross-posted at https://sh.itjust.works/post/23572613

    19
    13