HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ilikecode

no profile record

comments

ilikecode
·tháng trước·discuss
It's probably to avoid trouble with federal laws.
ilikecode
·3 năm trước·discuss
The app shutting down does not automatically cost nothing. If all users move to the official app the server resources still are used but the users would at least see ads.
ilikecode
·3 năm trước·discuss
Source on the CEO making a claim of a threat in public?
ilikecode
·3 năm trước·discuss
Realizing you can’t know everything, don’t know what you don’t know, and respecting other people can have had different experiences than you. All without judging yourself negatively for those realizations. They just are facts. No need to be hard on yourself if you put in sincere effort.

Take all criticism as a learning opportunity.
ilikecode
·3 năm trước·discuss
Science does not explain why there is anything rather than nothing. It is still effectively magic.

Tip: don’t use science dogmatically.
ilikecode
·3 năm trước·discuss
Aka the binary fix is client-side security.
ilikecode
·4 năm trước·discuss
It does sound like projection. Your link comes down to depiction of “a minor”. How does one prove an image is an 18 year old, even if they are, and not 1 day younger? It’s unquestionable for children but not so clear near the age of 18. I think that is the point of the poster, that it’s really not clear on all porn what age the people are. Even with disclaimers they could be lies.
ilikecode
·4 năm trước·discuss
Everyone fails sometimes. Take every failure as a learning experience. Taking it personally and feeling emotions doesn’t actually help the problem - that you made a mistake and need to just learn and move on. Focus on the future, on the problem, on now, not the past. If however you make a mistake and get defensive and don’t learn anything then yeah it’s only a toxic thing on you. Learning from it helps you grow.

Masters of subjects don’t learn overnight. They learn over years, decades, a lifetime. In that time they make countless mistakes. But they persevere and don’t let it affect them emotionally and they grow into those masters.

I make mistakes daily. I’ve thrown away hundreds of thousands of lines of code in my career because it didn’t work as expected. But each time I grew a little and learned something to make the next iteration better.
ilikecode
·4 năm trước·discuss
I once interviewed a guy from France who said he was being paid for the last year to do nothing. Some government protection. I am in the USA so I am not sure how true that was.

Sometimes I feel like this in my Big Corp job. My manager cancelled my 1-on-1 a few months ago and that’s that. Must be nice right? Nah because it creates a lot of uncertainty that I’m working on the right stuff.
ilikecode
·4 năm trước·discuss
People simply don’t like admitting that they are not fully in control of themselves.
ilikecode
·4 năm trước·discuss
I’ve had so many epiphanies from journaling. I wonder what society would realize if all our thoughts were linked.
ilikecode
·4 năm trước·discuss
How can I buy bread with a gold bar? Serious opening question as I have a lot of cash to convert. I don't see the benefit in having gold if I expect cash to inflate to worthlessness eventually.
ilikecode
·4 năm trước·discuss
Well, FreeBSD 11 https://pkg.freebsd.org/FreeBSD:11:amd64/ packages are still available. The ports tree itself cannot build packages for 11 anymore though.

I do agree that FreeBSD tends to delete stuff the second that it goes EOL. The ports project is the worst violator of this. The ports tree takes manpower to maintain and keep building. The mirrors for packages use very large donated systems and bandwidth (AFAIK) and don't have as much pressure to delete old packages.
ilikecode
·4 năm trước·discuss
I consider myself fairly liberal but I have to say that the progressive movement has been far too focused on identity/social justice politics and not on things that will really impact and help the community. I'm left with no party that I think has it right. If anything I want a return to some moderate rational politics. Both sides just keep getting more and more extreme and shifting their policies to canceling each other and things they don't like without listening or trying to understand each other. I'm scared for where we are going.

I mean Seattle is "progressive" but we let all these homeless people live on the streets! If we are so progressive then why do we not provide and force them into housing (or mental wards or anything)? Why do we not have an income tax?! This state makes no sense but I am stuck here because my kids are in high school.
ilikecode
·4 năm trước·discuss
Say you install FreeBSD 12.1, you can keep your package system using the 12.1 package set forever. No updates will be available. But they'll always work.

In /etc/pkg/FreeBSD.conf you will find something like this: > url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly", Assuming using amd64 that maps to: https://pkg.freebsd.org/FreeBSD:12:amd64/ There you can see there are "release_X" sets that map to 12.0 12.1 12.2 12.3. Again, no updates will ever be published on those but they will be guaranteed to continue working so long as they don't get deleted.

The FreeBSD community just doesn't have the manpower (of volunteers) or willpower to maintain what you're asking for.