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

meken

950 カルマ登録 9 年前
https://ebanner.github.io

投稿

APL Keyboard on iOS

github.com
2 ポイント·投稿者 meken·14 日前·0 コメント

Ask HN: Does replit do repls anymore?

4 ポイント·投稿者 meken·22 日前·0 コメント

Netflix Viewing Activity

netflix.com
1 ポイント·投稿者 meken·23 日前·0 コメント

[untitled]

1 ポイント·投稿者 meken·23 日前·0 コメント

McNamara Fallacy

en.wikipedia.org
2 ポイント·投稿者 meken·4 か月前·0 コメント

Brick Game on Garmin Instinct 2

github.com
2 ポイント·投稿者 meken·9 か月前·0 コメント

コメント

meken
·39 分前·議論
Nice FUD.
meken
·42 分前·議論
I’ve seen an uptick in these types of comment on HN - vague ominous sounding attacks on Anthropic.

It honestly seems like a coordinated PR effort from OpenAI folks to “both sides” the companies.

Which would, if true, be a further indictment of the culture at OpenAI.
meken
·一昨日·議論
I love the timer. It’s the closest game to ThruLine I’ve come across (that’s a compliment).
meken
·一昨日·議論
I love the timer. It’s the closest game to ThruLine I’ve come across (that’s a compliment).
meken
·先月·議論
I’m an American and I just had the thought - if I was working in Japan at a Japanese company and I had the opportunity to hire, would I have a bias to hire other Americans?

Honestly probably, since I understand them the best.
meken
·先月·議論
Early on in my ChatGPT usage, one of my messages got interrupted/cut off (as happens occasionally).

My first thought was "oh they're going to need to add a UI feature to allow me to click and tell them to continue the conversation".

Then I realized I can just ask the model to continue, obviating the need for a button.

That was a pretty mind blowing moment.
meken
·先月·議論
I see.

Have you ever tried paredit? It’s pretty much a lifesaver for this kind of thing.
meken
·先月·議論
Ah I see. That makes sense.

That’s making me really thankful to be a paredit user.
meken
·先月·議論
> I do wish there were an easier way to move in the ]}]})))}-ness of block ends though.

I’m not quite sure what this means. How is it different/worse than all parens..?

fyi I use paredit and just hit ) and it moves me past any kind of paren/bracket. But even without that you can just hit left and right..?
meken
·先月·議論
I have fond memories of cs224d [1] taught by richardsocher. It’s a bit dated at this point as it was created in the pre-transformer era, but it was a very cool introduction to applying deep learning to nlp at the time.

[1] https://cs224d.stanford.edu
meken
·先月·議論
I’m thankful for Racket - it got me regularly programming in lisp by virtue of LeetCode accepting it as one of its languages.

I did start to feel Racket’s “wordiness” towards the end - it started to feel a bit like COBOL. I’ve since moved onto Clojure and really appreciate the shorter keywords/function names/fewer parenthesis.

I still miss for/fold though - that thing is an absolute machine.
meken
·2 か月前·議論
They are published on the leetcode website. Here's a screenshot showing where to click [1].

LeetCode does have an "unofficial" API to get the problem of the day. Should work for previous days as well. This code worked last I tried [2].

[1] https://github.com/ebanner/daily-coding-challenges#leetcode

[2] https://github.com/ebanner/get-daily-leetcode-problem/blob/m...
meken
·2 か月前·議論
Nice to meet someone else that does the daily leetcode! It is really a nice feature - I wish every online judge website would add it.

Bonus - Racket is an accepted language on leetcode ;-)
meken
·2 か月前·議論
I had a little excursion into Dyalog APL recently and wound up writing an emacs mode to evaluate Dyalog APL [1]. It was a pretty nice experience using Claude to extract the small subset of features I wanted from gnu-apl-mode [2] to work with Dyalog APL.

I’d really like to properly get into APL though. My plan is to solve a bunch of problems on Kattis [3].

I'm really enjoying this way of learning a new language in the age of LLMs - starting with easy problems on an online code judge website and work with an LLM to come up with/explain simple solutions. It gives me dopamine hits, lots of reps, allows me to start coding right away, and is a nice way to slowly ramp up difficulty and get practice with different features of the language.

[1] https://github.com/ebanner/dyalog-mode

[2] https://github.com/lokedhs/gnu-apl-mode

[3] https://open.kattis.com
meken
·2 か月前·議論
Love the story and the article. The only nit I have with it:

> “His answers are… understandable, and maybe in some ways more digestible than we would get from an expert,” he said.

This does not reflect his actual responses? The interviewer keys off his most emphatic sounding words to keep the conversation flowing, but his answers are generally inscrutable.

He did a great job given the cards he was dealt though.
meken
·2 か月前·議論
I was curious to get a sense for the overall "success rate" at a glance, so I uploaded the author's data as a spreadsheet and color-coded the conversations based on length (short=red, medium=yellow, long=green) with the help of Claude:

https://docs.google.com/spreadsheets/d/1VqMF0xWzJMXWNndeY4P1...

It's particularly nice if you zoom out so you can see all the rows at once.

I hope the author doesn't mind - if you do please tell me and I will take it down!
meken
·2 か月前·議論
> but part of me wonders if a lot of their success is attributable to the place just being well run in general

That was my sense reading the article - that the author would be running a successful engineering org using any language really.
meken
·2 か月前·議論
I’m not sure how that was your takeaway..?

> We retired the “Nerdy” personality in March after launching GPT‑5.4. In training, we removed the goblin-affine reward signal and filtered training data containing creature-words, making goblins less likely to over-appear or show up in inappropriate contexts. Unfortunately, GPT‑5.5 started training before we found the root cause of the goblins.

The prompt is just a short term hotfix/hack because they couldn’t get the proper fix in in time.
meken
·2 か月前·議論
There’s a difference between a relationship with a person and an organization. I think the difference is large enough that the analogy doesn’t really hold.
meken
·3 か月前·議論
Just some feedback - I would love to see some screenshots in your GitHub READMEs!*

*I saw the second project has a partial screenshot, but not a full one.