Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nprescott
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
nprescott
3y ago
This reminded me of a prior discussion[0] on bulk data generation in SQLite with Rust (vs Python vs PyPy) which previously led me to trying out two different techniques using just SQLite[1]. The approach here is so similar I tried my prior
2.
▲
by
nprescott
4y ago
PEP-508[0] explains the grammar for "extras": > Optional components of a distribution may be specified using the extras field: identifier_end = letterOrDigit | (('-' | '_' | '.' )* letterOrDigi
3.
▲
by
nprescott
4y ago
ZFS has been on my list of things I should learn "some day" for a long time. I installed Fedora a while ago and ended up opted into Btrfs without really trying. I have been pleasantly surprised with it and have used it on 2 low-im
4.
▲
by
nprescott
4y ago
I've had success using https://git-rebase.io/ to help people understand the workflow.
5.
▲
by
nprescott
6y ago
As a specific example I routinely ran into forms that rendered like this (hidden scrollbars in three different browsers concealing content, though Safari rendered _just_ enough text that it might indicate there was more to see): https:
6.
▲
by
nprescott
6y ago
I have tried with both python 2.7.18 and python 3.8.6 using Emacs 27.1 and the excerpt works without issue for me; I have no configuration (emacs -Q) beyond pointing org to my virtual environment and allowing python evaluation in org-babel:
7.
▲
by
nprescott
6y ago
The chromium bug ticketing system is all but unreadable to me. The OP ticket itself is closed and links to another instead, is there recent movement of note? I know igalia[0] was working on this but I haven't been following the bug tra
8.
▲
by
nprescott
6y ago
Emacs-specific solution, but there is this[0] example of J and prettify-symbols-mode, the results look something like this: quicksort=: (($:@(<#[) , (=#[) , $:@(>#[)) ({~ ?@#)) ^: (1<#) quicksort ⤆ ((∇⍛(<#⊣) , (=#⊣) ,
9.
▲
by
nprescott
6y ago
Private collections based on what I've seen. Occasionally things come up for sale, this page dates to within the last few months for example: http://watrophy.com/files/lispm/lisp-sale.html
10.
▲
by
nprescott
6y ago
I wrote up a few of my own thoughts[0] on moving away from writing markdown to writing HTML directly. At this point I have a small bit of code to wrap things into an <article> tag include a <header>, <footer> with links to
11.
▲
by
nprescott
6y ago
The old mobile interface is entirely text, it removes the thumbnails present in the i. subdomain (also available with a trailing /.compact) -- the fact that there are so many different interfaces is a little baffling to me, but the tex
12.
▲
by
nprescott
6y ago
I've been teaching myself J and dabbled in a few other APL-family languages before that (Klong and Dyalog's APL mostly). I don't have any specific goal in mind and have been doing it for fun more than anything -- I recently t
13.
▲
by
nprescott
6y ago
This is a good one. I've used this in the past in order to get onto IPv6-only networks as well. In my case I don't have IPv6 enabled on my home internet (thanks Verizon!) and I had a tiny virtual machine with Vultr, which at their
14.
▲
by
nprescott
6y ago
I've helped out with a few chapters! I'm actually very excited about it due to the relative scarcity of physical copies of the book. While it isn't too active, the most recent activity was in the last week or so, I think all
15.
▲
by
nprescott
6y ago
With the veritable flurry of state machine posts today[0,1] I thought I'd (re)submit[2] one of my favorite posts on finite state machines in Forth. The specific example is of number input routine allows signed decimal numbers without
16.
▲
Finite State Machines in Forth (1995)
(galileo.phys.virginia.edu)
110 points
by
nprescott
6y ago
|
31 comments
17.
▲
by
nprescott
6y ago
Not long ago there was a post about using English language instead of the J symbology[0] but the end result isn't meaningfully easier to understand because of all the prerequisite knowledge of how evaluation works etc., once you'v
18.
▲
by
nprescott
6y ago
Always a pleasant surprise to find niche or mundane uses of array languages. I really appreciate the explication because it made it possible for me to follow along in J - there's vanishingly little material to patiently explain bits li
19.
▲
by
nprescott
6y ago
If you are looking for a full course this one isn't bad: Embedded Systems Shape the World [0] it does hew pretty close to platform specifics (Windows/Keil/TI Launchpad) which can be good for specifics and not good for holist
20.
▲
A Tutorial on Remora – A Rank-Polymorphic Programming Language [pdf]
(dl.icdst.org)
3 points
by
nprescott
6y ago
|
0 comments
21.
▲
by
nprescott
6y ago
A People’s History of Computing in the United States - Joy Lisi Rankin Joy Rankin draws on detailed records to explore how users exchanged messages, programmed music and poems, fostered communities, and developed computer games like The Or
22.
▲
by
nprescott
7y ago
Just earlier today I was reading through a lab available as part of the J programming language distribution covering fuzzy logic. I'm sure I've read the Wikipedia page for fuzzy logic but the lab really helped to drive home some o
23.
▲
by
nprescott
7y ago
I read the Klong book [0] and for me it "clicked" in a way that J/K never had. The author did a really nice job paring down the language and cleaning up some of the ambiguities in a way that made it approachable. Also, after
24.
▲
by
nprescott
7y ago
As far as I know, this is a peculiarity of APL resulting from Iverson's stance on the language as a "tool for thought"[0]. The best explanation I've heard is that "binary" is most apt to number systems (or matr
25.
▲
by
nprescott
7y ago
In addition to Todd Mortimer's slides, linked in the sibling comment, there is this video of the same, which I enjoyed: https://www.youtube.com/watch?v=ZvSSHtRv5Mg
26.
▲
by
nprescott
7y ago
While I haven't used DSLabs, I did suffer a similar bit of indecision recently trying to decide between Alloy[0] and TLA+[1]. In the end I don't think there is a correct answer, and there are probably more similarities than diffe
27.
▲
by
nprescott
8y ago
The first sentence links to gruntwork.io[0] where 29 different tools/projects are listed. Seems to be provisioning and configuration for existing services (most of them Amazon, from the looks of it). There are several Hashicorp project
28.
▲
by
nprescott
8y ago
I was similarly stumped, specifically regarding discrete mathematics not too long ago. I was interested in reading Lamport's Specifying Systems[0] but felt I lacked some requisite background knowledge[1]. I ended up picking up Stavely&
29.
▲
by
nprescott
8y ago
Depending on how involved the language you are interpreting is, you might get by having only read chapter 6 of The AWK Programming Language[0] (linked in the article), which covers "Little Languages", including what it terms an as
30.
▲
by
nprescott
9y ago
Interesting, how is instant10-k different from EDGAR Fast Search[0]? [0]: https://www.sec.gov/edgar/searchedgar/companysearch.html
More ›