HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jessekv

749 karmajoined قبل 4 سنوات

Submissions

Packaging the technical interview

jessekv.com
6 points·by jessekv·قبل 7 أشهر·2 comments

N-Queens in Python Packaging

github.com
6 points·by jessekv·قبل 7 أشهر·0 comments

comments

jessekv
·قبل 6 أيام·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 أشهر·discuss
Very cool! Have you considered rendering clouds?
jessekv
·قبل 7 أشهر·discuss
p.s. thanks to all those working this week :)
jessekv
·قبل 7 أشهر·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
·السنة الماضية·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
·السنة الماضية·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
·السنة الماضية·discuss
Third option is disable JS.

Although I wish more browsers made it easier to selectively enable it per site, like Orion.
jessekv
·قبل سنتين·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
·قبل سنتين·discuss
Yeah modeless software is one honking great idea. (RIP Larry Tesler)
jessekv
·قبل سنتين·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 سنوات·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.