HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jessekv

749 karmajoined il y a 4 ans

Submissions

Packaging the technical interview

jessekv.com
6 points·by jessekv·il y a 7 mois·2 comments

N-Queens in Python Packaging

github.com
6 points·by jessekv·il y a 7 mois·0 comments

comments

jessekv
·il y a 6 jours·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
·il y a 5 mois·discuss
Very cool! Have you considered rendering clouds?
jessekv
·il y a 7 mois·discuss
p.s. thanks to all those working this week :)
jessekv
·il y a 7 mois·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
·l’année dernière·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
·l’année dernière·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
·l’année dernière·discuss
Third option is disable JS.

Although I wish more browsers made it easier to selectively enable it per site, like Orion.
jessekv
·il y a 2 ans·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
·il y a 2 ans·discuss
Yeah modeless software is one honking great idea. (RIP Larry Tesler)
jessekv
·il y a 2 ans·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
·il y a 3 ans·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.