Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by codesections (codesections@fosstodon.org), page 11

  1. codesections (codesections@fosstodon.org)'s status on Tuesday, 21-May-2019 14:25:06 EDT codesections codesections
    • Drew DeVault

    @sir

    > This is also why I question niche programming languages like Rust when they claim to be suited to systems programming or even kernel development. That’s simply not true when they only run on a small handful of operating systems and CPU architectures.

    My understanding is that Rust runs on ~90 platforms. https://forge.rust-lang.org/platform-support.html How many platforms would you like to see it support before you'd say it supports more than a small handful?

    (I agree that portability is important)

    In conversation Tuesday, 21-May-2019 14:25:06 EDT from fosstodon.org permalink
  2. Jens ♥ (ohyran@fosstodon.org)'s status on Monday, 20-May-2019 17:08:56 EDT Jens ♥ Jens ♥

    I thought of installing Artix Linux for funsies - I don't have a beef with SystemD at all (99 times out of a 100 I am such a scrub that I don't even notice the change to Systemd) but I thought... you know, maybe this is a fun thing for me?

    Any good pointers to think about when going without systemd? A common pitfalls I should avoid?

    In conversation Monday, 20-May-2019 17:08:56 EDT from fosstodon.org permalink Repeated by codesections
  3. codesections (codesections@fosstodon.org)'s status on Monday, 29-Apr-2019 17:56:40 EDT codesections codesections
    • Wolf480pl
    • Jacek
    • opal

    @Wolf480pl @wowaname @jacek

    > I read a bit about redis pub sub, and it turned out it's no good... but I forgot why :/

    Interesting. If you remember why, I'd be interested in the details (relevant to my interests, as they say)

    In conversation Monday, 29-Apr-2019 17:56:40 EDT from fosstodon.org permalink
  4. codesections (codesections@fosstodon.org)'s status on Monday, 29-Apr-2019 17:54:56 EDT codesections codesections
    • Wolf480pl
    • Jacek
    • opal

    @Wolf480pl @wowaname @jacek

    Yeah, this is also something I'd be interested in helping with, depending on how it goes.

    I've been working with pub/sub in Redis lately, which has a pretty good model for this sort of thing (not saying you would/wouldn't want to use Redis, just saying the model is similar)

    In conversation Monday, 29-Apr-2019 17:54:56 EDT from fosstodon.org permalink
  5. codesections (codesections@fosstodon.org)'s status on Monday, 29-Apr-2019 17:50:16 EDT codesections codesections

    I'm currently working on some #rust code that is passing state around in a way that reminds me of props-drilling in #react.

    That strikes me as a pretty serious code smell, but I'm not sure right off how to avoid it. More thought is required.

    In conversation Monday, 29-Apr-2019 17:50:16 EDT from fosstodon.org permalink
  6. codesections (codesections@fosstodon.org)'s status on Monday, 29-Apr-2019 17:48:07 EDT codesections codesections
    • Wolf480pl
    • opal

    @Wolf480pl @wowaname

    > Then there's also the storage problem.

    Wait, I'm confused about how (B) history presents less of a problem than (A) history. So long as at least one person stays in the channel, doesn't the same amount of history have to be kept (somewhere) as for (A) history?

    In conversation Monday, 29-Apr-2019 17:48:07 EDT from fosstodon.org permalink
  7. codesections (codesections@fosstodon.org)'s status on Monday, 29-Apr-2019 17:45:16 EDT codesections codesections
    • Wolf480pl
    • opal

    @wowaname @Wolf480pl

    > discord has a permission so that certain roles are not allowed to see channel history. expand on that and you have your solution to point A

    Yeah, I hate to admit it, but Discord really has thought through a lot of these issues and presents pretty good UX (unlike Slack, which has … giffy support, I guess?)

    In conversation Monday, 29-Apr-2019 17:45:16 EDT from fosstodon.org permalink
  8. codesections (codesections@fosstodon.org)'s status on Monday, 29-Apr-2019 17:32:19 EDT codesections codesections
    • Wolf480pl

    @Wolf480pl

    Formalizing that sort of history would require sifting through the conversations and abstracting a series of decisions into general principles. (Or effectively just copying the chat history).

    Maybe that work is worth doing, but it's definitely *work*—and it's something that would have to be maintained over time.

    It's like docs for code. Yes, external documentation is great, but it can get stale and is a lot of work. There's a lot to be said for self-documenting code

    In conversation Monday, 29-Apr-2019 17:32:19 EDT from fosstodon.org permalink
  9. codesections (codesections@fosstodon.org)'s status on Monday, 29-Apr-2019 17:29:46 EDT codesections codesections
    • Wolf480pl

    @Wolf480pl

    > Why was this not documented in a more persistent place, like a wiki, an issue tracker, a forum, or a mailing list?

    Some of it was. (the CLI working group keeps notes from it's meetings).

    Let me switch examples: when I became a Fosstodon mod, I also joined a chat with (A) history, including discussions about how to handle moderation issues.

    Could the results of each discussion have been documented? Well, maybe, but not easily
    (1/2)

    In conversation Monday, 29-Apr-2019 17:29:46 EDT from fosstodon.org permalink
  10. codesections (codesections@fosstodon.org)'s status on Monday, 29-Apr-2019 17:21:44 EDT codesections codesections
    • Wolf480pl

    @dgold @Wolf480pl

    Yeah, not arguing against IRC—it's my preferred chat method (well, it and Mastodon) and I last used it earlier today.

    Just talking about what features are good/helpful in an app to help prevent Slack/etc. from gaining more ground (whether that's an IRC client of some kind or a new protocol as @Wolf480pl suggested up-thread)

    In conversation Monday, 29-Apr-2019 17:21:44 EDT from fosstodon.org permalink
  11. codesections (codesections@fosstodon.org)'s status on Monday, 29-Apr-2019 17:16:41 EDT codesections codesections
    • Wolf480pl

    @Wolf480pl

    (And the same thing happened with Slack channels I (unfortunately) joined in my last job)

    And there wasn't any negative privacy effect, either—that channel was intended for professional discussions within the working group, and everyone understood that the composition of the working group would change and that new members would have access to past conversations. Anything that would have been inappropriate to share with new members would *already* have been inappropriate to say.

    In conversation Monday, 29-Apr-2019 17:16:41 EDT from fosstodon.org permalink
  12. codesections (codesections@fosstodon.org)'s status on Monday, 29-Apr-2019 17:13:46 EDT codesections codesections
    • Wolf480pl

    @Wolf480pl

    To expand on this a bit/make it more concrete: I recently joined the #rust CLI working group, which communicates via chat methods that have have " what happened in the channel before you become a member of it" history.

    I was able to skim through what the group was talking about in the weeks before I joined, giving me a good sense of what the live issues/current projects were. Without that history, it would have taken much more time (from me and others) to get me up to speed

    (1/2)

    In conversation Monday, 29-Apr-2019 17:13:46 EDT from fosstodon.org permalink
  13. codesections (codesections@fosstodon.org)'s status on Monday, 29-Apr-2019 17:06:58 EDT codesections codesections
    • Wolf480pl

    @Wolf480pl

    > There are 3 kinds of history:
    A) what happened in the channel before you become a member of it … Now, I believe (A) isn't all that necessary, and may even be harmful from privacy POV.

    I said this last time you brought this up, and don't want to belabor the point, but…

    (A) is *really* useful for a lot of project/business/organizational chats—it lets a newcomer join a channel and get up to speed quickly.

    If you're hoping to replace centralized things (#slack), (A) is a must (imo)

    In conversation Monday, 29-Apr-2019 17:06:58 EDT from fosstodon.org permalink
  14. trawzified (trawzified@fosstodon.org)'s status on Monday, 29-Apr-2019 15:48:14 EDT trawzified trawzified

    I'm kinda done with xorg breaking on my Optimus laptop running Arch. Any distro recommendations that work nicely with nvidia optimus laptops? A lot of software availability and quickly updated packages are a plus.

    In conversation Monday, 29-Apr-2019 15:48:14 EDT from fosstodon.org permalink Repeated by codesections
  15. codesections (codesections@fosstodon.org)'s status on Monday, 29-Apr-2019 16:16:59 EDT codesections codesections
    • apetresc

    @apetresc

    > (BTW his Mastodon handle is already in the article you linked so I think the cat's out of the bag in that regard)

    Yeah, my thought wasn't really about protecting privacy so much as not filling up their notification feed with comments about how much the situation sucks

    In conversation Monday, 29-Apr-2019 16:16:59 EDT from fosstodon.org permalink
  16. codesections (codesections@fosstodon.org)'s status on Monday, 29-Apr-2019 15:39:53 EDT codesections codesections
    • The_Gibson {UTC -4}

    @thegibson

    I'm also curious why you say that. Delaware is the traditional choice, but I haven't (yet) looked into it in detail for myself (it's on the to-do list, though)

    In conversation Monday, 29-Apr-2019 15:39:53 EDT from fosstodon.org permalink
  17. codesections (codesections@fosstodon.org)'s status on Monday, 29-Apr-2019 15:35:24 EDT codesections codesections
    • Alexander Martin

    @alexbuzzbee

    I feel like this is at risk of the flaw identified in https://m.xkcd.com/937/

    (or maybe in https://m.xkcd.com/325/ I guess it's a bit of a theme)

    In conversation Monday, 29-Apr-2019 15:35:24 EDT from fosstodon.org permalink
  18. codesections (codesections@fosstodon.org)'s status on Monday, 29-Apr-2019 15:33:34 EDT codesections codesections
    • kelbot ◖⎚∠⎚◗

    @kelbot

    > Any recommendations for a scanner that will primarily used for documents that is known to have no issues on linux?

    I'd also be interested in this. So far, I've limited my scanning to the occasional critical document and just used my phone, but I'd be interested in a solution that makes it easier to scan larger numbers of documents.

    In conversation Monday, 29-Apr-2019 15:33:34 EDT from fosstodon.org permalink
  19. kelbot ◖⎚∠⎚◗ (kelbot@fosstodon.org)'s status on Monday, 29-Apr-2019 15:25:52 EDT kelbot ◖⎚∠⎚◗ kelbot ◖⎚∠⎚◗

    I have a request for all you linux friends that have to deal with paperwork. I want to get a scanner so I can stop having to deal with all this paper and so I can actually stay on top of things better than I usually do.

    Any recommendations for a scanner that will primarily used for documents that is known to have no issues on linux?

    In conversation Monday, 29-Apr-2019 15:25:52 EDT from fosstodon.org permalink Repeated by codesections
  20. codesections (codesections@fosstodon.org)'s status on Monday, 29-Apr-2019 15:22:23 EDT codesections codesections
    • Ricardo

    @rmdes

    > [Picture of a poster]

    I feel vaguely like the typography choices in that poster are trolling me

    In conversation Monday, 29-Apr-2019 15:22:23 EDT from fosstodon.org 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.