Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
oftenwrong
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
331.
▲
by
oftenwrong
5y ago
Git also has "partial" clones, which can avoid some of the downsides of shallow clones. You can, for example, filter out all historical objects (--filter=blob:none). Historical objects are fetched lazily as needed, such as checkin
332.
▲
Yrvind's Constant Weight Diet
(yrvind.com)
1 points
by
oftenwrong
5y ago
|
0 comments
333.
▲
by
oftenwrong
5y ago
It cannot hurt to take more breaks from desk work. Go for a walk. I do not know if that will help your eyes, but it will certainly help other parts of your body and your mind. It's important to unplug, de-stress, and be active. If you
334.
▲
Chromecast volume controls are disabled on Android 12 due to a ‘legal issue’
(9to5google.com)
36 points
by
oftenwrong
5y ago
|
2 comments
335.
▲
by
oftenwrong
5y ago
This matches closely with my experience working at a company that was mostly built on event-sourcing. I would add a few things, some of which are touched upon in the article: - The general problem with event-sourcing (at small scale) is tha
336.
▲
Datomic: Event Sourcing Without the Hassle
(vvvvalvalval.github.io)
4 points
by
oftenwrong
5y ago
|
0 comments
337.
▲
by
oftenwrong
5y ago
I think I understand your use case, although I don't follow the part about mounting a host dir in the build (how it would help). I do not really consider this limitation a design flaw of Dockerfiles; this is more of a mismatch between
338.
▲
by
oftenwrong
5y ago
You don't need buildkit for that; you can use multi-stage builds without buildkit to exclude your deb file from the final image.
339.
▲
by
oftenwrong
5y ago
I share the neo-luddist perspective of many of the other commenters, but it's also clear that there are basic product quality issues at hand. Switching something on and off on a schedule is not a hard problem to solve, in theory, so wh
340.
▲
Why the Netherlands Is the Best Country for Drivers
(youtube.com)
3 points
by
oftenwrong
5y ago
|
0 comments
341.
▲
by
oftenwrong
5y ago
This is my preferred option as well. Both GitLab and GitHub turn your markdown (and some other formats) files into static pages. They both have web-based editing support, so it is not necessary for a user to know anything about git to contr
342.
▲
How to Make the Flip Phone Better (Again)
(youtube.com)
1 points
by
oftenwrong
5y ago
|
0 comments
343.
▲
I Hate the News (2006)
(aaronsw.com)
4 points
by
oftenwrong
5y ago
|
1 comments
344.
▲
by
oftenwrong
5y ago
also https://anonaddy.com/
345.
▲
by
oftenwrong
5y ago
This is relevant to the classic 'frameworks vs libraries' comparison. Sometimes the hardest part of an implementation with a framework is fitting your solution into the framework, especially when you begin to stretch the assumptio
346.
▲
by
oftenwrong
5y ago
There's still room for an is-odd-and-even package.
347.
▲
by
oftenwrong
5y ago
Except that those projects can be harmful in the long-term: https://www.strongtowns.org/journal/2017/1/2/five-ways-feder...
348.
▲
From the Office of Dodge, Wiggle,Hack, Shrug and DeCamp LLC
(granolashotgun.com)
5 points
by
oftenwrong
5y ago
|
0 comments
349.
▲
by
oftenwrong
5y ago
Sipser's Introduction to the Theory of Computation
350.
▲
More Highways, More Driving, More Emissions
(strongtowns.org)
1 points
by
oftenwrong
5y ago
|
0 comments
351.
▲
The US Infrastructure Bill Has Passed. What Now?
(strongtowns.org)
1 points
by
oftenwrong
5y ago
|
0 comments
352.
▲
The Suburban Traffic Contradiction
(youtube.com)
2 points
by
oftenwrong
5y ago
|
0 comments
353.
▲
Democratic Architecture
(granolashotgun.com)
1 points
by
oftenwrong
5y ago
|
0 comments
354.
▲
by
oftenwrong
5y ago
The author's previous article on the subject was discussed on HN: https://news.ycombinator.com/item?id=23582942 https://news.ycombinator.com/item?id=17514463
355.
▲
by
oftenwrong
5y ago
Here's a relevant, "classic" article along the same lines: Clay Shirky - Ontology is Overrated: Categories, Links, and Tags (2005) https://web.archive.org/web/20191117162526/http://shirky.c
356.
▲
Flowing from the Orinoco to Your Cocktail
(rumreader.com)
1 points
by
oftenwrong
5y ago
|
0 comments
357.
▲
by
oftenwrong
5y ago
I was having some trouble loading this. Here is an internet archive snapshot, in case it becomes unavailable: https://web.archive.org/web/20211104073437/https://changelog... This is interesting to me bec
358.
▲
by
oftenwrong
5y ago
It's sad that "riding inside a car, van or truck" and "pedestrian" are so high on that list, but also surprising that "bicycling" is so significantly safer.
359.
▲
by
oftenwrong
5y ago
The available housing options govern our housing choices. I cannot afford a large flat in a very desirable and expensive neighbourhood, but I could possibly afford a very tiny flat there. If I want more space, I can live in a larger flat in
360.
▲
by
oftenwrong
5y ago
Stream has been given a `toList()` convenience method: https://docs.oracle.com/en/java/javase/17/docs/api/java.base... ()
More ›