HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chris_j

882 karmajoined hace 16 años

Submissions

Mythos Discovered a CVE in Its Training Data – and That's Still Worrying

rival.security
14 points·by chris_j·hace 2 meses·0 comments

comments

chris_j
·hace 4 días·discuss
I take a different view. For a lot of candidates that I've interviewed in recent years, they made the decision to move to London, and _then_ decided to apply to us. Some of the best engineers that I've worked with have joined that way, and many of them stuck around for a long time. Of course the candidate should show an interest in the company. But frankly, if you're an employer in a place that people want to move to, that's something that you should be taking advantage of, not complaining when the candidate is honest about it.
chris_j
·hace 2 meses·discuss
Indeed. I've lived in the UK my entire life, and I've only ever heard "sorry" used to mean "excuse me, can I get past please?" in and around London. It still sounds weird to me. Where I come from (further from London), you'd just say "excuse me".
chris_j
·hace 6 meses·discuss
In my father's accent/dialect (South Wales), the number seven is monosyllabic: it sounds more like "sevn" (with the v pronounced quite softly). The number "eleven" is similarly monosyllabic, and sounds more like "levn". I often use this when counting to a rhythm. Shame the numbers from thirteen onwards do have more than one syllable.
chris_j
·hace 9 meses·discuss
One thing that I heard from folks who do development for retro Atari platforms is that the 68k support in GCC has been getting worse as time has gone on, and it's very difficult to get the maintainers to accept patches to improve it, since 68k is not exactly widely used at this point.

Specifically, I heard that the 68k backend keeps getting worse, whilst the front-end keeps getting better. So choosing a GCC version is a case of examining the tradeoffs between getting better AST-level optimisations from a newer version, or more optimised assembly language output from an earlier version.

I imagine GCC 6.5 probably has a backend that makes better use of the 68k chip than the GCC 11.4 that ngdevkit uses (such as knowing when to use dbra) but is probably worse in other ways due to an older and less capable frontend.
chris_j
·hace 5 años·discuss
That's really fantastic - good work. I'm glad to hear that my experiences with Duolingo aren't the only ones possible.
chris_j
·hace 5 años·discuss
What results do you find you get from using Duolingo every day for 959 days? Do you find that it's working for you, in terms of gaining better language proficiency?

I ask because I personally became disillusioned with Duolingo's streaks and leaderboards. I found that I was forcing myself to use it every day but I lost the love of learning the language. Ultimately, I stopped using it because I had a lot of extrinsic motivation to hit targets in the app but little intrinsic motivation to keep learning.

It sounds like your experiences were different from mine and I'm curious to learn what made them so.
chris_j
·hace 7 años·discuss
What is it about your requirements that means that IntelliJ can't compete with Eclipse?