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

sushisource

no profile record

コメント

sushisource
·先月·議論
I'll probably buy and sell on opening day. The hype train is worth making a quick trade on.

Long term? Way, way less interested.
sushisource
·先月·議論
Disney+ is truly unmitigated dogshit. It constantly chokes and stutters, seems to cause my NVIDIA Sheild to peg its CPU and/or page to disk, or something, to the point where it becomes unresponsive for multiple seconds at a time. I genuinely cannot understand how you could so utterly bungle software that's been a solved problem for over a decade.
sushisource
·3 か月前·議論
"The world is going to be so much better! We're not really sure how, but, trust us, definitely better!"
sushisource
·3 か月前·議論
Zed's not a VSCode clone, and it's fantastic and OSS. They don't really have a business model that I see working though, IMO. I pay them purely because I love the editor, but the editor is free. The AI integration is what you pay for, but I just run claude code in a terminal.
sushisource
·5 か月前·議論
> Regardless of what I do, the days I decide to wash my car, it ALWAYS rains the day after

Undeniable universal truth. I sometimes find myself making plans based on the fact that the most annoying possible outcome is also the most likely one.
sushisource
·5 か月前·議論
Bikewear in particular is a bit hilarious. I'm 5'9", 150lb, so a bit smaller than you, but I have significantly more muscle in my upper body than the typical serious cyclist build. In my experience, the more high-end the bike clothes, the more they expect you to be shaped like a TDF rider, which is to say literally zero upper body mass.

So I have almost the opposite problem from you, where an M is usually reasonable for me on the bottom, but _comically_ tight on top. Even an L is usually way too tight through the chest and biceps for me, but now not long enough in the arms.

I just live with it, because whatever, I don't mind the top being a little tight, but it is frustrating.
sushisource
·6 か月前·議論
I dunno if you are aware, but you can use the diff/merge standalone. My gift to you:

     [mergetool "intellij"]
     cmd = 'intellij-idea-ultimate-edition' merge "$LOCAL" "$REMOTE" "$BASE" "$MERGED"
     trustExitCode = true
sushisource
·7 か月前·議論
Really cool project. Any plans to port the API to other languages? My use case for something like this is to represent types that are used on either side of FFI (Rust <--> Some other language). Pairing this with a code generator for the shared types would be great. That's something flatbuffers/capnproto do well that isn't just pure speed.
sushisource
·7 か月前·議論
Seriously this explains so much. I thought I was going crazy, or just becoming an old man who can't type on a phone any more.
sushisource
·9 か月前·議論
That's super duper cool, but, it doesn't refute my statement. If what you're saying is "you can do anything you want at a level that will challenge you". Yeah, sure, but not at a level comparable to the best of the best.
sushisource
·9 か月前·議論
I mean that's just obviously, objectively, not true. If you're born with 12-inch legs you are _not_ going to be an elite marathon runner. Heck, even if you're born with average genetics, you're not going to be an elite runner.

What would make us think the same thing isn't true of mental activities? Obviously there's a lot more noise in the signal, and it's a lot more subjective, but there's pretty much 0% chance that if anyone just "tries hard enough" they can become a genius.
sushisource
·9 か月前·議論
+1 to this copy being a little bit over-the-top. This is neat, but, as you pointed out at the end of the day this is still computationally equivalent to normal 2d cellular automata. I suspect (not taking the time to prove this) that it's equal in a fairly obvious way, which is that you could just replace "links" with 8*<num link states> additional sub-states per cell. The only real difference is just in how it's visualized.

So, neat, but not exactly mindblowing.
sushisource
·9 か月前·議論
You probably do. Many people just never notice that. It's not about typing or reading fast either, it's just about how it feels. Typing into something with shitty latency feels like dragging my fingernails across a chalkboard.

It's the same with high dpi monitors. Some people (me included) are driven absolutely insane by the font rendering on low density monitors, and other people don't even notice a difference.

Honestly, consider yourself blessed. One less thing in the world to annoy you.
sushisource
·10 か月前·議論
When I say "any language" when interviewing candidates, I mean it. I would be stoked if someone busted out J in an interview.

Of course, my team also writes SDKs in a bunch of different languages, so it makes sense. Even if that weren't the case though, I'd be stoked. To your point though, early in your career, I get your viewpoint. It's hard out there to get a foot in the door and you have to seize opportunities.
sushisource
·3 年前·議論
At this point I wish we had legislation requiring a "turn off AI bullshit" option for any camera. Every time I've taken a picture of myself using the camera app built-in to WhatsApp, it blurs the shit out of my face in an attempt to hide blemishes or whatever, and (in a weird sort of reverse-vanity) it really annoys me that it gives the impression I care about looking un-blemished, which I do not. AFAICT, there is no way to turn this off.
sushisource
·4 年前·議論
Damn, indeed. The Uncle Bob people (or, really, any "this book/blog post/whatever says to do technique x" people) are my absolute least favorite. This is a good riposte. Or, alternatively, if they don't understand why it's bad then you know they're a shit coder.
sushisource
·5 年前·議論
This is definitely not entirely true of x11. I have mixed DPI (which, admittedly, does work for shit, but can be hacked around by using a wrapper script to launch things with different DPIs) and mixed refresh rates. The mixed refresh rates work perfectly, zero issues (as configured via nvidia drivers, admittedly annoying for other reasons).

That said I would use wayland if nvidia wasn't busy fucking everything up.
sushisource
·6 年前·議論
Location: Seattle

Remote: Yes

Willing to relocate: No

Tech: Rust expert seeking to work primarily with Rust. Also know many, many other languages. Full stack, devops, distributed systems, crypto experience.

Linkedin: https://www.linkedin.com/in/spencer-judge-b2531046/

GH: https://github.com/Sushisource/

Email: sjudge <at> hey.com
sushisource
·8 年前·議論
Agreed. I feel like he started off great but as he grew more famous has made it very much all about himself.
sushisource
·9 年前·議論
Log scales aren't intuitive to humans. I think it's a great example because that's sort of what it tricks you into doing.