Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by @kmicu@mastodon.social (kmicu@mastodon.social), page 4

  1. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Thursday, 02-May-2019 15:30:39 EDT @kmicu@mastodon.social @kmicu@mastodon.social
    • sirgazil

    @sirgazil Yep, that verbose verification message is confusing for newcomers.

    Manual could show an example verification output to avoid similar doubts.

    FYI ‘sha256sum guix-binary-1.0.0.x86_64-linux.tar.xz’ returns
    ‘630c53703ce0abdfb6def2c21afa7e1d2a14abccae86126143508dc6a2b5c987 guix-binary-1.0.0.x86_64-linux.tar.xz’

    In conversation Thursday, 02-May-2019 15:30:39 EDT from mastodon.social permalink
  2. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Thursday, 02-May-2019 14:25:51 EDT @kmicu@mastodon.social @kmicu@mastodon.social
    • lthms

    @lthms That’s understandable. No rush; take your time 😺

    (If you make your setup work once on Guix/Nix it will work forever though. That’s nice.)

    In conversation Thursday, 02-May-2019 14:25:51 EDT from mastodon.social permalink
  3. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Thursday, 02-May-2019 09:22:02 EDT @kmicu@mastodon.social @kmicu@mastodon.social
    • otini

    @otini that’s correct on distros following FSDG†.

    Outside of official Guix places we can do whatever we want including switching to upstream kernel Linux, installing firmware blobs, or even proprietary user apps. (There are already examples of those e.g. on Gitlab or Github).

    Inside official Guix places there is no support for proprietary software.

    †https://www.gnu.org/distros/free-system-distribution-guidelines.html.en

    In conversation Thursday, 02-May-2019 09:22:02 EDT from mastodon.social permalink
  4. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Thursday, 02-May-2019 08:25:36 EDT @kmicu@mastodon.social @kmicu@mastodon.social

    Finally a new technology that makes me happy (◍•ᴗ•◍)♡λ
    https://www.gnu.org/software/guix/blog/2019/gnu-guix-1.0.0-released/

    Thank you Ludovic, Rekado, et al. from #guix community.

    In conversation Thursday, 02-May-2019 08:25:36 EDT from mastodon.social permalink
  5. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Thursday, 02-May-2019 05:47:51 EDT @kmicu@mastodon.social @kmicu@mastodon.social
    • Kensan

    @Kensan Finally a proper *summit*.

    In conversation Thursday, 02-May-2019 05:47:51 EDT from mastodon.social permalink
  6. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Saturday, 27-Apr-2019 08:25:08 EDT @kmicu@mastodon.social @kmicu@mastodon.social
    • Alastair M. D. Touw

    @amdt I’ve no recommendations. Alas with lisp we have total freedom and total freedom is naturally messy. 🤷

    In conversation Saturday, 27-Apr-2019 08:25:08 EDT from mastodon.social permalink
  7. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Saturday, 27-Apr-2019 08:17:37 EDT @kmicu@mastodon.social @kmicu@mastodon.social
    • Alastair M. D. Touw

    @amdt Pretty much yes. For me use‑package’s more about forming clear config structure and habits. E.g. with use-package it’s easier (for me) to keep all gnus related tweaks inside (use‑package gnus …) and not all around my .emacs file.

    I have a feeling .emacs is less messy thanks to it.

    Enclosed (use‑package …) declarations and :keywords give more consistency and rhythm to my config file.

    For me it’s about look&feel and sorry that sounds abstract and subjective.

    In conversation Saturday, 27-Apr-2019 08:17:37 EDT from mastodon.social permalink
  8. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Friday, 26-Apr-2019 15:31:27 EDT @kmicu@mastodon.social @kmicu@mastodon.social
    • Alastair M. D. Touw

    @amdt use-package is not a better way but only a different style of configuration that *could be* beneficial when .emacs starts to be very messy and long.

    Using org-mode and a literate configuration to tangle .emacs is another style to keep long config tidy.

    When config is relatively short those styles have more cons than pros.

    It’s a matter of preference; not a One True Way™ 😺

    In conversation Friday, 26-Apr-2019 15:31:27 EDT from mastodon.social permalink
  9. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Friday, 26-Apr-2019 15:23:39 EDT @kmicu@mastodon.social @kmicu@mastodon.social
    • Alastair M. D. Touw

    @amdt quoting John Wiegley’s original goal could also help:

    “The `use-package' declaration macro allows you to *isolate* package configuration in your ".emacs" in a way that is performance-oriented *and*, well, just tidy. I created it because I have over 80 packages that I use in Emacs, and things were getting difficult to manage. Yet with this utility my total load time is just under 1 second, with no loss of functionality!” [emphasis mine].

    In conversation Friday, 26-Apr-2019 15:23:39 EDT from mastodon.social permalink
  10. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Friday, 26-Apr-2019 15:15:46 EDT @kmicu@mastodon.social @kmicu@mastodon.social
    • Alastair M. D. Touw

    @amdt for *me* it’s :chord, :disabled, :if, :diminish, :load-path, :defines, :requires, :after
    *and* the fact that I could write all of those by hand in stock Emacs *but* use-package offers me a consistent configuration interface.
    After that I can profile my config startup with use‑package‑report.

    As of today my .emacs has ~8k lines but Emacs starts under 2 seconds.

    In conversation Friday, 26-Apr-2019 15:15:46 EDT from mastodon.social permalink
  11. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Friday, 26-Apr-2019 03:54:29 EDT @kmicu@mastodon.social @kmicu@mastodon.social
    • Alastair M. D. Touw

    @amdt use-package is a configuration interface (it doesn’t replace built‑in package manager but uses it under the hood).

    If we only use basic functionality from use-package like :bind then use-package is unnecessary.

    In conversation Friday, 26-Apr-2019 03:54:29 EDT from mastodon.social permalink
  12. Fudgel Ultracrepidarian (fudgel@pleroma.site)'s status on Thursday, 25-Apr-2019 16:56:24 EDT Fudgel Ultracrepidarian Fudgel Ultracrepidarian
    Me reading posts on my curated timeline.
    Me-reading-your-posts.png
    In conversation Thursday, 25-Apr-2019 16:56:24 EDT from pleroma.site permalink Repeated by kmicu
  13. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Monday, 15-Apr-2019 07:47:13 EDT @kmicu@mastodon.social @kmicu@mastodon.social
    • แทกโนมันซี

    @technomancy

    “Sautern

    Satern has numurous moons and has buitiful rings. some of the chuncks making the rings are the size of your house!”

    Please, more.

    In conversation Monday, 15-Apr-2019 07:47:13 EDT from mastodon.social permalink
  14. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Monday, 15-Apr-2019 07:39:45 EDT @kmicu@mastodon.social @kmicu@mastodon.social
    • ☀️🍧🦊🏖Maddie🏖🦊🍧☀️

    @MadestMadness I’d just like to interject for a moment. Guix is not a kernel hence Guix System is the best GNU/Linux distribution *and* the best GNU/Hurd distribution.
    🤭

    In conversation Monday, 15-Apr-2019 07:39:45 EDT from mastodon.social permalink
  15. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Saturday, 13-Apr-2019 05:52:13 EDT @kmicu@mastodon.social @kmicu@mastodon.social
    in reply to
    • pzmyers 🦑

    @pzmyers To be fair EHT team members have some issues with that too “There are more of us. Katie's algorithm, despite the media's stance, was not used to produce this image. There were three algorithms used and combined to form the final image, and a team of 40 scientists part of that aspect of the project (including myself and more women).”
    https://mobile.twitter.com/SaraIssaoun/status/1116304522660519936

    In conversation Saturday, 13-Apr-2019 05:52:13 EDT from mastodon.social permalink
  16. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Thursday, 04-Apr-2019 04:22:16 EDT @kmicu@mastodon.social @kmicu@mastodon.social
    • Morn

    @Morn Tell me about it.

    In conversation Thursday, 04-Apr-2019 04:22:16 EDT from mastodon.social permalink
  17. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Wednesday, 03-Apr-2019 05:13:08 EDT @kmicu@mastodon.social @kmicu@mastodon.social
    • Software Freedom Conservancy
    • It's a me

    @feld
    Not only generalizing about GPL based on kernel’s GPLv2 but also making a strong conclusions based on one data point.

    Thank you. Me and my OpenWRT router had a good laugh 😹

    @conservancy

    In conversation Wednesday, 03-Apr-2019 05:13:08 EDT from mastodon.social permalink
  18. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Tuesday, 02-Apr-2019 06:31:43 EDT @kmicu@mastodon.social @kmicu@mastodon.social
    • sirgazil

    @sirgazil
    “The two most popular window configuration packages are elscreen and escreen. Both are fairly old and have their share of bugs. The closest package I've found so far to eyebrowse with workspace-specific buffers would be perspective. wconf is a minimal alternative with half the lines of code (and features). To have fancy features such as morphing, try workgroups or workgroups2.”
    — https://github.com/wasamasa/eyebrowse

    We could also force Emacs to only use frames and then manage them in a WM.

    In conversation Tuesday, 02-Apr-2019 06:31:43 EDT from mastodon.social permalink
  19. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Friday, 29-Mar-2019 19:26:29 EDT @kmicu@mastodon.social @kmicu@mastodon.social

    A stream anole lizard attempts to eat a very large blue morpho butterfly it has captured.

    Photo by David Herasimtschuk.

    In conversation Friday, 29-Mar-2019 19:26:29 EDT from mastodon.social permalink
  20. @kmicu@mastodon.social (kmicu@mastodon.social)'s status on Friday, 22-Mar-2019 06:49:24 EDT @kmicu@mastodon.social @kmicu@mastodon.social
    • Hund

    @hund I dislike compiling Qt so much that I don’t use Qt apps anymore 🤭

    In conversation Friday, 22-Mar-2019 06:49:24 EDT from mastodon.social 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.