HackerTrans
TopNewTrendsCommentsPastAskShowJobs

meken

950 karmajoined il y a 9 ans
https://ebanner.github.io

Submissions

APL Keyboard on iOS

github.com
2 points·by meken·il y a 14 jours·0 comments

Ask HN: Does replit do repls anymore?

4 points·by meken·il y a 22 jours·0 comments

Netflix Viewing Activity

netflix.com
1 points·by meken·il y a 23 jours·0 comments

[untitled]

1 points·by meken·il y a 23 jours·0 comments

McNamara Fallacy

en.wikipedia.org
2 points·by meken·il y a 4 mois·0 comments

Brick Game on Garmin Instinct 2

github.com
2 points·by meken·il y a 9 mois·0 comments

comments

meken
·il y a 43 minutes·discuss
Nice FUD.
meken
·il y a 46 minutes·discuss
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
·avant-hier·discuss
I love the timer. It’s the closest game to ThruLine I’ve come across (that’s a compliment).
meken
·avant-hier·discuss
I love the timer. It’s the closest game to ThruLine I’ve come across (that’s a compliment).
meken
·le mois dernier·discuss
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
·le mois dernier·discuss
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
·le mois dernier·discuss
I see.

Have you ever tried paredit? It’s pretty much a lifesaver for this kind of thing.
meken
·le mois dernier·discuss
Ah I see. That makes sense.

That’s making me really thankful to be a paredit user.
meken
·le mois dernier·discuss
> 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
·le mois dernier·discuss
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
·le mois dernier·discuss
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
·il y a 2 mois·discuss
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
·il y a 2 mois·discuss
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
·il y a 2 mois·discuss
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
·il y a 2 mois·discuss
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
·il y a 2 mois·discuss
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
·il y a 2 mois·discuss
> 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
·il y a 2 mois·discuss
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
·il y a 2 mois·discuss
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
·il y a 3 mois·discuss
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.