Skip Navigation

User banner
Posts
0
Comments
487
Joined
2 yr. ago

  • I also play girl characters when avaliable, I like how badass is having a girl gunning down or slicing enemies.

  • Is

    lynx https://wiki.archlinux.org/title/installation_guide

    allowed?

  • That's why I don't tell anyone, my hoard of unfinished projects is just mine to look at

  • The choice of policy ideas is weird but the strategy of snap elections can reinforce the party's power until the next election if it goes well. It's like squeezing your electorate for more power until the balance shifts in the other direction

  • I just dont really see use for this, you could have a historic record of opened programs (filtering system programs) and for the work you are doing in them, the timed screenshot option.

    As with everything Microsoft, it's just an exvuse to cram their New ProductTM

  • If it is for just taking images of your screen a cron job or systemd timer can do the trick taking a screenshot twice an hour.

  • I would love to use one of those eye masks but my face gets too hot when the mask has fur so no luck for me.

    Of course, I found it funny

  • Even if it's on device (lol), it is another of the resource hogs that microsoft loves

  • Rule

    Jump
  • I didn't know about that interaction, another thing to help the people I keep recommending the game

  • Rule

    Jump
  • void *

    Jump
  • For the void to point back at you just dereference the NULL pointer

  • I also have my reports in latex inside a git repo, complete with a makefile to generate graphs from csv containing simulation results. However I am too ashamed to publish the entire version control to a public repo

  • Protecting FOSS is impossible, there will always be a company that uses your codebase, credits you and includes advertisements to your program.

    We need to make using FOSS projects the default and using the corporate options as the backup option.

  • It seems reasonable for the autopilot to turn off just before collission, my point was more in the line of "You won't get a penny from Elon".

    People who rely on Full Self Driving or whatever it's called now, should be liable for letting a robot control their cars. And I also think that the company that develops and advertises said robot shouldn't get off scot-free but it's easier to blame the shooter rather than the gun manufacturer.

  • Mewdy pardner, keep up the good work

  • I think you could mount the iso and manually delete the packages you dont want. Mounting an iso is as easy as

     
        
    # mount -o loop /path/to/iso /path/to/mountpoint
    
      

    You can also chroot into it while it is mounted: https://wiki.archlinux.org/title/Chroot

    Disclaimer, I am not sure if deleting files inside the iso makes it weight less.

  • Adding a speedrunner timer to their game that takes into account load times

  • The autopilot will turn off just before hitting them to make you liable anyway

  • So you are telling me the cat noises are just the TLS handshake to verify the connection?

  • Not many languages let you do advanced math with their base, usually libraries do the heavy lifting and in numpy's case it isn't even written in python.