HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jessekv

749 karmajoined 4 tahun yang lalu

Submissions

Packaging the technical interview

jessekv.com
6 points·by jessekv·7 bulan yang lalu·2 comments

N-Queens in Python Packaging

github.com
6 points·by jessekv·7 bulan yang lalu·0 comments

comments

jessekv
·6 hari yang lalu·discuss
When learning kayaking you have to practice a water escape, I wish there was something similar for driver's ed in the Netherlands. Thinking about it is terrifying.
jessekv
·5 bulan yang lalu·discuss
Very cool! Have you considered rendering clouds?
jessekv
·7 bulan yang lalu·discuss
p.s. thanks to all those working this week :)
jessekv
·7 bulan yang lalu·discuss
A tiny bit more context here:

https://github.com/nats-io/nats-server/discussions/3312#disc...

(I opened this discussion 2.5 years ago and get an email from github every once in a while ever since. I had given up hope TBH)
jessekv
·tahun lalu·discuss
I tried out duckdb-spatial for a hobby project and my takeaway is the main thing it offers over geopandas is performance in batch processing.

If I can reduce my spatial analysis to SQL and optimize that SQL a little bit, duckdb will happily saturate my CPUs and memory to process things fast in a way that a Python script struggles to do.

Yes, the static linking is nice. It helps with the problem of reproducible environments in Python. But that's not a game changer IMO.
jessekv
·tahun lalu·discuss
> Python type hints found a way to automatically write more performant Python

I get your point, but... this is exactly the premise of mypyc ;)
jessekv
·tahun lalu·discuss
Third option is disable JS.

Although I wish more browsers made it easier to selectively enable it per site, like Orion.
jessekv
·2 tahun yang lalu·discuss
A good interface is testable, this is how you build up reliable abstractions to solve higher level problems. The devs on my team that take shortcuts here waste more time in the end.

There is no cost trade-off.
jessekv
·2 tahun yang lalu·discuss
Yeah modeless software is one honking great idea. (RIP Larry Tesler)
jessekv
·2 tahun yang lalu·discuss
Python's json is an often-quoted example of why not to have it in the standard lib. There are some bad defaults that no one can fix for stability reasons. Though I admit it does come in handy sometimes.

In production, I've lately seen serde_json backed python implementations, this makes sense for performance and memory safety.
jessekv
·3 tahun yang lalu·discuss
> Beeper Mini made communication between Android and iPhone users more secure. That is a fact.

It seemed like it would make spam and scamming over iMessage worse. At least it requires an Apple Id now.