buh [she/her]
  • 2 Posts
  • 11 Comments
Joined 4Y ago
cake
Cake day: Jul 25, 2020

help-circle
rss

yeah but then people will have incentive to die at disneyland. wouldn’t want to enable such behaviour



The worst outcome of torrenting without a VPN depends on what country you live in. In the US, theoretically the worst thing that can happen is going to prison for many years and paying a huge fine, but as long as you’re not monetarily profiting somehow, realistically you’ll get multiple warnings to stop from your ISP and the government before it escalates to that point. The worst thing that can happen is your ISP cancels your service and blacklists you, which can be bad if they have a monopoly on internet service in your area.


Tim Apple is from Alabama after all


They call me 007

0 comments

0 merges

7 rejected pull requests


It’s a book about frameworks that don’t exist



you can use the web version with adguard and it won’t show ads, though sometimes you have to refresh to get to the video


I had a job where for whatever reason their codebase that was started in 2010 was mostly assembly

whenever I was upset with them, I would write the most esoteric assembly with zero comments explaining how whatever I was making worked

this is neither an endorsement nor a rebuke of assembly, just my (technically) professional experience with it


Ruby does that (well you use the keyword “end” instead of a bracket) but it fell out of favor before it got as big as python, to my knowledge, because of worse multithreaded performance in comparison (which I think has been fixed) and a bias towards unix systems over windows



this is the right answer for the question, the only thing I would suggest is in step 4, to use realloc instead of doing malloc/memcpy/free cycles, since realloc does all that and will simply extend the allocated space so it can skip the memcpy and free steps if possible, which is a little faster


I dont really see the point of the 2nd line in main, fgets already makes sure to null terminate