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 Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)

  1. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Tuesday, 18-Mar-2025 06:24:57 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:
    in reply to
    • Warner Crocker
    • Meznor 🇨🇦🇮🇹🇪🇺

    @Meznor @WarnerCrocker people coming out in force to the streets and staying there. It's anathema to all the liberals, but it's the only thing left to us. I don't know how that would look in a country like USA though…

    In conversation about 2 months ago from gnusocial.jp permalink
  2. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Wednesday, 01-Jan-2025 00:38:26 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:
    • The Spritely Institute

    Also, established a monthly donation to @spritely. Consider doing the same!

    In conversation about 5 months ago from mastodon.social permalink
  3. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Wednesday, 04-Dec-2024 03:51:35 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:

    Opinion poll: does it still make sense to donate to Software Freedom Conservancy? Are they legit?

    In conversation about 6 months ago from mastodon.social permalink
  4. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Thursday, 06-Jun-2024 04:06:39 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:
    in reply to
    • David Revoy

    @davidrevoy okay, there's one thing that my perfectionist's brain just can't get over! On the left two panes there's a short part of the blade sticking out of the hilt, but on the right two panes it's not there. So I can't figure out which kind of damage it is: did the blade break apart or did it fall out of the hilt?

    P.S. I'd probably be working at this place you drawn, right?

    In conversation about a year ago from mastodon.social permalink
  5. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Thursday, 06-Jun-2024 04:06:38 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:
    in reply to
    • David Revoy
    • Steve

    @SteveTux @davidrevoy I've seen that one. It does feature the blade stub, but it just adds to one side of the inconsistency. :-)

    In conversation about a year ago from mastodon.social permalink
  6. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Saturday, 24-Feb-2024 17:33:49 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:

    Looking for a #Python library that would cache the most fresh responses of HTTP requests and only return cached ones in case of connection or server errors.

    requests-cache doesn't do the trick: it either returns stale responses or crashes on connection errors.

    Doesn't have to be HTTP-specific, really. Think of it as a general memoization with failover. But lru_cache from stdlib also doesn't work as it prefers the cached value over the available fresh one.

    Last chance before I write my own!

    In conversation about a year ago from mastodon.social permalink
  7. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Monday, 19-Feb-2024 05:11:45 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:
    in reply to
    • Paul Cantrell

    @inthehands I think their vision layer is okay. It can reliably identify and classify objects and their placement. It's what to do with this information that has always been the problem: you've got this car over there moving that way and that car standing over here. What input you apply to pedals and the steering wheel? This part turned out to be harder than vision. And now they're trying to solve it with AI as well. Which just swaps one set of edge case for another and can't be debugged.

    In conversation about a year ago from mastodon.social permalink
  8. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Monday, 19-Feb-2024 04:34:28 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:
    in reply to
    • Paul Cantrell

    @inthehands first of all, thank you!

    Now, reading through this thread prompted a related but different thought: the current generation of Tesla's self-driving AI eschews codified decision-making in favor of learning how to drive based purely on humans. Which should obviously be a bad idea if your stated goal is to devise a better-than-human behavior. But everyone is just closing their eyes and saying "well, I guess they know better what they're doing". They don't.

    In conversation about a year ago from mastodon.social permalink
  9. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Thursday, 01-Feb-2024 08:54:31 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:
    in reply to
    • Josh Justice
    • phiofx

    @phiofx @CodingItWrong it feels like you're talking more about "making easy shortcuts" rather than "designing a most simple solution".

    In conversation about a year ago from mastodon.social permalink
  10. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Thursday, 01-Feb-2024 08:36:58 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:
    • Josh Justice

    I never heard the term "evolutionary design", although this is apparently the way I design software (and try to teach others to do it). Here's a perfect, short and to the point, explanation of the concept by @CodingItWrong: https://codingitwrong.com/2024/01/29/brief-summary-of-evolutionary-design

    Also a good reminder of what the word "refactoring" actually means, despite it being widely used to refer to any arbitrary reshuffling of code.

    In conversation about a year ago from mastodon.social permalink

    Attachments


  11. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Tuesday, 05-Dec-2023 15:36:17 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:

    Recent from Armin Ronacher is worth a read: https://lucumr.pocoo.org/2023/12/1/the-python-that-was/

    It strikes a note with me, although I don't agree on a couple of points.

    Like, "runtime errors flying left and right [..] because bad types were passed". No, most of the errors were and still are from wrong *values* being passed. Also mutable state, tight coupling and incomplete understanding of the domain. Unless your kind of programming is implementing some formal spec, types will only catch the most trivial errors.

    #python

    In conversation Tuesday, 05-Dec-2023 15:36:17 JST from mastodon.social permalink

    Attachments


  12. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Wednesday, 01-Nov-2023 10:25:15 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:
    • Pierre Bourdon

    @delroth please beware of the word "obvious" relating to any field of knowledge. There's a lot of us out there for whom none of this was (or is) obvious.

    In conversation Wednesday, 01-Nov-2023 10:25:15 JST from mastodon.social permalink
  13. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Sunday, 08-Oct-2023 00:36:07 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:
    in reply to
    • Charlie Loyd

    @vruba but isn't it a solved problem by now? Nobody writes new software that's not unicode-aware (and it would be hard to do, because all the systems and languages do it by default now). Converting old software is another matter of course, but that's not specific to Unicode.

    In conversation Sunday, 08-Oct-2023 00:36:07 JST from mastodon.social permalink
  14. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Sunday, 24-Sep-2023 12:28:22 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:
    in reply to
    • Laura Langdon
    • MeredithW

    @LauraLangdon @meredithw I understand it's a spectrum, but the way you put it means all creative people are technically supposed to be treated for this "disorder", which is not the view I'd endorse!

    In conversation Sunday, 24-Sep-2023 12:28:22 JST from gnusocial.jp permalink
  15. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Sunday, 24-Sep-2023 12:28:20 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:
    in reply to
    • Laura Langdon
    • MeredithW

    @LauraLangdon @meredithw I don't either. Granted, I don't know what you meant by "neurosparkly", but we were talking about ADHD, and the last D is meaningful. So to clarify, I can't subscribe to thinking of all creative people as having ADHD. And looks like we're in agreement on that?

    In conversation Sunday, 24-Sep-2023 12:28:20 JST from gnusocial.jp permalink
  16. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Sunday, 24-Sep-2023 12:28:18 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:
    in reply to
    • Laura Langdon
    • MeredithW

    @LauraLangdon @meredithw "chaotic genius"? :-)

    In conversation Sunday, 24-Sep-2023 12:28:18 JST from gnusocial.jp permalink
  17. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Sunday, 24-Sep-2023 05:48:22 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:
    in reply to
    • MeredithW

    @meredithw never thought of it as related to #adhd. Most creative people I know go through this. "The problem of a blank sheet" I heard it being called.

    In conversation Sunday, 24-Sep-2023 05:48:22 JST from mastodon.social permalink
  18. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Saturday, 09-Sep-2023 05:22:47 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:
    in reply to
    • aeva

    @aeva funnily enough, I remember a poll on Mastodon (pre Musk migration) where Firefox turned out to be the majority browser, which surprised me a lot. May be it's time to run a new one.

    In conversation Saturday, 09-Sep-2023 05:22:47 JST from mastodon.social permalink
  19. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Thursday, 15-Jun-2023 06:27:12 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:
    • Craig Maloney ☕

    @craigmaloney is there a TL;DR on what happened? I only noticed some mentions of its CEO being "owned" over the last week.

    In conversation Thursday, 15-Jun-2023 06:27:12 JST from mastodon.social permalink
  20. Embed this notice
    Ivan Sagalaev :flag_wbw: (isagalaev@mastodon.social)'s status on Tuesday, 23-May-2023 18:29:11 JST Ivan Sagalaev :flag_wbw: Ivan Sagalaev :flag_wbw:
    in reply to
    • James Dreben :mw:
    • Zeborah

    @zeborah @Jdreben indeed! I missed that implication.

    Also, thinking further, UV (and up) becomes irrelevant, as at smaller wavelength it should scatter fast due to all the micro-stuff in the body of the water. On the other hand, scattering doesn't mean it's invisible. There should be plenty UV in the first 10 meters…

    Anyway, don't mind me, I'm just thinking aloud :-)

    In conversation Tuesday, 23-May-2023 18:29:11 JST from gnusocial.jp permalink
  • Before

User actions

    Ivan Sagalaev :flag_wbw:

    Ivan Sagalaev :flag_wbw:

    Programmer, software architect, mentor.Sammamish, WAFlag: https://whitebluewhite.info/

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          11556
          Member since
          28 Sep 2022
          Notices
          22
          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.