Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tjdetwiler
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
tjdetwiler
3y ago
FYI Android apps are also in a VM now. https://chromeos.dev/en/posts/making-android-more-secure-wit...
2.
▲
by
tjdetwiler
4y ago
Amazon actually tells employees that they have a "total compensation" philosophy, which means that when the value of unvested shares increases then Amazon will take that into account when issuing new grants (ex: as part of the per
3.
▲
by
tjdetwiler
4y ago
You can still return the str reference; callers can easily do the copy if they need while allowing for zero-copy for simpler usages.
4.
▲
by
tjdetwiler
4y ago
With x you're just bringing a window manager that plugs into the x-server. With wayland there's no standard 'window manager' plugin to arbitrary wayland servers. So the wayland example is doing more things (lots is handl
5.
▲
by
tjdetwiler
5y ago
It sounds like they're actually saying they see Linux as a conduit for cheating and they don't see enough upside to be worth that risk.
6.
▲
by
tjdetwiler
6y ago
CS tools should require some 2FA based on personal information. CS agents should not be able to access arbitrary data.
7.
▲
by
tjdetwiler
6y ago
git config --global core.editor <EDITOR>
8.
▲
by
tjdetwiler
11y ago
Rust's cargo does something similar, however it looks like they were much more conscious of git-scalability (ex: limiting the directories in a single level, only appending lines to files to make diffs small). https://github.
9.
▲
by
tjdetwiler
11y ago
ARM has something similar: http://www.arm.com/products/processors/technologies/jazelle....
10.
▲
by
tjdetwiler
11y ago
Lyft (as far as I know) won't show the driver your destination until the ride is started. It's intended to save time in allowing the driver to bring up directions and not as a decision point for them to decide if they want to take
11.
▲
by
tjdetwiler
12y ago
The email I received made me look at some long lost repositories of mine that I did while learning in school. It's always fun to be able to look back on work you did when you were less experienced. It's unfortunate how transient t
12.
▲
by
tjdetwiler
12y ago
All APIs have performance SLAs that are not consistent. You may have 50% of requests finish in 200ms or less, 90% finish in 300ms or less, and 99% finish in 600ms or less. You can do work to narrow the performance variation but performance
13.
▲
by
tjdetwiler
12y ago
I personally find cubes to be the worst combination of collaboration vs privacy. You still have people who will walk up to you when you're working, but the cubes really break up the space. In my office, they have small "conference
14.
▲
by
tjdetwiler
12y ago
I went from private office to open floor plan when I switched jobs last. It was towards the bottom of things I cared about when I was considering the move. Private offices are definitely nice, but I also enjoy the positives of an open offic
15.
▲
by
tjdetwiler
12y ago
Even better, here's what I get: http://i.imgur.com/QCyCMDH.png
16.
▲
by
tjdetwiler
12y ago
As someone who only read the headline, that comment really piqued my interest.
17.
▲
by
tjdetwiler
12y ago
Wouldn't that be impractical or impossible from a visa standpoint? That seems like a lot of H1Bs in 1 year for a single company.
18.
▲
by
tjdetwiler
12y ago
It's intended to be shorthand for: if (text2 != null) { text2.replace() } Essentially they're moving support for @Nullable and @NotNull into the language and compiler. https://www.jetbrains.com/idea&#x
19.
▲
by
tjdetwiler
12y ago
Lyft provides a picture of the vehicle that will be picking you up.
20.
▲
by
tjdetwiler
12y ago
Have you tried IntelliJ?
21.
▲
by
tjdetwiler
12y ago
A singleton object doesn't need to be re-allocated.
22.
▲
by
tjdetwiler
12y ago
Can anyone provide context on "Heavy usage of static classes and methods, for simplicity and better performance." Is performance _really_ an issue here?
23.
▲
by
tjdetwiler
12y ago
Perhaps, but before I had a Kindle I spent roughly $0/year on books. Now I buy 3-4 books in the $1-$5 price range a month.
24.
▲
by
tjdetwiler
12y ago
I assume it's a technical book? There are very few novels I'd pay even $10 for.
25.
▲
by
tjdetwiler
12y ago
Can you elaborate on your opinion of the x240 (x220/x230 fan here, never used am x240)
26.
▲
by
tjdetwiler
12y ago
You just have to be careful you don't wedge your screen up into where the tray table folds up into.
27.
▲
by
tjdetwiler
12y ago
I'm pretty sure your fetch logic is not right. First it assumes no arguments are passed. You assume origin/master (which is convention but not guaranteed) and also you assume a refspec isn't passed (in which case you need to
28.
▲
by
tjdetwiler
12y ago
Post-commit review It sounds like this means post-merge code review too? After getting used to a pre-merge code review tool that does hard-gating (gerrit), I have trouble with other tools.
29.
▲
by
tjdetwiler
12y ago
Great book.
30.
▲
by
tjdetwiler
13y ago
tmux a -d will attach and also detach all other clients.
More ›