Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bradmwalker
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Commitment vs. Forecast: A Subtle But Important Change to Scrum (2011)
(scrum.org)
109 points
by
bradmwalker
9y ago
|
91 comments
2.
▲
by
bradmwalker
9y ago
http://chimera.labs.oreilly.com/books/1230000000393/ch09.htm...
3.
▲
by
bradmwalker
9y ago
The future of Docker, Inc. is being an Oracle acquisition.
4.
▲
Understanding the Memory Layout of Linux Executables
(gist.github.com)
3 points
by
bradmwalker
9y ago
|
0 comments
5.
▲
by
bradmwalker
9y ago
Encapsulation can be useful.
6.
▲
by
bradmwalker
9y ago
https://cardamajigs.com/collections/lenticular-tokens
7.
▲
by
bradmwalker
9y ago
Git log -p -S <function name>
8.
▲
by
bradmwalker
9y ago
An undersold benefit of GraphQL is minimizing JavaScript footprint on domain logic. This can be hidden in the API by precomputing many things, and client-side logic can be reduced to presentation and event handling. Hand-rolled data munging
9.
▲
by
bradmwalker
9y ago
http://www.npr.org/2014/04/20/305162943/exploring-the-secret...
10.
▲
by
bradmwalker
9y ago
Syntax (and to some extent, expressiveness/conciseness) is superficial. How the code feels under change matters more.
11.
▲
by
bradmwalker
9y ago
Another red flag on redux: recommended practice--query JSON over HTTP (likely backed by an RDBMS), renormalize the hierarchical data, and then reshape the renormalized data before passing to components.
12.
▲
by
bradmwalker
9y ago
https://websauna.org ?
13.
▲
by
bradmwalker
9y ago
What stops hiring managers and potential colleagues?
14.
▲
by
bradmwalker
9y ago
https://ius.io
15.
▲
Systemd vs. Docker
(lwn.net)
2 points
by
bradmwalker
9y ago
|
0 comments
16.
▲
by
bradmwalker
9y ago
I've been shopping for a future proof workstation (10Gbps Ethernet 8x + 2 16x video cards) that couldn't quite fit on a Xeon E3.
17.
▲
by
bradmwalker
9y ago
https://mobile.twitter.com/HackerNewsOnion/status/4768359808...
18.
▲
by
bradmwalker
9y ago
10x developers outsource production to Do(ker.
19.
▲
by
bradmwalker
9y ago
https://martinfowler.com/eaaDev/EventSourcing.html
20.
▲
by
bradmwalker
9y ago
https://www.youtube.com/watch?v=D5xh0ZIEUOE
21.
▲
by
bradmwalker
9y ago
https://youtu.be/bzkRVzciAZg
22.
▲
by
bradmwalker
10y ago
Try CREATE TABLE UNLOGGED with postgres. The diversity of RDBMS and SQL dialects defeats the point of integration testing the persistence layer with SQLite.
23.
▲
by
bradmwalker
10y ago
Systemd works inside LXC and systemd-nspawn.
24.
▲
by
bradmwalker
10y ago
How much energy will be spent thrusting this regressive pig?
25.
▲
by
bradmwalker
10y ago
Aren't unicorn valuations based on the likelihood of winning a winner-take-all race?
26.
▲
by
bradmwalker
10y ago
REST: JSON CRUD over HTTP https://youtube.com/watch?v=oVE6OF-d1oQ#t=02m02s
27.
▲
by
bradmwalker
10y ago
http://docs.sqlalchemy.org/en/latest/core/
28.
▲
by
bradmwalker
10y ago
SQL needs marketing. Become obsolete unless you understand this durable persistence and functional, high-leverage reporting service!
29.
▲
by
bradmwalker
10y ago
Redux uses Event Sourcing. ES's trade-offs apply.
30.
▲
by
bradmwalker
10y ago
Recent versions of systemd-nspawn can directly download a docker image and run it in a service unit.
More ›