Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pheasantquiff
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Russ Cox (Plan9/Golang) Live Coding in Eclectic Languages
(youtube.com)
2 points
by
pheasantquiff
3y ago
|
1 comments
2.
▲
by
pheasantquiff
3y ago
Russ Cox, core developer on unix, plan9, plan9port and golang, does a video series on AdventOfCode[2021] using sed,prolog and ivy (APL-like) among other languages.
3.
▲
Russ Cox (Plan9/Golang) Live Coding in Eclectic Languages
(youtube.com)
2 points
by
pheasantquiff
3y ago
|
1 comments
4.
▲
by
pheasantquiff
3y ago
Russ Cox, core developer on unix, plan9, plan9port and golang, does a video series on AdventOfCode[2021] using sed,prolog and ivy(APL-like) among other languages.
5.
▲
by
pheasantquiff
4y ago
Long, interesting and thoughtful comment chain created by posting an, effectively, empty link on HN. (reached the first page too!)
6.
▲
by
pheasantquiff
4y ago
I see a possible solution. Have a tool which posts to your blog _and_ to twitter. You get the engagement on twitter and also have the information in the open for other people to read too (you can link the blog post at the end of the inlined
7.
▲
by
pheasantquiff
4y ago
Thank you so much for doing this (or, at least, intending to) and apologies for calling you "not tech-aware" :) Also thanks to our anonymous benefactor who actually uploaded the books to archive.org.
8.
▲
by
pheasantquiff
4y ago
This looks really interesting. Can some kind soul please upload (at least one) of these books to archive.org? That seems a much better place for Public Domain works than google drive. I understand that the people releasing the books may not
9.
▲
by
pheasantquiff
4y ago
xv6/unix-like teaching OS - Lecture Series This is a clear, informative, university-style, lecture series on the MIT xv6 teaching OS (based on unix v6).
10.
▲
Xv6/Unix-Like Teaching OS – Video Lecture Series
(youtube.com)
2 points
by
pheasantquiff
4y ago
|
1 comments
11.
▲
by
pheasantquiff
4y ago
While I understand the point about displaying a time in a given timezone (output/strftime) I don't see how specifying a timezone on a epoch count makes any sense (input/strptime). A 'number of seconds since epoch' (
12.
▲
by
pheasantquiff
4y ago
This! I too, have resorted to the same techniques, making me feel like a "master forger" at his painstaking art. I was imagining a tool which would just let me create an interactive overlay on a PDF. It sounds like Xournal might b
13.
▲
by
pheasantquiff
4y ago
The de-anonymizing attack is very interesting. Thank you for highlighting it. The creator name is 'feature creep' about a future use scenario. People were trying to add uniqueness by changing the creator name, so I added it to the
14.
▲
by
pheasantquiff
4y ago
My first paying customer! Happy Day! Srsly tho. at the moment I don't have those features, but neither did the PDF form experience I'm trying to beat. It's a low bar, but we are still expected to fill out PDF forms today, in
15.
▲
by
pheasantquiff
4y ago
(just between you and me, I was planning on ignoring the suggestions for extra libraries and "modernisation"; also it's a feature that it doesn't use a gui form designer. ssshh don't tell anyone...)
16.
▲
by
pheasantquiff
4y ago
Thanks for the Milligram suggestion. I will look into it. It may even fix your mobile experience. Also thanks for for the mobile test feedback. Can I ask what mobile device you tested on? Such data points would be really useful to me. I act
17.
▲
by
pheasantquiff
4y ago
Editing in PDF sounds like a good idea. I just tried it in Firefox (latest/postmodern, Linux) and none (not a single one) of the form's fields are editable. It's an even worse experience than Libreoffice.
18.
▲
by
pheasantquiff
4y ago
> Is no code a marketing term for code Yes. I could have said "low-code" and probably have been able to look at myself in the mirror. Now I am thoroughly ashamed of myself.
19.
▲
by
pheasantquiff
4y ago
Thanks. I did a re-release and deleted the database of forms. Link is now updated. (creating the identical form twice is not allowed; not really a problem in real world scenarios)
20.
▲
by
pheasantquiff
4y ago
Yes. Certainly interesting ideas I will look into.
21.
▲
by
pheasantquiff
4y ago
Thanks. I did a re-release and deleted the database of forms. Link is now updated.
22.
▲
by
pheasantquiff
4y ago
Hate PDF Forms? Check out my No Code solution! Create a form using text markup. Get an URL pointing to the form and mail it to your customers. I recently received a PDF form (created by M$ Word). I use Linux and managed to open it with Libr
23.
▲
Hate PDF Forms? Check Out My No Code Solution
(sayitwith.ink)
50 points
by
pheasantquiff
4y ago
|
37 comments
24.
▲
by
pheasantquiff
4y ago
Does this mean I can now develop iOS (iphone/ipad) apps, start to finish, without asking Apple's permission _at any stage_, and then sideload these apps onto my personal iphone/ipad? (assuming as mentioned elsewhere that I ca
25.
▲
by
pheasantquiff
4y ago
Thanks for [ncdu]. I like it and had not heard of it. I see no mention of [KDirStat] http://kdirstat.sourceforge.net/ of which, the much more famous, but later, [WinDirStat], is a clone.
26.
▲
by
pheasantquiff
4y ago
For those in-twitter-visible, here is a, poorly formatted, copy of the twitter thread, for a forth with some interesting ideas: I want to talk a little about my JIT forth compiler -- the one that sometimes manages to beat C. I want to talk
27.
▲
by
pheasantquiff
4y ago
I love the core (almost forth-like) idea of spawn'ing sections of the argv[] to 'interpret' sub-blocks rather than having a central interpreter. (very suckless)
28.
▲
by
pheasantquiff
4y ago
(since no one has mentioned it yet). This project's name sounds a lot like GNUSTO, a magic word used in the Infocom/Sorcerer games to record an incantation in your spell book. https://en.wikipedia.org/wiki/Sor
29.
▲
by
pheasantquiff
5y ago
Sometimes you just want to write a quick, useful tool without worrying about all the rules.
30.
▲
Edgy C Programming with Total Disregard for Safety
(sayitwith.ink)
1 points
by
pheasantquiff
5y ago
|
2 comments
More ›