GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by Brian Swetland (swetland@chaos.social), page 2

  1. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Saturday, 30-Aug-2025 06:04:47 JST Brian Swetland Brian Swetland

    Calibrating...

    In conversation about 11 months ago from chaos.social permalink

    Attachments


    1. https://assets.chaos.social/media_attachments/files/115/113/796/678/485/672/original/76118540885f6a6b.jpg
  2. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Saturday, 30-Aug-2025 06:04:46 JST Brian Swetland Brian Swetland
    in reply to

    20x20x20 calibration cube measures 19.93x19.93x20.02 mm

    In conversation about 11 months ago from chaos.social permalink

    Attachments


    1. https://assets.chaos.social/media_attachments/files/115/114/060/249/508/681/original/80c1321ac8868dec.jpg
  3. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Saturday, 30-Aug-2025 06:04:45 JST Brian Swetland Brian Swetland
    in reply to
    • ✧✦Catherine✦✧

    @whitequark Just the raw readings from the calipers.

    In conversation about 11 months ago from gnusocial.jp permalink
  4. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Wednesday, 27-Aug-2025 04:02:02 JST Brian Swetland Brian Swetland
    in reply to
    • mcc
    • ✧✦Catherine✦✧

    @whitequark @mcc Didn't realize adb-over-network was an option on phones/tablets/etc (it was introduced for setup box-y things / Android TV). Fun.

    In conversation about 11 months ago from chaos.social permalink
  5. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Wednesday, 27-Aug-2025 03:30:46 JST Brian Swetland Brian Swetland
    in reply to
    • mcc

    @mcc I'm told that app installation via adb will remain as is (no need for accounts, identification, payment, sharing any credentials / certificates with Google, etc). Obviously you need a second device for that so more involved, but apparently they're not completely killing "unapproved" app installation just yet.

    Why in the world they failed to mention this in the announcement, I cannot imagine. I mean sure people would still be pissed, but maybe just a little less pissed?

    In conversation about 11 months ago from chaos.social permalink
  6. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Friday, 01-Aug-2025 03:22:48 JST Brian Swetland Brian Swetland
    in reply to
    • ✧✦Catherine✦✧

    @whitequark It suffers a little from "enormous raft of options for everything", but I'll take that rather than having no control over stuff I care about.

    Also, something that I didn't realize initially -- on almost every setting that applies to the current book, if you long-press you can save it as the default setting.

    In conversation about a year ago from chaos.social permalink
  7. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Friday, 01-Aug-2025 02:49:02 JST Brian Swetland Brian Swetland
    in reply to
    • ✧✦Catherine✦✧

    @whitequark I use mine primarily for epub stuff (novels, etc), migrated from Kindle after Amazon disabled any ability to download your own purchases (DRM or not), so I haven't dug into PDF reading much. I've got a Pixel Tablet that I use for larger, color, or more random-access-desirable content (comics, manga, databooks, etc)

    In conversation about a year ago from gnusocial.jp permalink
  8. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Friday, 01-Aug-2025 02:43:04 JST Brian Swetland Brian Swetland
    in reply to
    • ✧✦Catherine✦✧

    @whitequark If you're feeling adventurous, KOReader is installable on Kobo devices without too much convoluted nonsense and addresses some annoyances in their standard reader software (in particular having one global font size setting that I tend to have to change every time I open a different book drives me nuts):
    https://koreader.rocks/

    In conversation about a year ago from chaos.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: koreader.rocks
      KOReader
  9. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Wednesday, 30-Jul-2025 07:19:58 JST Brian Swetland Brian Swetland
    in reply to
    • jacquelines 🌟

    @jacqueline Been there. Maybe someday I'll learn to always double-check the exact package when ordering. Less awkward than it being the other way 'round at least...

    In conversation about a year ago from chaos.social permalink
  10. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Sunday, 20-Jul-2025 09:30:58 JST Brian Swetland Brian Swetland
    • ✧✦Catherine✦✧

    @r @miyuko @whitequark Yeah it's definitely a pain. I think if you're writing a modern terminal emulator you aim for somewhere between "xterm" and "xterm + the fancy stuff that newer gui terminals have added" and then spend a ton of time chasing down random stuff that doesn't work when you trip over it.

    For #2, I think you can probably go a long way with either just line editing or clear-screen-and-repaint, but in either case getting actually width/height information is unlikely-to-impossible.

    In conversation about a year ago from chaos.social permalink
  11. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Sunday, 20-Jul-2025 08:52:18 JST Brian Swetland Brian Swetland
    • ✧✦Catherine✦✧

    @miyuko @r @whitequark I think if your goal is for modern systems to work with your stuff, targeting the minimal vt100/xterm features needed is generally sufficient. The full baggage of ncurses/terminfo/termcap/etc is of questionable value.

    Even more so if your expected terminal is local-only or modern-network-only. Strategies from the 70s to try to absolutely minimize the data sent to the terminal that made a lot of sense for 150-9600bps serial are much less relevant now.

    In conversation about a year ago from chaos.social permalink
  12. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Sunday, 20-Jul-2025 08:52:17 JST Brian Swetland Brian Swetland
    in reply to
    • ✧✦Catherine✦✧

    @miyuko @r @whitequark To pop the stack a bit on this conversation, I do wonder if when running something in some kind of wasm container inside a browser, where you'd be bundling both the client and the terminal, if maybe a more direct approach -- say the client rendering into a local VGA-style character mapped framebuffer that'd be rendered more directly by the browser -- would be worth exploring. Or if jettisoning all the 70's technology is more trouble than it's worth.

    In conversation about a year ago from gnusocial.jp permalink
  13. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Sunday, 20-Jul-2025 08:35:43 JST Brian Swetland Brian Swetland
    in reply to
    • ✧✦Catherine✦✧

    @whitequark @ireneista @r @miyuko I definitely understand that threat models vary. Mine generally leans a lot more toward usability in these contexts. If it's so private/secure as to be effectively unusable that tends to defeat the purpose at least for me.

    In conversation about a year ago from chaos.social permalink
  14. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Sunday, 20-Jul-2025 08:32:06 JST Brian Swetland Brian Swetland
    • ✧✦Catherine✦✧

    @ireneista @r @miyuko @whitequark Makes sense. Unfortunate that a number of such queries are pretty important for functional UX. That fun tension between privacy/security/usability.

    In conversation about a year ago from chaos.social permalink
  15. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Tuesday, 15-Jul-2025 08:14:46 JST Brian Swetland Brian Swetland

    The Zachtronics folks are back (under their new Coincidence Games imprint) with Kaizen: A Factory Story, so here I am building assembly lines for plastic food in 80's Japan. Whee!

    https://store.steampowered.com/app/2275490/Kaizen_A_Factory_Story/

    #Gaming #Zachlike #Kaizen

    In conversation about a year ago from chaos.social permalink

    Attachments



    1. https://assets.chaos.social/media_attachments/files/114/854/110/543/010/065/original/51cd0bc6f2623bad.jpg
  16. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Wednesday, 09-Jul-2025 16:37:55 JST Brian Swetland Brian Swetland
    in reply to
    • ✧✦Catherine✦✧

    @whitequark Yikes. My condolences.

    In conversation about a year ago from chaos.social permalink
  17. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Wednesday, 09-Jul-2025 16:34:52 JST Brian Swetland Brian Swetland
    in reply to
    • ✧✦Catherine✦✧

    @whitequark Thank you for listening to my talk, "I2C, we hates it, we hates it, we hates it forever."

    But if you really like suffering, do consider operating your I2C bus at different voltages on different segments, with level shifters that have independent power control.

    In conversation about a year ago from gnusocial.jp permalink
  18. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Wednesday, 09-Jul-2025 16:32:52 JST Brian Swetland Brian Swetland
    in reply to
    • ✧✦Catherine✦✧

    @whitequark
    Thinking further, I feel like the best advice for using I2C in designs is:
    (a) don't
    (b) if you must, limit it to exactly two devices per bus
    (c) you probably should ensure you can reset or power cycle the target though, just in case
    (d) in the event of b and c you now have a solid 40% chance of things mostly working
    (e) or you might get something like that QCT I2C controller that sometimes wedges on transfers of lengths it dislikes and remains that way until SoC reset...

    In conversation about a year ago from chaos.social permalink
  19. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Wednesday, 09-Jul-2025 16:23:52 JST Brian Swetland Brian Swetland
    in reply to
    • ✧✦Catherine✦✧

    @whitequark <trauma type="i2c"> Not familiar with the feature, but probably mostly because I avoid I2C like the plague, because I've never encountered an I2C bus without a cursed device on it (usually they're *all* cursed, usually in different ways). </trauma>

    In conversation about a year ago from chaos.social permalink
  20. Embed this notice
    Brian Swetland (swetland@chaos.social)'s status on Monday, 07-Jul-2025 18:24:59 JST Brian Swetland Brian Swetland

    Share your cool vim tricks! I'm interested in learning more about cool core functionality that I'm probably missing out on (as opposed to elaborate scripting or plugin customization stuff).

    In conversation about a year ago from chaos.social permalink
  • After
  • Before

User actions

    Brian Swetland

    Brian Swetland

    Writes the codes. Recovering OS Engineer (BeOS, HiptopOS, Android, LK, Fuchsia). Embedded systems hacker. Hobbyist Digital Designer. Player of video games. Etc.

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          110748
          Member since
          2 Apr 2023
          Notices
          57
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.