Viewing profile — peterhil
peterhil
HN member- Joined
- Tue, Oct 02, 2012, 4:02 AM UTC
- HN karma
- 128
- Public activity
- 128 items
- HN profile
- View on Hacker News ↗
About peterhil
Recent public activity
-
comment
Comment #45451956
The third option is to install some Linux like Ubuntu or Linux Mint on it. It is nowadays actually easier to install Ubuntu Linux than a Windows. Just be sure to back up your data …
-
comment
Comment #36961629
I came here to recommend AwesomeWM also. Here is my setup, written in Fennel Lisp: peterhil/awesome-ultraviolet: Awesome WM theme with dark violet colours https://github.com/peterh…
-
comment
Comment #35320186
The bold point really resonates with me. Lately I’ve been writing a CLI application in Python to analyse and generally handle possibly megabytes of DNA data. At first I wrote the c…
-
comment
Comment #35143077
I just compared and evaluated Hatch, Flit, Poetry and Pdm and found Pdm to be most robust and slimmest. Hatch was a good second option, and Poetry and Hatch are easy to use, but ha…
-
comment
Comment #35143045
Numpy and Scipy are good reasons. Unfortunately Scipy does not even compile on FreeBSD lately, and I have opened three issues about it against Scipy and Pythran (and the fix was wi…
-
comment
Comment #35142962
I strongly agree with this, and I have been actively using Python since 2009. Trying top keep a Pygame/Numpy/Scipy project working has been a real struggle. I started it with Pytho…
-
comment
Comment #34992157
I used to think like this, but then I read this: Troy Hunt: Here's Why Your Static Website Needs HTTPS https://www.troyhunt.com/heres-why-your-static-website-needs...
-
comment
Comment #34716536
I can’t post, retweet or follow. Loading Tweets work.
-
comment
Comment #34511065
I have this exact same idea on my audio synthesis and DSP exploration project called Akasha, that I have developed on and off for more than 13 years. I have plans to open source at…
-
comment
Comment #34455884
I mean, I am inspired to create some music with the Reaper DAW software. :-D
-
comment
Comment #34455837
This is great! Some suggestions: - Add download links with download attribute: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-download - Make the grid responsive …
-
comment
Comment #34455447
I tried this with wonderful results – where is my Reaper now? cyberpunk pad "amiga game" "without beats"
-
comment
Comment #34455406
On Firefox you can right click and then choose "Save audio as..."
-
comment
Comment #34417946
I was going to suggest this. It's cool that you build a file based database (IIRC) and query language in the third chapter!
-
comment
Comment #34395546
I have already made one browser extension for easily adding bookmarks into the category (folder) you want to, or create a new subcategory while adding a bookmark. Try it out! peter…
-
comment
Comment #34395532
I have made this even easier with Rosegarden, so that you can just use a promisified browser object in both Firefox and Chrome! The library is tiny, under 5 kb. https://github.com/…
-
comment
Comment #34276132
An Acer video projector I bought for 50€. I also got a few years old Thinkpad X230 for 100€.
-
comment
Comment #32949538
Excellent collection of reasons for not using AWS.
- story
-
comment
Comment #32057523
Carp Lisp is one lisp that has Rust like memory management without garbage collection.
-
comment
Comment #31657458
Writing web applications with Lisp is a joy, so this is aptly named. I wrote one app with Uncommon Web framework on Common Lisp around 2009, with it you could similarly render the …
-
comment
Comment #31535092
These are my main reasons to avoid systemd as much as possible. And a bug in systemd-udev on 32-bit Linux systems that periodically halted the performance of the system into unusab…
-
comment
Comment #30919932
My first reaction was to see if the project is made with Commnon Lisp's ASDF, and cool now it has plugins for different languages. Common Lisp ASDF is very well thought out, but no…
-
comment
Comment #30754614
I just get black background on the letters in Firefox – I tried all the letters. Does this work in Firefox?
-
comment
Comment #30331824
Here is a single commit that shows what this library basically does: https://github.com/peterhil/spellbook/commit/d3dd9626ef59792...