Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gresrun
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
gresrun
2y ago
The ATC was very much aware of the launch in progress[0]. The ATC made a mistake by instructing DL480 to fly a more northern route than the aircrew originally filed. [0]: https://youtu.be/4RMhf0YELrA
2.
▲
by
gresrun
2y ago
You should check out Projection Lab[0]! Not affiliated; just a happy customer! [0]: https://projectionlab.com/
3.
▲
by
gresrun
2y ago
"Rich asshole makes demeaning comments about situations they don't know" More at 11. Seriously though, how out-of-touch do you have to be to think that entire organizations full of smart people are so incompetent as to have 1
4.
▲
by
gresrun
2y ago
How do you handle versioning? Are there any guidelines/rules one must abide by? It looks like you using Flutter's Dart<=>JSON serialization; do you recommend using built_value for immutable data structures? Do you support pr
5.
▲
by
gresrun
3y ago
L3 is entry-level for fresh college grads.
6.
▲
by
gresrun
3y ago
That's a dangerous, biased assumption.
7.
▲
by
gresrun
3y ago
While I'm 100% positive the details of operational concerns like this are classified, there are 2 distinct types of submarines today with 2 different objectives: 1) Attack Submarines (e.g. Los Angeles-class & Virginia-class for USN
8.
▲
by
gresrun
3y ago
Currently, cash accounts get 4.30%[0] [0] https://www.wealthfront.com/blog/why-is-wealthfront-cash-acc...
9.
▲
by
gresrun
4y ago
UniFi Protect[0] is a decent on-prem solution and has all the main features of Nest/Ring. Certainly expensive though, minimal system for a doorbell cam is $199 for the camera[1] + $199 for the smallest NVR[2]. [0]: https://u
10.
▲
by
gresrun
4y ago
Context: Staff Eng @ Google for 7+ years 1) This is solved by 2 interlocking concepts: comprehensive tests & pre-submit checks of those tests. Upgrading a version shouldn’t break anything because any breaking changes should be dealt wit
11.
▲
by
gresrun
4y ago
In sidemount diving, each diver carries two completely independent tanks & regulators, one on each side of their body. While it is used primarily in cave diving because it is more streamlined and less likely to collide with cave ceiling
12.
▲
by
gresrun
4y ago
Would love to see your set up!
13.
▲
by
gresrun
4y ago
If you’re only getting 500qps out of Netty something is deeply wrong with your set up. I’ve written multiple HTTP & socket servers based on Netty (albeit 6+ years ago) and they all could handle 20kqps+.
14.
▲
by
gresrun
4y ago
I tried to file a report with video evidence from the car 2 years ago. I was never able to get through to anyone at the police who would take the report, just passed to a voicemail and no one ever called back or acknowledged the report.
15.
▲
by
gresrun
4y ago
FYI, any email-ish looking value works. E.g.: afdasdf@gfgs.com
16.
▲
by
gresrun
4y ago
It was also built to allow the U.S. Army to rapidly move convoys of trucks, tanks, & materiel around the U.S.[0]. [0]: https://en.wikipedia.org/wiki/Federal-Aid_Highway_Act_of_195...
17.
▲
by
gresrun
4y ago
Dart's documentation is comprehensive, well-written, and provides tons of meaningful examples.[0]. [0]: https://dart.dev/guides
18.
▲
by
gresrun
5y ago
Some quick Googling yielded: https://forums.somethingawful.com/showthread.php?threadid=38...
19.
▲
by
gresrun
5y ago
Skottie: Lottie player using the Skia graphics library[0][1] Skia powers Google Chrome[2], Flutter, & Fuchia[3]. [0]: https://skia.org/docs/user/modules/skottie/ [1]: https://skottie.skia
20.
▲
by
gresrun
5y ago
Waymo built a bespoke, 113 acre facility for this very purpose back in 2017[0][1]. Full disclosure: Google employee, working on nothing to do with Waymo. [0]: https://blog.waymo.com/2020/09/the-waymo-drivers-traini
21.
▲
by
gresrun
5y ago
YouTube used to use a MySQL-based system called Vitess[0]. It no longer uses it and has migrated to Spanner. [0]: https://vitess.io/
22.
▲
by
gresrun
5y ago
At least in FL, slab-on-grade with concrete block for the first story + wood frame for additional stories is incredibly common because it is far less susceptible to termite & moisture rot damage than slab + wood frame or wooden pier + b
23.
▲
by
gresrun
5y ago
ATC comms with visualization: https://www.youtube.com/watch?v=f5tb2dVWJqc
24.
▲
by
gresrun
6y ago
This product seems very similar to Motif.com, which shutdown about a year ago. How do you plan to avoid sharing their fate?
25.
▲
by
gresrun
6y ago
5+ yrs @ Google, Google is my 5th company. Google has all the building blocks for great backend services and front-end development and, if you know where to look and have some experience with them, you can build a rock-solid product in <
26.
▲
by
gresrun
6y ago
I believe you’re referring to “Notecards”. In the US they come in 2 common sizes: 5”x7” & 4”x6”
27.
▲
by
gresrun
6y ago
Compose can also be implemented easily: extension NullableExtensions<T> on T? { R? map<R>(R Function(T) transform) => this == null ? null : transform(this!); } V Function(V) compose<V>(Iterable&
28.
▲
by
gresrun
6y ago
The University of Florida has a 100kW training reactor since 1959[0]. [0] https://en.wikipedia.org/wiki/UF_Training_Reactor
29.
▲
by
gresrun
6y ago
https://en.wikipedia.org/wiki/Stanley_R._Mickelsen_Safeguard... https://en.wikipedia.org/wiki/Safeguard_Program
30.
▲
by
gresrun
6y ago
My recommendation is to hone your "soft skills": make sure you're on top of communication (be quick to respond to clients and don't let emails sit for more than 24 hours), be patient (working with clients means a wide va
More ›