Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
oftenwrong
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
181.
▲
Network Earth Rotation Service
(earthrotation.smce.nasa.gov)
4 points
by
oftenwrong
3y ago
|
0 comments
182.
▲
by
oftenwrong
3y ago
I am not familiar with a project that does that specifically. However, you can easily perform that type of operation with git-filter-repo and its --commit-callback flag , which lets you modify commit objects with a custom Python snippet.
183.
▲
by
oftenwrong
3y ago
Make-like build system. This would expose students to a few useful concepts, and can be a 'jumping-off point' into various more advanced concepts. - topological sorting the build graph - what is a graph - running child processes
184.
▲
by
oftenwrong
3y ago
On a related note, I dislike when time zones are omitted from displayed datetimes. I have to guess: Is it my client's tz, the server's tz, UTC, or something else?
185.
▲
Caltrans exec who protested a freeway expansion gets demoted
(latimes.com)
99 points
by
oftenwrong
3y ago
|
57 comments
186.
▲
by
oftenwrong
3y ago
I am surprised that cardboard (corrugated fibreboard) furniture is not more common. It is an impressively durable and strong material despite its low cost. We could all have the option of cheap, lightweight, easy-to-move, utilitarian, eco-f
187.
▲
America Has No Transportation Engineers
(nextcity.org)
2 points
by
oftenwrong
3y ago
|
1 comments
188.
▲
by
oftenwrong
3y ago
I cannot see myself subscribing until they make the search API generally available. >NOTE: The Search API is currently only available to customers of the Kagi Teams plan. Please reach out to vlad@kagi.com for invite. https://h
189.
▲
by
oftenwrong
3y ago
The OCI runtime spec includes vm-related config, so you can create a runtime bundle that specifies that the container should boot with a specific kernel, for example. https://github.com/opencontainers/runtime-spec/
190.
▲
by
oftenwrong
3y ago
Based on my reading, Permazen does insulate the user from the data organisation. https://github.com/permazen/permazen/wiki/FAQ#architecture It provides a Java view of the data, and handles translating opera
191.
▲
Ciaran Cannon: We have a blind spot when it comes to the dangers of cars
(independent.ie)
8 points
by
oftenwrong
3y ago
|
0 comments
192.
▲
by
oftenwrong
3y ago
>For the record, I'm not interested in reading whether someone selected a 'yellow dress' or 'purpley pink flowers' or who picked someone up when. I'd be more interested in reading about actual intersex issue
193.
▲
by
oftenwrong
3y ago
One of the chief benefits of Earthly is builds that are always clean and predictable. This is especially important on a shared build server.
194.
▲
by
oftenwrong
3y ago
Earthly makes use of BuildKit, which essentially executes the build steps in containers. It provides more isolation from the CI runner / dev workstation. Instead of having developers manage their own build tools, Earthly makes it easy
195.
▲
by
oftenwrong
3y ago
Make provides incremental execution of the build graph. It is aware of the dependency graph, and the state of inputs and outputs. It will (ideally) only execute the minimal build rules necessary. A shell script that checks file mtimes to de
196.
▲
by
oftenwrong
3y ago
Multiple apps can access a single database, so where's the problem?
197.
▲
by
oftenwrong
3y ago
Java has a REPL, jshell, which was released with JDK 9 in 2017.
198.
▲
A fresh example of how zoning has become a micromanaging busybody
(threadreaderapp.com)
4 points
by
oftenwrong
3y ago
|
2 comments
199.
▲
by
oftenwrong
3y ago
Missing a mention of buildkit, which compiles various high-level build description languages (including Dockerfile) into a low-level build graph execution, which supports all of the bells and whistles of advanced build infrastructure, such
200.
▲
An Update about Software Engineering Daily from Jeff Meyerson's Family
(softwareengineeringdaily.com)
1 points
by
oftenwrong
3y ago
|
0 comments
201.
▲
by
oftenwrong
3y ago
Typical provides "asymmetric" fields to assist with evolution of types: https://github.com/stepchowfun/typical#asymmetric-fields-can... >To help you safely add and remove required fields, Typical offers an
202.
▲
by
oftenwrong
3y ago
It is a beautiful building in isolation, but the city around it seems quite ugly and unpleasant to walk around.
203.
▲
by
oftenwrong
3y ago
The worst part is that it's typically harder to repair the "accidentally load bearing" change than it was to create it in the first place.
204.
▲
The Most Important New Disinflation Indicator
(apricitas.io)
1 points
by
oftenwrong
3y ago
|
0 comments
205.
▲
The Worst Traffic in Japan is not in Tokyo [video]
(youtube.com)
11 points
by
oftenwrong
3y ago
|
0 comments
206.
▲
I-395/695 devastated Washington, DC [video]
(youtube.com)
3 points
by
oftenwrong
3y ago
|
0 comments
207.
▲
by
oftenwrong
3y ago
Related: "Using a Framework will harm the maintenance of your software" (2022) https://news.ycombinator.com/item?id=33185010
208.
▲
by
oftenwrong
3y ago
I appreciate the answer, and I may add some of those to my reading list, but that's not quite what I'm looking for. I am looking for online communities. Also, I am interested in build systems themselves. Design, implementation and
209.
▲
Ask HN: Where can I find discussions on build systems?
7 points
by
oftenwrong
3y ago
|
3 comments
210.
▲
by
oftenwrong
3y ago
https://www.unison-lang.org/ I am excited about the problems that go away under the unison model. For example: - no dependency version resolution - fully incremental builds - no merge conflicts - fully incremental distribut
More ›