• 0 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle

  • Not familiar with how piefed handles it specifically but aren’t posts/comments self-upvoted by default?

    You could probably figure it out pretty easily just by looking at a user’s posts, no?

    (This is unless piefed makes it so the main actor up votes their own posts, and the anonymous actor upvotes others’ posts, but then it would still be possible to do analysis on others’ comments to get a pretty accurate guess)










  • I’m a programmer and spend way too much time typing, here’s my 2 cents on numpads

    • You have to move further whenever you reach for the mouse, which is bad for your shoulders over time
    • You get less space for a mouse on smaller desks which is annoying for KB+mouse games
    • Alpha keys being off-center is also bad for posture over time.

    If I used a numpad it would probably have to be on the left side but honestly I’ll realistically move over to a split setup like the one in the other comment before I get a numpad. Until then, 65/75% keyboards ftw.



  • Zangoose@lemmy.worldtoMemes@lemmy.mlpriorities
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    Honestly if it weren’t for the headache of some software still not ported over to arm 4 years later, Macs would be pretty good for software development since they have a lot of the POSIX tooling.

    For the same reason I have windows so that games will “just work,” I have Linux so my programming setup will “just work.” Low level languages like C/C++ are so much easier to work with on Linux.



  • Technically I think python already has an intermediate step that it uses before it starts running a script that compiles it into a lower-ish language (at least the cpython interpreter does this, it probably isn’t a part of the language specification though)

    The actual line between JIT languages and interpreted languages is pretty thin since I think most interpreted languages do something similar to minimize the amount that needs to be done at runtime


  • Screw it. Let’s actually make python script an ISA that gets run on physical hardware with no higher level tooling. Then we can have the python virtual environment which runs this for fools who don’t have the right hardware. Finally, when people start complaining about naming we make Python Script 2.1, which is a JIT language built on top of IL that looks nothing like either of them but can emulate both python and python script with the performance cost of being a quarter as fast as both.