Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป (suetanvil@mastodon.technology), page 5

  1. Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป (suetanvil@mastodon.technology)'s status on Sunday, 28-Jul-2019 11:29:19 EDT Chris 💾✒🚀🍕🎮🔧📵💻 Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป
    • DJ Sundog - from the toot-lab
    • Jamey Sharp

    @jamey @djsundog

    I'm not sure if this is better or worse then my back-of-the-envelope approaches:

    1) Modify grub to accept hotkeys on the boot menu, then make the switch simulate a keyboard that keeps sending keypress codes for that hotkey until it detects an operating system load.

    2) Configure grub to chain to a flash drive as its first option, then have that drive chain to your preferred OS. The switch selects which flash drive to use.

    In conversation Sunday, 28-Jul-2019 11:29:19 EDT from mastodon.technology permalink
  2. Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป (suetanvil@mastodon.technology)'s status on Saturday, 27-Jul-2019 20:47:13 EDT Chris 💾✒🚀🍕🎮🔧📵💻 Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป

    Ironically, the only significant written works of our era that will survive to be read by future historians turns out to be our git repositories full of source code.

    In conversation Saturday, 27-Jul-2019 20:47:13 EDT from mastodon.technology permalink
  3. Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป (suetanvil@mastodon.technology)'s status on Saturday, 27-Jul-2019 13:48:36 EDT Chris 💾✒🚀🍕🎮🔧📵💻 Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป
    • DJ Sundog - from the toot-lab
    • Jamey Sharp

    @jamey @djsundog

    If someone wants to make a USB front panel switch that tells GRUB which OS to boot and sell it for <$100, Iโ€™ll buy one.

    In conversation Saturday, 27-Jul-2019 13:48:36 EDT from mastodon.technology permalink
  4. Y.KAKO (yykako@mstdn.tokyocameraclub.com)'s status on Thursday, 25-Jul-2019 18:43:05 EDT Y.KAKO Y.KAKO

    ใ€Œ่ฑŠๆฉ‹็ฅ‡ๅœ’็ฅญ ๆ‰‹็ญ’ใ€

    #ๅ‰็”ฐ็ฅž็คพ #่ฑŠๆฉ‹็ฅ‡ๅœ’็ฅญ
    #tokyocameraclub #ๆฑไบฌใ‚ซใƒกใƒฉ้ƒจ
    #mastodon #ใƒžใ‚นใƒˆใƒ‰ใƒณ

    https://mstdn.tokyocameraclub.com/media/BFpZZs2wwsavEOPt3Hs

    In conversation Thursday, 25-Jul-2019 18:43:05 EDT from mstdn.tokyocameraclub.com permalink Repeated by suetanvil
  5. Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป (suetanvil@mastodon.technology)'s status on Thursday, 25-Jul-2019 14:35:56 EDT Chris 💾✒🚀🍕🎮🔧📵💻 Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป
    • sheltering under cats

    @ceejbot

    Poor spot.

    In conversation Thursday, 25-Jul-2019 14:35:56 EDT from mastodon.technology permalink
  6. @nakazono_k (nakazonok@mstdn.tokyocameraclub.com)'s status on Thursday, 25-Jul-2019 10:04:13 EDT @nakazono_k @nakazono_k

    #tokyocameraclub #ๆฑไบฌใ‚ซใƒกใƒฉ้ƒจ #็ญ‘ๅพŒๅทๆ˜‡้–‹ๆฉ‹
    https://mstdn.tokyocameraclub.com/media/wmEPgXQkPofTtSaRty8

    In conversation Thursday, 25-Jul-2019 10:04:13 EDT from mstdn.tokyocameraclub.com permalink Repeated by suetanvil
  7. winter (velartrill@pleroma.site)'s status on Thursday, 25-Jul-2019 07:15:52 EDT winter winter
    • lachs0r
    alright, i am exhausted to announce the first alpha release of nkvd.so, my utility to force *nix software to store its config files in the right place even when it really really wants to pollute your homedir with dotfiles. it's a simple C binary with no external dependencies, and it works by wrapping libc and forcibly redirecting open, stat, and unlink calls to the proper location. it works on glibc and may also work on other libc impls so long as you pass the -D_NO_GNU flag, though i can't test this myself. it is highly configurable via environment variables and only 421 lines long with no non-system includes, so you can audit it yourself to make sure it's not doing anything nefarious to your system (always important with LD_PRELOAD hacks). i hope it is useful to someone. merge requests, as always, are welcome.

    the code can be found at
    https://c.hale.su/lexi/util/artifact/1b974917835e9b5b

    i am going to bed

    @lachs0r
    ็ตต.png
    In conversation Thursday, 25-Jul-2019 07:15:52 EDT from pleroma.site permalink Repeated by suetanvil
  8. pixelfed development (pixeldev@pleroma.site)'s status on Wednesday, 24-Jul-2019 22:00:49 EDT pixelfed development pixelfed development
    Just a few bugs to fix, and we'll be shipping full federation support!

    You will be able to follow remote accounts, see their posts in your home timeline, and more!

    #pixelfed
    In conversation Wednesday, 24-Jul-2019 22:00:49 EDT from pleroma.site permalink Repeated by suetanvil
  9. Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป (suetanvil@mastodon.technology)'s status on Thursday, 25-Jul-2019 10:01:03 EDT Chris 💾✒🚀🍕🎮🔧📵💻 Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป
    • KT ๐Ÿ

    @ghostwife

    ETMFA.

    In conversation Thursday, 25-Jul-2019 10:01:03 EDT from mastodon.technology permalink
  10. Benoit Mandelbot (benoitmandelbot@botsin.space)'s status on Wednesday, 24-Jul-2019 12:42:41 EDT Benoit Mandelbot Benoit Mandelbot

    position: -1.2513213998924964 + 0.05695967989219847i
    pixel width: 2.998337163584812e-06

    In conversation Wednesday, 24-Jul-2019 12:42:41 EDT from botsin.space permalink Repeated by suetanvil
  11. Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป (suetanvil@mastodon.technology)'s status on Wednesday, 24-Jul-2019 09:58:59 EDT Chris 💾✒🚀🍕🎮🔧📵💻 Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป
    • deโˆซhipu

    @deshipu

    42.

    In conversation Wednesday, 24-Jul-2019 09:58:59 EDT from mastodon.technology permalink
  12. Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป (suetanvil@mastodon.technology)'s status on Wednesday, 24-Jul-2019 09:57:45 EDT Chris 💾✒🚀🍕🎮🔧📵💻 Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป

    I think I'm going to start using "software" as a swear word.

    (Why yes, I *am* learning devops right now.)

    In conversation Wednesday, 24-Jul-2019 09:57:45 EDT from mastodon.technology permalink
  13. Mascha (masu@icosahedron.website)'s status on Tuesday, 23-Jul-2019 12:11:46 EDT Mascha Mascha

    This is a reminder and some self-promotion that I have released 3 albums of my own #music (all written and composed by me), which you can find here: https://mascha.bandcamp.com/

    The latest album is the best one, of course ๐Ÿ˜‰
    My mom calls it "pretty avant-garde", I call it "experimental pop". Whatever it is, it comes from my heart. ๐Ÿ’–

    In conversation Tuesday, 23-Jul-2019 12:11:46 EDT from icosahedron.website permalink Repeated by suetanvil
  14. Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป (suetanvil@mastodon.technology)'s status on Tuesday, 23-Jul-2019 12:47:07 EDT Chris 💾✒🚀🍕🎮🔧📵💻 Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป
    • dirt

    @dirt

    Presumably, this landlord is moving backward through time and so hasnโ€™t heard what you just said yet.

    This is inconvenient but on the plus side, theyโ€™ll view any damage you do to the unit as a repair.

    In conversation Tuesday, 23-Jul-2019 12:47:07 EDT from mastodon.technology permalink
  15. Jenny H (lambdagrrl@computerfairi.es)'s status on Tuesday, 23-Jul-2019 07:14:38 EDT Jenny H Jenny H

    In case you missed it, I released two records yesterday. Just made a twitter thread introducing them: https://twitter.com/trashsynth/status/1153622594240823297?s=21

    In conversation Tuesday, 23-Jul-2019 07:14:38 EDT from computerfairi.es permalink Repeated by suetanvil
  16. Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป (suetanvil@mastodon.technology)'s status on Tuesday, 23-Jul-2019 09:36:41 EDT Chris 💾✒🚀🍕🎮🔧📵💻 Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป
    • Irina

    @irina

    The last time I visited Germany, I made a number of deliberate efforts to interact with people (cashiers, etc.) purely in German. About half the the time, they'd just switch to English.

    In conversation Tuesday, 23-Jul-2019 09:36:41 EDT from mastodon.technology permalink
  17. Thomas, Computer Wrangler (thomasfuchs@mastodon.social)'s status on Monday, 22-Jul-2019 22:10:07 EDT Thomas, Computer Wrangler Thomas, Computer Wrangler

    North American monsoon is finally hitting us

    In conversation Monday, 22-Jul-2019 22:10:07 EDT from mastodon.social permalink Repeated by suetanvil
  18. Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป (suetanvil@mastodon.technology)'s status on Monday, 22-Jul-2019 13:49:50 EDT Chris 💾✒🚀🍕🎮🔧📵💻 Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป
    • Lindsay :qhTrans:

    @lindsays

    But thanks for the offer.

    In conversation Monday, 22-Jul-2019 13:49:50 EDT from mastodon.technology permalink
  19. Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป (suetanvil@mastodon.technology)'s status on Monday, 22-Jul-2019 13:47:38 EDT Chris 💾✒🚀🍕🎮🔧📵💻 Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป
    • Lindsay :qhTrans:

    @lindsays

    I have a VPS if it comes to that. I'm just hoping to leech off of some company's free tier if I can.

    In conversation Monday, 22-Jul-2019 13:47:38 EDT from mastodon.technology permalink
  20. Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป (suetanvil@mastodon.technology)'s status on Monday, 22-Jul-2019 13:20:19 EDT Chris 💾✒🚀🍕🎮🔧📵💻 Chris ๐Ÿ’พโœ’๐Ÿš€๐Ÿ•๐ŸŽฎ๐Ÿ”ง๐Ÿ“ต๐Ÿ’ป

    Er, I mean around 100k bytes IN SIZE. So, not very big and not a lot of them.

    In conversation Monday, 22-Jul-2019 13:20:19 EDT from mastodon.technology permalink
  • After
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.