HackerTrans
TopNewTrendsCommentsPastAskShowJobs

adamwk

924 karmajoined 13 лет назад

Submissions

Musk on Mars

mceglowski.substack.com
3 points·by adamwk·4 месяца назад·1 comments

PlayStation 3 Architecture (2021)

copetti.org
202 points·by adamwk·9 месяцев назад·61 comments

comments

adamwk
·3 дня назад·discuss
We were once 1337 hackers too
adamwk
·5 дней назад·discuss
The Economist is a British journal, so why would you use US definition of right wing to evaluate their centrality?
adamwk
·6 дней назад·discuss
She’s been in her position for less than 6 months. All of the problems were under Phil, so I don’t understand what you mean by course correcting her own actions
adamwk
·6 дней назад·discuss
I can’t think of a worse announcement for your road to 1.0. Who cares? Without localization or accessibility support, it doesn’t make sense to call your UI framework production ready with a 1.0 version. I think limiting what third-party contributors can bridge from browser APIs killed Elm’s momentum for anything but toy projects. It now seems more like a sandbox for Evan to play around with compiler ideas than something meant for production use.
adamwk
·12 дней назад·discuss
Is it really different from that short time ago? It feels like this has been the normal for much longer than 5 years. I do remember there being fewer restarts to update, but I feel like that was way back in the snow leopard days.

As to why, I assumed it’s because security fixes are in basically every update these days. And it’s easier to change core systems with a restart than live
adamwk
·2 месяца назад·discuss
Does it? I’ve seen Ezra Klein talk about his book and he talked about how bureaucracy is frequently a scapegoat for getting things done. Europe is very bureaucratic yet is able to build. The issue he called out is red tape yes but more so litigation by the private citizen. That any individual can stop an apartment being built because it blocks morning light into their flower bed
adamwk
·3 месяца назад·discuss
Where do you see the word ‘Evil?’ I don’t see the word in the title or anywhere in the article itself.
adamwk
·3 месяца назад·discuss
This is what I understood as well, but it sounded like GP had success doing it; so I was curious if there was a trick I didn’t know about
adamwk
·3 месяца назад·discuss
Maybe there’s a git trick I don’t know, but I’ve found making small branches off each other painful. I run into trouble when I update an earlier branch and all the dependent branches get out of sync with it. When those earlier branches get rebased into master it becomes a pain to update my in-progress branches as well
adamwk
·3 месяца назад·discuss
As someone who used phabricator and mercurial, using GitHub and git again feels like going back to the stone ages. Hopefully this and jujutsu can recreate stacked-diff flow of phabricator.

It’s not just nice for monorepos. It makes both reviewing and working on long-running feature projects so much nicer. It encourages smaller PRs or diffs so that reviews are quick and easy to do in between builds (whereas long pull requests take a big chunk of time).
adamwk
·3 месяца назад·discuss
Right but recursion is only a smaller part of why the optimization is important. It means tail-called functions still build on the stack and long function chains—as is common with fp—can overflow
adamwk
·4 месяца назад·discuss
You don’t think companies look at your past titles when you apply for a job?
adamwk
·4 месяца назад·discuss
I am also surprised, but not because I believe Meta to care about the ethics of the whole thing. After all their privacy scandals, I’d assume they’d have policies in place to prevent something that can so easily be leaked. But here we are
adamwk
·7 месяцев назад·discuss
The subject of the function coloring article was callback APIs in Node, so an argument you need to pass to your IO functions is very much in the spirit of colored functions and has the same limitations.
adamwk
·9 месяцев назад·discuss
I think this article does an alright job selling ro over RxGo, but doesn’t really explain why using a reactive library is better than plain go. The channel/goroutine example is fine, as they say, but they hand wave how this will fall apart in a more complex project. Conversely, their reactive example is mapping and filtering an 4 item array and handwave how the simplicity will remain no matter the size of the codebase.

I’ve worked in a few complex projects that adopted reactive styles and I don’t think they made things simpler. It was just as easy to couple components with reactive programming as it was without.
adamwk
·9 месяцев назад·discuss
I joined the sapling/subversion company this year, but haven’t had the chance to use jj. But given its resemblance I must say sapling has been great. Much more intuitive than git, and I find commit stacks much easier to follow than branches. I do wonder how it will work without the level of support of Meta, since you won’t have the same commit stack review UI (basically a series of pull requests being reviewed at the same time). So something like what this author is working on is needed.
adamwk
·9 месяцев назад·discuss
What he calls import highlighting is something I only find reliably setup in Xcode, but is probably one of the most useful things to highlight for me. To be able to tell at a glance whether I’m looking at a library function or an internal was very useful. Probably doesn’t matter for languages that enforce calling with the module (eg, module::foo()), but in C/Objective-C and Swift it’s annoying when it’s missing.
adamwk
·2 года назад·discuss
I guess to me it looks like yet another monads for JS library. I get its a marketing page but marketing to whom? Maybe there's a better document to share on HN that shows how Effect improves those features?
adamwk
·3 года назад·discuss
Somehow it's still the only smart TV with < 1s input delay
adamwk
·3 года назад·discuss
I always consider V1 Apple products like kickstarters funded by Apple whales