Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
peterhil
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
peterhil
1y ago
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 to an external hard drive, and restore it from there after t
2.
▲
by
peterhil
3y ago
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/peterhil/awesome-ultraviolet Peter Pan
3.
▲
by
peterhil
3y ago
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 code quickly and in haste of inspiration using some Numpy con
4.
▲
by
peterhil
4y ago
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 have too much bloat and magic.
5.
▲
by
peterhil
4y ago
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 with xsimd). https://github.com/serge-sans-pai
6.
▲
by
peterhil
4y ago
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 Python 2 and ported to Python 3 some years ago. The who
7.
▲
by
peterhil
4y ago
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...
8.
▲
by
peterhil
4y ago
I can’t post, retweet or follow. Loading Tweets work.
9.
▲
by
peterhil
4y ago
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 least parts of it, once I get to clean up the code. I was i
10.
▲
by
peterhil
4y ago
I mean, I am inspired to create some music with the Reaper DAW software. :-D
11.
▲
by
peterhil
4y ago
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 with CSS m
12.
▲
by
peterhil
4y ago
I tried this with wonderful results – where is my Reaper now? cyberpunk pad "amiga game" "without beats"
13.
▲
by
peterhil
4y ago
On Firefox you can right click and then choose "Save audio as..."
14.
▲
by
peterhil
4y ago
I was going to suggest this. It's cool that you build a file based database (IIRC) and query language in the third chapter!
15.
▲
by
peterhil
4y ago
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! peterhil/spellbook: Spellbook is a bookmark extension for Ch
16.
▲
by
peterhil
4y ago
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/peterhil/rosegarden
17.
▲
by
peterhil
4y ago
An Acer video projector I bought for 50€. I also got a few years old Thinkpad X230 for 100€.
18.
▲
If you're a developer that doesn't use AWS, what are the reasons you avoid it?
(twitter.com)
3 points
by
peterhil
4y ago
|
2 comments
19.
▲
by
peterhil
4y ago
Excellent collection of reasons for not using AWS.
20.
▲
by
peterhil
4y ago
Carp Lisp is one lisp that has Rust like memory management without garbage collection.
21.
▲
by
peterhil
4y ago
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 HTML from Lisp functions, and use continuations for multi pa
22.
▲
by
peterhil
4y ago
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 unusable state for long times that is probably never going to get
23.
▲
by
peterhil
4y ago
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 not the easiest package management system.
24.
▲
by
peterhil
4y ago
I just get black background on the letters in Firefox – I tried all the letters. Does this work in Firefox?
25.
▲
by
peterhil
5y ago
Here is a single commit that shows what this library basically does: https://github.com/peterhil/spellbook/commit/d3dd9626ef59792...
26.
▲
by
peterhil
5y ago
I would add: * Throw useless errors on getter or has methods! I recently gave up on using MapboxGL.js because of this.
27.
▲
Rosegarden (1.7kb): Cross browser Promise based WebExtension development
(github.com)
1 points
by
peterhil
5y ago
|
2 comments
28.
▲
by
peterhil
5y ago
Rosegarden gives you the promises for writing cross platform webextensions on Chrome and other browsers missing the promise based API. ## Rationale I know Mozilla provides webextension-polyfill, but I find even that too complicated. With my
29.
▲
by
peterhil
5y ago
Can't wait for: - Pattern matching in switch statements (done horribly wrong) - If, while, and switch expressions - Inferred type system - Consistent array method argument order - Actually usable higher order functions and
30.
▲
by
peterhil
5y ago
Wow, Php almost catches up with majority of programming languages!
More ›