home.social

Search

367 results for “czietz”

  1. I still don't understand how people live with `npm` for their CLI app needs.

    I have a tool installed from whenever, and it's in my PATH, but it's not up to date and I have no clue how to remove it.

    The path seems to be to reinstall packages at latest versions when the node/npm version and thus the managed installation folder changes with #mise but I am not willing to accept that.

  2. #Celeste #Tilesets deconstructed, Step by Step [BostonFIG, May 2021] - YouTube youtube.com/watch?v=S6NpEP5daV

    Nice to see such an in-depth analysis of a #pixelart tileset!

  3. I really like my #ZSA #voyager #Navigator but ran into issues where the mouse mode would 'stick' -- read rousette.org.uk/archives/zsa-n and learned about a new option to disable the track ball/mouse layer whenever a key that s not bound on that layer is pressed.

    Works like a charm. Immediate feedback, no waiting needed.

  4. I'm not consuming any media outlets like newspapers or even radio, and even I heard that in Germany, #absenteeism from work due to illness in "on the rise".

    A friend shared this as a graph from @Handelsblatt

    I found that graph sus because in a value range of 8...16, they chose to cut off the Y-axis at 6. There's no need for that.

    Let me demonstrate. By choosing a perfectly legible plot value range of 0...16 you change the angle of the slope from 30º to 21º.

    That feels totally different.

  5. The Composable Architecture friends, how do you name your swipe actions on iOS?

    I'm seeing `___ButtonTapped` for buttons, but what about swipe to delete?

    Do you call it `deleteButtonTapped` because the swipe is just a variation of invoking the button's action?

    What about other swipe actions? 👀

    #tca #swiftlang

  6. #emacs nerds, can you help me with the name of a concept?

    We have multiple modes that collect snippets from other buffers, e.g. in `occur-mode`, rg.el, or #embark's "collect" buffers that are editable and will change the original location accordingly.

    I'm thinking of "transclusion" here, but the most Emacs-y thing that comes to mind is, well, 'occur-mode' itself, but what's the name of concept of what occur.el does? 🤔

  7. #Emacs users of #Embark and #Vertico need to switch to the multiform/grid display.

    It's amazing, combining which-key like columnar display with completing-read filtering.

    hachyderm.io/@goofansu/1121610

  8. @publicvoit Essentially what @jbaty said social.lol/@jbaty/110701060952

    It's still lock-in in the end. And it's factually wrong to say it isn't. Just as there *can* be Emacs bancruptcy. -- Of course you don't mean it in a strict, literal sense, but a colloquial one.

    I have no issues parsing this :)

    But the aftertaste is one of misleading rhetoric tricks that you do not need.

    There's no Emacs+org supremacy over Obsidian+Markdown on this (!) level of analysis.

    But there's #Lindy: Do pick old tools 👍

  9. Kennt ihr jemanden, einen #Architekten zum Beispiel, der sich auf den Bau in #Passivhaus Bauweise und/oder Verwendung moderner natürlicher Materialien wie #Lehm bevorzugt?🌱

    In der Familie tut sich bald vielleicht eine #Mehrgenerationen Chance auf, und da wäre eine Beratung hinsichtlich der #Nachhaltigkeit und Kostenstruktur so eines Neubaus relevant.

    Gern teilen 🙏

  10. Anyone got the #ZSA #Moonlander platform?

    It's not a looker, but it's really sturdy and easy to adjust.

    However, for a neutral, relaxed angle in my arms, I need to move the desk down so far that the desktop touches my legs; couldn't sit there on a normal chair anymore.

    I don't recall having unusually long upper arms like an ape, so how do y'all manage?

  11. Kenne ich jemanden, der

    Fuchs, Peter (1991). Kommunikation mit Computern? Zur Korrektur einer Fragestellung. Sociologia Internationlis, 29(Heft 1), 1–30.

    als PDF hat? Mein scan aus Uni-Zeiten ist nicht mehr lesbar :(

    Vielleicht @UltrasNiklasLuhmann? :)

    #systemtheorie #soziologie #luhmann #kommunikation

  12. I tried to have the trackball and mouse keys on the same half of the keyboard, but that didn't work well. The #ZSA #vogager and #navigator default to have the mouse keys on the opposite hand reduces accidental mouse movement a lot and avoids weird finger gymnastics

  13. #SwiftPM with resources in production and test target work in Xcode.

    `swift test` on the CLI fails to load NSColor from Asset catalog, though. The catalog is part of the library.

    Is that some CLI thing?

    Is Bundle.module pointing at the wrong one?

  14. It's May 2nd!

    Two days ago, the results were discouraging, so now that the deadline has passed, I ask again :)

    Where can I steal *your* Privacy Manifest build step instructions for #SwiftPM packages and #Xcode frameworks?

  15. Did y'all write Privacy Manifests for your #Xcode / #SwiftPM projects?

    Still need to update packages I use and/or maintain 😥

  16. Gibt es hier jemanden mit #opensourceseeds für Grünkohl? Ich würd' ein paar abnehmen!

    #fedigarten

  17. Edited my #BARMER insurance bank details to enable SEPA withdrawal from their end. My bank credentials are older than whichever database they now use, and the "created at" date is Jan 1st 1.

    Yes, year 1 AD.

    They couldn't even bother to default to the date of our contract; it's a sentinel value!

  18. @appforce1 More #Tuist content would be great! I never made the plunge so all I have is hearsay :)

  19. Inside of an actor, we can't assume `deinit` is isolated. If anything, we ought to assume the opposite.

    Since there's no easy way to express "release all owned resources", the actual change I'm being nudged towards is: express ONLY resource ownership with a new type. There, you can use deinit.

    This is #RAII from C++, but in Swift.

  20. #mapbox or kagi maps make neigborhoods look like Animal Crossing after the industrial revolution on the tropical island

  21. #mapbox or kagi maps make neigborhoods look like Animal Crossing after the industrial revolution on the tropical island

  22. Again I run into this.

    E.g.

    super.responds(to: #selector(cancelOperation(_:)))

    in an NSCollectionViewItem *subclass* that requires an `override` declaration does return `true`, but actually forwarding

    super.cancelOperation(sender)

    produces a runtime 'warning' about unrecognized selector.

    This happens to me from time to time with AppKit subclasses, and I document "no need to call super because..." usually.

    But I still haven't really grasped the reasons here.

  23. Experimenting with #vikunja I have a hard time stomaching that projects in the sidebar are subtly indented when they have a chevron in front of them; looks like they're themselves nested

  24. The Magic of Property Testing
    youtube.com/watch?v=4bpc8NpNHR

    @krisajenkins followed up on Property-Based Testing and I love the demo.

    Also #Purescript looks cools

    #pbt

  25. Kann mir jemand einen Shop für IBC Zubehör im Garten empfehlen?

    Bei unserem IBC (Regenwassercontainer) ist der Schlauch kaputt. Ich finde zwar auf Amazon welche, aber will lieber irgendeinen vernünftigen Reseller aus Deutschland, bei dem wir auch in Zukunft einkaufen können.

    #garten #ibc

  26. Sorry if I know anyone who works on the #Descript app -- I love editing recordings based on audio transcripts. But editing video is absolute, hot garbage

  27. The #Descript app to transcribe audio is really nice. Voice recognition and editing the text to affect the audio without any seams, that's amazing!

    I'm so bad at editing *anything* in general, though, that I struggle to complete any project.

    I start with a script; so I have the text handy, but can't figure out how to make Descript match the audio (recorded externally) to it.

    I'm not looking forward to shoot and cut video to match, either 😬

  28. Exporting a video from #Descript on my #Mac is suuuuper slow.

    It's not using any of my bazillion GPU cores. It's also an Electron app. I wonder if they could even fix this if they wanted to?