Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ljw1004
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Recreated Claude Code's behavior in 280 lines of Python
(github.com)
5 points
by
ljw1004
1y ago
|
1 comments
2.
▲
by
ljw1004
1y ago
I think our memories are rooted in time and space. "Which years did we go on our family holiday to Scotland? Can I see all my videos from when my kids were toddlers? Let's see that specific photo of sunset at the Grand Canyon, I t
3.
▲
Show HN: Photo Maps View for OneDrive
(github.com)
9 points
by
ljw1004
1y ago
|
3 comments
4.
▲
by
ljw1004
2y ago
My team has a large ocaml codebase and a dual build system (buck2 and dune). The two have roughly similar: dune faster at the raw speed of invoking ocaml build tools, buck2 winning out when a lot of stuff has to be rebuilt and it uses distr
5.
▲
by
ljw1004
2y ago
I'm struggling to understand how a moat can have a CRACK in it.
6.
▲
by
ljw1004
2y ago
In my web-scraping I've gravitated towards the "cheerio" library for javascript. I kind of don't want to use DOMParser because it's browser-only... my web-scrapers have to evolve every few years as the underlying we
7.
▲
by
ljw1004
4y ago
I presume it means things like "does cross-file go-to-def and find-all-references work instantly after opening a file?" In most IDEs these things take seconds or minutes to become available, depending on project size
8.
▲
by
ljw1004
4y ago
That's a good example because it leads to truth that NO up-front tagging will ever anticipate all the searches you might make in future. There are so many possible searches. I figure that a combination of wetware and software is the cu
9.
▲
by
ljw1004
4y ago
I got into ultramarathon swimming because of that movie. I've since done numerous unaccompanied 12mile swims in nearby Lake Washington (Seattle), several accompanied sea crossings, and one 24mile swim. On every swim I think of Vincent
10.
▲
by
ljw1004
4y ago
What does it mean to open-source or MIT-license a "file format"? The MIT license is a license about copyrighted software, allowing people to use/modify/publish that software. But a file format isn't a piece of softw
11.
▲
by
ljw1004
4y ago
I wrote https://github.com/ljw1004/seaoflogs - an interactive filtering tool, for similar ends to what's described here. I wrote it because my team was struggling to analyze LSP logs (that's the protocol used
12.
▲
by
ljw1004
4y ago
Those numbers are easy to find on google! Iowa 14-18" average topsoil depth in 1900, 6-8" in 2000. I'm not sure anyone could tell acceleration/deceleration over this timescale.
13.
▲
by
ljw1004
4y ago
That was a deeply beautiful interview. Such profound yet relatable thoughts, humbly expressed.
14.
▲
by
ljw1004
4y ago
I felt exactly the same. Silicon valley attitude "woah dude that's awesome". UK fenland attitude "don't get your hopes up and know your place".
15.
▲
by
ljw1004
4y ago
I think there is an easy way to prove this to users. Make your thing be a single page self contained html file which they save into the hard disk. Then they can trust the restricted permissions with which chrome runs such local files. If yo
16.
▲
by
ljw1004
4y ago
In what sense is this solution "fair"? What definition of fairness is being used? This seems like a solution where rich people get the good things and poor people don't. I wouldn't call that fair. In a democracy, everyon
17.
▲
by
ljw1004
4y ago
My job over the past several years has been to work on IDE integrations for a language (Hack, Flow). Prior to that I worked on C#/VB "Roslyn" system at Microsoft, which is entirely about exposing the internals of the compiler
18.
▲
by
ljw1004
10y ago
WinRT isn't tied to store apps. You can use most of it just fine from .NET/C++ desktop apps. (not the XAML bits obviously) https://www.nuget.org/packages/UwpDesktop/