HackerTrans
トップ新着トレンドコメント過去質問紹介求人

abhas9

no profile record

投稿

Study: VR "presence" changes how teams collaborate

cobsinsights.org
2 ポイント·投稿者 abhas9·4 か月前·0 コメント

Show HN: Vedic astrology powered by LLM and astronomical data

hellopandit.in
2 ポイント·投稿者 abhas9·11 か月前·0 コメント

Show HN: Simulating a Vedic astrologer using real astronomical data and LLM

hellopandit.in
3 ポイント·投稿者 abhas9·11 か月前·1 コメント

Show HN: CISA CVEs with Precondition Reasoning and Default Exploitability

github.com
1 ポイント·投稿者 abhas9·12 か月前·0 コメント

Show HN: Default-Exploitability Context for CISA Known Exploited Vulnerabilities

github.com
1 ポイント·投稿者 abhas9·12 か月前·0 コメント

How a Modular Crypto Scam Is Exploiting Ads, Inflencers and Hacked Sites

gostart.substack.com
1 ポイント·投稿者 abhas9·昨年·0 コメント

How a Modular Crypto Scam Is Exploiting Ads, Celebrities and Hacked Sites

gostart.substack.com
4 ポイント·投稿者 abhas9·昨年·1 コメント

The Case for Failure-Tolerant Leaders

praachi.work
3 ポイント·投稿者 abhas9·2 年前·0 コメント

The Case for Failure-Tolerant Leaders: Why We Need Them

praachi.work
2 ポイント·投稿者 abhas9·2 年前·0 コメント

Visit a Random Website

visitarandomwebsite.com
3 ポイント·投稿者 abhas9·2 年前·2 コメント

Optimizing your career for happiness

praachi.work
79 ポイント·投稿者 abhas9·2 年前·49 コメント

Fake password manager coding test used to hack Python developers

bleepingcomputer.com
2 ポイント·投稿者 abhas9·2 年前·0 コメント

Large Language Models and Games: A Survey and Roadmap

arxiv.org
3 ポイント·投稿者 abhas9·2 年前·0 コメント

How to Optimize Your Career for Happiness

praachi.work
2 ポイント·投稿者 abhas9·2 年前·0 コメント

Will the Workweek Ever Get Shorter?

greatergood.berkeley.edu
2 ポイント·投稿者 abhas9·2 年前·0 コメント

How to Optimize Your Career for Happiness

praachi.work
2 ポイント·投稿者 abhas9·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 abhas9·2 年前·0 コメント

A Collection of Free Public APIs That Is Tested Daily

freepublicapis.com
602 ポイント·投稿者 abhas9·2 年前·122 コメント

Show HN: Workplace Stress Assessment Tool – Measure and Compare Stress Levels

praachi.work
2 ポイント·投稿者 abhas9·2 年前·0 コメント

The Art of Interviewing Your Interviewer to Uncover Company Culture

praachi.work
3 ポイント·投稿者 abhas9·2 年前·0 コメント

コメント

abhas9
·10 か月前·議論
You're right that FIM assumes the possibility of compromise, but that's exactly the point - it's a detection control, not a prevention control. Prevention (read-only mounts, immutable bits, restrictive permissions, etc.) is necessary but not sufficient. In practice, attackers often find ways around those measures - for example, through misconfigured deployments, command injection, supply chain attacks, or overly broad privileges.

File Integrity Monitoring gives you a way to prove whether critical code or configuration has been changed after deployment. That’s valuable not only for security investigations but also for compliance.

For example, PCI DSS (Payment Card Industry Data Security Standard) explicitly requires this. Requirement 11.5.2 states:

"Deploy a change-detection mechanism (for example, file-integrity monitoring tools) to alert personnel to unauthorized modification of critical content files, configuration files, or system binaries."

Sure, a "sufficiently advanced" attacker could try to tamper with the monitoring tool, but (1) defense in depth is about making that harder, and (2) good implementations isolate the baseline and reports (e.g. write-only to S3, read-only on app servers), which raises the bar considerably.
abhas9
·2 年前·議論
"Probably" this is the study being referred:

> Hospitals led by doctors outperform those run by non-medical managers. Universities, business schools and academic departments led by good scholars outperform those that are not. The best sports teams – using data from 15,000 basketball games and 60 years of Formula 1 racing – are led by great former players or run by racing specialists.

https://www.city.ac.uk/research/impact/case-studies/evidence...
abhas9
·2 年前·議論
IMO, Resumes attempt to solve a problem that precedes what some consider the actual hiring process: the need to quickly screen thousands of candidates.

Unfortunately, this approach has flaws. The person doing the initial screening may not have a deep understanding of the role and is often working with secondary information. This can sometimes lead to them becoming gatekeepers, filtering based on superficial criteria (like career gaps, job switches, etc)
abhas9
·2 年前·議論
IMO, resumes, while ideally intended as experience summaries, often function as gatekeeper proxies, filtering candidates based on arbitrary criteria rather than actual potential. Unfortunately, I too can't think of a good alternative solution that can scale well.