HackerTrans
热门最新趋势评论往期问答秀出招聘

allkindsof

no profile record

提交

Ask HN: Coping with Politics in 2025?

4 分·作者 allkindsof·去年·3 评论

Ask HN: Create Physical hardware to interact with API

1 分·作者 allkindsof·2年前·1 评论

评论

allkindsof
·去年·讨论
Can we get this unflagged?
allkindsof
·2年前·讨论
Prometheus? Grafana?
allkindsof
·2年前·讨论
> Mr. Carr, 45, was the author of a chapter on the F.C.C. in the conservative Project 2025 planning document,[0] in which he argued that the agency should also regulate the largest tech companies, such as Apple, Meta, Google and Microsoft.

[0] https://static.project2025.org/2025_MandateForLeadership_CHA... PDF
allkindsof
·2年前·讨论
The healthcare in America is so bad you have to be a drug kingpin to afford it.
allkindsof
·2年前·讨论
Wow, quite an invasive anti cheat?

Had no idea it went this deep on your device.

Also their parent company is Chinese Tencent, which is a major alarm coupled with this type of invasive software.
allkindsof
·2年前·讨论
Also more interested in what the misconfigs are.
allkindsof
·2年前·讨论
Can't sell it if they already have it on tap.

Then, can't manipulate it if they already have the pure data.
allkindsof
·2年前·讨论
[flagged]
allkindsof
·2年前·讨论
So is it possible that the high level NY officials will finally visit with Taiwanese officials?
allkindsof
·2年前·讨论
I think the problem with documentation is that most workers feel it's the lowest grunt task, training your replacements and not 'doing'. When in reality, you're helping onboard the next wave of people. And the best part is they don't necessarily need your time, just your docs.

I've on many occasions have been a part of detailing documents and creating them for the purpose of how-tos, I always felt a sense of accomplishment when being able to help new people into the team especially if it was something I struggled with.

A trusted colleague and I were talking recently about documentation and I was saying this much, they said it's the work that the lowest person at the company would do and I should stop viewing it as such a high level. I still enjoy documenting process but now I don't want to do it due to the fact that it is seen this way.
allkindsof
·2年前·讨论
Better development tools than Firefox. In terms of usability and performance.
allkindsof
·2年前·讨论
Yeah I agree too...

Someone found a way to solve a problem they posed as a problem.

Smart TVs consolidated buying the "extra" device for older consumers... Or maybe it's as simple as it's really that's all that is left to buy?
allkindsof
·2年前·讨论
This must be why there are so many failures in tech across so many industries.

Apply to X for a coasting job where you're sort of prepared when it's slow, but absolutely unequipped to handle situations if the pace accelerates.
allkindsof
·2年前·讨论
[dead]
allkindsof
·2年前·讨论
Would be pretty easy to manipulate a real question and be less obvious by solving the problem, but then the malicious user also embeds a bad package, within their answer.

Solving the problem, so the real user would make it the selected working answer, which would help to cascade the malicious package for others that come to solve the same issue.

E.g. Here's a simple solution to the problem:

’’’

from setuptools import setup

from badtoolkit import setupnotmslicious

setupnotmslicious()

setup {

Name = "custom_log",

Version = "0.1"

# rest of your setup }

’’’