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/)P
Posts
7
Comments
227
Joined
3 yr. ago

  • The generators don't give you source files or vector images or anything with layers, just (probably 90 dpi) raster images. If you want to get rid of an image element you need actual practice to do anything other than scribble over it.

  • I saw NTSYNC and was obligated to reply with the complementary 90s boy band.

  • It looks like they ginned them up from relevant specs they stuffed in and and the model's latent knowledge of QEMU VirtIO and the absurd GPU-managed system architecture that is the Pi.

    The models have seen several IP stacks before, plus many copies of the Linux, BSD, etc. source trees.

    It's not actually hard to write a network stack, just tedious.

    At some point in the USB keyboard/mouse code the model has loudly proclaimed PRINTF NOT ALLOWED, in the style it does when overcompensating after its obvious mistakes are pointed out to it for the third time. So I suspect that part might be implemented by brute force.

    Unfortunately, the talking horse's OS hasn't bothered with syscalls and lacks any notion of memory protection, and has a terrible userspace API which e.g. puts waiting for a ping response entirely in kernel.

     
        
     * Programs call kernel functions directly - no syscalls needed.
     * Win3.1 style!
    
      

    Usually people don't manage to produce an entire operating system without knowing why this is a bad idea.

  • Deleted

    Permanently Deleted

    Jump
  • I'll chime in that posting to a community with about 12 subscribers is not very fun. But then that's why we have vigorous cross-posting.

  • Why do you think people got so into T posing?

  • Still waiting on the improvements to BACKSTREET_BOYS to get merged.

  • Often to a fault. Sometimes building the packages that make up the distro requires software that is only available and packaged for that distro.

  • I think NeHe might still have tutorials on this, in C/C++. You probably want to be using OpenGL for acceleration and maybe the old fashioned immediate mode/fixed function stuff where you call functions like "We are drawing triangles now" and "here is a vertex" and "that vertex is blue", and you can put off taking over the pipeline with your own shader code until later.

    You still might be letting the library/gpu do most of "the maths" because I think you mostly hand it transformation matrices and points and it sends them to screen space. If you take over the vertex shader then your shader code does that.

    You want to write a vector and matrix math library with 3-vectors and 4-vectors and 3x3 and 4x4 matrices, and add and multiply operations, and matrix inversion. The 4th dimension lets you make translation in 3D a linear multiply operation because you keep 1 in there and your matrix to represent a translation mixes that 1 into the other position coordinates to translate.

    You also probably want to learn linear algebra enough for that to make sense.

    And then on top of that you want to build a scene graph library where objects have parents they move with. And then your renderer loop will walk the scene graph node tree and push each object's transformation matrix and draw it and do its children and then pop the transformation matrix off again.

  • Say it ain't so

  • Deleted

    Permanently Deleted

    Jump
  • That cop is about to shoot that dude already in jail

  • I think that's true, but it's a different moral imperative than either open source (understood as just being able to get the code for the software you have) or Free Software (which was conceived when software came on tapes in the mail and completely fails to address project governance in the era of forges).

  • If you grew up to be a man, it might make sense to describe your younger self as a boy. My understanding of gender is that often the one you end up with as an adult is the one you really have had the whole time, or at least since you started having one at all.

    But my other understanding of gender is that being in gender trouble is a fake idea, so you can and should describe your younger self as whatever feels right to you, no matter what you think of yourself as now.

  • Well, yes, under normal circumstances things work properly and do not need to be debugged. But generally eventually any system encounters abnormal circumstances, and one does not want the correct answer to be "give up on that system forever and go home".

  • Have you had to recover from a failed device yet? Managing the SIM with the app will work great as long as the app is in fact working, but it's not obvious how you would go about connecting a new device when the old device is not available.

  • But if I am trying to debug some mobile connection related thing I can't be waiting 30 minutes to swap it back and forth every time. Then I won't be able to solve the problem in a timely fashion.

  • Sounds more like the pirate queen.

  • If you need X months to build this product out so you can sell it, and after that Y months to become profitable so you can support yourself, you need to work out what your expenses are going to be for those months in total, and collect that much money. If nobody is going to invest it in your project (and if they did, I wouldn't recommend taking it, because professional investors are the natural foe of the entrepreneur), you need to come up with that money yourself, which means you need to save it. Basically, you need to plan to retire for a few months.

    You need to look at the money you make and your expenses again, and you need the difference to be enough so that you can save up for the project in a reasonable amount of time.

    If that math doesn't work, you need to change those numbers: the expenses need to be lower, or the amount you get paid needs to be higher. If you're a programmer with a lot of experience, you should be being paid noticeably more than twice what a human needs to survive, so saving up for N months of eating pasta in a studio apartment in the middle of nowhere doing your project should only take 2*N. months of eating pasta in a studio apartment in the middle of nowhere doing your job. If you're not making that much, your current job is underpaying you, so try unionizing, demanding a raise, or finding a new job to work at a bit before starting your project full-time.

    You can also look at options like grants (which are usually available for open-source work, but which might be able to help you end up with some sort of FOSS-based consulting outfit or open-core ecosystem), or going to grad school and turning your project into a research/thesis project done in collaboration with an advisor, or convincing your employer to let you work part-time so you can put in more hours on your project without needing to plan to have zero income.

    But, as other commenters have noted, building out the MVP is not really determinative of whether your business plan will actually work. So whatever you do, you will want to make sure you don't have no plan for if the sales don't start rolling in at month X+Y as you'd hoped, and you want to make sure you give enough attention to the business development and sales work that is probably actually most of the problem.

  • Stickers and candles are indeed great crafts for men. But if you don't actually like stickers or candles, and don't know anyone who you would want to press them upon, they might not be the right crafts for you.

    Knitting is a popular craft that is good for men. Men can always use some nice knitwear.

    You can also look at sewing or crochet, or cross-stitch.