Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)S
Posts
77
Comments
74
Joined
3 yr. ago

  • The podcast source transcript has more context. Apparently "him" was whoever was in charge of MSBNx, an unrelated, Bayesian Network thing, which Bill Gates was also obsessed with.

  • Thanks, one of your best

  • We're in dire need of an 8th century BC movie

  • Yes, I do get paid. Sometimes considerably (for what tech writing can provide).

    Indeed, writing tech articles on Medium has allowed me to get some extra income/free-time in between jobs, which I use to upskill myself and then share what I learn with the community (with some amount of friction regarding the paywall). This self-reinforcing loop is quite appealing to me, and - I would argue - aligns somewhat with my take on the Kantian categorical imperative.

    For what it's worth, I like the typesetting. Medium also has extremely good SEO, likely from some direct negotiation with search engines, I assume. Eventually I plan to move my tech writings to my own blog, with some sort of minimal ad system, no paywalls. Also, I usually unpaywall my tech articles after the window of high income dries up.

    I updated the post to use the "friend link" which should allow you to read for free. (I didn't realize you could edit the link on lemmy after publishing).

    in which case I’d much rather pay directly to the authors.

    All my stories have a link to my ko-fi at the end, but the income from that is significantly less than what I get from Medium directly.

    Edit: Thanks @hayk@lemmy.ml for donating! Much appreciated!

  • Hmm, you must be Germænic or nordic. You know, places in which the soccer ball freezes during winter before the invention of frost resistant turf

  • Thanks bro, just doing my best to keep our kind employed and informed. Long live the machine whisperers

  • Linux @lemmy.ml

    Systemd's Nuts and Bolts - A Visual Guide to Systemd

    medium.com /@sebastiancarlos/systemds-nuts-and-bolts-0ae7995e45d3
  • Programmer Humor @lemmy.ml

    “Higher-Order Vibes” Are Killing the Vibe Coding Industry

    medium.com /@sebastiancarlos/higher-order-vibes-are-killing-the-vibe-coding-industry-2d6107ad2c06
  • Programmer Humor @lemmy.ml

    Python’s GIL Removal Reveals Second, Stronger GIL Behind It

    medium.com /@sebastiancarlos/pythons-gil-removal-reveals-second-stronger-gil-behind-it-cdb5b9b4e2b3
  • Programmer Humor @lemmy.ml

    I Learned Rust In 24 Hours To Eat Free Pizza Morally

    medium.com /@sebastiancarlos/i-learned-rust-in-24-hours-to-eat-free-pizza-morally-28ea8312e523
  • Linux @lemmy.ml

    cl-yasboi: Common Lisp Starter Project, With Unix and XDG Support

    github.com /sebastiancarlos/cl-yasboi
  • Every software system worth its salt should have safeguards against Nokia nunchuck attacks.

  • You probably have an extension which removes the "Friend link" query param from the URL

  • Thanks! I borrowed the open source katana bit from unix surrealism

  • Linux @lemmy.ml

    How To Become A Hacker: A Step-By-Step Guide

    medium.com /@sebastiancarlos/how-to-become-a-hacker-a-step-by-step-guide-94902dc425b0
  • Programmer Humor @programming.dev

    How To Become A Hacker: A Step-By-Step Guide

    medium.com /@sebastiancarlos/how-to-become-a-hacker-a-step-by-step-guide-94902dc425b0
  • Programmer Humor @lemmy.ml

    How To Become A Hacker: A Step-By-Step Guide

    medium.com /@sebastiancarlos/how-to-become-a-hacker-a-step-by-step-guide-94902dc425b0
  • Programmer Humor @lemmy.ml

    The Ultimate Lisp Function — The Python Combinator

    medium.com /@sebastiancarlos/the-ultimate-lisp-function-the-python-combinator-d110d42fa1a5
  • Linux @lemmy.ml

    How To Get A Common Lisp Job In 2055

    sebastiancarlos.medium.com /common-lisp-in-2055-f3debf4df01c
  • Programmer Humor @lemmy.ml

    Common Lisp In 2055

    medium.com /@sebastiancarlos/common-lisp-in-2055-f3debf4df01c
  • Programmer Humor @lemmy.ml

    Fired From Meta After 1 Week: Here’s All The Dirt I Got

    sebastiancarlos.com /fired-from-meta-after-1-week-heres-all-the-dirt-i-got-855e4e5a0d65
  • Programmer Humor @lemmy.ml

    Blur's "Boys And Girls" logic in Prolog.

  • mother can be used in several ways. If both X and Y variables are uninitialized, then it looks for all mother relationships. If one of them is initialized, it looks for matching relationships. If both are initialized, it returns true if such a relationship exists.

  • Depends on how you want to define your domain knowledge.

    The thing you need to define for sure is the predicate mother/2 (Which has arity 2, or in other words, two arguments). From then on, multiple options are available:

    1. Take mother(X, Y) as an "axiom", and define mother terms for all elements:
     
        
    mother(abel, eve).
    mother(isaac, sarah).
    
    
      
    1. Derive mother(X, Y) from female(X) and parent(X, Y) terms.
     
        
    mother(X, Y) :- 
      parent(X, Y), 
      female(Y).
    
    
      
    1. Smash the institutional gender power structures and define only parent/2 terms instead of mother/2 and father/2.
  • Programmer Humor @lemmy.ml

    The Christian and Traditional Family propaganda of Prolog examples

  • Programmer Humor @lemmy.ml

    Accidentally bought Network Switch instead of Nintendo Switch

  • Brilliant!

  • I can confirm it's Catppuccin Mocha. I am not currently aware of the background color issue, but I'll look into the matter soon. Thanks for letting me know. Also how dare you. But thanks.

  • Yes, I’ll host the source code on GitHub. I could consider mirroring it on Sourcehut if there’s enough interest, but I prefer the PR and Issues workflow on GitHub for collaboration. Plus, more people tend to have GitHub accounts than GitLab or Sourcehut, which makes it easier for contributors.

    I get the concern about Microsoft, and while I’m not a fan of the company, GitHub has advantages that are hard to beat, especially for community reach. As for OpenAI potentially using the code, personally I don’t mind if my own code gets used for AI training.

    I’ll be using an MIT license, in case you're curious. Everyone is free to mirror it anywhere.

  • An existing FOSS time tracking software I like is Timewarrior (CLI)

  • It's Exclidraw (dark mode)

  • Python

  • Totally understand your perspective, and I’m not here to push back against it. You’ve got a valid point.

    I’ll just add that there are already commercial tools that do similar things to what I’m building. It’s interesting to consider how perceptions might shift if a tool were released by a company rather than a solo developer. Sometimes the context influences how a tool is interpreted, even if the underlying functionality remains the same. For what it’s worth, I have no commercial intent behind this.