Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
colelyman
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
colelyman
3mo ago
The plans may have comparable prices, but the API rates are much cheaper. Especially because it is open weights, so there is competition on places like OpenRouter.
2.
▲
by
colelyman
7mo ago
Could you elaborate as to what the difference is between your overriding goal and your next step goal?
3.
▲
by
colelyman
8mo ago
I have had good success with the plans generated by https://github.com/obra/superpowers I also really like the Socratic method it uses to create the plans.
4.
▲
Ticker: Don't die of heart disease
(myticker.com)
600 points
by
colelyman
10mo ago
|
488 comments
5.
▲
by
colelyman
11mo ago
I feel like going to the source of an algorithm/implementation is a super power, as illustrated by this example. Having used Graphviz for fairly complex visualizations I was initially shocked that someone would rewrite it themselves. T
6.
▲
by
colelyman
1y ago
I haven’t explicitly recreated a template for an academic venue, but I have recreated a custom template to match and existing PDF. It was pretty straightforward to recreate it as the language and “standard library” (if you could call it tha
7.
▲
by
colelyman
1y ago
I love Typst! Currently rewriting my CV in Typst and it has been an excellent experience. One small hindrance is the inability to have multiple bibliographies. In the past I have also used it to generates quotes (in terms of finances, invoi
8.
▲
by
colelyman
1y ago
Agreed, to make it even more interesting Browser Company discontinued Arc earlier this year. So not only did they do all of the things OP listed, but also didn't have a current product when acquired.
9.
▲
by
colelyman
1y ago
Interesting to think about if finding a database dump of messages 30 years from now would bring back the same nostalgia. I would think that the tangible aspect would have a more profound impact.
10.
▲
by
colelyman
1y ago
I have been enamored with developing a second brain and other productivity hacks, but have recently been turned off to them, because I believe the benefits are over-promised. Similar to OP, I haven’t been able to achieve the clarity of mind
11.
▲
by
colelyman
1y ago
I went to the link thinking that I could now file my taxes with the IRS through GitHub, which I honestly have mixed feelings about.
12.
▲
by
colelyman
2y ago
Did you follow plans for your homemade transmitters? Or if not, have you written it up? I would definitely be interested in making some.
13.
▲
by
colelyman
2y ago
Have you seen http://www.hakank.org/ ? Mostly about constraint programming, but definitely in the realm of operations research.
14.
▲
by
colelyman
2y ago
> lasts a lifetime You need to renew the license every 10 years, but as long as you renew you don't need to take a test (which is maybe what you mean by "lasts a lifetime").
15.
▲
by
colelyman
3y ago
One tool that I think promotes commit messages like the OP is magit in Emacs. Before using magit, I always used `git commit -m '...'` and didn't realize that commit messages could be longer than a line. I agree that this is a
16.
▲
by
colelyman
3y ago
First I have heard of this term, but may be referring to searching for gold along a stream or River. Source: https://www.doc.govt.nz/parks-and-recreation/things-to-do/go...
17.
▲
by
colelyman
3y ago
Hakan’s examples have illustrated so many constraint programming principles, his site is a wealth of knowledge! For the comments referring to examples more complex than Sudoku, his website is the best that I have found! Thanks Hakan.
18.
▲
by
colelyman
3y ago
I used MiniZinc extensively in my previous position, and have mixed feelings about it. As is stated in other comments, it works very well for specific small problems, but when the model gets complex it can become unwieldy. We used it to cre
19.
▲
by
colelyman
5y ago
Have you tried https://ohmyz.sh/ ? It is the closest thing to SpaceMacs/SpaceVim for ZSH that I know of.
20.
▲
Adaptive Simulated Annealing (ASA)
(github.com)
2 points
by
colelyman
6y ago
|
0 comments
21.
▲
by
colelyman
6y ago
Perhaps I’m missing something, but how does Substack have increased rigor over a personal blog or Twitter? Not meant as a criticism, but asked in earnest.
22.
▲
by
colelyman
6y ago
A few tools that I use for solving optimization problems in practice are: - MiniZinc, https://www.minizinc.org/ a constrain set programming language that can also optimize an objective - Picat, http://picat-lang.
23.
▲
by
colelyman
8y ago
I completely agree, I have had a very similar experience with Henrik.
24.
▲
by
colelyman
8y ago
I am a convert from Spacemacs to Doom, and I have found that one of the main differences that sets Doom apart is easier configurability than Spacemacs. In Doom, there is still the concept of "layers," but IMO it is much easier to
25.
▲
by
colelyman
8y ago
I really enjoy using ox-hugo to blog as well, it works very well and does everything that I need it to do! @kaushalmodi did a great job developing it