HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ancode

no profile record

comments

ancode
·4 वर्ष पहले·discuss
Bing and Cortana, the two most important and best working Microsoft products.
ancode
·4 वर्ष पहले·discuss
ok so no emoji in comments I guess
ancode
·4 वर्ष पहले·discuss
nerdlegame 20 6/6

⬛⬛⬛⬛⬛⬛ ⬛⬛⬛⬛ ⬛⬛ ⬛⬛⬛⬛ ⬛⬛

https://nerdlegame.com #nerdle
ancode
·4 वर्ष पहले·discuss
Seems the same to me idk
ancode
·4 वर्ष पहले·discuss
of course it's possible with a rigid arm, it's a super common circus act.
ancode
·4 वर्ष पहले·discuss
Do they have cloud budget? Slow dev machine is a deal breaker for me. I ask about dev machine quality in the interview bc I hate being bound by the machine I'm on. It's hard enough to focus on tasks, if I'm constantly having to take coffee breaks to compile things that shouldn't take that long it would drive me (more) crazy.
ancode
·4 वर्ष पहले·discuss
Go back to SMS! all is fine! (mostly joking)
ancode
·4 वर्ष पहले·discuss
Wasn't the British government about to start an ad campaign to get people to stop using enciphered messaging?
ancode
·4 वर्ष पहले·discuss
they objectively are? I think it's lazier to think nothing can be done about it
ancode
·4 वर्ष पहले·discuss
Pretty sure crypto.com doesn't actually hold some of the stuff they allow you to trade. Chia coin would be the example, they allow you to 'purchase' but not withdraw it to your own wallet.
ancode
·5 वर्ष पहले·discuss
Why blow the interesting stuff on generic targets
ancode
·5 वर्ष पहले·discuss
I am an atheist. My spiritual practice is being there for others in my life when they need someone.
ancode
·5 वर्ष पहले·discuss
Yeah, which community?

I'm glad you had a place to hang out with your neighbors but lobbying by religious groups in the US have real negative consequences for a lot of people.
ancode
·5 वर्ष पहले·discuss
I work for one of the OS makers and we have been making a concerted effort to get rid of memory safety issues across the codebase. I'm not sure if the open-source side of things are attempting similar efforts but as far as consumer OS's I have seen a lot of improvement over the last 10 years.

I feel bad for anyone working in an org that doesn't have the ability to proactively find bugs in their stuff. Lots of places are cheap and don't account for the debt they accrue by not updating their systems. 'if it aint broke don't fix it' doesn't apply to software. What you are shipping is always broken. 'safe' languages are written in unsafe languages. The interpreter has bugs, the vm has bugs, the virtualization stack has bugs, the OS has bugs, the libraries to do everything have bugs. What is there and what is known are both moving targets. If you are not hiring the offensive minded individuals who will find the bugs with or without your support then you will not know about the bugs until they are out in the wild. If you aren't willing to pay those people you are accruing debt that will come due later.
ancode
·5 वर्ष पहले·discuss
That doesn't make the problem go away it just pushes it onto some other unsuspecting person
ancode
·5 वर्ष पहले·discuss
Wouldn't be resistant to censorship if you could prevent people from putting videos you don't like on it, would it?
ancode
·5 वर्ष पहले·discuss
Pretty sure it took two tries also
ancode
·5 वर्ष पहले·discuss
If only they had the power to actually enact legislation
ancode
·5 वर्ष पहले·discuss
This assert doesn't work like you think it does. If the computer is off is_computer_on is undefined, so if this is called when the computer is already off it could return a nonzero value, thus resolving to true even though the computer is already off.
ancode
·5 वर्ष पहले·discuss
There's a syscall to check whether the computer is on so just call that before this and you'll be fine