HackerTrans
TopNewTrendsCommentsPastAskShowJobs

allkindsof

no profile record

Submissions

Ask HN: Coping with Politics in 2025?

4 points·by allkindsof·ปีที่แล้ว·3 comments

Ask HN: Create Physical hardware to interact with API

1 points·by allkindsof·2 ปีที่แล้ว·1 comments

comments

allkindsof
·ปีที่แล้ว·discuss
Can we get this unflagged?
allkindsof
·2 ปีที่แล้ว·discuss
Prometheus? Grafana?
allkindsof
·2 ปีที่แล้ว·discuss
> 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 ปีที่แล้ว·discuss
The healthcare in America is so bad you have to be a drug kingpin to afford it.
allkindsof
·2 ปีที่แล้ว·discuss
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 ปีที่แล้ว·discuss
Also more interested in what the misconfigs are.
allkindsof
·2 ปีที่แล้ว·discuss
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 ปีที่แล้ว·discuss
[flagged]
allkindsof
·2 ปีที่แล้ว·discuss
So is it possible that the high level NY officials will finally visit with Taiwanese officials?
allkindsof
·2 ปีที่แล้ว·discuss
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 ปีที่แล้ว·discuss
Better development tools than Firefox. In terms of usability and performance.
allkindsof
·2 ปีที่แล้ว·discuss
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 ปีที่แล้ว·discuss
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 ปีที่แล้ว·discuss
[dead]
allkindsof
·2 ปีที่แล้ว·discuss
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 }

’’’