HackerTrans
TopNewTrendsCommentsPastAskShowJobs

illusiveman

no profile record

Submissions

Ask HN: Is the current AI situation impacting your future decisions?

4 points·by illusiveman·11 माह पहले·4 comments

Ask HN: Is there any reason why I shouldn't get a .dev domain?

2 points·by illusiveman·2 वर्ष पहले·3 comments

What podcast, talk, book, post ignited your entrepreneurship spirit?

1 points·by illusiveman·3 वर्ष पहले·0 comments

Ask HN: What does a salary represent within a salary band?

2 points·by illusiveman·3 वर्ष पहले·3 comments

comments

illusiveman
·7 माह पहले·discuss
Does stack overflow still exist?

I mean, it's there any genuine case you can cover with SO that you cannot with your favorite LLM?

Because where a LLM falls short is in the same topic SO fell short: highly technical questions about a particular technology or tool, where your best chance to get the answer you were looking for is asking in their GitHub repo or contacting the maintainers.
illusiveman
·11 माह पहले·discuss
I read this post earlier today which I think is a good summary about the things that are going on right now

https://danielmiessler.com/blog/im-worried-it-might-get-bad
illusiveman
·2 वर्ष पहले·discuss
The Canary Islands doesn't belong to Africa.
illusiveman
·3 वर्ष पहले·discuss
I wondered once about this, but it kind of make sense from the point of view of usability.

Unlike any webservice, you usually have very few attempts to make a successful login before getting locked out, so even if it's four digits, the odds of a successful brute force attack are very low
illusiveman
·3 वर्ष पहले·discuss
I'm in the process of considering a change, still not actively applying, but I do get several LinkedIn DMs every week from first party recruiters. I don't work with third party staffing agencies.

There is a common theme: they are looking for leadership roles with active contribution and with deep expertise in the tech stack used by the company.

So, where's the issue here? IMO, the market is saturated with generic software engineers, that is, people who can code, who are good at leetcode, but who really don't stand out of the crowd in any particular technology. That's your typical FAANG engineer. And don't get me wrong, there is a lot of talent in FAANG, but most engineers commit to the grinding to join and then just coast through.

And related to that, there is the unrealistic expectations game. As others have mentioned, people in FAANG were living in their own bubble of unreal financial compensations. Now that the bubble exploded, some have unrealistic expectations that decline even high offers just because it's not what they had before.
illusiveman
·3 वर्ष पहले·discuss
Tumbleweed was the last distro I used for a PC before I switched to macOS back in 2015.

Back then, it was already better than any other distro in terms of balance of stability, usability, and being up-to-date. Most similar was Debian Testing, but OpenSUSE's Tumbleweed was way ahead in providing a stable environment.
illusiveman
·3 वर्ष पहले·discuss
It's funny that you asked this, because just the other day I was thinking about starting a series of posts about it, but then I thought "what the hell, it's 2023, everybody should know about how to use Docker already" and diminished the idea.
illusiveman
·3 वर्ष पहले·discuss
do you realize CAD is unnecessary because Firefox has site isolation for a few years already?

anyways, it's CAD the one providing you that sense of privacy, not the container.
illusiveman
·3 वर्ष पहले·discuss
I'm not sure why this is even on the front-page now, given that it's been released for many years already, but in any case, here's my two cents about this topic:

Containers are a misunderstood technology. People think about them as a privacy feature, but that's far from real. The only benefit of containers is the ability to have different sessions of the same service in the same windows/profile. That's it. A good use case is when you need to work with multiple AWS accounts.

Cross-site tracking is already enabled by default since... 2018? So, using containers as a way of dealing with cross-site tracking is utterly unnecessary.