HackerTrans
TopNewTrendsCommentsPastAskShowJobs

abhas9

no profile record

Submissions

Study: VR "presence" changes how teams collaborate

cobsinsights.org
2 points·by abhas9·4 tháng trước·0 comments

Show HN: Vedic astrology powered by LLM and astronomical data

hellopandit.in
2 points·by abhas9·11 tháng trước·0 comments

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

hellopandit.in
3 points·by abhas9·11 tháng trước·1 comments

Show HN: CISA CVEs with Precondition Reasoning and Default Exploitability

github.com
1 points·by abhas9·12 tháng trước·0 comments

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

github.com
1 points·by abhas9·12 tháng trước·0 comments

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

gostart.substack.com
1 points·by abhas9·năm ngoái·0 comments

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

gostart.substack.com
4 points·by abhas9·năm ngoái·1 comments

The Case for Failure-Tolerant Leaders

praachi.work
3 points·by abhas9·2 năm trước·0 comments

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

praachi.work
2 points·by abhas9·2 năm trước·0 comments

Visit a Random Website

visitarandomwebsite.com
3 points·by abhas9·2 năm trước·2 comments

Optimizing your career for happiness

praachi.work
79 points·by abhas9·2 năm trước·49 comments

Fake password manager coding test used to hack Python developers

bleepingcomputer.com
2 points·by abhas9·2 năm trước·0 comments

Large Language Models and Games: A Survey and Roadmap

arxiv.org
3 points·by abhas9·2 năm trước·0 comments

How to Optimize Your Career for Happiness

praachi.work
2 points·by abhas9·2 năm trước·0 comments

Will the Workweek Ever Get Shorter?

greatergood.berkeley.edu
2 points·by abhas9·2 năm trước·0 comments

How to Optimize Your Career for Happiness

praachi.work
2 points·by abhas9·2 năm trước·0 comments

[untitled]

1 points·by abhas9·2 năm trước·0 comments

A Collection of Free Public APIs That Is Tested Daily

freepublicapis.com
602 points·by abhas9·2 năm trước·122 comments

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

praachi.work
2 points·by abhas9·2 năm trước·0 comments

The Art of Interviewing Your Interviewer to Uncover Company Culture

praachi.work
3 points·by abhas9·2 năm trước·0 comments

comments

abhas9
·10 tháng trước·discuss
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 năm trước·discuss
"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 năm trước·discuss
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 năm trước·discuss
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.